@import "reset.css";
@import "skeleton.css";
@import "superfish.css";

/* 'Lato', sans-serif */

html {
    width: 100%;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    font: 13px/1.3em Arial, Helvetica, sans-serif;
    color: #a19f9f;
    position: relative;
    min-width: 960px;
    background: #fff;
}

address {
    font-style: normal;
}

.contact-icon {
    width: 19px;
    margin-right: 15px;
}

p {
    margin-bottom: 15px;
    font-family: 'Arial', Sans-serif;
    color: #242424;
    font-size: 14px;
    line-height: 1.3em;
}

p.pulloutquote {
    font-family: 'Lato', Arial, Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #8c2471;
    letter-spacing: -1px;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    padding: 0 30px;
}

.banner {
    background: url(../images/PurpleTriangles.jpg) top center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
    text-align: center;
    position: relative;
}

.page1 .banner {
    height: 400px;
}

.legal .grid_6 {
    padding: 15px 0 0;
    line-height: 35px;
}

.legal .grid_6:last-child {
    text-align: right;
}

.blog-post h1 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #8c2471;
    font-weight: 300;
}

.blog-post .post-date {
    color: #262626;
    margin-top: 3px;
    font-weight: 400;
    display: block;
}

.blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.blog-post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .page1 .banner {
        height: 300px;
    }
    .banner {
        height: 300px;
    }
    .banner h2 {
        font-size: 40px!important;
    }
    #form {
        margin-left: 0!important;
    }
    .legal {
        text-align: center;
    }
    .legal .grid_6:last-child {
        text-align: center;
    }
}


@media only screen and (max-width: 480px) {
    .banner {
        height: 250px;
    }
    .banner h2 {
        font-size: 30px!important;
    }
    
    .logos h2 {
        margin-top: 0;
    }
}

.menu-icon {
    display: none;
}

footer {
    background: url(../images/GreyTriangles.jpg) top center no-repeat;
    background-size: cover;
}

.banner h2 {
    text-transform: none;
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    width: 100%
}

.banner h2 span {
    font-weight: 400;
}



p.pulloutquote.spec {
    background: none;
}

p.pulloutquote.full {
    width: 55%;
    margin: 0 auto;
    text-align: center;
}

input {
    border-radius: 0 !important;
}

img {
    max-width: 100%;
}

img.quoteleft,
img.quoteright {
    float: none!important;
    margin: 0!important;
}


/****Heads****/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #564f4f;
}

h2 {
    font: 400 35px/37px 'Lato', sans-serif;
    color: #8c2471;
    letter-spacing: -1px;
    margin-top: 55px;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
}

h3 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -1px;
    padding-top: 63px;
    margin-bottom: 28px;
}

h4 {
    font-size: 20px;
    color: #dbdbdb;
    line-height: 1.3em;
    margin: 20px 0 15px
}

.prv h3 {
    margin-bottom: 27px;
}

.prv .grid_8 p {
    padding-right: 31px;
}

h3.head1 {
    padding-top: 51px;
}

.dark h3 {
    padding-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    color: #dbdbdb;
    text-align: center;
}

.dark p {
    color: #dbdbdb;
}

.darkcontent {
    min-height: 150px;
}

.topgap {
    margin-top: 30px;
}


/****Lists****/

ul {
    padding: 0;
    margin: 0 0 0 17px;
    list-style: disc;
    list-style-position: outside;
    line-height: 1.4em;
}

ul li {
    color: #737272;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4em;
}

.dark ul li {
    color: #dbdbdb;
}

.services_block ul li {
    color: #242424;
}

ul.list {
    padding-top: 1px;
}

ul.list li {
    font: 300 16px/22px 'Lato', sans-serif;
    color: #a9a7a7;
    padding-left: 16px;
    background: url(../images/limk_arrow.png) 0 9px no-repeat;
}

ul.list li+li {
    margin-top: 9px;
}

#map-canvas {
    width: 100%;
    height: 300px;
    background: #ccc;
}

.map {
    color: #242424;
}

a {
    text-decoration: underline;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #8c2471;
}

a.btn {
    font: 400 18px/25px 'Lato', sans-serif;
    color: #fff;
    display: inline-block;
    padding-right: 12px;
    cursor: pointer;
}

.page1 a.btn {
    margin-bottom: 13px;
}

a.btn:hover {
    color: #8c2471;
}

.dark a.btn {
    margin-top: 0px;
    font-weight: 400;
}


/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}

.m0 {
    margin: 0 !important;
}

.pad0 {
    padding: 0 !important;
}

.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: 14px;
    margin-top: 5px;
}

.page1 .img_inner {
    margin-top: 41px;
}

.fleft {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 6px;
}

.page1 .fleft {
    margin-right: 40px;
    margin-top: 0;
}

.oh {
    overflow: hidden;
}

.fright {
    float: right !important;
}

.upp {
    text-transform: uppercase;
}

.rel {
    position: relative;
    overflow: hidden;
}

.alright {
    text-align: right;
}

.center {
    text-align: center;
}

.wrapper,
.extra_wrapper {
    overflow: inherit;
}

.clear {
    float: none !important;
    clear: both;
}


/*header*/

.page1 h1 {
    margin-bottom: 0;
}

header {
    position: relative;
    display: block;
    padding: 0px;
    position: static;
    color: #fff;
    font: 500 15px/20px 'Lato', sans-serif;
    height: 100px;
}

header .container_12 .grid_8 {
    float: right;
}

header > .container_12 {
    padding: 20px 0 0;
}

header h1 {
    float: left;
    z-index: 9999;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
}

header h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

.header .grid8-menu-bar {
    float: right;
}

a.chat {
    float: right;
    display: block;
    background-color: #8c2471;
    padding: 8px 13px 9px;
    text-transform: uppercase;
    margin-top: 5px;
    color: #fff;
}

a.chat:hover {
    background-color: #fff;
    color: #8c2471;
}

.links {
    padding: 0 21px;
    padding-top: 14px;
    float: right;
}

.links a {
    position: relative;
    display: inline-block;
}

.links a+a:after {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    background-color: #a08589;
    width: 1px;
    height: 11px;
    top: 6px;
}

span.icon {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: block;
}

.bdr {
    border-radius: 500px;
}

.links a +a {
    margin-left: 15px;
}

.col1 {
    color: #8c2471;
}

.col1 a:hover {
    color: #564f4f;
}

.text1 {
    font: 500 15px/20px 'Lato', sans-serif;
    margin-bottom: 15px;
}

.page1 .text1 {
    margin-bottom: 17px;
}

.page1_block {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f9f9f9;
    font: 300 16px/27px 'Lato', sans-serif;
}

.page1_block img {
    float: left;
    margin-top: -2px;
    margin-right: 60px;
}

.title {
    font: 400 32px/34px 'Lato', sans-serif;
    color: #8c2471;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left;
}

blockquote {
    margin-top: -4px;
    padding-right: 0px;
}

blockquote i {
    display: block !important;
    color: #8c2471;
    font-size: 40px;
    margin-left: 1px;
    margin-bottom: 9px;
    line-height: 25px;
}

blockquote p {
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}

.ver {
    position: relative;
}

.ver:after {
    left: -50px;
    display: block;
    content: '';
    background-color: #efefef;
    width: 1px;
    top: 17px;
    bottom: 0;
    position: absolute;
}

.bq_bot {
    font: 13px/22px Arial, Helvetica, sans-serif;
    color: #a19f9f;
    padding-right: 20px;
}

.bq_bot strong {
    color: #3e3b3b;
}

.pagination {
    text-align: left;
    padding-top: 23px;
}

.pagination a {
    display: inline-block;
    text-indent: -1000px;
    overflow: hidden;
    background: url(../images/pagination1.png) right 0 no-repeat;
    width: 12px;
    height: 12px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

.pagination a.selected,
.pagination a:hover {
    background-position: 0 0;
}

.pagination a+a {
    margin-left: 5px;
}

.carousel1 li {
    overflow: hidden;
    float: left;
}

.dark {
    background-color: #1c1c1c;
    padding-top: 80px;
    padding-bottom: 80px;
}

.darker {
    background-color: #ededed;
}

.dark h2 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
}


.ver1 {
    margin-top: 60px;
}

.container_12 .container_12:first-child .ver1 {
    margin-top: 10px;
}

.dark i {
    padding-top: 2px;
    display: block !important;
    font-size: 40px;
    line-height: 25px;
    color: #e4e0e0;
    min-height: 58px;
}

.services_block img.bdr {
    width: 180px;
    margin-bottom: 15px;
}

span.imagecenter {
    width: 100%;
    display: block;
    text-align: center;
}


/**Content**/

.services_block {
    margin-bottom: 30px;
}

.content {
    background-color: #fff;
    padding-bottom: 56px;
}

.page1 .content {
    padding-bottom: 78px;
    padding-top: 66px;
}

.nav {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.nav li {
    color: #d7d4d4;
    font: 500 15px/20px 'Lato', sans-serif;
    float: left;
    text-transform: uppercase;
}

.nav li+li {
    margin-left: 27px;
}

.nav li a:hover,
.nav li.selected {
    color: #564f4f;
}

.carousel1,
.carousel2,
.carousel3,
.carousel4 {
    cursor: default !important;
}

.car_div1,
{}

.div-tabs li {
    padding-top: 37px;
    float: left;
    width: 460px;
    text-align: left;
}

.div-tabs li +li {
    margin-left: 20px;
    width: 460px;
}

.tabs h3 {
    padding-top: 0;
    margin-bottom: 27px;
}

.tabs .col1 {
    padding-top: 17px;
}

.tabs li img {
    margin-top: 3px;
    float: left;
    margin-right: 40px;
}

.proj .clear {
    height: 29px;
}

.logos {
    background-color: #f9f9f9;
    /** commenting because of logos padding-bottom: 60px;*/
}

.logos .grid_3 {
    min-height: 120px;
    text-align: center;
    position: relative;
}

.logos .grid_3 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.logos li {
    float: left;
    width: 20%;
    padding: 26px 0 23px;
}

.logos li:first-child+li {
    text-align: center;
}

.logos li+li {
    text-align: right;
}

a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal:hover img {
    opacity: 0.2;
}

a.gal {
    margin-top: 5px;
    margin-bottom: 26px;
    display: block;
    background: url(../images/magnify.png) center no-repeat #FE6D46;
}

.prog img {
    margin-bottom: 25px;
}

.prog .text1 {
    margin-bottom: 5px;
}

.prog .clear {
    height: 32px;
}

.news {
    padding-right: 24px;
    padding-top: 5px;
}

.news .text1 {
    padding-top: 16px;
    margin-bottom: 5px;
}

a.comment {
    float: right;
}

.news time {
    display: block;
    float: left;
    text-align: center;
    margin-right: 20px;
    color: #564f4f;
    font: 500 20px/16px 'Lato', sans-serif;
    background-color: #e4e0e0;
    width: 68px;
    padding-top: 15px;
    height: 53px;
}

.news a.btn {
    margin-top: 20px;
    margin-bottom: 0;
}

.news {
    padding-bottom: 33px;
    border-bottom: 1px solid #ededed;
}

.news+.news {
    margin-top: 35px;
}

.news time span {
    display: block;
}

.news .clear {
    height: 14px;
}


/**Map**/

.map {
    margin-bottom: 0 !important;
    overflow: hidden;
    padding-top: 5px;
}

.map figure {
    padding-top: 0px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    -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: 296px;
    max-width: 100%;
}

.map address {
    display: block;
}

.map address dt {
    margin-bottom: 22px;
}

.map address dd span {
    min-width: 92px;
    display: inline-block;
    text-align: left;
}


/**Footer**/

footer {
    display: block;
    color: #969595;
    margin-top: 2px;
}

footer a {
    text-decoration: none;
}

.f_menu {
    overflow: hidden;
    padding-top: 25px;
    margin-bottom: 25px;
    list-style: none;
    margin-left: 0;
}

.f_menu li {
    float: left;
    font: 300 18px/20px 'Lato', sans-serif;
    color: #564f4f;
}

.f_menu li+li {
    position: relative;
    margin-left: 25px;
}

.f_menu li.current {
    color: #8c2471;
}

.f_menu li+li:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 22px;
    left: -13px;
    top: 1px;
    background-color: #8d8481;
}

.f_list li+li {
    margin-top: 6px;
}

.copy {
    text-align: right;
    padding-right: ;
    padding: 46px 0px 0px 0;
    position: relative;
    font: 500 15px/20px 'Lato', sans-serif;
    color: #564f4f;
}

.copy span {
    position: relative;
    top: -23px;
}

.f_logo {
    display: block;
}

.socials {
    padding-top: 20px;
    text-align: right;
}

.socials a {
    display: inline-block;
    background-color: #75b7f4;
    text-align: center;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    border-radius: 3px;
}

.socials img {
    border-radius: 3px;
}

.socials a:hover {
    color: #564f4f;
    background-color: #d1d1d1 !important;
}

.socials a+a {
    position: relative;
    left: -2px;
    background-color: #5379d0;
}

.socials a+a+a {
    left: -4px;
    background-color: #f05353;
}

.socials a+a+a+a {
    left: -6px;
    background-color: #ff6136;
}


/**To Top**/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 59px;
    height: 59px;
    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: 425px) {

    header h1 a img {
        max-width: 165px!important;
        margin-top: 10px!important;
    }
    .menu-icon {
        left: 20px!important;
    }
}
@media only screen and (max-width: 995px) {
    body {
        min-width: 100%;
        max-width: 100%;
    }
    .map {
        padding-right: 0 !important;
    }
    .map address {
        float: left;
        margin-right: 30px;
    }
    .map address+address {
        margin-top: 0;
    }
    .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;
    }
    .extra_wrapper {
        overflow: visible;
    }
    .map figure {
        margin-bottom: 15px;
    }
    .slider_wrapper {}

    .camera_pag {
        bottom: 20px !important;
    }
    .nowrap {
        white-space: normal;
    }
    .div-tabs li {
        width: 350px;
    }
    .div-tabs li+li {
        width: 350px;
    }
    .tabs li img {
        width: 130px;
        margin-right: 20px;
    }
    .tabs li .extra_wrapper {
        overflow: hidden;
    }
    .f_menu li + li {
        margin-left: 23px;
    }
    .prv .grid_8 p {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .caption h2 {
        padding-top: 110px!important;
    }
    .other .caption > span {
        margin-top: 25px!important;
    }
}

@media only screen and (max-width: 768px) {
    .caption h2 {
        padding-top: 103px!important;
    }
    .other .caption > span {
        margin-top: 25px!important;
    }
    .slider_wrapper.thin .caption span {
        font-size: 21px!important;
        margin-top: 10px!important;
    }
}

@media only screen and (width: 768px) {
    .caption h2 {
        padding-top: 103px!important;
    }
    .other .caption > span {
        margin-top: 25px!important;
    }
    .slider_wrapper.thin .caption span {
        font-size: 21px!important;
        margin-top: 20px!important;
    }
}

@media only screen and (max-width: 767px) {
    body {
        min-width: 420px;
    }
    .proj .clear {
        height: 0px;
    }
    .proj a.gal {
        margin-top: 30px;
    }
    .links {
        float: none;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .car_div {
        padding-top: 40px;
    }
    .ver1 {
        padding-top: 30px;
    }
    .ver1,
    .ver {
        border: none !important;
        padding-right: 0;
    }
    .ver:after {
        display: none;
    }
    .logos {
        /**padding: 40px 0px;*/
    }
    .logos li {
        float: none;
        width: auto;
        text-align: center !important;
    }
    .copy {
        text-align: left;
    }
    
    footer .grid_3 {
        width: 50% !important;
        float: left !important;
    }
    .f_menu {
        display: none;
    }
    footer {
        padding-top: 46px;
    }
    h2 {
        padding-top: 50px;
    }
    .div-tabs li {
        float: none;
        width: auto !important;
    }
    .page1_block img,
    .tabs li img {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .img_inner {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    .img_inner img {
        width: 100%;
    }
    .title {
        margin-top: 0;
    }
    header {
        position: relative;
        height: 98px;
    }
    header h1 {
        margin-bottom: 10px;
        float: none;
        text-align: center;
    }
    header h1 a {
        width: auto;
        display: inline-block;
        height: auto;
    }
    header h1 a img {
        margin-top: 5px;
        max-width: 215px;
        width: 100%;
    }
    
    .map {
        padding-right: 0px !important;
    }
    .map figure iframe {
        width: 100%;
        height: 300px;
    }
    .map address {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .map address+address {
        margin-left: 20px;
    }
    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }
    .img_inner {
        margin-top: 20px;
    }
    .title {
        font-size: 30px;
        line-height: 30px;
    }
    .prog .clear {
        height: 0;
    }
    .prog img.img_inner {
        margin-bottom: 25px;
    }
    .nav li {
        font-size: 13px;
    }
    .news {
        padding-right: 0;
    }
    header h1 {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .camera_wrap.home {
        height: 210px!important;
    }
    .darkcontent {
        min-height: initial;
    }
    .toppadmob {
        padding-top: 30px;
    }
    .toppadmobhalf {
        margin-top: 30px!important;
    }
    .services_block img.bdr {
        width: 150px;
    }
    .imagecentermob {
        width: 100%;
        display: block;
        text-align: center;
    }
    .imagecentermob img {
        width: 200px;
    }
}

@media only screen and (max-width: 568px) {
    .other .caption > span {
        margin-top: 13px!important;
    }
}

@media only screen and (max-width: 480px) {
    .other .caption > span {
        margin-top: 0px!important;
    }
}

@media only screen and (max-width: 320px) {
    .other .caption > span {
        margin-top: 11px!important;
    }
}

@media only screen and (max-width: 479px) {
    body {
        min-width: 300px;
    }
    header {
        font-size: 13px;
    }
    header h1 {
        margin-bottom: 10px;
    }
    .caption {
        left: 0 !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .slider_wrapper .caption h2 {
        font-size: 34px!important;
        padding-top: 75px!important;
        margin-bottom: 0;
    }
    .caption span {
        font-size: 15px!important;
    }
    .dark {
        padding-top: 20px;
    }
    p.pulloutquote {
        text-align: center;
    }
    p.pulloutquote img {
        display: none;
    }
    p.pulloutquote:before,
    p.pulloutquote:after {
        content: '"';
        font-size: 28px;
    }
    .socials {
        text-align: center;
    }
    footer {
        padding-top: 0px;
    }
}