/* RokCandy Setup */
.equalCol {
    float: left;
    margin: 0 2% 0 0;
    width: 48%;
}

.twoThirdCol {
    float: left;
    margin: 0 1% 0 0;
    width: 65%;
}

.oneThirdCol {
    float: left;
    margin: 0 1% 0 0;
    width: 32%;
}

.thirds {
    float: left;
    display: block;
    margin: 0 auto;
    width: 33%;
}

.fourths {
    float: left;
    display: block;
    margin: 0 auto;
    width: 24%;
}

#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear {
    clear: both;
}

.row-rok {
    width: 100%;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* General */
.menu a {
    color: #000!important;
}

a {
    color: #2ba3bf!important;
}

footer a:hover,
.social-icons a:hover {
    opacity: .7!important;
}

body, p, a, span, strong, h1, h2, h3, h4, h5, h6 {
    font-family: "UniversLTStd-Cn";
}

body main #article-page.inner-page {
    padding: 125px 0 180px 0;
}

.social-icons {
    margin-top: 25px;
}

body footer .inner .footer-right .custom .custom-inner img {
    height: 45px!important;
    width: auto;
}

.contact-add {
    font-size: 20px!important;
    margin-left: 5px!important;
}

body form {
    margin: 5px !important;
    display: block;
    max-width: 800px;
    width: 100%;
}

body section#services {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (min-width: 1441px){
    body header .inner-wrap #slider {
        position: absolute;
        top: 11%;
        right: 0;
        width: 62%!important;
        height: 90%!important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1475px){
    .equalCol p img {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px){
    body header .inner-wrap #slider {
        height: 80%!important;
        width: 70%;
    }
}

@media screen and (min-width: 1200px) {
    .phone-div {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .phone-div {
        height: 50px;
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #2ba3bf;
        text-align: center;
    }
    
    .phone-div a {
        color: white!important;
        padding-top: 13px;
        font-size: 20px;
    }
    
    .phone-div img {
        margin-bottom: 6px;
        margin-right: 5px;
    }
    
    /* RokCandy */
    .equalCol {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    
    .equalCol p {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .thirds,
    .bd-title,
    .twoThirdCol,
    .oneThirdCol {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    
    .fourths {
        width: 50%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 651px) and (max-width: 1999px) {
    body header .inner-wrap #slider {
        height: 100%!important;
        width: 100%!important;
    }
}

@media screen and (max-width: 650px){
    body header .inner-wrap #slider {
        height: 60%!important;
        width: 100%!important;
    }  
    body section#services {
        margin-bottom: 30px;
        margin-top: 0px!important;
    }
      .gallery-txt {
        text-align: center;
        display: block;
    }
}