/*
Theme Name: CDIF Solar 2017
Author: FMSTUDIOS - Fenech Multimedia Studios
Author URI: http://www.fmstudios.com.au/
*/

body, html{
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	font-family: 'PT Sans', sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	color: #fff;
}
body{background: #5a7362;}
body img{border: none;}
.image_bg{
	padding: 50px 0 50px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #37403a;
	background-size: cover;
}
.yellow_bg{background: #f2a922;}
.wrap{
	margin: 0 auto 0 auto;
	position: relative;
	width: 90%;
	max-width: 1200px;
}
.wrap.max900{max-width: 900px;}
@media screen and (max-width: 960px){
	.image_bg{padding: 30px 0 30px 0;}
}
@media screen and (max-width: 720px){
	.image_bg{padding: 15px 0 15px 0;}
}
	
/*---------------FONT STYLES--------------*/
h1, h2, h3, h4, p, a, ol, ul, li{margin: 0; padding: 0;}
h1, .h1{
	margin: 0 0 25px 0;
	font-family: 'Josefin Slab', serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.3em;
}
h2{
	margin: 0 0 25px 0;
	padding: 10px 0 0 0;
	font-family: 'Josefin Slab', serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
}
h2:first-child, h1 + h2{padding: 0;}
h3{
	margin: 0 0 15px 0;
	font-family: 'Josefin Slab', serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
}
p{margin: 0 0 20px 0;}
a{
	text-decoration: none;
	color: #f3a922;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
a:hover{color: #f3d398;}
a:focus{outline: none;}
ul li{list-style: none;}
table{margin: 0 0 20px 0; border-collapse: collapse;}
form p{margin: 0 0 10px 0;}
input, textarea{
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'PT Sans', sans-serif, Arial, Helvetica;
	font-size: 16px;
	color:#fff;
	border: 3px solid #fff;
	background: #5a7362;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
input:focus, textarea:focus{border-color: #f3a922;}
input.btn{width: auto; cursor: pointer; border-color: #fff;}
input.btn:hover{color: #f3a922; border-color: #f3a922;}
::-webkit-input-placeholder{color: #fff; opacity: 1;}
::-moz-placeholder{color: #fff; opacity: 1;}
:-ms-input-placeholder{color: #fff; opacity: 1;}
:-moz-placeholder{color: #fff; opacity: 1;}
@media screen and (max-width: 960px){
	h1, .h1{font-size: 40px;}
	h2{font-size: 35px;}
}
@media screen and (max-width: 720px){
	h1, .h1{font-size: 35px;}
	h2{font-size: 30px;}
	h3{font-size: 20px;}
}
	
/*---------------TOP--------------*/
#top{
	position: fixed;
	width: 100%;
	z-index: 150;
	background: #fff;
}
#top .wrap{
	height: 110px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top.small .wrap{height: 80px;}
.logo{display: block; position: absolute; left: 0;}
#top .logo{
	top: 38px;
	width: 0px;
	height: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top.small .logo{
	top:28px;
	width: 214px;
	opacity: 1;
	visibility: visible;
}
.logo object, .logo img{display: block; width: 100%; pointer-events: none;}
#top .logo object, #top .logo img{
	height: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top .social{
	position: absolute;
	top: 44px;
	right: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top.small .social{top: 29px;}
.social img{
	margin-left: 10px;
	width: 30px;
	float: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top .social img:hover{
	-webkit-filter: brightness(230%) sepia(100%) saturate(350%);
	filter: brightness(230%) sepia(100%) saturate(350%);
}
#nav_toggle{
	padding: 8px 10px 0 42px;
	display: none;
	position: absolute;
	top: 40px;
	left: -10px;
	height: 30px;
	float: left;
	z-index: 1000;
	cursor: pointer;
	color: #37413b;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#top.small #nav_toggle{top: 24px;}
#nav_toggle .bar{
	display: block;
	position: absolute;
	left: 10px;
	width: 22px;
	height: 2px;
	background: #37413b;
	-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: 18px;}
#nav_toggle .bar3{top: 18px;}
#nav_toggle .bar4{top: 26px;}
.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: 1050px){
	#top .logo{margin-left: -107px; left: 50%; width: 214px;}
	#nav_toggle{display: block;}
}
@media screen and (max-width: 720px){
	#top .wrap{height: 90px;}
	#top .logo{top: 33px;}
	#top .social{top: 34px;}
	#nav_toggle{top: 30px;}
}
@media screen and (max-width: 480px){
	#top .wrap, #top.small .wrap{height: 60px;}
	#top .logo, #top.small .logo{
		margin-left: -80px;
		top: 19px;
		width: 160px;
		height: 22px;
	}
	#top .logo object, #top .logo img{height: 22px;}
	#top .social, #top.small .social{top: 15px;}
	#nav_toggle, #top.small #nav_toggle{top: 11px;}
}
@media screen and (max-width: 359px){
	#top .logo{display: none;}
}
	
/*---------------NAV--------------*/
nav{
	position: absolute;
	top: 42px;
	left: -10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transition: all 300ms cubic-bezier(.35,1.17,.59,1.39);
}
#top.small nav{top:27px; left: 240px;}
nav li{float: left;}
nav li a{
	padding: 5px 10px 5px 10px;
	display: block;
	font-size: 18px;
	color: #37413b;
}
nav li a:hover{color: #37413b;}
nav li.current-menu-item a{font-weight: 700; text-transform: uppercase; color: #f3a922;}
nav li a span{
	display: inline-block;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
nav li:hover a span{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media screen and (max-width: 1200px){
	nav li a{font-size: 17px;}
}
@media screen and (max-width: 1050px){
	nav{
		padding: 0 5.555% 0 5.555%;
		top: 100%;
		left: -5.555%;
		width: 130px;
		max-height: 0;
		overflow: hidden;
		background: #37403a;
	}
	#top.small nav{top: 100%; left: -5.555%;}
	.csstransforms nav{
		max-height: none;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
	.show_nav nav{max-height: 300px;}
	.csstransforms .show_nav nav{
		max-height: none;
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}
	nav ul{padding: 25px 0 25px 0;}
	nav li{float: none;}
	nav li a{
		margin: 0 -10px 0 -10px;
		padding: 6px 10px 6px 10px;
		color: #fff;
	}
	nav li:hover a{color: #fff;}
	nav li.current-menu-item:hover a{color: #f3a922;}
	nav li:hover a span{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
	
/*---------------HEADER--------------*/
#header{
	border-top: 110px solid #fff;
	position: relative;
	-webkit-transition: border 300ms ease;
	-moz-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
}
#header .wrap{height: 600px;}
#header .logo{
	top: 45%;
	width: 485px;
	height: 68px;
	z-index: 100;
	-webkit-animation: fadein 4s ease 1 alternate;
	-moz-animation: fadein 4s ease 1 alternate;
	-o-animation: fadein 4s ease 1 alternate;
	animation: fadein 4s ease 1 alternate;
}
#header .logo object, #header .logo img{height: 68px;}
#header .text{
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 100;
	-webkit-animation: fadein 4.5s ease 1 alternate;
	-moz-animation: fadein 4.5s ease 1 alternate;
	-o-animation: fadein 4.5s ease 1 alternate;
	animation: fadein 4.5s ease 1 alternate;
}
.csstransforms #header .text{
	top: 53%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@-webkit-keyframes fadein{
	0% {opacity: 0;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadein{
	0% {opacity: 0;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadein{
	0% {opacity: 0;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadein{
	0% {opacity: 0;}
	80% {opacity: 0;}
	100% {opacity: 1;}
}
#clouds{
	margin-left: -825px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1650px;
	height: 100%;
	z-index: 50;
	background: url(images/clouds.png) center top no-repeat;
	background-size: 100% auto;
}
#sun{
	position: absolute;
	top: -430px;
	left: 0;
	width: 430px;
	height: 428px;
	z-index: 25;
	background: url(images/sun.png) center center no-repeat;
	-webkit-animation: movesun 4s ease-out 1 alternate;
	-moz-animation: movesun 4s ease-out 1 alternate;
	-o-animation: movesun 4s ease-out 1 alternate;
	animation: movesun 4s ease-out 1 alternate;
}
@-webkit-keyframes movesun{
	80% {opacity: 1; transform: translate(69px, 520px) scale(0.24,0.24);}
	100% {opacity: 0; transform: translate(69px, 520px) scale(0.24,0.24);}
}
@-moz-keyframes movesun{
	80% {opacity: 1; transform: translate(69px, 520px) scale(0.24,0.24);}
	100% {opacity: 0; transform: translate(69px, 520px) scale(0.24,0.24);}
}
@-o-keyframes movesun{
	80% {opacity: 1; transform: translate(69px, 520px) scale(0.24,0.24);}
	100% {opacity: 0; transform: translate(69px, 520px) scale(0.24,0.24);}
}
@keyframes movesun{
	80% {opacity: 1; transform: translate(69px, 520px) scale(0.24,0.24);}
	100% {opacity: 0; transform: translate(69px, 520px) scale(0.24,0.24);}
}
@media screen and (max-width: 1200px){
	#header .wrap{height: 550px;}
	#header .logo{width: 400px; height: 56px;}
	#header .logo object, #header .logo img{height: 56px;}
	#sun{left: -50px;}
	@-webkit-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 492px) scale(0.19,0.19);}
		100% {opacity: 0; transform: translate(70px, 492px) scale(0.19,0.19);}
	}
	@-moz-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 492px) scale(0.19,0.19);}
		100% {opacity: 0; transform: translate(70px, 492px) scale(0.19,0.19);}
	}
	@-o-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 492px) scale(0.19,0.19);}
		100% {opacity: 0; transform: translate(70px, 492px) scale(0.19,0.19);}
	}
	@keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 492px) scale(0.19,0.19);}
		100% {opacity: 0; transform: translate(70px, 492px) scale(0.19,0.19);}
	}
}
@media screen and (max-width: 960px){
	#header .wrap{padding:170px 0 60px 0; height: auto;}
	#header .logo{
		margin: 0 0 40px 0;
		position: relative;
		top: auto;
		width: 340px;
	}
	#header .logo object, #header .logo img{height: 48px;}
	#header .text, .csstransforms #header .text{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#clouds{margin-left: -500px; width: 1000px;}
	#sun{left: -85px;}
	@-webkit-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 410px) scale(0.16,0.16);}
		100% {opacity: 0; transform: translate(70px, 410px) scale(0.16,0.16);}
	}
	@-moz-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 410px) scale(0.16,0.16);}
		100% {opacity: 0; transform: translate(70px, 410px) scale(0.16,0.16);}
	}
	@-o-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 410px) scale(0.16,0.16);}
		100% {opacity: 0; transform: translate(70px, 410px) scale(0.16,0.16);}
	}
	@keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 410px) scale(0.16,0.16);}
		100% {opacity: 0; transform: translate(70px, 410px) scale(0.16,0.16);}
	}
}
@media screen and (max-width: 720px){
	#header{border-top-width: 90px;}
}
@media screen and (max-width: 480px){
	#header{border-top-width: 60px;}
	#header .wrap{padding: 120px 0 40px 0;}
	#header .logo{width: 250px; height: 35px;}
	#header .logo object, #header .logo img{height: 35px;}
	#clouds{margin-left: -300px; width: 600px;}
	#sun{left: -138px;}
	@-webkit-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 354px) scale(0.12,0.12);}
		100% {opacity: 0; transform: translate(70px, 354px) scale(0.12,0.12);}
	}
	@-moz-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 354px) scale(0.12,0.12);}
		100% {opacity: 0; transform: translate(70px, 354px) scale(0.12,0.12);}
	}
	@-o-keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 354px) scale(0.12,0.12);}
		100% {opacity: 0; transform: translate(70px, 354px) scale(0.12,0.12);}
	}
	@keyframes movesun{
		80% {opacity: 1; transform: translate(70px, 354px) scale(0.12,0.12);}
		100% {opacity: 0; transform: translate(70px, 354px) scale(0.12,0.12);}
	}
}
	
/*---------------CONTENT--------------*/
main{display: block;}
main ul, #header ul, main ol{margin: 0 0 20px 0;}
main p + ul, #header p + ul{margin: -10px 0 20px 0;}
main ul li, #header ul li{padding: 0 0 0 15px; background: url(images/bullet.png) 8px 11px no-repeat;}
.generatedcontent main ul li, .generatedcontent #header ul li{position: relative; background: none;}
.generatedcontent main ul li:before, .generatedcontent #header ul li:before{
	position: absolute;
	top: 11px;
	left: 8px;
	width: 2px;
	height: 2px;
	content: '';
	background: #fff;
}
main ol > li{margin: 0 0 0 20px; padding: 0 0 0 5px;}
main ol ul{margin: 0;}
.content{padding: 50px 0 30px 0;}
.center{text-align: center;}
.cols{position: relative; overflow: auto;}
.cols .left{width: 48.334%; float: left;}
.cols .right{width: 48.334%; float: right;}
.cols .right.fullh{
	position: absolute;
	top: 0;
	bottom: 20px;
	right: 0;
}
.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, .cols2 .client{
	overflow: auto;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
.intro{
	font-family: 'Josefin Slab', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em;
}
.btn{
	padding: 7px 30px 4px 30px;
	display: inline-block;
	font-family: 'Josefin Slab', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25em;
	border: 3px solid #f3a922;
	-webkit-transition: color 300ms ease, border 300ms ease;
	-moz-transition: color 300ms ease, border 300ms ease;
	-o-transition: color 300ms ease, border 300ms ease;
	transition: color 300ms ease, border 300ms ease;
}
.btn:hover{color: #fff; border-color: #fff;}
.steps{margin: 0 -5.555% 0 -5.555%; padding: 0 3.709% 0 3.709%; overflow: hidden;}
.step{
	margin: 80px 1.846% 25px 1.846%;
	position: relative;
	width: 12.974%;
	height: 200px;
	float: left;
	border: 3px solid #fff;
	box-sizing: border-box;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.js .step{opacity: 0;}
.js .step.something{opacity: 1;}
.step h3{
	margin: -83px 0 0 -83px;
	display: block;
	position: relative;
	left: 50%;
	width: 166px;
	z-index: 30;
	font-family: 'Josefin Slab', serif;
	font-size: 100px;
	font-weight: 700;
	text-align: center;
	line-height: 156px;
	border-radius: 50%;
	background: #5a7362;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.step:nth-child(-n+5) h3{border-radius: 50% 50% 0% 50%;}
.step:nth-child(3n+2) h3{background: #37413b;}
.step:nth-child(3n+3) h3{background: #725723;}
.step h3:after{
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	content: '';
	border: 3px solid #fff;
	border-radius: 50%;
}
.step h3 span{
	padding: 10px 0 0 0;
	position: relative;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.csstransforms .step p{
	padding-top: 80px;
	position: absolute;
	top: 50%;
	left: 6%;
	width: 90%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.facts{
	margin: 0 -2.5% -2.5% 0;
	padding: 0 0 25px 0;
	width: 102.5%;
	overflow: auto;
}
.facts li{
	margin: 0 2.439% 2.439% 0;
	padding: 0;
	position: relative;
	width: 22.561%;
	height: 190px;
	float: left;
	background: #bbae95;
	background: rgba(187,174,149,0.85);
}
.facts li .inside{
	position: absolute;
	top: 20px;
	left: 5%;
	width: 90%;
}
.csstransforms .facts li .inside{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.facts li .big{
	display: block;
	font-family: 'PT Sans Narrow', serif;
	font-size: 70px;
	line-height: 1.2em;
}
.client{padding-top: 15px;}
#thankyou .thanks{display: none;}
#thankyou:target .thanks{display: block;}
#thankyou form{display: block;}
#thankyou:target form{display: none;}
@media screen and (max-width: 1200px){
	.step{margin-top: 70px; height: 220px;}
	.step h3{
		margin: -72px 0 0 -70px;
		width: 140px;
		font-size: 85px;
		line-height: 130px;
	}
	.csstransforms .step p{padding-top: 70px;}
	.facts li{height: 170px;}
	.facts li .big{font-size: 55px;}
}
@media screen and (max-width: 1050px){
	.facts li .big{font-size: 45px;}
}
@media screen and (max-width: 960px){
	.content{padding: 40px 0 20px 0;}
	.step{width: 29.641%; height: 150px;}
	.facts li{height: 150px;}
	.facts li .big{font-size: 40px;}
}
@media screen and (max-width: 720px){
	.content{padding: 30px 0 10px 0;}
	.cols .left, .cols .right{width: auto; float: none;}
	.cols2{
		margin: 0;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.step{margin-top: 55px; height: 180px;}
	.step h3{
		margin: -57px 0 0 -55px;
		width: 110px;
		font-size: 65px;
		line-height: 100px;
	}
	.csstransforms .step p{padding-top: 55px;}
	.facts li{width: 47.561%;}
	.facts li .big{font-size: 50px;}
}
@media screen and (max-width: 480px){
	.step{width: 46.308%; height: 180px;}
	.facts li{height: 130px;}
	.facts li .big{font-size: 40px;}
}
@media screen and (max-width: 380px){
	.facts{margin: 0; padding: 0 0 10px 0; width: auto;}
	.facts li{
		margin: 0 0 15px 0;
		width: auto;
		height: 100px;
		float: none;
	}
}
@media screen and (max-width: 355px){
	.step{height: 200px;}
}
	
/*---------------FOOTER--------------*/
footer{padding: 50px 0 30px 0; overflow: auto;}
footer .left{width: 50%; float: left;}
footer .right{
	width: 33.333%;
	float: right;
	font-size:18px;
	line-height: 1.3em;
}
footer .right h2{color: #f2a922;}
footer .social{padding: 20px 0 10px 0; overflow: auto;}
footer .social img{
	margin: 0 10px 0 0;
	-webkit-filter: brightness(500%);
	filter: brightness(500%);
}
footer .social img:hover{
	-webkit-filter: brightness(230%) sepia(100%) saturate(350%);
	filter: brightness(230%) sepia(100%) saturate(350%);
}
#copyright{
	padding: 20px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #3f4140;
}
#copyright .disclaimer{margin: 0 0 30px 0; font-size: 12px; line-height: 1.2em; color: #fff;}
#copyright a{color: #3f4140;}
#copyright a:hover{color: #fff;}
#copyright img{margin: 2px 10px 0 0; width: 30px; float: left;}
#copyright .mobile{display: none;}
#backtotop{
	position: fixed;
	bottom: 10%;
	right: -36px;
	width: 36px;
	height: 36px;
	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: 1024px){
	#copyright img{margin: 8px 10px 0 0;}
	#copyright .mobile{display: block;}
}
@media screen and (max-width: 720px){
	footer .left{margin: 0 0 30px 0; width: auto; float: none;}
	footer .right{width: auto; float: none;}
}
	
/*---------------TINYMCE--------------*/
#tinymce{margin: 5px !important; color: #37413b; background: #fff;}
#tinymce a{color: #f2a922;}
#tinymce a:hover{color: #5a7362;}
#tinymce ul, #tinymce ol{margin: 0 0 20px 0;}
#tinymce ul li{padding: 0 0 0 15px; background: url(images/bullet.png) 8px 11px no-repeat;}
#tinymce ol > li{margin: 0 0 0 20px; padding: 0 0 0 5px;}
#tinymce ol ul{margin: 0;}