@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Ubuntu:400);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url(//fonts.googleapis.com/css?family=Ubuntu+Condensed);
html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: #eeeeee;
    color: #928e92;
    font: 300 13px/22px 'Ubuntu', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 22px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #443f43;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    line-height: 32px;
    padding-top: 44px;
    margin-bottom: 20px;
}

h2.head1 {
    padding-top: 59px;
}

h2.head2 {
    padding-top: 0px;
}

.page1 h2 {
    padding-top: 59px;
    margin-bottom: 20px;
}

/****Lists****/


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

.list {
    margin-top: -5px;
}

.list.list__1 {
    margin-top: 0;
    padding-top: 34px;
    color: #928e92;
}

.list li {
    letter-spacing: 1px;
    padding-left: 22px;
    position: relative;
    text-transform: uppercase;
}

.list li:after {
    color: #ff9900;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}

.list  li+li {
    margin-top: 8px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #ff9900;
}

.link1 {
    font: 22px/22px 'Ubuntu Condensed', sans-serif;
    color: #ff9900;
    display: inline-block;
    margin-top: 41px;
    letter-spacing: normal;
}

.link1:hover {
    color: #443f43 !important;
}


.btn {
    font: 18px/18px 'Ubuntu Condensed', sans-serif;
    color: #ff9900;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.btn:hover {
    color: #443f43 !important;
}
/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-top: 6px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.ta__center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/


header {
    display: block;
    position: relative;
}

header h1 {
    position: relative;
    text-align: center;
    float: left;
    z-index: 990;
}


header h1 a {
    display: inline-block;
    overflow: hidden;

    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

/****Content****/

.content {
    background-color: #fff;
}

.page1 .content {
    padding-top: 60px;
    padding-bottom: 0;
}

.full_img {
    width: 100%;
}

/****Gallery****/

.gall_item {
    display: block;
    margin-bottom: 16px;
    background: #ff9900 url(../images/magnify.png) center center no-repeat;
}

.gall_item img {
    margin-bottom: 0 !important;
    box-shadow: 0 0 0 #fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.gall_item:hover img {
    opacity: 0.2;
}

/****Blocks****/

.box {
    margin-bottom: 30px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    color: #928e92;
    line-height: 20px;
    letter-spacing: 0.5px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.box:hover {
    color: #fff;
    background-color: #ff9900;
}

.box:hover .text1 {
    color: #fff;
}

.box:hover .link1 {
    color: #fff;
}

.box .pad1 {
    padding: 0 30px 58px;
}

.box.bx__1 {
	text-transform: none;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

.box.bx__1 .pad1{
    padding: 0px 21px 54px;
}

.box.bx__1 .text1 {
    padding-top: 52px;
    margin-bottom: 45px;
}


.box img {
    width: 100%;
}

.boxvideo {
	padding-left: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.pad1 {
    padding: 0 21px 51px;
}

}

.pad4 {
    padding: 0 30px 58px;
}

.box .text1 {
    padding-top: 35px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin-bottom: 25px;
}

.box1 {
    margin-bottom: 30px;
    background-color: #fff;
}

.box1 img {
    width: 100%;
    margin-bottom: 16px;
}

.block1 .count{
    margin-top: 2px;
    border-radius: 500px;
    color: #fff;
    text-align: center;
    width: 74px;
    height: 74px;
    background-color: #ff9900;
    font: 32px/74px 'Ubuntu Condensed', sans-serif;
    float: left;
    margin-right: 14px;
}

.block1 {
    padding-top: 40px;
    padding-left: 30px;
}

.block1 .text1 {
    margin-bottom: 5px;
    padding-top: 0;
}

.box1 .grid_6+.grid_6>.block1 {
    padding-left: 0;
    padding-right: 30px;
}

.pad2 {
    padding: 26px 0 65px;
}

.block2 {
    padding-top: 38px;
    padding-right: 28px;
    overflow: hidden;
    padding-bottom: 44px;
}

.block2 .text1 {
    margin-bottom: 5px;
    padding-top: 0;
}

.block2.block2__first {
    padding-left: 30px;
    padding-right: 0;
}

.block2 img {
    margin-bottom: 15px;
    position: relative;
    width: auto;
    margin-top: 3px;
    float: left;
}

.blog_post .text1 {
    margin-bottom: 0;
    padding-top: 16px;
}

.blog_post .links {
    margin-bottom: 16px;
    text-transform: uppercase;
    padding-top: 13px;
    color: #333033;
    font: 14px/16px 'Ubuntu Condensed', sans-serif;
}

.blog_post .btn {
    margin-top: 10px;
    margin-bottom: 1px;
}

.blog_post .comment {
    float: right;
}

.prv p, .prv a {
    letter-spacing: 1px;
}

.prv .text1 {
    margin-bottom: 23px;
}

.prv p+.text1 {
    padding-top: 28px;
}

/****Tabs****/

.div-nav {
    margin-top: -42px;
    padding-bottom: 13px;
}

.div-nav li.selected {
    color: #ff9900;
}

.div-nav li {
    float: left;
}

.div-nav li {
    font-size: 18px;
}

.div-nav li+li {
    margin-left: 32px;
}

.tab-content .btn {
    margin-top: 10px;
}

.tab-content  .pad1 {
    padding-bottom: 46px;
}

/****Separators****/


.clear.sep__1 {
    height: 38px;
}

/****Text styles****/
.text1 {
    padding-top: 36px;
    margin-bottom: 45px;
    color: #443f43;
    text-transform: uppercase;
    font: 22px/22px 'Ubuntu Condensed', sans-serif;
}

.text2 {
	padding-top: 36px;
	margin-bottom: 45px;
	color: #443f43;
	
	font: 18px/18px 'Ubuntu Condensed', sans-serif;
	line-height: 2;
}

.text1.tx__1 {
    margin-bottom: 23px;
}

.color1 {
    color: #ff9900;
}

.color1 a:hover, a.color1:hover {
    color: #443f43;
}

.color2 {
    color: #443f43;
}

.td_underline {
    text-decoration: underline;
}

/****Map****/

.map {
    overflow: hidden;
    position: relative;
}

.map .text1 {
    margin-bottom: 23px;
    padding-top: 32px;
}

.map figure {
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 369px;
    max-width: 100%;
}

.address1 {
    display: block;
}

.address1 dt {
}

.address1+.address1 {
    margin-top: 21px;
}

.address1 dd span {
    min-width: 75px;
    display: inline-block;
    text-align: left;
}

.address1 dd span.col1 {
    min-width: 0;
}

/**Footer**/

#footer {
    display: block;
    color: #fff;
    padding: 0 0 45px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

#footer .text1 {
    letter-spacing: normal;
    color: #555555;
    padding-top: 47px;
    margin-bottom: 29px;
}

.footer_socials {
    color: #fff;
    font-size: 0;
    line-height: 0;
    padding-top: 3px;
    overflow: hidden;
}

.footer_socials a {
    height: 39px;
    width: 39px;
    border-radius: 500px;
    text-align: center;
    border: 2px solid #555555;
    display: inline-block;
    font-size: 17px;
    color: #ff9900;
    line-height: 39px;
}

.footer_socials a.fa-twitter {
    font-size: 21px;
}

.footer_socials a+a {
    margin-left: 11px;
}

.footer_socials a:hover {
    color: #373736;
    background-color: #d88374;
}

.f_menu li+li {
    margin-top: 8px;
}

.f_menu  li.current {
    color: #ff9900;
}

.copyright {
	padding-top: 45px;
	color: #555555;
	text-align: center;
	font-size: 17px;
}

.copyright .color1 {
    font-size: 18px;
    position: relative;
    top: -1px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
    .extra_wrapper {
        overflow: visible;
    } 
}

@media only screen and (max-width: 979px) {

    .address1+.address1 {
        float: left;
    }

     .map figure,  
     .map figure iframe,  
     #form input,
     #form textarea,  
     #form .success {
        width: 100% !important;
        float: none !important;
    }
     #form .success {
         -moz-box-sizing: border-box;
         -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
         box-sizing: border-box;
    }

     .map figure {
     height: auto !important;
    }

    .map figure {
    	margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }

    .sep__1 {
        height: 0;
    }

    .footer_socials .fa+.fa {
        margin-left: 5px;
    }
    .footer_socials .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

}

@media only screen and (max-width: 767px) {
    .footer_socials {
        margin-bottom: 30px;
    }   
    
    .div-nav li {
        margin-left: 0 !important;
        float: none;
        margin-bottom: 10px;
    }

.div-nav li+li {
    margin-left: 32px;
}

    .block1, .block2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .address1 {
        float: none;
        margin-left: 0 !important;
    }

    .address1+.address1 {
        margin-top: 30px;
    }

    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }



    .img_inner img {
    	width: 100%;
    }

    header h1 {
        position: relative !important;
        margin-bottom: 20px;
        float: none;
        left: 0;
        text-align: center;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }
    .none {
        clear: both;
    }

    header h1, a.footer_logo {
        margin-left: 0;
    }
}


@media only screen and (max-width: 479px) {
    .camera_pag ul li span {
        width: 60px;
    }
}
