
/*
    Grid
*/

.wrapper {
}
.section {
    position: relative;
    background-color: #fff;
}
.object-fit img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.frame {
    padding: 60px;
    padding-bottom: 120px;
}
.frame.no-padd-top {
    padding-top: 0;
}
.frame.no-padd-bot {
    padding-bottom: 0;
}
.frame.less-padd-bot {
    padding-bottom: 30px;
}
.hero {
    position: relative;
    height: 100vh;
    background-color: #000;
}
.slide {
    background-color: #000;
    width: 100%;
    height: 100vh;
}
.vtop {
    vertical-align: top;
}
.vmid {
    vertical-align: middle;
}
.vbot {
    vertical-align: bottom;
}
.max {
    max-width: 1000px;
    margin: 0 auto;
}
.switch {
    z-index: 2;
    position: relative;
}
.slide-text {
    position: absolute;
    left: 60px;
    bottom: 55px;
    z-index: 2;
}
.carousel-home,
.gallery2,
.gallery3 {
    position: relative;
    z-index: 1;
}
.carousel-home .owl-nav,
.gallery2 .owl-nav,
.gallery3 .owl-nav {
	z-index:1;
	width:100%;
	height:0;
	top:50%;
}
.carousel-home .owl-prev,
.gallery2 .owl-prev,
.gallery3 .owl-prev {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/owl-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:40px;
	-moz-background-size:40px;
	z-index:5;
	position:absolute;
	top:50%;
	margin-top:-40px;
	margin-left:20px;
    display: none;
}
.carousel-home .owl-next,
.gallery2 .owl-next,
.gallery3 .owl-next {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/owl-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:60px;
	-moz-background-size:60px;
	z-index:5;
	bottom:50px;
	right:50px;
	position:absolute;
}
.carousel-news {
    background-color: #000;
}
ul.switcher,
ul.switcher2,
ul.switcher3 {
    z-index: 2;
    position: relative;
    text-align: center;
    margin-top: -95px;
    float: right;
    margin-right: 150px;
}
ul.switcher.news {
    z-index: 2;
    position: relative;
    text-align: center;
    margin-top: -75px;
    float: none;
    width: 100%;
}
ul.switcher li,
ul.switcher2 li,
ul.switcher3 li {
    width: 30px;
    height: 30px;
    display: inline-block;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    margin-left: 10px;
    margin-right: 0;
    line-height: 30px;
}
ul.switcher li a,
ul.switcher2 li a,
ul.switcher3 li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    margin-left: 0;
    border: 1px solid transparent;
    margin-right: 0;
}
ul.switcher li a span {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background-color: #fff;
    margin-top: 11px;
    margin-left: 11px;
}
ul.switcher li a,
ul.switcher2 li a,
ul.switcher3 li a {
    opacity:1;
}
ul.switcher li a.on,
ul.switcher2 li a.on,
ul.switcher3 li a.on {
    opacity:1;
    border: 1px solid #fff;
}
ul.switcher li a.on,
ul.switcher2 li a.on,
ul.switcher3 li a.on {
    opacity:1;
}
ul.switcher li.activ:first-child a {
    border: 1px solid #fff;
}
.orange-bot-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.block-text {
    padding: 100px;
    padding-top: 60px;
}
.img {
    position: relative;
    display: block;
}
.img-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-black {
    background-color: #000;
}

.tab, .tab-number, .tab-title, .tab-text, .tab-image {
	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}
.tab {
    font-size: 0;
    padding-bottom: 80px;
}
.tab-height {
    background-color: #500;
}
.tab-height.on {
    background-color: #506;
}
.tab-line {
    border-top: 1px solid #fff;
    padding-top: 50px;
}
.tab-number {
    display: inline-block;
    vertical-align: middle;
    font-family:'grifterbold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #ff5201;
    width: 50%;
    font-size: 110px;
    opacity: 1;
}
.tab-title {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-family:'grifterbold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 1px;
}
.tab-image,
.tab-text {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.tab-image {
    overflow: hidden;
    height: 10px;
    min-height: 10px;
    margin-top: -170px;
    opacity: 0;
}
.tab-padd {
    padding-left: 90px;
}
.tab-text {
    opacity: 0;
    height: 2px;
    min-height: 2px;
    overflow: hidden;
}
.tab-text p {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    display: block;
    margin-bottom: 20px;
    width: 80%;
}
.tab-text ul {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: 0;
    list-style: none;
}
.tab-text ul li {
    padding-left: 20px;
    color: #999;
    font-size: 20px;
    line-height: 30px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:14px;
	-moz-background-size:14px;
}
.tab-text p a {
    color: #999;
    border-bottom: 1px solid #999;
}
.tab-text p a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.tab-arrow {
    width: 100%;
    height: 60px;
    display: block;
    text-align: right;
    margin-top: -100px;
}
.tab-arrow a {
    width: 120px;
    height: 60px;
    text-align: right;
    display: inline-block;
	background-image: url(../images/arrow-tab.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:120px;
	-moz-background-size:120px;
}
.tab-arrow-on {
    margin-top: -60px;
}
.tab-arrow-on a {
	background-position: left -60px;
}

.tab-image.on {
    opacity: 1;
    overflow: hidden;
    height: auto;
    min-height: 450px;
    margin-top: -80px;
}
.tab-text.on {
    opacity: 1;
    overflow: hidden;
    height: auto;
    min-height: 200px;
}
.tab-number.on {
    opacity: 0;
}
.tab-title.on {
    padding-top: 1px;
}
.tab-lines {
    display: inline-block;
    vertical-align: top;
}
.tab-content {
    display: inline-block;
    vertical-align: top;
    width: 68%;
}
.line-top {
    border-top: 1px solid #fff;
}
.accreditations {
    border-top: 1px solid #fff;
    padding-top: 70px;
    padding-bottom: 60px;
}
.accred-logo {
    width: 180px;
    margin-top: 50px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}
.arrow-top {
    border-top: 1px solid #fff;
    text-align: right;
    padding-bottom: 200px;
}
.arrow-top a {
	background-image: url(../images/arrow-top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:120px;
	-moz-background-size:120px;
    display: inline-block;
    padding-top: 70px;
    width: 120px;
    height: 120px;
}
.footer {
    background-color: #000;
}
.footer-bg {
	/*background-image: url(../images/overlay-footer.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:1000px;
	-moz-background-size:1000px;
}
.footer-first.frame {
    padding-bottom: 60px;
}
.footer-nav ul {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 60px;
}
.footer-nav ul {
    list-style: none;
}
.footer-nav ul li {
    line-height: 30px;
}
.footer-nav ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid transparent;
}
.footer-nav ul li a:hover,
.footer-nav ul li.current-menu-item a {
    border-bottom: 1px solid #fff;
}
.footer-nav .social {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 30px;
}
.logo-footer {
    width: 194px;
    float: right;
    margin-top: -63px;
}
.social a {
    color: #fff;
    font-size: 22px;
    padding-right: 35px;
    line-height: 36px;
}
.social .hide {
    display: none;
}
.footer-second {
    color: #fff;
    font-size: 0;
    border-top: 1px solid #fff;
}
.footer-second-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
}
.footer-second a {
    color: #fff;
    display: inline-block;
    margin-right: 25px;
}
.footer-links {
    font-size: 13px;
    display: inline-block;
    width: 50%;
}
.footer-copyright {
    font-size: 13px;
    display: inline-block;
    width: 50%;
    text-align: right;
}
.cols2 {
    font-size: 0;
}
.cols2 .col {
    padding-top: 60px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.cols3 {
    font-size: 0;
    margin-left: -1%;
    margin-right: -1%;
}
.cols3 .col {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}
.cols4 {
    font-size: 0;
    margin-left: -1%;
    margin-right: -1%;
}
.cols4 .col {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}
.people-text {
    padding-top: 35px;
    font-size: 16px;
    line-height: 22px;
}
.people-name {
    font-family:'grifterbold', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #ff5201;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 12px;
}
.people-name span {
    color: #939598;
}
.bg-black .people-desc {
    color: #fff;
}
.googlemap {
    padding-top: 60px;
}
.map-google,
.map {
	width:100%;
	height:700px;
	position:relative;
	z-index:2;
}
.controls {
    padding: 12px;
    position: absolute;
	z-index:3;
	width:55px;
	height:120px;
    bottom: 0;
}
.zoomout,
.zoomin,
.zoomout2,
.zoomin2 {
	background-color:#fff;
	width:45px;
	height:45px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.zoomout a,
.zoomin a,
.zoomout2 a,
.zoomin2 a {
	background-color:#fff;
	width:45px;
	height:45px;
	display:block;
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(204,204,204,1);
	box-shadow: 1px 1px 1px 1px rgba(204,204,204,1);*/
}
.zoomout a:hover,
.zoomin a:hover,
.zoomout2 a:hover,
.zoomin2 a:hover {
	background-color:#fff;
}
.zoomin,
.zoomin2 {
	margin-bottom:6px;
}
.zoomin a,
.zoomin2 a {
	background-image: url(../images/icon-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px;
	-moz-background-size:16px;
}
.zoomout a,
.zoomout2 a {
	background-image: url(../images/icon-minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px;
	-moz-background-size:16px;
}

/* Masonry Grid */

.grid {
    margin-left: -1%;
    margin-right: -1%;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
/*img {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: -5px;
}*/
.grid-sizer,
.grid-item {
    width: 33.3333%;
}
.grid-item {
    height: auto;
    float: left;
}
.grid-inner {
    margin: 3%;
}
.load-more {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.load-more a {
    display: inline-block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ff5201;
    color: #ff5201;
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.load-more a:hover {
    border: 1px solid #ff5201;
    color: #fff;
    background-color: #ff5201;
}

.slide .image-bg {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.mdlr-frame {
    padding-bottom: 20px;
}
.frame.mdlr {
    padding-top: 0;
    padding-bottom: 80px;
}
.frame.mdlr .block-text,
.frame.mdlr .cols2 .col {
    padding-top: 0;
    padding-bottom: 0;
}
.frame.mdlr.mdlr-intro {
    padding-top: 90px;
}

.page-terms {
    text-align: left;
    border-top: 160px solid #111;
}
.content-terms,
.content-terms p,
.content-terms h2 {
    text-align: left;
    margin: 0;
    padding: 0;
    max-width: none;
}
.content-terms h2 {
    padding-bottom: 20px;
}
.content-terms p,
.content-terms ul,
.content-terms ol {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
}
.content-terms ul,
.content-terms ol {
    padding-left: 24px;
}
.content-terms a {
    border-bottom: 1px solid #ccc;
}


@media screen and (min-width: 1024px) and (max-width: 1440px) {

.frame {
    padding: 50px;
    padding-bottom: 110px;
}
.cols2 .col {
    padding-top: 50px;
}
.block-text {
    padding: 80px;
}
.footer-second-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.tab {
    padding-bottom: 65px;
}
.tab-line {
    padding-top: 30px;
}
.tab-number {
    width: 50%;
    font-size: 90px;
}
.tab-title {
    width: 50%;
    font-size: 25px;
}
.tab-image,
.tab-text {
    width: 50%;
}
.tab-padd {
    padding-left: 40px;
}
.tab-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    width: 90%;
}
.tab-text ul {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
}
.tab-text ul li {
    font-size: 16px;
    line-height: 26px;
}
.tab-arrow {
    width: 100%;
    height: 60px;
    margin-top: -90px;
}
.tab-arrow a {
    width: 120px;
    height: 60px;
}
.tab-arrow-on {
    margin-top: -60px;
}
.tab-text.on {
    padding-top: 10px;
}
.tab-title.on {
    padding-top: 30px;
}
.tab-content {
    width: 64%;
}
.accred-logo {
    width: 150px;
    margin-top: 40px;
    margin-right: 40px;
}
.map-google,
.map {
	height:650px;
}
.page-terms {
    border-top: 150px solid #111;
}


}

@media screen and (max-width: 1023px) {

.p2 .one {
    width: 100%;
    display: block;
}
.p2 .two {
    width: 100%;
    display: block;
}
.p2 .one.img-right {
    float: none;
}
.p2 .two.img-right {
    float: none;
}
.footer-links {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.footer-copyright {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.arrow-top {
    padding-bottom: 100px;
}
.arrow-top a {
	background-size:60px;
	-moz-background-size:60px;
    padding-top: 40px;
    width: 60px;
    height: 60px;
}
.footer-bg {
	background-size:800px;
	-moz-background-size:800px;
}
.footer-first.frame {
    padding-bottom: 40px;
}
.footer-nav ul {
    display: block;
    vertical-align: bottom;
    padding-right: 60px;
}
.footer-nav .social {
    padding-top: 35px;
    padding-left: 0;
}
.social a {
    color: #fff;
    font-size: 22px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 30px;
}
.logo-footer {
    width: 120px;
    margin-top: -38px;
}


}

@media screen and (min-width: 768px) and (max-width: 1023px) {

.frame {
    padding: 40px;
    padding-bottom: 100px;
}
.cols2 .col {
    padding-top: 40px;
}
.block-text {
    padding: 70px;
}
.footer-second-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.slide-text {
    left: 50px;
    bottom: 50px;
}
.tab {
    padding-bottom: 30px;
}
.tab-line {
    padding-top: 20px;
}
.tab-number {
    width: 25%;
    font-size: 80px;
}
.tab-title {
    width: 75%;
    font-size: 25px;
}
.tab-image {
    width: 25%;
}
.tab-image {
    margin-top: -100px;
    opacity: 0;
}
.tab-text {
    width: 75%;
}
.tab-text.on {
    min-height: 170px;
}
.tab-content {
    width: 71%;
}
.tab-padd {
    padding-left: 30px;
}
.tab-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    width: 90%;
}
.tab-text ul {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
}
.tab-text ul li {
    font-size: 16px;
    line-height: 26px;
}
.tab-arrow {
    width: 100%;
    height: 60px;
    margin-top: -70px;
}
.tab-arrow a {
    width: 80px;
    height: 40px;
	background-size:80px;
	-moz-background-size:80px;
}
.tab-arrow-on {
    margin-top: -1px;
    margin-bottom: 0;
}
.tab-arrow-on a {
	background-position: left -40px;
}

.tab-arrow-on {
    margin-top: -30px;
}
.tab-title.on {
    padding-top: 30px;
}
.tab-text.on {
    padding-top: 20px;
}
.tab-image.on {
    margin-top: -45px;
    min-height: 100px;
}
.accred-logo {
    width: 140px;
    margin-top: 40px;
    margin-right: 20px;
}
.cols4 {
    font-size: 0;
    margin-left: -1%;
    margin-right: -1%;
}
.cols4 .col {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 40px;
}
.people-text {
    padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
}
.map-google,
.map {
	height:600px;
}
.grid-sizer,
.grid-item {
    width: 50%;
}
.cols3 .col {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 40px;
}

.mdlr-frame {
    padding-bottom: 20px;
}
.frame.mdlr {
    padding-bottom: 60px;
}
.frame.mdlr.mdlr-intro {
    padding-top: 70px;
}

.page-terms {
    border-top: 140px solid #111;
}

}

@media screen and (min-width: 480px) and (max-width: 767px) {

.frame {
    padding: 30px;
    padding-bottom: 80px;
}
.block-text {
    padding: 40px;
}
.footer-second-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.slide-text {
    left: 40px;
    bottom: 130px;
}
.carousel-home0 .slide-text {
    bottom: 40px;    
}
.carousel-home .owl-next {
	bottom:40px;
	right:40px;
}
ul.switcher {
    margin-top: -85px;
    margin-right: 130px;
}
.accreditations {
    padding-top: 30px;
    padding-bottom: 40px;
}
.accred-logo {
    width: 100px;
    margin-top: 40px;
    margin-right: 20px;
}
.cols4 {
    margin-left: 0%;
    margin-right: 0%;
}
.cols4 .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
}
.people-text {
    padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
}
.googlemap {
    padding-top: 10px;
}
.map-google,
.map {
	height:450px;
}
.grid-sizer,
.grid-item {
    width: 50%;
}
.cols3 .col {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 40px;
}
.page-terms {
    border-top: 110px solid #111;
}


}

@media screen and (max-width: 767px) {

.cols2 .col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
}
.tab {
    padding-bottom: 20px;
}
.tab-line {
    padding-top: 10px;
}
.tab-number {
    width: 100%;
    font-size: 60px;
}
.tab-number.on {
    opacity: 1;
}
.tab-title {
    width: 100%;
    font-size: 20px;
}
.tab-image {
    width: 100%;
    margin-top: -80px;
}
.tab-image.on {
    min-height: 100px;
}
.tab-text {
    width: 100%;
}
.tab-padd {
    padding-left: 0;
}
.tab-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    width: 100%;
}
.tab-text ul {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}
.tab-text ul li {
    font-size: 16px;
    line-height: 26px;
}
.tab-arrow {
    width: 100%;
    height: 60px;
    margin-top: -100px;
    margin-bottom: 15px;
    z-index: 3;
    position: relative;
}
.tab-arrow a {
    width: 80px;
    height: 40px;
	background-size:80px;
	-moz-background-size:80px;
}
.tab-arrow-on {
    margin-top: -1px;
    margin-bottom: 0;
}
.tab-arrow-on a {
	background-position: left -40px;
}
.tab-text.on {
    padding-top: 50px;
}
.tab-title {
    padding-bottom: 20px;
}
.tab-title.on {
    padding-top: 4px;
    padding-bottom: 20px;
}
.tab-text.on {
    padding-top: 20px;
}
.tab-image.on {
    margin-top:0;
}
.tab-content {
    width: 85%;
}
.googlemap {
    padding-top: 10px;
}
.mdlr-frame {
    padding-bottom: 40px;
}
.frame.mdlr {
    padding-bottom: 30px;
}
.frame.mdlr.mdlr-intro {
    padding-top: 40px;
}
.frame.mdlr .project-padd-bot {
    padding-top: 30px;
    padding-bottom: 0;
}

}


@media screen and (max-width: 479px) {

.frame {
    padding: 30px;
    padding-bottom: 50px;
}
.block-text {
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.slide-text {
    left: 30px;
    bottom: 110px;
}
.carousel-home0 .slide-text {
    bottom: 40px;    
}
.carousel-home .owl-next {
	bottom:30px;
	right:30px;
	width:50px;
	height:50px;
	background-size:50px;
	-moz-background-size:50px;
}
ul.switcher {
    margin-top: -70px;
    margin-right: 120px;
}
.accreditations {
    padding-top: 30px;
    padding-bottom: 40px;
}
.accred-logo {
    width: 80px;
    margin-top: 20px;
    margin-right: 15px;
}
.arrow-top {
    padding-bottom: 30px;
}
.cols4 {
    margin-left: 0%;
    margin-right: 0%;
}
.cols4 .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
}
.people-text {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
.googlemap {
    padding-top: 10px;
}
.map-google,
.map {
	height:350px;
}
.footer-second-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.grid {
    margin-left: 0;
    margin-right: 0;
}
.grid-sizer,
.grid-item {
    width: 100%;
}
.grid-inner {
    margin-left: 0;
    margin-right: 0;
}
ul.switcher.news {
    margin-top: -50px;
}

.cols3 .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
}
.page-terms {
    border-top: 90px solid #111;
}


}


