/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}

ol,ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}/* text align right */
.txt-lt {
    text-align: left;
}/* text align left */
.txt-center {
    text-align: center;
}/* text align center */
.float-rt {
    float: right;
}/* float right */
.float-lt {
    float: left;
}/* float left */
.clear {
    clear: both;
}/* clear float */
.pos-relative {
    position: relative;
}/* Position Relative */
.pos-absolute {
    position: absolute;
}/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}/* vertical align top */
nav.vertical ul li {
    display: block;
}/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}/* horizontal menu */
img {
    width: 100%;
}
/*end reset*/
body {
    background-color: black;
    background-image: url(../images/bg.jpg);
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.wrap {
    width: 70%;
    margin: 0 auto;
}

.content {
    padding-top: 65px;
    text-align: center;
}

.logo {
    text-align: center;
    display: block;
    margin: auto;
    background-color: white;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 220px;
    height: 297px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.logo a {
    display: inline-block;
}

.logo a h1 {
    font-family: 'Mr Dafoe', cursive;
    font-size: 7em;
    color: #FFF;
}

.content p {
    color: #fff;
    font-size: 40px;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
}
/*---start-form----*/

.form {
    margin: 65px auto 20px auto;
    position: relative;
}

#contact-form {
    max-width: 100%;
    display: inline-block;
}

.notified form {
    text-align: center;
    border: 1px solid #323733;
    background: #323733;
    border-radius: 6px;
}

.form input[type="email"], .form textarea, .form select {
    padding: 23px;
    color: #d9d9d9;
    font-size: 20px;
    outline: none;
    border: none;
    background: #fff;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.form select {
    color: #ACADAC;
    background-image: url(../images/arrow-down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.form select:focus {
    background-image: url(../images/arrow-down_focused.png);
}

.form input[type="email"]:focus, .form textarea:focus, .form select:focus {
    color: #474747;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

.form textarea {
    min-height: 200px;
}

.form input[type="submit"] {
    background: #fa9e27;
    padding: 23px;
    border: none;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    margin: 0px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
}

.form input[type="button"]:hover {
    background: #BB7419;
}
/*----end-form-----*/
/*-----social-icons-----*/
.footer {
    padding-top: 30px;
}

.social-icons {
    padding-top: 70px;
    font-size: 20px;
}

.social-icons i{
    font-size: 40px !important;
    color: white;
}
.social-icons i:hover{
    color: #DEDEDE;
}

.social-icons a {
    padding: 10px;
}

.social-icons a img {
    width: 100%;
}
/*--------social simptip--------*/
[data-tooltip] {
    position: relative;
    display: inline-block;
}
[data-tooltip].simptip-position-bottom:before {
    border-bottom-color: #000;
}
[data-tooltip].simptip-position-bottom:after {
    background-color: #000;
    color: #fff;
}
[data-tooltip]:before {
    content: '';
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:before, [data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
[data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0;
    font-size: 13px;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap;
}
[data-tooltip]:hover, [data-tooltip]:focus {
    background-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1;
}

.simptip-position-bottom.simptip-movable:before {
    margin-top: -15px;
}

.simptip-position-bottom.simptip-movable:after {
    margin-top: -3px;
}

.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
    left: 32%;
}

.simptip-position-bottom:before, .simptip-position-bottom:after {
    top: 110%;
}

.simptip-position-bottom:after, .simptip-position-top:after {
    margin-left: -18px;
}

.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}

.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
/*------------end social simptip----------------*/
.footer p {
    color: #fff;
    font-size: 0.85em;
    line-height: 1.8em;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}

.footer p a {
    color: #fa9e27;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
p.success, p.error {
    font-size: 20px;
    padding-top: 10px;
    font-weight: bold;
}
.footer p a:hover {
    color: #fff;
    }

.footer p span {
    color: #fa9e27;
}
/*-------------response-----------------*/
@media only screen and (max-width: 1440px) and (min-width: 1366px) {

}

@media only screen and (max-width: 1366px) and (min-width: 1280px) {

}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .form {
    }
}
@media only screen and (max-width: 800px) {
    .wrap {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .form input[type="email"], .form textarea {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .form input[type="submit"] {
        width: 100%;
        display: block;
        max-width: 100%;
        margin-left: 0px;
        margin-top: 5px;
    }
    .form input[type="email"], .form textarea, .form select {
        font-size: 15px;
    }
    #contact-form {
        width: 100%;
        display: block !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

}

@media only screen and (max-width:768px) and (min-width: 640px) {

}

@media only screen and (max-width:480px) {
    .form input[type="email"], .form textarea, .form select {
        font-size: 18px;
    }

    .form select {
        padding-right: 50px;
        background-size: 15%;
    }
}
@media only screen and (max-width:640px) and (min-width: 480px) {
    .form {
        width: 93%;
        margin: 65px 20px 20px 17px;
    }

    .form input[type="text"] {
        width: 64%;
    }

    .form input[type="button"] {
        width: 35%;
    }

    .social-icons {
        margin: 0% 30%;
        width: 38%;
    }
}

@media only screen and (max-width:480px) and (min-width: 320px) {

    .form {
        width: 93%;
        margin: 65px 20px 20px 10px;
    }

    .form input[type="text"] {
        width: 60%;
        font-size: 16px;
        padding: 20px;
    }

    .form input[type="button"] {
        width: 38.6%;
        font-size: 16px;
        padding: 20px;
    }

    .social-icons {
        margin: 0% 28%;
        width: 50%;
    }

    .content {
        padding-top: 40px;
    }

    .content p {
        padding-top: 40px;
    }

    .footer {
        padding-top: 20px;
    }

    .footer p {
        padding: 20px;
    }
}
.tel {
    /*text-align: left;*/
    color: white;
    display: inline-block;
}
.tel strong {
    font-weight: bold;
}
.tel a {
    color: #fa9e27;
}
.tel a:hover {
    text-decoration: underline;
}

.site-title {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 20px;
}