﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
  font-family: 'Anaheim';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Anaheim.woff2);
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Oswald-Light.ttf);
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.mandatory{
	color:#ff0000;
}
.waterbg{
	height: 500px;
    position: fixed;
    width: 100%;
}
video {
    background: url("../assets/images/polina.html") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    width: auto;
    z-index: -100;
}
.gallerybox {
    float: left;
    /* height: 190px; */
    margin: 10px;
    width: 210px;
}
.gallerybox p{
	text-align:center !important;
}
/* #polina {
    background:url("../images/bgoverlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #505050;
    float: right;
    font-family: calibri;
    font-size: 1.2rem;
    font-weight: 100;
    height: auto;
    position: relative;
    width: 100%;
    z-index:9999;
} */
/*==========end reset==========*/


/*==========basic styles==========*/
body {
	background: url('../images/bg12.png') repeat;
	color: #222;
}

.container {
	width: 960px;
	margin: auto;
	position: relative;
}

h1,h2,h3,h4,h5 {
	font-family: Oswald,Verdana,Geneva,sans-serif;
	color: #00003c;
}
a.socialmedia{
background:url('../images/socialmedia.png');
height:30px;
width:30px;
display:inline-block;
}
a.socialmedia#facebook{
background-position:0px 60px; 
}
a.socialmedia#linkedin{
background-position:-60px 30px;
}

h1 {
	font-size: 26px;
	padding: 10px 0;
	margin: 10px 0;
}

h2 {
	font-size: 23px;
	padding: 10px 0px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

small {
	font-size: 12px;
}

.clearfix {
	clear: both;
}

blockquote {
	font-family: 'Satisfy';	 
}

p {
	font-family: 'Anaheim';
	margin: 10px 0;
	color: #000000;
	font-size: 14px;
}	
.add h4{
	text-align:left;
	margin:20px 0 20px 0;
}
.add img{
/* 	border:solid 1px #CCCCCC; */
	padding:5px;
}
/*==========top(above logo)==========*/
.top {
	/* background: #744637; */
	padding:10px;
	text-transform:uppercase;
	overflow:hidden;
}

.top h2.btn .yellow {
	padding: 12px;
}

.top h4 {
	color: white;
	float: left;
	width: 720px;
	padding: 10px;
	font-family: 'Oswald';
	font-size: 14px;
	letter-spacing: 1px;
	
}
.top li{
	float:left;
	margin-right:10px;
}
#product li{
	float:none;
	display:none;
}
.top li:hover{
	display:inline;
}
table.performance, table.performance td, table.performance th{
border:solid 1px #AAB0AC;
border-collapse:collapse;
font-size:11px;
padding:3px;
text-align:center;
}
.performance th{
	font-weight:bold;
}
table.application, table.application tr{
	background:none;
	text-align:center;
	font-size:13px;
	height:40px;	
	color:#034fa1;
}
/* tr:nth-child(even) {
    background: #e1eaf5;
}  */
/*==========end top==========*/

/*==========Slider===========*/
.mainslider{
	position: relative;
	width: 580px;
	height: 320px;
}
.mainslider .flex-control-nav{
	position: absolute;
	top: 210px;
	left: 40%;
	text-align: center;
	margin: 0 auto;
	display: block;
background: #EEE;
}
.mainslider .flex-control-nav li{
	float: left;
	background: #444;
	width: 10px;
	height: 10px;
	display: block;
	position: relative;
	text-indent: -9999px;
	margin: 2px;
}

.btnsubmit{	
	width:100px;
	background:#951515;
	color:#ffffff;
	border:none;
}
.btnsubmit:hover{
	width:100px;
	background: #98A1AB;
	color:#000;
}
.mainslider .flex-direction-nav li a{
	display: block;
	position: absolute;
	top: 50%;
	padding: 10px 5px;
	text-decoration: none;
	background:;
	color: #FFF;
	opacity: 0.7;
}

.mainslider .flex-direction-nav li a.flex-prev{
	left: 0;
}

.mainslider .flex-direction-nav li a.flex-next{
right: 0;
}
/*==========end slider============*/

/*==========Theme header==========*/
.header {
	height: auto;
	margin: 10px 0;
	overflow:hidden;
}

.logo {
	float: left;
	width: 200px;
}
.contact {
	float: right;
	width: 280px;
	text-align:right;
}

.contact h5 {
	float:left;
	line-height: 24px;
/*	width: 200px;	*/
	margin: 0;
	padding: 0;
	font-family: 'anaheim';
}

.contact span.phone {
	float: left;
	margin-top: 1px;
	background: url(../images/phone.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	padding: 2px;
	opacity: 0.6;
}

/*==========end header==========*/

/*==========main==========*/

.main {
	background:#ffffff;
	position: relative;  
	overflow: hidden;
	text-align: left;
	width: 960px;
}

.featured {
	clear: both;
	height: 360px;
	float: left;
}

.main-signup {
	background: #333 url('../images/bg4.html') repeat;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 280px;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 342px;	
}
	
.main-signup h2 {
	color: #fff;
}

.main-signup h4 {
	margin-top: 10px;
    color: #fcc000;/*#35acc8;*/
}

.main-signup p.sidetext {
	font-size: 11px;
}

.main-signup p.sidetext span {
	color: #fcc000;
}

.main-signup .btn {
	margin-left: 70px;
	margin-top: 30px;
    padding: 12px 20px;
}

.main-signup p {
	font-family:'Anaheim';
	line-height:24px;
	font-size: 15px;
}

/*==========end main-signup==========*/

/*==========Buttons==========*/

.btn {
	text-decoration: none;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	font-family: 'Oswald';
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 9px 32px 10px;
}

.mini{
	font-size: 14px;
}
.red {
 	background: url("../images/btn.png") repeat-x scroll center top #CC3300;
	border: 1px solid #B92800;
	color: #FFFFFF;
}

.red:hover {
 	text-decoration: none;
	background-color:#E23800; 
	border-color: #cd2c00;
	color: #ffffff;
}

.yellow {
	background: url("../images/btn.png") repeat-x scroll center top #CC3300;
	background-color: #FFC000;
    border-color: #EBB100;
    color: #000000;
}

.yellow:hover {
	background-color:#FFcc00; 
	border-color: #eabb00;
	color: #000000;
 	text-decoration: none;
}

.green {
    background: url("../images/btn.png") repeat-x scroll center top #CC3300;
    background-color: #6a890e;
    border-color: #536c0b;
    color: #ffffff;
    
}

.green:hover {
	text-decoration: none;
	background-color:#7a930a; 
	border-color: #839f08;
	color: #ffffff;
}

.blue {
  	background: url("../images/btn.png") repeat-x scroll center top #CC3300;
    background-color: #0084c5;
    border-color: #0572a8;
    color: #ffffff;
}

.blue:hover {
 	text-decoration: none;
	background-color:#258ec2; 
	border-color: #2884b2;
	color: #ffffff;
}

/*==========end buttons==========*/

/*==========Home page tagline==========*/
.taglinehome {
	background: none repeat scroll 0 0 #FFFFFF;
	opacity:0.8;
	/* padding: 30px; */
	padding: 10px 15px;
	color:#666666;
	text-align: left;
	overflow:hidden;	
}

.taglinehome div #thumbs {
    overflow: hidden;
}
.taglinehome h1 {
/*	text-transform: uppercase;	*/
}

.taglinehome p {
	line-height: 1.5;
	text-align:justify;
	font-size:16px;
}
.taglinehome h4{
	text-transform:uppercase;
	font-size:14px;
	color:#034fa1;
	font-weight:bold;
	margin:10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
.taglinehome h4 img{
margin-right:15px;	
}

/*==========home page end tagline==========*/

/*==========tagline==========*/
.tagline {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 30px;
	text-align: left;
}

.tagline h1 {
/*	text-transform: uppercase;	*/
}

.tagline p {
	line-height: 1.5;
	text-align:justify;
	font-size:16px;
}
.tagline h4{
	text-transform:uppercase;
	font-size:14px;
	color:#034fa1;
	font-weight:bold;
	margin:10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
.tagline h4 img{
margin-right:15px;	
}

/*==========end tagline==========*/

/*==========block==========*/
.block {
    clear: both;
    float: left;
    width: 100%;
	background:#ffffff;
}

.block section {
	float: left;
}

/*==========end block==========*/


/*==========features==========*/

.featurebox {
	background: #fff;
	padding: 10px;
	width: 940px;
	float: left;
}

.feature {
	float: left;
	padding: 17px;
	text-align: center;
	width: 206px;
	background: #FAF9F5;
}

.feature li {
	padding: 10px 0;
	border-bottom: 1px solid #EFEFEF;
}

.feature h3 {
	background:#FAF9F5;
	color: #666666;
	padding: 10px 0;
}

.feature img {
	width: 20px;
	height: 20px;
color: #666666;
opacity: 0.6;
}

/*==========end feature==========*/

/*==========testimonial==========*/

.main-testimonial {
	margin-top: 20px;
	width: 440px;
	float: left;
}


.testimonial-block {
	background: none repeat scroll 0 0;
	border: 1px solid #EFEFEF;
    color: #000000;
    margin-top: 5px;
    opacity: 0.8;
    padding: 32px;
    position: relative;
}

.main-testimonial span.site {
	margin-left: 5px;
	font-size: 12px;
	color: #35acc8;
	font-style: italic;
}

.testimonial-block .name {
	color: #cd2c00;
	float: right;
	margin-top: 0px;
	font-weight: bold;
}

.main-testimonial .testimonial-text {
	 padding: 0px;
}

.testimonials.flexslider ul.slides li{
	padding: 0 20px 0 40px;
}

.testimonial-text p {
	color: #333;
	line-height:1.5;
} 

.main-testimonial .quote {
	color: #999999;
	font-family: serif;
    left: 15px;
    opacity: 0.1;
    position: absolute;
    top: 15px;
}

.testimonials .flex-direction-nav {
	position:absolute; 
	top:10px;
	right:10px;
	width: 20px;
	opacity: 0.4;
}

.testimonials .flex-prev,
.testimonials .flex-next {
	width: 8px;
	height: 11px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 1px;
}

.testimonials .flex-prev {
	background: url('../images/prev1.png') no-repeat;
}
.testimonials .flex-next {
	background: url('../images/next1.png') no-repeat;	
}

.small {
	background:#000;
	height: 40px;
	width: 40px;
}

blockquote {
	color: #C7A04A;
	font-family: 'BebasNeueRegular';	    
    font-size: 18px;
    font-weight: normal;
	margin: 10px 0;
	position: relative;
}

blockquote small {
	color: #8B8B8B;
	font-size: 12px;
	position: absolute;
	right: 0;
	text-transform: none;
    margin-top: 6px;
}

blockquote img {
	opacity:0.6;
	padding: 5px;
}

/*==========end testimonial==========*/

/*==========links==========*/

.links {
    margin-left: 40px;
    margin-top: 45px;
    text-decoration: none;
}

.links a:hover {
	padding: 2px;
}

.links .link1 {
	float: left;
	width: 200px;
	border-right: 1px solid #eee;
	padding-right: 15px;
}

.links ul li {
	background:url('../images/arrow.png') no-repeat;
	padding-left: 15px;
}

.links .link2 {
	float: right;
	width: 200px;
	padding-left: 30px;
}

.links a {
	text-decoration: none;
	color: #888;
}

.links {
	float: left;
}

/*==========end links==========*/

/*==========sub tagline=========*/
.sub-tagline {
	background: #444444;
	padding:15px;
	text-transform:uppercase;
}

.sub-tagline h2.btn .yellow {
	padding: 12px;
}

.sub-tagline h4 {
	color: white;
	float: left;
	width: 720px;
	padding: 10px;
	font-family: 'Oswald';
	font-size: 14px;
	letter-spacing: 1px;
	
}
/*==========end sub tagline=====*/

/*==========gallery==========*/
.gallery {
	float: left;
	padding: 20px;
	width: 455px;
}

.gallery img {
    background-color: #FFFFFF;
    border: 1px solid #E8E4E1;
    display: block;
    float: left;
    height: 80px;
    margin: 5px;
    padding: 5px;
    width: 128px;
}

/*==========end gallery==========*/

/*==========clients==========*/

.clients {
	float: left;
   	margin-left: 10px;
   	padding: 20px;
   	width: 440px;
   	margin-top: 30px;
}

.clients ul li {
	float: left;
}

/*==========end clients==========*/

/*==========service==========*/
.service {
	margin-top: 50px;
	float: right;
	margin-right: 1px;
}

.service ul li {
	background: url('../images/check.png') no-repeat;
    padding-left: 20px;
}

.service img {
	padding-right: 10px;
	width: 12px;
	opacity: 0.5;
}
/*==========end service==========*/

/*==========footer==========*/
.footer {
	background: #951515;
    /* margin-top: 30px; */
    padding: 5px;
}
.footer a{
color:#ffffff;
text-decoration:none;
}

.footer-text{
	text-align:center;
	color:#ffffff;
/* 	float: left;
	width: 920px; */
}

/*==========end footer==========*/
.space {
	margin-top: 30px;
	text-indent: -9999px;
}

/*==========subscribe==========*/
.subscribe {
	float: left;
    width: 420px;
}

.subscribe {
	margin-top: 45px;
	margin-left: 30px;
}
input[type=text], textarea{
	font-family:'Anaheim';
	color: #666666;
	border: 1px solid #ebeae5;
	padding: 6px;
	font-size: 17px;
}
input[type=text] {
	width: 280px;	
}

#subscribemail.error_input{
	border: 1px solid #B92800;
}
.form button {
	padding: 0px 10px 4px;
	border-radius: 0;
}
.tagline{
	padding:5px;
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	vertical-align:top;
}
.tagline.add p{
	font-size:17px;
	line-height:1.5;
}
.respond{
	color: #6a890e;
	font-size: 10px;
	margin: 5px 0;
	font-family: 'Anaheim';
}
.tagline .prdfeatures li{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
	padding-bottom:3px;
	text-align:justify;
	list-style:outside;
	margin-left:25px;
}
span.prdtitle{
	font-size:13px;
	color:#034fa1;
	font-weight:bold;
	margin-top:40px;
}
.respond.error{
	color: #B92800;
	font-size: 10px;
	margin: 5px 0;
	font-family: 'Anaheim';
}
.respond.success{
	color: #6a890e;
	font-size: 10px;
	margin: 5px 0;
	font-family: 'Anaheim';
}
#submit.disabled{
	opacity: 0.4;
}
.subscribe form {
	position: relative;
}

.form {
	position: relative;
	background: #FAF9F5;
	padding: 7px 7px;
	border: 1px solid #ebeae5;
	margin: 10px 0;
}

.form:after {
	position: absolute;
	bottom: -20px;
	left: 120px;
	border: 10px solid;
	content: '';
	border-color: #ebeae5 transparent transparent transparent;
}

/*==========end subscribe==========*/

/*==========pricing table==========*/
#pricing-table {
	margin: 30px auto;
	text-align: center;
	width: 940px; 
	zoom: 1;
}

#pricing-table h2 {
	text-align:left;
	margin-left: 10px;
}

#pricing-table .plan1 .pricingheader {
    padding: 10px;
}

#pricing-table .plan {
	background: #fff;      
	border: 1px solid #ebeae5;
	color: #333;
	width: 202px;
	float: left;
	padding-bottom: 20px;
	position: relative;
	margin: 15px 15px;
}

#pricing-table .popular-plan {
	top: -20px;
	padding: 40px 20px;
}

#pricing-table .pricingheader {
	font-family: 'Oswald';
	position: relative;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.blockprice{
    font-family: 'Oswald';
	background:#333;
	color: #fff;
	padding: 20px;
}

.popular-blockprice{
	font-family: 'Oswald';
	background:#ffc000;
	color: #000;
	padding: 20px;
}

.popular-blockprice .pricingduration{
	color: #000;
} 

#pricing-table .popular-plan .pricingheader {
	margin-top: -40px;
	padding-top: 60px;		
}

#pricing-table .plan1 .princingheader {
	padding: 10px;
}

#pricing-table .plan2 .pricingheader {
	padding: 10px;
}

#pricing-table .plan3 .pricingheader {
	padding: 10px;
}

#pricing-table .plan4 .pricingheader {
	padding: 10px;
}

.blockprice .price{
	font-size: 45px;
	color: #ffc000;
}

.popular-blockprice .price{
	font-size: 45px;
	color: #000;
}

#pricing-table .pricingduration{
	font-size: 13px;
	font-family: 'Oswald';
	padding-top: 10px;
	text-transform: uppercase;
}

.pricingduration{
	font-size: 13px;
	font-family: 'Oswald';
	padding-top: 10px;
	text-transform: uppercase;
	color: #fff;
}

#pricing-table ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	padding: 10px 0;
	font-family: 'anaheim';
	font-size: 14px;
	color: #666;
}

#pricing-table .signup {
	position: relative;
	padding: 10px 20px;
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	border-radius: 3px;     
	text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	opacity: .9;       
}

#pricing-table .signup:hover {
	opacity: 1;       
}

#pricing-table .signup:active {
	box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
}			

#pricing-table .plan1 .signup {
	font-family: 'Oswald';
	text-transform: uppercase;
	background: #B3E03F;
}

#pricing-table .plan2 .signup {
	background: #7BD553;
}

#pricing-table .plan3 .signup {
	background: #3AD5A0;
}

#pricing-table .plan4 .signup {
	background: #45D0DA;
}

/*==========end pricing table==========*/
