/************** GENERAL & PSEUDO CLASSES ****************/



input {
    -webkit-appearance: none;
    border-radius: 0;
}

#main-container{
	width: 100%;
	overflow: hidden;
}

section{
	padding-bottom: 0px;
}

.inner-section{
	padding-top: 44px;
	padding-bottom: 44px;
		
}

.slide-left{
	padding-left: 60px;
}

.slide-right{
	padding-right: 60px;
}

.even-section{
	background-color: #eee;
}

.odd-section{
	background-color: #fff;
}

.blue-btn{
	border-bottom: 3px solid #4aa89f;
	background-color: #88d8d0;
	padding: 10px;
	color: #fff;
	font-family: 'Pontano Sans', sans-serif;
	cursor: pointer;
	position: relative;
}

.green-btn{
	border-bottom: 3px solid #20a86a;
	background-color: #30d589;
	padding: 20px;
	color: #fff;
	font-family: 'Pontano Sans', sans-serif;
	cursor: pointer;
	position: relative;
}

.red-btn{
	background-color: #dd4749;
	display:block;
	padding: 30px;
	color: #235071;
	font-size: 16px;
	clear:both;
	cursor: pointer;
	margin: 5% 30% 5% 30%;
	width:40%;
	 -webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
}
.svg-btn {
width:50%;
margin-left: 25%;
height: auto;
}

.section-preamble h2{
	color: #dd4749;
	margin-bottom: 11px;
	font-weight: normal;
}

.section-preamble .hr{
	border: 1px solid #ccc;
	width: 20%;
	margin: 0px auto;
}

.section-preamble p, .section-preamble ul {
	font-size: 18px;
	color: #777;
	margin: 0px auto;
	width: 80%;
	margin-bottom: 44px;
}
.section-preamble li {
text-align:left;
font-size: 18px;
}

.blue-btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}

.btn{
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}





/************* NAV STYLES *********************/

#main-nav{
	min-height: 80px;
	max-height: 80px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.open-nav{
	max-height: 400px !important;
}

#mobile-toggle{
	float: right;
	font-size: 40px;
	color: #888;
	display: block;
	cursor: pointer;
	position: relative;
	bottom: 35px;
}

#logo{
	padding: 10px;
}

#logo h5{
	color: #888;
	font-family:'Pontano Sans', sans-serif;
	font-size: 30px;
	position: relative;
	top: -5px;
	font-weight: 300;
}

#nav-holder ul{
	list-style: none;
	margin: 0px;
	padding-top: 30px;
	overflow: hidden;
}

#nav-holder li{
	float: left;
	list-style: none;
	margin-left: 22px;
}

#nav-holder li a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #888;
	Font-size: 16px;
	font-weight: normal;
	
}

#nav-holder li:first-child{
	margin-left: 0px;
}

#main-nav .blue-btn{
	top: -10px;
}

#main-nav .blue-btn a{
	color: #fff;
}

#main-nav .blue-btn:hover{
	top: -5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** HOME STYLES ******************/

#home{
	padding-top: 120px;
	background-size: cover;
	background-color: #235071;
	overflow: hidden;
	padding-bottom: 50px;
	
}	

#home-slider{
	overflow: hidden;
	position: relative;
	height: 300px;
}

#home-slider img{
	position: relative;
	top: 5px;
}

#home-slider h1{
	color: #fff;
	font-size: 37px;
	}

#home-slider .hr{
	border: 1px solid #ffa859;
	margin-bottom: 10px;
    width: 80%;
	float: right;
	margin-right:10%;
}

#home-slider p{
	font-size: 20px;
	text-align:center;
	color: #fff;
	margin-bottom: 24px;
	clear:both;
}

#home-slider ul{
	color: rgba(255,255,255,0.7);
	margin-bottom: 100px;
}

#home-slider li{
	font-size: 18px;
	margin-left: 20px;
	padding-bottom: 10px
}

#home-slider .btn-left{
	background-color: #df4545;
	border: 2px solid #a22928;
	float:left;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	clear:both;
	margin: 5% 10%;
	width:30%;
	 -webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}
#home-slider .btn-right{
	background-color: #df4545;
	border: 2px solid #a22928;
	float: right;
	display:block;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	clear:none;
	margin: 5% 10%;
	width:30%;
	 -webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}

#home-slider .btn-right:hover{
	background-color: #a22928;
}

#home-slider .btn-left:hover{
	background-color: #a22928;
}

#home-slider .btn{
	background-color: #ffa859;
	display:block;
	padding: 12px;
	color: #235071;
	font-size: 16px;
	clear:both;
	cursor: pointer;
	margin: 5% 10% 5% 35%;
	width:30%;
	 -webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
}



#home-slider iframe{
	width: 100% !important;
	height: 290px;
	margin-top: 44px;
	border: none;
}

/********************* FEATURES SECTION *********************/

.feature h4{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid;
	display: block;
	color: #444;
	padding-bottom: 2px;
}

.feature h3  {
margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: #444;
	padding-bottom: 2px;
}
.platform-row h2{
color:#dd4749;
	font-weight: normal;
	margin-bottom: 11px;
}

.mid-row{
	background-color: #f5f5f5;
}

.platform-row .hr{
	width: 40%;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	display: inline-block;
}

.platform-row p{
	margin-top: 22px;
	margin-bottom: 22px;
}

.platform-row img{
	max-height: 400px;
	text-align: center;
}

.platform-row .blue-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
	margin-left: 18px;
}

.platform-row .blue-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

.platform-row .green-btn{
	display: inline-block;
	font-size: 18px;
	padding: 20px;
}

.platform-row .green-btn:hover{
	top: 5px;
	border-bottom: 0px solid #4aa89f;
	
}

/*************** NEW GENERIC DOWNLOAD BUTTON **************/

.download-btn{
	background-color: #df4545;
	border-style: none;
	border: 2px solid #a22928;
	padding: 5px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	left: 25%;
	width: 50%;
	height: 63px;
	margin-left: 0;
	margin-top: 12px;
}

.download-btn p{
	margin-top: 0;
	margin-bottom: 0;
	position:relative;
	top: 25%;
}

.download-btn:hover{
	background-color: #a22928;
}

.download-btn a{
	color:#fff;
	font-size:15px;
}


/*************** NEWSLETTER SECTION **************/

#newsletter{
	height: auto;
	background-color: #235071;
}

#newsletter .inner-section{
	padding-bottom: 50px;
	padding-top: 50px;
}

#newsletter i{
	float: left;
	display: block;
	font-size: 130px;
	
	color: rgba(255,255,255,0.7);
	float: left;
}

#newsletter h3{
	color: rgba(255,255,255,0.7);
	font-weight:normal;
	padding-top: 5px;
}

#newsletter p{
	color: #FFF;
	text-align:left;

}

.newsletter-email{
	width: 25% !important; 
	position: relative;
	height: 63px !important;
	border-radius: 6px;
	margin-left: 7.5% !important;
}
.newsletter-name{
	width: 25% !important; 
	position: relative;
	height: 63px !important;
	border-radius: 6px;
	margin-left: 5% !important; 
}

.newsletter-btn{
	background-color: #ffa859;
	border-style: none;
	border: 2px solid #7f542c;
	padding: 10px;
	color: #fff;
	font-family: 'Pontano Sans', sans-serif;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	width: 25%;
	height: 63px;
	margin-left: 5%;
	margin-top: 0px;
	font-size: 18px;
	font-color: black;
}

.newsletter-btn:hover{
	top: 0px;
	background-color: #7f542c;
}

#newsletter .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
}	

#newsletter .form-sent{
	top: 3px;
	height: 64px;
	text-align: center;
}

/**************** DOWNLOAD SECTION ****************/

.download-table h4{
	font-family: 'Pontano Sans', sans-serif;
}

.download-heading{
	padding: 25px;
	background-color: #dd4749;
}
.download-amount{
	padding: 35px;
	background-color: #e2897f;
}

.download-details{
	list-style: none;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
margin-left:0px;
text-align: center;
	
}

.download-details li{
	font-size: 16px;
	padding: 15px;
	}

.download-details li:nth-child(odd){
	background-color: #fff;
}

.download-details li:nth-child(even){
	background-color: #eee;
}

.download-purchase{
	padding: 25px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	min-height: 112px;
	background-color: #fff;
}

.download-purchase .btn{
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.download-purchase .btn:hover{
	top: 3px;
	border-bottom: 0px solid #fff;
}

/******************** FAQ Section ********************/

.linux-holder{
	margin-bottom: 22px;
	width: 100%;
}	

.linux{
	background-color: #2b516f;
	padding: 25px;
	cursor: pointer;
	width: 100%;
}

.linux:hover span{
	bottom: 3px;
}

.linux span{
	font-size: 18px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
	position: relative;
}

.linux i{
	display: inline-block;
	font-size: 55px;
	height: 5px;
	
}

.show-info{
	font-size: 40px !important;
	margin-left: 11px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	float: right;
	margin-top: 10px;
	position: relative;
}

.show-rotate{
	-moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    top: -5px;
}

.info{
	border-bottom: 3px solid #ccc;
	background-color: #eee;
	max-height: 1px;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.info p{
	padding: 15px;
}

.info-open{
	max-height: 400px;
}

/************************ AS SEEN ON SECTION *******************/

.critic-review{
	margin-top: 22px;
}

.critic-review i{
	color: #bbb;
	font-size: 48px;
}

.critic-review h5{
	margin-top: 11px;
	color: #777;
	font-family:'Pontano Sans', sans-serif;
	font-weight: normal;
}

/*********************** FOOTER SECTION *******************/

#footer{
	background-size: cover;
	background-color: #235071;
}

#footer h4, #footer h5, #footer h6{
	color: #fff;
	font-family: 'Pontano Sans', sans-serif;
}

#footer h3{
	font-family: 'Pontano Sans', sans-serif;
	color: #fff;
	opacity: 0.2;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
}

#footer li{
	list-style: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	margin-bottom: 3px;
}

#footer li a{
	color: #fff;
}

.footer-title{
	margin-bottom: 5px;
	color: #fff;
}

#footer p{
	color: #fff;
	margin-bottom:9px}

#footer i{
	font-size: 40px;
	margin-left: 22px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

#footer i:hover{
	opacity: 1;
}

.footer-social, .copy {
	margin-top: 11px;
	}

#footer .newsletter-email{
	background-color: #fff;
	border: 1px solid #fff;
	height: 54px !important;
	color: #666;
	width: 100% !important;
}	

#footer .newsletter-btn{
	padding: 15px;
	font-size: 16px;
	right: 0px;
	width: 130px !important;
}

#footer .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
	text-align: center;
}	


.mail-link a{
	color: #fff;
}

.mail-link{
	margin-top: 22px;
	font-size: 16px;
	margin-bottom: 44px;
}

.mail-link i{
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 10px;
	opacity: 1 !important;
}

#space-50 {
margin-top:50px;
}
#space-50-home {display:none;}
#space-30 {
margin-top:30px;
}
#space-90 {
margin-top:90px;
}

.details-error-wrap {
color:#FFFFFF;
padding-bottom: 10px;

}

a.svg {
  position: relative;
  display: inline-block;
}

a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}