body, html{
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	color: #000;
}
body{background: #F1F4ED;}
body img{border: none;}
.black_bg{color: #fff; background: #000;}
.green_bg{color: #fff; background: #345F0F;}
.image_bg{
    padding: 15.625% 0 200px 0;
    position: relative;
    color: #fff;
    background-position: center center;
    background-repeat: repeat;
    background-color: #c5c5c5;
    background-size: cover;
}
.wrap{
	margin: 0 auto 0 auto;
	position: relative;
	width: 90%;
	max-width: 1630px;
}
@media screen and (max-width: 1200px){
    body, html{font-size: 19px;}
}
@media screen and (max-width: 960px){
    body, html{font-size: 18px;}
}
	
/*---------------FONT STYLES--------------*/
h1, h2, h3, h4, p, a, ol, ul, li{margin: 0; padding: 0;}
h1, .h1{
	margin: 0 0 30px 0;
    font-size: 92px;
    font-weight: 700;
	line-height: 1.27em;
}
h2, .h2{
	margin: 0 0 25px 0;
	padding: 20px 0 0 0;
    font-size: 42px;
    font-weight: 700;
	line-height: 1.27em;
    color: #528F38;
}
.intro h2, .intro .h2{margin-bottom: 30px; /*font-size: 60px;*/ font-size: 50px;}
h2:first-child, h1 + h2{padding-top: 0;}
h3, .h3{
	margin: 20px 0 25px 0;
    padding: 16px 22px;
    display: inline-block;
    font-size: 33px;
	line-height: 1.25em;
    color: #fff;
    background: #528F38;
}
h3:first-child, .h3:first-child{margin-top: 0;}
.h3:first-child{padding-top: 16px;}
p{margin: 0 0 20px 0;}
a{
	text-decoration: underline;
	color: #345F0F;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
a:hover{color: #000;}
.green_bg a{color: #fff;}
.green_bg a:hover{color: #8CAD00;}
a:focus{outline: none;}
ul li{list-style: none;}
table{margin: 0 0 20px 0; border-collapse: collapse;}
input, textarea{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
}
input[type="text"], input[type="button"], input[type="submit"]{-webkit-appearance: none;}
input:focus, textarea:focus{border-color: orange; outline: none;}
input::-moz-focus-inner{padding: 0; border: none;}
@media screen and (max-width: 1200px){
    h1, .h1{font-size: 80px;}
	h2, .h2{font-size: 38px;}
    .intro h2, .intro .h2{font-size: 45.6px;}
	h3, .h3{font-size: 30px;}
}
@media screen and (max-width: 960px){
    h1, .h1{font-size: 65px;}
	h2, .h2{font-size: 34px;}
    .intro h2, .intro .h2{font-size: 40.8px;}
	h3, .h3{font-size: 27px;}
}
@media screen and (max-width: 720px){
    h1, .h1{font-size: 50px;}
	h2, .h2{padding: 15px 0 0 0; font-size: 30px;}
    .intro h2, .intro .h2{font-size: 36px;}
	h3, .h3{margin: 10px 0 20px 0; padding: 13px 18px; font-size: 24px;}
    .h3:first-child{padding-top: 13px;}
}
@media screen and (max-width: 480px){
    h1, .h1{font-size: 45px;}
}
	
/*---------------HEADER--------------*/
@supports (display: grid){
    #header{
        display: grid;
        min-height: 100vh;
        grid-template-rows: auto 1fr;
    }
}
@media screen and (max-width: 720px){
    @supports (display: grid){
        #header{min-height: 0;}
    }
}
	
/*---------------TOP--------------*/
#top{position: relative; z-index: 50;}
#top1_wrap{height: 174px;}
#top1{
	-webkit-transition: top 300ms ease, background 300ms ease;
	-moz-transition: top 300ms ease, background 300ms ease;
	-o-transition: top 300ms ease, background 300ms ease;
	transition: top 300ms ease, background 300ms ease;
}
#top1.fixed{margin-top: -174px; position: fixed; top: 0; width: 100%;}
#top1.visible{top: 174px; background: rgba(0,0,0,0.85);}
#top1 .wrap{height: 174px;}
#top1.fixed .wrap{height: 100px;}
#top1 .logo{
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 280px;
}
#top1.fixed .logo{top: 12px; width: 170px;}
.logo img{display: block; width: 100%;}
.logo .svg{display: none;}
.svgasimg .logo .svg{display: block;}
.svgasimg .logo .png{display: none;}
#top1 .book{
    width: 175px;
    height: 174px;
    position: relative;
    float: right;
    font-size: 20px;
    line-height: 1.2em;
    background: #528F38;
}
#top1.fixed .book{
    display: table;
    top: 0;
    right: 0;
    height: 100px;
}
#top1 .book:after{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 16px;
    content: '';
    background: inherit;
}
#top1 .book p{
    margin: 0;
    padding: 15px 15px 30px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#top1.fixed .book p{
    padding: 15px;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#top1 .book .text{color: #fff;}
#top1.fixed .book .text span{display: none;}
#top1 .book .number{margin-top: 24px; display: block; color: #fff;}
#top1.fixed .book .number{margin-top: 18px;}
@media screen and (max-width: 1300px){
    #top1_wrap, #top1 .wrap{height: 132px;}
    #top1 .logo{top: 16px; width: 220px;}
    #top1 .book{
        display: table;
        position: absolute;
        top: 0;
        right: 0;
        height: 132px;
        float: none;
    }
    #top1 .book p{
        padding: 15px;
        display: table-cell;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }
    #top1 .book .text span{display: none;}
    #top1 .book .number{margin-top: 18px;}
}
@media screen and (max-width: 720px){
    #top1 .book{width: auto; height: auto;}
    #top1.fixed .book{width: auto; height: auto;}
    #top1 .book:after{display: none;}
    #top1 .book p{padding: 15px 20px;}
    #top1.fixed .book p{padding: 10px 18px;}
    #top1 .book .text{display: inline-block;}
    #top1 .book .number{margin: 0; padding-bottom: 2px; display: inline-block;}
    #top1 .book .text + .number{margin-left: 15px;}
}
@media screen and (max-width: 620px){
    #top1 .book .text{display: none;}
    #top1 .book .text + .number{margin-left: 0;}
}
@media screen and (max-width: 550px){
    #top1_wrap, #top1 .wrap{height: 100px;}
    #top1 .logo{top: 12px; width: 170px;}
    #top1 .book{width: auto;}
    #top1 .book p{padding: 10px 18px;}
}
@media screen and (max-width: 380px){
    #top1 .book, #top1.fixed .book{display: none;}
}
	
/*---------------NAV--------------*/
nav{
    float: right;
	-webkit-transition: max-height 300ms ease;
	-moz-transition: max-height 300ms ease;
	-o-transition: max-height 300ms ease;
	transition: max-height 300ms ease;
}
nav li{
    position: relative;
    width: 175px;
    float: left;
}
nav a{
    display: block;
    height: 174px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.2em;
    color: #fff;
}
nav a:hover{color: #fff;}
.fixed nav a{height: 100px;}
nav .current a:before{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 30px;
    content: '';
    background: #528F38;
}
nav a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    content: '';
    background: #8CAD00;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
nav a:hover:after{
    bottom: -15px;
    height: 30px;
    opacity: 1;
    visibility: visible;
}
nav a span{
    padding: 15px 15px 30px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#nav_toggle{
    margin-top: -20px;
	padding: 0 46px 0 10px;
	display: none;
	position: absolute;
	top: 50%;
	right: 195px;
	height: 40px;
	z-index: 1000;
    font-size: 24px;
    line-height: 1.3em;
	cursor: pointer;
	color: #fff;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#nav_toggle .text{
    margin-top: 5px;
    display: inline-block;
}
#nav_toggle .bar{
	display: block;
	position: absolute;
	right: 10px;
	width: 26px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#nav_toggle .bar1{top: 10px;}
#nav_toggle .bar2{top: 19px;}
#nav_toggle .bar3{top: 19px;}
#nav_toggle .bar4{top: 28px;}
.csstransforms .show_nav #nav_toggle .bar1{top: 27px; opacity: 0;}
.csstransforms .show_nav #nav_toggle .bar4{top: 8px; opacity: 0;}
.csstransforms .show_nav #nav_toggle .bar2, .csstransforms .show_nav #nav_toggle .bar3{
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.csstransforms .show_nav #nav_toggle .bar2{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.csstransforms .show_nav #nav_toggle .bar3{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 1530px){
	nav{
        margin-top: 30px;
        position: absolute;
        top: 50%;
        right: 205px;
		width: 240px;
		max-height: 0;
		overflow: hidden;
        background: #528F38;
	}
	.show_nav nav{max-height: 600px;}
	nav ul{padding: 10px 0 10px 0;}
    nav li{width: auto; float: none;}
    nav a{padding: 10px 15px; height: auto; text-align: right;}
    .fixed nav a{height: auto;}
    nav .current a:before, nav a:after{display: none;}
    nav a span{padding: 0; display: inline-block; position: relative;}
    nav .current a span:before{
        margin-top: 3px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 7px;
        content: '';
        background: #fff;
    }
    nav a span:after{
        margin-top: 3px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 7px;
        opacity: 0;
        visibility: hidden;
        content: '';
        background: #8CAD00;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    nav a:hover span:after{opacity: 1; visibility: visible;}
    nav a br{display: none;}
	#nav_toggle{display: block;}
}
@media screen and (max-width: 720px){
    nav{margin: 0; top: 100%; right: 0;}
    #nav_toggle{
        margin: 0;
        top: auto;
        right: -10px;
        bottom: 18px;
    }
    .fixed #nav_toggle{bottom: 8px; right: -10px;}
}
@media screen and (max-width: 550px){
    #nav_toggle{bottom: 8px;}
}
@media screen and (max-width: 380px){
    #nav_toggle{margin-bottom: -20px; bottom: 50%;}
    .fixed #nav_toggle{bottom: 50%;}
}
	
/*---------------BANNER--------------*/
.banner{
    padding: 36.458333% 0 150px 0;
    position: relative;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #c5c5c5;
    background-size: cover;
}
.banner .overlay{
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
}
.image_bg .overlay{
    position: absolute;
    bottom: 85px;
    bottom: 17%;
    left: 0;
    right: 0;
}
.banner h1, .banner .h1, .image_bg h1, .image_bg .h1{margin: 0; text-transform: lowercase; text-shadow: 0 0 10px rgba(0,0,0,0.16);}
.banner .tagline, .image_bg .tagline{
    margin: 15px 0 0 0;
    padding: 6px 12px;
    display: inline-block;
    /*font-size: 45px;*/
    font-size: 38px;
    font-weight: 700;
    line-height: 1.27em;
    background: #528F38;
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
}
@supports (display: grid){
    .banner{padding: 0; display: grid; align-content: end;}
    .banner .overlay{padding: 115px 0; position: static;}
}
@media screen and (max-width: 1200px){
    .banner .tagline, .image_bg .tagline{font-size: 33px;} /*0.409091x90=36.818px*/
}
@media screen and (max-width: 960px){
    .banner .tagline, .image_bg .tagline{font-size: 28px;}
}
@media screen and (max-width: 720px){
    .banner .tagline, .image_bg .tagline{font-size: 23px;}
    @supports (display: grid){
        .banner .overlay{padding: 140px 0 90px 0;}
    }
}
	
/*---------------CONTENT--------------*/
main{display: block;}
main ul, main ol{margin: 0 0 20px 0;}
main p + ul{margin-top: -10px;}
main ul li{padding: 0 0 0 20px; background: url(images/bullet.png) 10px 14px no-repeat; background-size: 3px 3px;}
main ol li{margin-left: 30px; list-style: decimal;}
main img{display: block; max-width: 100%;}
.content{padding-top: 60px; padding-bottom: 40px;}
.content + .content{padding-top: 0;}
.content > .content:last-child{padding-bottom: 0;}
.center{text-align: center;}
.cols .left{width: 48.466258%; float: left;}
.cols .right{width: 48.466258%; float: right;}
.cols .left_lrg{width: 74.233129%; float: left;}
.cols .right_sml{width: 22.699387%; float: right;}
.cols2{
	margin: 0 0 20px 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.cols2 li{
	overflow: auto;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
.clear{clear: both;}
.btn{
    padding: 15px 22px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.27em;
    color: #fff;
    background: #8CAD00;
    border-radius: 35px;
	-webkit-transition: color 300ms ease, background 300ms ease;
	-moz-transition: color 300ms ease, background 300ms ease;
	-o-transition: color 300ms ease, background 300ms ease;
	transition: color 300ms ease, background 300ms ease;
}
.btn:hover{color: #fff; background: #345F0F;}
.btn.sml{padding: 14px 20px; font-size: 22px;}
.green_bg .btn:hover{color: #345F0F; background: #fff;}
.btns{margin: 0; padding: 5px 0 5px 0;}
.btns li{
    margin-bottom: 10px;
    padding-left: 12px;
    font-size: 25px;
    line-height: 1.3em;
    color: #345F0F;
}
.btns .btn{margin: 0 0 5px -12px;}
.btns li span{
    margin-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
    font-weight: 700;
}
.btns.inline{margin-right: -15px; overflow: hidden;}
.btns.inline li{margin: 0 15px 10px 0; float: left;}
.btn_call .call{margin-top: 10px; display: block;}
.intro{font-size: 25px; line-height: 1.27em;}
.intro ul li{background-position: 10px 18px;}
.call{font-size: 18px; line-height: 1.3em; color: #345F0F;}
.call .number{
    font-size: 1.667em;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.267em;
}
.call .hours{margin-top: 5px; display: inline-block;}
.plant_wrap{position: relative;}
.plant{
    margin-top: -60%;
    position: absolute;
    left: 0;
    width: 243.783784%;
}
.plant.high{margin-top: -80%;}
.plant.low{margin-top: -40%;}
.plant img{display: block; width: 100%;}
.plant .svg{display: none;}
.svgasimg .plant .svg{display: block;}
.svgasimg .plant .png{display: none;}
.service_list{
    margin-right: -3.067485%;
    margin-left: -3.067485%;
    position: relative;
    width: 106.134969%;
    overflow: hidden;
}
.service_list:before{
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    height: 100%;
    content: '';
    border-left: 3px solid #8CAD00;
    border-right: 3px solid #8CAD00;
}
.service_list:after{
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    content: '';
    border-right: 3px solid #8CAD00;
}
.service_list li{
    padding: 0 2.890173% 0 2.890173%;
    position: relative;
    width: 25%;
    float: left;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.27em;
    color: #345F0F;
    background: none;
}
.service_list li:nth-child(4n+1){clear: both;}
.service_list li:nth-child(n+5){padding-top: 30px;}
.service_list a{text-decoration: none;}
.service_list a:hover{color: #528F38;}
.big_numbers{
    margin: 0 -3.067485% 0 0;
    padding-top: 25px;
    width: 103.067485%;
    overflow: hidden;
    counter-reset: big_numbers;
}
.big_numbers li{
    margin: 0 2.976191% 20px 0;
    padding-left: 8.333333%;
    position: relative;
    width: 30.357142%;
    min-height: 150px;
    float: left;
    box-sizing: border-box;
    /*font-size: 30px;*/
    font-size: 25px;
    line-height: 1.27em;
    list-style: none;
}
.big_numbers li:before{
    margin-top: -0.1em;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 150px;
    font-weight: 700;
    line-height: 1em;
    counter-increment: big_numbers;
    content: counter(big_numbers);
}
.big_numbers li:nth-child(3n+1){clear: both;}
.big_numbers li:nth-child(3n+1):before, .big_numbers li:nth-child(3n+1) span{color: #345F0F;}
.big_numbers li:nth-child(3n+2):before, .big_numbers li:nth-child(3n+2) span{color: #528F38;}
.big_numbers li:nth-child(3n):before, .big_numbers li:nth-child(3n) span{color: #8CAD00;}
.map{margin: 0 0 20px 0; overflow: hidden; border-radius: 38px;}
.map iframe{display: block; border-radius: 38px;}
.doctor:first-child{padding-top: 0;}
.doctor .top{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
}
.doctor .top .intro{margin-top: -20px;}
.doctor .top .img{padding-right: 30px; width: 30%; max-width: 200px;}
.doctor .top .img img{border-radius: 30px;}
.call_small{text-decoration: none;}
.call_small img{margin-right: 4px; display: inline-block; width: 26px; vertical-align: middle;}
.call_small .text{text-decoration: underline;}
.call_small .number{margin-left: 3px; text-decoration: none;}
@media screen and (max-width: 1600px){
    .service_list li{font-size: 27px;}
}
@media screen and (max-width: 1400px){
    main ul li{background-position: 10px 13px;}
    .btn, .btns li{font-size: 27px;}
    .btn.sml{font-size: 21px;}
    .intro{/*font-size: 27px;*/ font-size: 23px;}
    .intro ul li{background-position: 10px 16px;}
    .service_list:before{left: 33.333333%; right: 33.333333%;}
    .service_list:after{display: none;}
    .service_list li{width: 33.333333%;}
    .service_list li:nth-child(4n+1){clear: none;}
    .service_list li:nth-child(3n+1){clear: both;}
    .service_list li:nth-child(n+4){padding-top: 30px;}
    .big_numbers li:before{font-size: 120px;}
}
@media screen and (max-width: 1200px){
    main ul li{background-position: 10px 12px;}
    .btn, .btns li{font-size: 25px;}
    .btn.sml{font-size: 20px;}
    .intro{/*font-size: 25px;*/ font-size: 21.5px;}
    .intro ul li{background-position: 10px 15px;}
    .service_list li{font-size: 24px;}
    .big_numbers li{font-size: 24px;}
    .big_numbers li:before{font-size: 90px;}
}
@media screen and (max-width: 960px){
    main ul li{background-position: 10px 10px;}
	.content{padding-top: 45px; padding-bottom: 25px;}
    .btn, .btns li{font-size: 23px;}
    .btn.sml{padding: 13px 19px; font-size: 19px;}
    .intro{font-size: 20px;}
    .intro ul li{background-position: 10px 14px;}
    .big_numbers{
        margin: 0 0 -30px 0;
        padding-top: 0;
        padding-bottom: 20px;
        width: auto;
    }
    .big_numbers li{
        margin: 0 0 30px 0;
        padding-left: 70px;
        width: auto;
        min-height: 0;
        float: none;
        font-size: 23px;
    }
    .big_numbers li:before{
        margin-top: -0.03em;
        width: 50px;
        font-size: 70px;
        text-align: center;
    }
}
@media screen and (max-width: 850px){
	.cols .left, .cols .right, .cols .left_lrg, .cols .right_sml{width: auto; float: none;}
    .cols .right h3:first-child, .cols .right .h3:first-child{margin-top: 20px;}
	.cols2{
		margin: 0;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
    .plant_wrap{display: none;}
    .service_list{
        margin-top: -20px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .service_list:before{
        top: 20px;
        left: 50%;
        right: 50%;
        border-right: 0;
    }
    .service_list li{
        padding: 0 15px;
        width: 100%;
        float: none;
        overflow: auto;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
    }
    .service_list li:nth-child(n){padding-top: 20px;}
}
@media screen and (max-width: 720px){
	.content{padding-top: 30px; padding-bottom: 10px;}
    .cols .right h3:first-child, .cols .right .h3:first-child{margin-top: 10px;}
    .btn{padding: 13px 18px;}
    .btn, .btns li{font-size: 21px;}
    .btn.sml{padding: 12px 18px; font-size: 18px;}
    .btns li{padding-left: 8px;}
    .btns .btn{margin-left: -8px;}
    .btns{padding-bottom: 10px;}
    .btns li{margin-bottom: 5px;}
}
@media screen and (max-width: 550px){
    .doctor .top .img{padding-right: 20px; width: 40%;}
    .call_small .number{display: none;}
}
@media screen and (max-width: 480px){
    .btn{padding: 11px 15px;}
    .btn, .btns li{font-size: 19px;}
    .btns li{padding-left: 5px;}
    .btns li .btn{margin-left: -5px;}
    .service_list li{font-size: 22px;}
    .big_numbers li{padding-left: 50px; font-size: 21px;}
    .big_numbers li:before{margin-top: -0.02em; width: 35px; font-size: 50px;}
    .doctor .top{flex-direction: column-reverse; align-items: start;}
}
@media screen and (max-width: 410px){
    .service_list{
        margin-top: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .service_list:before{display: none;}
    .service_list li:nth-child(n){padding-top: 10px;}
    .service_list li:nth-child(n):first-child{padding-top: 0;}
}
	
/*---------------FOOTER--------------*/
.facebook a{text-decoration: none;}
.facebook img{display: inline-block; width: 40px; vertical-align: middle;}
.facebook .text{margin-left: 8px; text-decoration: underline;}
footer .row1{padding: 50px 0 30px 0;}
footer .row1 .col1{
    width: 31.288344%;
    float: left;
    font-size: 20px;
    line-height: 1.3em;
}
footer .row1 .big{font-size: 1.182em; line-height: 1.3em;}
footer .row1 .small{font-size: 0.909em; line-height: 1.3em;}
footer .row1 .col2{
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 34.355828%;
    width: 31.288344%;
}
footer .row1 .col2 .map, footer .row1 .col2 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer .row1 .col3{
    position: absolute;
    top: 0;
    right: 0;
    width: 31.288344%;
    height: 100%;
}
footer .row1 .logos{max-width: 510px; text-align: right;}
footer .row1 .logos img{
    margin-bottom: 20px;
    float: right;
    vertical-align: middle;
    clear: both;
}
footer .row1 .logo1{width: 46.862745%;}
footer .row1 .logo2{margin-left: 5%; width: 46.862745%;}
#copyright{
    margin: 0 0 20px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-align: right;
    line-height: 1.3em;
}
#copyright .top{margin-bottom: 20px;}
#copyright img{margin: 0 0 0 10px; width: 25px; float: right;}
#copyright .designed, #copyright li{display: inline-block;}
#copyright .designed{margin: 0;}
#copyright .switch{display: none;}
#copyright li + li:before{content: ' | ';}
#backtotop{
	position: fixed;
	bottom: 10%;
	right: -40px;
	width: 40px;
	height: 40px;
	opacity: 0;
	z-index: 200;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#backtotop img{width: 100%; pointer-events: none;}
#backtotop.visible{right: 5px; opacity: 0.5;}
#backtotop.visible:hover{opacity: 1;}
@media screen and (max-width: 1300px){
    footer .row1 .col1{width: 48.5119045%;}
    footer .row1 .col2{
        margin: 0;
        position: static;
        width: 48.5119045%;
        float: right;
    }
    footer .row1 .col2 .map, footer .row1 .col2 iframe{position: static; height: 250px;}
    footer .row1 .col3{
        padding-top: 20px;
        position: static;
        width: 100%;
        height: auto;
        float: right;
        clear: both;
    }
    footer .row1 .logos{width: 48.5119045%; float: right;}
    footer .row1 .logos img{margin-bottom: 15px; display: inline-block; float: none;}
    #copyright{left: 0; right: auto; text-align: left;}
    #copyright img{margin: 0 10px 0 0; float: left;}
}
@media screen and (max-width: 960px){
    footer .row1 .logos{float: none; text-align: left;}
    #copyright{padding-top: 20px; position: static;}
}
@media screen and (max-width: 850px){
    footer .row1 .logos{width: 100%;}
}
@media screen and (max-width: 720px){
    footer .row1{padding: 40px 0 20px 0;}
    footer .row1 .col1, footer .row1 .col2{width: auto; float: none;}
    footer .row1 .col2{padding-top: 10px;}
}
/*@media screen and (max-width: 480px){
    #copyright img{margin: 0 0 5px 0; float: none;}
    #copyright ul, #copyright li{display: block;}
}*/