/* Reset */

body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

*{
	box-sizing: border-box;
}


body {
    margin: 0;
    padding: 0;
    color: #455560;
	font-family: 'Open Sans', sans-serif;
	background: no-repeat top center url('../images/background.jpg');
	background-size: 100% 500px;
	font-size: 16px;
}

img{
	max-width: 100%;
}

p{
	padding: 0;
	margin: 0 0 15px 0;
    text-align: justify;
}

ol{
	padding:0;
	margin: 0 0 15px;
}

li{
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

h1{
	font-size: 54px;
	margin: 0 0 100px;
}

h1 strong{
	color: white;
}

h4{
	color: #BDD73E;
	font-size: 22px;
	font-weight: bold;
	margin: 35px 0;
}



header{
	padding: 25px 0 55px;
	transform: translate(0, -100%);
    transition: transform 0.3s ease-in-out;
}

header.top{
	    transform: translate(0, 0);
}


.topmenu{
	float: right;
	font-weight: bold;
	margin: 25px 0 0 0;
	position: relative;
}
.topmenu a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
	padding-bottom: 7px;
    position: relative;
    overflow: hidden;
}
.topmenu a:before{
	content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #BDD73E;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.topmenu a:hover:before{
    left: 0;
    right: 0;
}

.lang{
	float: right;
	font-weight: bold;
	margin: 25px 0 0 25px;
	position: relative;
}

.lang a{
	text-decoration: none;
    color: #ffffff;
	padding-right: 15px;
	background: no-repeat center right url(../images/arr.png);
	position: relative;
	z-index: 1;
}


.dropdown-menu{
	display: none;
	position: absolute;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	top: -10px;
    left: -10px;
    padding: 35px 0 5px;
}
.dropdown-menu a{
	background:transparent;
	color: #ffffff;
	padding: 5px 10px;
}
.dropdown-menu a:hover{
	color: #455560;
}
.show.dropdown-menu{
	display: block;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	width: 61px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.btn{
	background: #BDD73E;
	padding: 7px 25px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 15px;
	display: inline-block;
}
.btn:hover {
    background-color: rgba(189,215,62,0.8);
}


header .logo img{
	vertical-align: bottom;
	width: 100px;
}

section{
	clear: both;
}

#about p{
	font-size: 22px;
	font-weight: 300;
}
#about .btn{
	float: right;
}
.about_img{
	float: right;
	margin: 0 0 0 45px;
}
.mac-img{
	float: right;
	margin: 0 0 0 45px;
	overflow: hidden;
	position: relative;
	width: 270px;
	Height: 217px;
}
.mac-img-inside{
	margin: 13px 0 0 11px;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width: 247px;
}
.mac-img:hover .mac-img-inside{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
	border-radius: 30px;
}
.mac-img-outside{
	position: absolute;
	top: 0;
	left: 0;
}

#what_is_it{
	padding: 90px 0 60px;
}
#what_is_it h2{
	color: #BDD73E;
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
}
#what_is_it h2 strong{
	color: #455560;
}
.what_is_it_list{
	display: flex;
    flex-wrap: wrap;
}
.what_is_it_item{
	margin:0 1%;
	flex: 0 0 31%;
    max-width: 31%;
    flex-direction: column;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
}
.what_is_it_item img{
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	margin: 0 0 20px;
}
.what_is_it_item:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
#what_is_it .btn{
	margin: 55px auto 0;
	display: table;
}


#functions h2{
	color: #BDD73E;
	font-size: 20px;
	padding: 5px 25px;
	background: #455560;
}
#functions h2 strong{
	color: #ffffff;
}
#functions h2 span{
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	padding: 0 20px 0;
}
#functions ul{
	font-weight: bold;
	margin: 35px 0;
	padding: 0;
}
#functions ul li{
	margin: 0;
	padding: 0;
}
#functions img{
	float: right;
	margin-right: 35px;
	width: 350px;
}
#functions .btn{
	margin: 55px auto 0;
	display: table;
}


#why_us{
	background: #BDD73E;
	padding: 35px 0 0;
}
#why_us h2{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
}
#why_us h2 span{
	color: #455560;
}
.why_us_list{
	display: flex;
    flex-wrap: wrap;
}
.why_us_item{
	margin:0 2%;
	flex: 0 0 29%;
    max-width: 29%;
    flex-direction: column;
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
}
.why_us_item img{
	display: block;
	margin: 0 auto;
}
.why_us_item:hover  img {
    transition: all 0.75s;
    transform: rotateY(360deg);
}
.why_us_item:hover{
    font-weight: bold;
}



#btns{
	text-align: center;
	margin: 35px 0;
}
#btns .btn{
	background: #455560;
	padding: 15px 20px;
	width: 200px;
}
#btns .btn:hover{
	background: #333333;
}





.accordion_title {
	color: #BDD73E;
	cursor: pointer;
	padding: 10px 0;
	font-size: 20px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion_panel {
	display: none;
	font-size: 18px;
	font-weight: 300;
}
.accordion span.arrow{
	background: #455560;
	padding: 0 22px;
	border-radius: 3px;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion span.arrow i {
	border: solid #BDD73E;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-bottom: 5px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion .active span.arrow i {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	margin-bottom: 2px;
}
.accordion_title:hover {
	color: #455560;
}
.accordion .accordion_title:hover span.arrow{
	background: #333333;
}
.accordion .accordion_title:hover span.arrow i{
	margin-bottom: 4px;
}
.accordion .accordion_title.active:hover span.arrow i{
	margin-bottom: 3px;
}




.green_bg{
	background: repeat-x top left url(../images/green_bg.gif);
}
#experts h2{
	font-size: 20px;
	text-align: center;
	margin: 55px 0 25px;
}
#experts h2 span{
	color: #BDD73E;
}
.experts_item_title{
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
	min-height: 265px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 300;
}
.experts_item_title h5{
	font-weight: bold;
	color: #455560;
	margin-top: 15px;
}
.experts_item_title img{
	border-radius: 50%;
	width: 130px;
}
.experts_item_quote{
	font-size: 14px;
	text-align: justify;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(222,222,222,0.7);
	-moz-box-shadow: 5px 5px 0px 0px rgba(222,222,222,0.7);
	box-shadow: 5px 5px 0px 0px rgba(222,222,222,0.7);
	background: #ffffff;
	padding: 15px 25px 25px 10px;
	height: calc(100% - 265px);
	margin-top: -20px;
}
.experts_list{
	display: flex;
    flex-wrap: wrap;
}
.experts_item{
	margin:0 2%;
	flex: 0 0 46%;
    max-width: 46%;
    flex-direction: column;
	text-align: center;
}


#clients{
	text-align: center;
}
#clients h2{
	font-size: 20px;
	margin: 55px 0 35px;
	color: #BDD73E;
	font-weight: bold;
}
#clients img{
	margin: 15px 30px;
}


#accordions2{
	background: no-repeat right center url(../images/hand_give.gif);
}
#accordions2 h2{
	font-size: 20px;
	margin: 55px 0 35px;
}
#accordions2 h2 span{
	color: #BDD73E;
}


.container{
	max-width: 1742px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.main_container{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 35px;
}

.row{
	display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.col_1{
	margin: 0 0 0 10%;
	flex: 0 0 40%;
    max-width: 40%;
	padding-bottom: 25px;
    display: flex;
    flex-direction: column;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col_2{
	flex: 0 0 40%;
    max-width: 40%;
	margin: 0 10% 0 0;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

#yearPlan{
	display:none;
}

#pricelist h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
    color: #455560;
    font-size: 18px;
}
#pricelist h3{
	padding:0;
	margin: 0 0 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #BDD73E;
	font-weight: 200;
}


.pricelist{
	display: flex;
    flex-wrap: wrap;
}

.pricelist-item{
	margin:0 1% 90px;
	flex: 0 0 23%;
    max-width: 23%;
    display: flex;
    flex-direction: column;
	position: relative;
    width: 100%;
    min-height: 1px;
	border: 5px #BDD73E solid;
	border-radius: 10px;
	padding: 3px;
	position: relative;
}

.pricelist-item-title{
	background-color: #BDD73E;
	border-radius: 5px;
	text-align: center;
	padding: 15px 5px 5px;
	font-size: 18px;
}

.pricelist-item-title p{
	margin: 0;
	text-align: center;
	height: 56px;
}

.pricelist-item-title span{
	display:block;
	font-weight: bold;
	font-size: 26px;
}

.pricelist-item-title strong{
	display:block;
	color: #ffffff;
	font-size: 32px;
	font-weight:normal;
	margin-top:15px;
}

.pricelist-item-content{
	font-size: 14px;
	padding: 15px 0;
}

.pricelist-item-content label{
	display: block;
	padding-left: 25px;
	margin-top: 25px;
}
.pricelist-item-content label input{
	margin: 5px 3px 0 -20px;
}

.pricelist-item-content ul{
	margin: 0 0 0 25px;
	padding: 0;
	min-height: 215px;
}

.pricelist-item-content ul li{
	margin: 0;
	padding: 0;
}

.pricelist-select{
	font-size: 26px;
	font-weight: bold;
	margin: 25px 0;
	text-align: center;
}

.pricelist-select-checkbox{
	height: 18px;
	width: 50px;
	background: rgba(189,215,62,0.4);
	position: relative;
	display: inline-block;
	border-radius: 9px;
	margin: 0 20px;
	cursor: pointer;
}
.pricelist-select-checkbox:before{
	position: absolute;
	content: " ";
	height: 18px;
	width: 18px;
	left: 0;
	top: 0;
	background-color: #BDD73E;
	border-radius: 9px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.pricelist-select-checkbox.rightPosition:before{
	left: calc(100% - 18px);
}

.pricelist-item-order-btn{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.pricelist-item-order-btn button{
	background-color: #BDD73E;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}
.pricelist-item-order-btn button:hover{
	background-color: rgba(189,215,62,0.8);
}

.pricing-note{
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	color: #777;
}

#contact h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
    color: #455560;
    font-size: 18px;
}
#contact h3{
	padding:0;
	margin: 0 0 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.team-member{
	font-size: 18px;
	font-weight: 200;
	width: 350px;
	margin: 0 auto;
}
.team-member-photo{
	float:left;
	margin-right: 15px;
}
.team-member-photo img{
	width: 130px;
	border-radius: 50%;
}
.team-member-info strong{
	display:block;	
	font-size: 20px;
}
.team-member-info span{
	display:block;	
	color: #BDD73E;
}
.team-member-info img{
	vertical-align: middle;
}

.info_green_border{
	border: #BDD73E 5px solid;
	text-align:center;
	border-radius: 10px;
    padding: 15px 10px;
	font-size: 20px;
}
#verification_info .btn{
	margin: 15px auto 0;
	display: table;
	border-radius: 5px;
	font-weight: bold;
}

.info_grey{
	margin-top: 35px;
	background: #455560;
	text-align:center;
	border-radius: 10px;
    padding: 15px 10px;
	font-size: 20px;
	color: white;
}
.info_grey h5{
	color: #BDD73E;
	font-size: 22px;
}
#promotion_info .btn{
	margin: 15px auto 0;
	display: table;
	border-radius: 5px;
	font-weight: bold;
}


.animate.zoom-in{
	transition-timing-function: ease;
	transition-duration: 1.25s;
	opacity: 0;
	transform: translateZ(0) scale(0);
    transition-property: opacity,transform;
}

.animate.zoom-in.animated{
	opacity: 1;
    transform: translateZ(0) scale(1);
}

footer{
	background-color: #384f5a;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .copyright{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    opacity: 0.5;
	flex: 0 0 60%;
    max-width: 60%;
}

footer .copyright a {
    color: #fff;
    text-decoration: none;
}






.contactform{
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 14px;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform textarea{
	width: 100%;
	border: 1px #BDD73E solid;
	border-radius: 3px;
	padding: 5px 5px;
	margin-top: 3px;
}
.contactform input[type="text"].error,
.contactform input[type="email"].error,
.contactform textarea.error{
	border: 1px #ff0000 solid;
}
.contactform input[type="checkbox"].error{
	outline: 1px solid #ff0000
}
.contactform textarea{
	height: 100px;
}
.contactform p{
	margin-bottom: 10px;
	text-align: left;
}
.contactform button{
	background: #BDD73E;
	padding: 10px 15px;
	border: none;
	color:#fff;
	border-radius: 3px;
	cursor: pointer;
}
.contactform button:hover{
	background: rgba(189,215,62,0.8);
}
.contactform-info{
	font-size: 14px;
	color: #BDD73E;
	margin: 15px 0;
}
.response{
	background: #BDD73E;
	padding: 10px 15px;
	color:#fff;
	border-radius: 3px;
	display: none;
}
.accept_pp a{
    color: #384f5a;
	text-decoration: none;
	font-weight: bold;
}
.accept_pp a:hover{
	text-decoration: underline;
}






.download_form_overlay{
	display: none;
	background: rgba(255,255,255,0.7);
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
}
.download_form{
	border-radius: 7px;
	background: #BDD73E;
	border: #455560 2px solid;
	padding: 35px;
	width: 300px;
	top: 50%;
	margin: -150px auto 0;
	position: relative;
}
.download_form input{
	border-radius: 5px;
	border: #fff 2px solid;
	background: rgb(255,255,255,0.3);
	padding: 10px 10px;
	width: 100%;
	margin-bottom: 7px;
	font-size: 14px;
}
.download_form input:hover{
	background: rgb(255,255,255,0.5);
}
.download_form input:focus{
	background: rgb(255,255,255,0.7);
	outline: none;
}
.download_form input.error{
	border: #ff0000 2px solid;
}
.download_form button{
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background: #455560;
	padding: 12px 35px;
	cursor: pointer;
}
.download_form button:hover{
	background: #333333;
}
.download_form_close{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	border: #455560 2px solid;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	background: #455560;
	color: #FFFFFF;
}
.download_form_close:hover{
	background: #ffffff;
	color: #455560;
}

#file_download{
	display: inline-block;
    font-size: 12px;
}



@media only screen and (max-width: 1320px){
	.container {
		max-width: 960px;
	}
	.col_1{
		margin: 0;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col_2{
		margin: 0;
		flex: 0 0 40%;
		max-width: 40%;
	}
}



@media only screen and (max-width: 1191px){
	.container {
		max-width: 720px;
	}
	header .logo img{width: 100px;}
	.separator{
		margin: 35px 30px 0 0;
	}
	.socials{
		margin: 7px 20px 0 0;
	}
	#about p{
		font-size: 18px;
	}
	.pricelist-item{
		flex: 0 0 46%;
		max-width: 46%;
		margin: 0 2% 90px 2%;
	}
	.pricelist-item-content ul{
		min-height: auto;
	}
}




@media only screen and (max-width: 768px){
	.container {
		max-width: 540px;
	}
	.col_1, .col_2{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pricelist-item{
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 90px 0;
	}
	header .logo img{width: 70px;}
	.lang{
		margin: 15px 30px 0 0;
	}
	.separator, .socials{
		display:none;
	}
	h1{
		font-size: 38px;
	}
	footer .copyright{
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.tomainmenu{
		font-size: 14px;
		padding-top:5px;
		margin-left: 80px;
	}
	.tomainmenu:before{
		left: -60px;
	}
	#about .btn{
		float: none;
	}
	.about_img{
		display: block;
		float: none;
		margin: 0 auto;
	}
	.mac-img{
		display: block;
		float: none;
		margin: 0 auto;
	}
	.topmenu{
		display: none;
	}
	.what_is_it_item{
		margin:0 0 35px 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#functions img {
		float: none;
		margin: 25px 0 0 0;
		width: 100%;
	}
	.why_us_item {
		flex: 0 0 46%;
		max-width: 46%;
	}
	#btns .btn {
		display: block;
		margin: 0 auto 15px;
	}
	.green_bg {
		background-image: none;
	}
	.experts_item {
		margin: 0 0 35px 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.experts_item_title{
		color: #455560;
		min-height: auto;
	}
	.experts_item_quote{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
		min-height: auto;
		margin-top: 0;
	}
}
