/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	text-decoration:none;
	list-style:none;
	/*text-align: center;*/
	
}

a,a:active,a:hover {outline: none;}
img{max-width:100%;}

iframe {
    border: 0 none;
    width: 100%;
}


a, .contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus, input#formSubmit, .errorForm, #subscribe input[type="email"]:focus, .errorSubs, .servSingle, #toTop i , #notForm input[type="email"]:focus, .contactForm input#submit, #loginForm input,
#loginForm input[type="text"]:focus, #loginForm input[type="password"]:focus{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


body{
	padding:0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	color:#999999;
	
	
}


/*Preloader*/
#loader {
    background: #eee;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}


/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}

/*End wrapper*/

.holder960{
	width:960px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
}

.holder100x100{
	/*width:100%;*/
	padding-left:20%;
	padding-right:15px;
	margin:0 auto;
	position:relative;
}

/*Header*/

header{
	padding-top:20px;
	background:#fff;
	filter:alpha(opacity = 96);
	background:rgba(255, 255, 255);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	color:#ffffff;	
	border-bottom:2px solid #efefef;
}


.logo{
	float:left;
	position:relative;
}

.logo img {
	max-height: 60px;
	margin-top: -15px;
	padding-left: 40px;
}

.logo h1 {
    display: inline-block;
    font-family: 'robotoregular';
    font-size: 18px;
    padding-bottom: 2px;
 	padding-top: 2px;
    text-transform: uppercase;
	color:#0365a4;
	position:relative;
	margin-left:70px;
}

.logo h1 span {
    font-family: 'robotoblack';
	color:#2d2d2d;
}

.logo i {
    
	color:#2d2d2d;
}

nav#mainNav{
	float:right;
	margin-top:-20px;
	margin-right:60px;
}

nav#mainNav li {
	display: inline-block;
	float: left;
	font-size: 12px;
	font-family: 'robotomedium';
	text-transform:uppercase;
}


nav#mainNav li a{
    color: #2d2d2d;
    display: block;
    padding: 25px 20px;
    position: relative;

}

nav#mainNav li a:hover{
	color: #0365a4;
}


nav#mainNav li a.buy, .notBtn a, .moreBtn a, a.shortContact{
	color:#ffffff;
	background: #0365a4;
	padding: 12px 20px 12px 30px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top:12px;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	position:relative;
	/*transition:none;*/
}

nav#mainNav li a.buy, .notBtn2 a, .moreBtn a, a.shortContact{
	color:#ffffff;
	background: #0365a4;
	padding: 12px 20px 12px 30px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top:12px;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	position:relative;
	/*transition:none;*/
}


nav#mainNav li a.buy:hover, .notBtn a:hover, .moreBtn a:hover,a.shortContact:hover{
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}

nav#mainNav li a.buy:hover, .notBtn2 a:hover, .moreBtn a:hover,a.shortContact:hover{
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}

nav#mainNav li a.buy i{
    font-size: 10px;
    left: 8px;
    position: absolute;
    top: 13px;
}


.active{
	color: #0365a4 !important;
}

nav#mainNav a.buy.active {
	color: #fff !important;	
}

.mobileBtn {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:1000;
	display:none;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}


.mobileBtn i{
	font-size:16px;
	color:#0365a4;
}

/*End header*/


/*VIDEO-SLIDER*/

#videoslider {
	display: inherit;
	width: 100%;
	height: 500px;
}


/*Teaser*/

.texto-centrado {
	text-align:center !important;	
}

.centrarTabla {
	margin: 0 auto !important;
	text-align: center !important;
}

.espaciador {
	padding: 20px;
}

#teaser{
	padding-bottom:65px;
	color:#ffffff;
	/*	height:680px;*/
	text-align:center;
	max-height: 780px;
	background-attachment: scroll;
	background-color: #eee;
	/*background-image: url(../images/sliderimages/full-2.jpg);*/
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
}

#teaser .overlay {
	height: 780px;
	padding-bottom:65px;
}


.teaserTitle {
    margin-top: 220px !important;
	opacity:0;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);	
}

.teaserTitle h1{
	font-family: 'robotolight';
	font-size:29px;
	text-transform:uppercase;
	position:relative;
	/*padding-bottom:25px;*/
	color:#FFFFFF;

}

.teaserTitle h1 span{
	font-family: 'robotobold';
	
	
}


.teaserTitle h1:before {
	/*border-bottom: 5px solid #FFFFFF;
    content: "";
    display: block;
    left: 264px;
    position: absolute;
    top: 52px;
    width: 432px;
    z-index: 0;*/
}



.teaserTitle h2{
	font-family: 'robotoregular';
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#FFFFFF;
	
}



.down a{
	border: 4px solid #ffffff;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 30px;
    padding: 10px;
    position: relative;
    width: 25px;
	margin-top:-40px;
	opacity:0;
	
}

.down a:hover{
	background: #ffffff;
	color: #0365a4;
}

.down i{
	line-height:25px;
	margin-left:-1px;
	
}

.column{
	float:left;	
}


/*End teaser*/


.section{
	padding-bottom:90px;
}


.secArrow{
	position:relative;
}

.secArrow2{
	position:relative;
}

.arrowHolder{

    font-size: 40px;
    height: 101px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: -32px;
    width: 12%;

}

.secArrow i {
    color: #2D2D2D;
    display: block;
    font-size: 35px;
    left: 50%;
    margin-left: -26px;
    position: absolute;
    top: -5px;
}

.secArrow2 i {
    color: #2D2D2D;
    display: block;
    font-size: 35px;
    left: 50%;
    /*margin-left: -26px;*/
    position: absolute;
    top: -5px;
}



/*About section*/

#caracteristicas{
	position:relative;
	background:#ffffff;
}

#caracteristicas.section{
	padding-bottom:60px;
}

.aboutIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}

.aboutIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.aboutIntro h1 span.orange{
	color:#0365a4;
	font-family: 'robotobold';

}

.aboutIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.aboutIntro p{
	position:relative;
	font-family: 'robotoregular';
	font-size:13px;
	margin-top:12px;
	line-height:22px;
	color:#888888;
}



.divider {
    margin: 50px auto 0;
    position: relative;
	text-align:center;
	width:700px;
}
.divider span i {
    background:#FFFFFF;
    color: #efefef;
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;

}
.divider span:before {
    border-bottom: 1px dashed #EFEFEF;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: 0;
}

.divider h1{
	font-size:20px;
	color:#2d2d2d;
	font-family: 'robotoregular';
	text-transform:uppercase;
	margin-top:20px;
	
}

.divider h1 span{
	font-family: 'robotobold';

}



.features {
    margin-left: 50px;
    margin-right: -15px;
}
.featureHolder {
    margin-bottom: 20px;
    margin-top: 50px;
}

.featureHolder:last-child {
    margin-bottom: 0;
}
.featureSingle {
    margin-right: 30px;
    width: 278px;
}
.featureSingle .ico{
    background:#ffffff;
    border: 1px solid #0365a4;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #0365a4;
    font-size: 21px;
    height: 30px;
    line-height: 28px;
    margin-right: 26px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 30px;
}



.desc {
    width: 195px;
}


.desc h2 {
    color: #444444;
    font-family: 'robotobold';
    font-size: 16px;
    margin-bottom: 5px;
}


.desc p {
    color: #999999;
    font-family: 'robotoregular';
    font-size: 13px;
    line-height: 20px;
}


.proddetContent{
	margin-top:80px;
}

.shot{
	width:490px;
	margin-right:30px;
}

.video {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.description{
	width:400px;
}


.description h1{
	font-family: 'robotolight';
	text-transform:uppercase;
	font-size: 20px;
	color:#2d2d2d;
	line-height: 27px;
}

.detailsList{
	margin-top:20px;
	font-size:14px;
	
}


.detailsList li{
	margin-bottom:10px;
	
}


.detailsList li:before {
    color: #0F2B37;
    content: "\e842";
    font-family: "fontello";
    font-size: 15px;
    padding-right: 10px;
}


.notBtn{
	text-align:left;
	margin-top:40px;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size: 14px;
}
.notBtn a i {
    font-size: 10px;
    left: 8px;
    position: absolute;
    top: 15px;
}
.notBtn2{
	text-align:center;
	margin-top:40px;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size: 14px;
}
.notBtn2 a i {
    font-size: 10px;
    left: 8px;
    position: absolute;
    top: 15px;
}




/*End about section*/




/*Gallery section*/

#comofunciona{
	position:relative;
	background:#eee;
}

.galleryIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.galleryIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.galleryIntro h1 span.orange{
	color:#0365a4;
	font-family: 'robotobold';

}

.galleryIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.slider{
    width: 600px;
}

.slider ul{
	text-align:center;
}


.slider ul p{
	margin-top:30px;
	font-family: 'robotoregular';
	color:#999999;
	font-size: 14px;
	padding-right:70px;
	padding-left:70px;
}

.slider span{
	font-family: 'robotobold';
	color:#666666;
}


.moreBtn{
	text-align:center;
	margin-top:60px;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size: 14px;
}

.moreBtn a i {
    font-size: 13px;
    left: 8px;
    position: absolute;
    top: 13px;
}




/*Subscribe*/

.telefonodemo {
    color: #ffffff;
    font-family: 'robotoregular';
    font-size: 35px;
	padding-bottom: 10px;
    margin-top: 20px;
    text-transform: none;
	font-weight:bold;
	line-height:30px;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);				
}

.telefonodemollama {
    color: #ffffff;
    font-family: 'robotoregular';
    font-size: 35px;
	padding-bottom: 10px;
    margin-top: 20px;
    text-transform: none;
	font-weight:bold;
	line-height:30px;	
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);			
}

.subscribeContainer{
/*	z-index: -1 !important;
	background: url(../images/sliderimages/parallax1.jpg) !important;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 300px;
	background-color:#eee;*/

}


.overlay {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.1);
	/*min-height: 300px;*/
}

.overlayvideo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
	z-index: -1;
	/*min-height: 300px;*/
}

.subscribe {
  	margin: 60px auto;
    text-align: center;
	width:700px;
	color:#ffffff;
}
.letter {
    margin-bottom: 20px;
    position: relative;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		
}
.letter span  {
	border: 5px solid #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 42px;
	font-weight: 700;
	height: 50px;
	line-height: 45px;
	padding: 10px;
	position: relative;
	width: 50px;
}

.letter span i{
	margin-left:-4px;
}


.subscribeHolder h1{
    color: #ffffff;
    font-family: 'robotoregular';
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
	line-height:30px;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		

}

.subscribeHolder h1 span {
    font-family: 'robotobold';
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		
}

.subscribeHolder p{
	color: #ffffff;
	font-family: 'robotoregular';
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px;
}


#notForm {
    position: relative;
	margin-top:30px;
	margin-bottom:100px;
}


#notForm input[type="email"] {
    background: none;
	filter:alpha(opacity = 12);
	background: rgba(255,255,255,0.1) ;
    border: 2px solid #EFEFEF;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    color: #FFFFFF ;
    font-size: 12px;
    height: 31px;
    margin-right: 145px;
    outline-width: 0;
    padding-left: 15px;
    width: 300px;
	font-family: 'robotoregular';
}

#notForm input[type="email"]:focus {
    background: rgba(255,255,255,0.4) ;
    outline-width: 0;
}
#notForm input[type="submit"]::-moz-focus-inner {
    border: 0 none;
}

#btnSubmit {
    position: relative;
}

#btnSubmit input[type="submit"] {
    background: none ;
	filter:alpha(opacity = 12);
	background: rgba(255,255,255,0.1) ;
    border: 2px solid #EFEFEF;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 38px;
    position: absolute;
    right: 138px;
    top: -37px;
    width: 120px;
}

label.error {
    color: #FFFFFF;
    display: block;
    font-family: 'robotomedium';
    font-size: 11px;
    left: 136px;
    padding-bottom: 10px;
    position: absolute;
    top: 45px;
}


/*End subscribe*/



/*Login*/



/*Gallery section*/

#login{
	position:relative;
	background:#ffffff;
}



.loginIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.loginIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.loginIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}


#loginForm input[type="text"], #loginForm input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    color: #444444;
    font-family: 'robotobold';
    font-size: 13px;
    margin-bottom: 10px;
    outline-width: 0;
    padding-left: 10px;
    height: 48px;
    width: 450px;	
}
#loginForm {
    /*margin-right: 75px;*/
    margin-top: 40px;
    position: relative;
}
#loginForm label {
    display: inline-block;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
#loginForm input[type="text"]:focus, #loginForm input[type="password"]:focus {
    background: none repeat scroll 0 0 #FCFCFC;
}


#loginForm input[type="text"], #loginForm input[type="password"] {

}


#loginForm input[type="submit"] {
    border: medium none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'robotobold';
    font-size: 14px;
    height: 52px;
   /* margin-left: 5px;*/
    /*position: absolute;*/
    text-transform: uppercase;
    width: 460px;
	background: #0365a4;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	

}


#loginForm input[type="submit"]:hover {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}


/*End login section*/



/*FAQ section*/

#faq {
	
	background:#eee;
}

.faqIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}

.faqIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.faqIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}


.accordion{
	width:600px;
	margin-right:50px;
}

.shortContact{
	width:300px;
	margin-top:12px;
	
}


.shortContact h1 {
	color:#2d2d2d;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;

}

.shortContact p{
	margin-bottom:30px;
	font-size:13px;
	font-family: 'robotoregular';
	line-height:22px;
}


a.shortContact{
	text-transform:uppercase;
	font-size:14px;
	font-family: 'robotomedium';
}

a.shortContact i {
    font-size: 13px;
    left: 8px;
    position: absolute;
    top: 13px;
}



/*End faq section*/


/*Pricing-versiones*/

#versiones {
	
	background:#eee;
}


.pricingIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}

.pricingIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.pricingIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}




#versiones {
    background: none repeat scroll 0 0 #eee;
}


.pricingIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.pricingIntro h1 {
    color: #2D2D2D;
    font-family: 'robotoregular';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.pricingIntro h1 span.black {
    color: #2D2D2D;
    font-family: 'robotobold';
}


#pricingContainer {
    margin-left: 0px;
	margin: 0 auto;
/*    margin-right: 20px;
    margin-top: 80px;*/
	font-family: 'robotoregular';
}

.pricingtbl ul {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #555555;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	width: 20%;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;

}


.pricingtbl ul.border li, .pricingtbl ul.border li.signupBtn {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}


.pricingtbl ul.border li.signupBtn {
    border-bottom: 1px solid #EFEFEF;
}


.pricingtbl ul.border li span {
   font-family: 'robotobold';
	color:#2d2d2d;
}


.pricingtbl ul.border li:first-child {
    border: medium none;
}


#pricingContainer ul:last-child {
    margin-right: 0;
}


.pricingtbl li.pricing {
    background: none repeat scroll 0 0 #fafafa;
    padding: 5px 15px 15px;
}


.pricingtbl ul li {
    padding: 7px;
}


.pricingtbl ul li:first-child {
    background: none repeat scroll 0 0 #2D2D2D;
    border: medium none;
    border-radius: 8px 8px 0 0;
	-webkit-border-radius:  8px 8px 0 0;
	-moz-border-radius:  8px 8px 0 0;
	-ms-border-radius:  8px 8px 0 0;
	-o-border-radius:  8px 8px 0 0;
    color: #EFEFEF;
    font-size: 22px;
    padding: 20px 20px;
    position: relative;
    text-transform: uppercase;
}


#pricingContainer .pricing-big li:first-child {
    font-size: 24px;
    padding: 0px 20px;
}


#pricingContainer .pricing-big li .arrowPricing {
    background: none repeat scroll 0 0 #00B686;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 97px;
    width: 5px;
}


.pricingtbl ul li.signupBtn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	-ms-border-radius:  0 0 8px 8px;
	-o-border-radius:  0 0 8px 8px;
    padding: 30px;
}


.pricingtbl ul li.signupBtn a {
    background: none repeat scroll 0 0 #0365a4;
	border-radius: 3px;
	-webkit-border-radius:  3px;
	-moz-border-radius:  3px;
	-ms-border-radius:  3px;
	-o-border-radius:  3px;
	box-shadow: -4px -4px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	color: #FFFFFF;
	margin-top: 12px;
	padding: 12px 20px 12px 30px;
	position: relative;
}

.pricingtbl ul li.signupBtn i{
	font-size: 10px;
	left: 8px;
	position: absolute;
	top: 16px;
}


.pricingtbl ul li.signupBtn a:hover {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
.pricingtbl ul small {
    color: #999999;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 2px;
}
span.price {
    color: #2D2D2D;
    font-family: "robotobold";
    font-size: 48px;
}
span.price span.dollar {
    color: #666666;
    font-size: 20px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    top: -18px;
}
.pricing-big {
    position: relative;
    top: -12px;
    width: 220px;
    z-index: 20;
}
.pricing-big.style2 {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);

}


/*End pricing*/



/*Anota*/


.clientContainer{
	/*background: url(../images/sliderimages/parallax2.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 300px;
	background-color:#eee;*/
}


.clientContent {
  	margin: 60px auto;
    text-align: center;
	width:850px;
	color:#ffffff;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		
}


.clientContent h1{
	text-transform:uppercase;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:5px;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		
}


.clientContent h1 span.black{
	font-family: 'robotobold';
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		

}


.clientContent p {
    color: #ffffff;
    font-family: 'robotoregular';
    font-size: 15px;
    line-height: 22px;
    position: relative;
	padding-right:100px;
	padding-left:100px;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.9);		
}

ul.clientList {
    display: block;
    font-size: 70px;
    margin-bottom: 80px;
    margin-top: 30px;
    
}

ul.clientList li{
	display:inline;
	margin-right:20px;
	position: relative;
}

ul.clientList a{
	color:#ffffff;
	display: inline-block;
	
}

/*End anota*/


/*contact section*/

#contacto {
	background:#eee;
}


.touchIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.touchIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}

.touchIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.getinTouch{
	margin-top:60px;
}


.contactForm {
    margin-right: 18px;
    padding-right: 10px;
    position: relative;
}
#success, #error{
    display: none;
}
#success h2, #error h2 {
    color: #0365a4;
    font-size: 11px;
    left: 4px;
    position: absolute;
    top: -28px;
}


#error h2 {
	color:#648a43;
}



.errorForm {
    border: 1px solid #f00 !important;
}


#inputs {
    float: left;
    overflow: hidden;
    width: 50%;
}

#textArea {
    /*float: right;*/
    width: 100%;
}


.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
    background:#ffffff;
    border: 1px solid #b0b0b0;
    color: #444444;
    margin-bottom: 10px;
    outline-width: 0;
    padding-left: 10px;
	font-family: 'robotobold';
	 font-size: 13px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus {
    background: none repeat scroll 0 0 #FCFCFC;
}
.contactForm input[type="text"], .contactForm input[type="email"] {
    height: 48px;
    width: 430px;
}
.contactForm textarea {
    color: #444444;
    font-size: 13px;
    height: 100px;
	display:block;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 450px;
}
.contactForm input#submit {
    background:  #0365a4;
    border:none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	height:52px;
    text-transform: uppercase;
    width: 460px;
	font-family: 'robotobold';
	font-size:14px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
}
.contactForm input#submit:hover {
   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;

}


/*End contact section*/



/*Shareon section*/

#shareon {
	background:#2d2d2d;
}


.shareIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.shareIntro h1{
	text-transform:uppercase;
	color:#ffffff;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}

.shareIntro h1 span.black{
	font-family: 'robotobold';

}

#shareon .secArrow i{
	color:#ffffff;
}

#shareon.section{
	padding-bottom:50px;
}


.socialsShare {
    margin-top: 20px;
}
.socialsShare li {
    display: inline-block;
    margin-right: 30px;
}
.socialsShare a {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    height: 15px;
    padding: 8px;
    text-align: center;
    width: 15px;
}


.socialsShare a.socialTwitter:hover{color:#2FC2EF;}
.socialsShare a.socialDribbble:hover{color:#EA4C89;}
.socialsShare a.socialVimeo:hover{color:#44BBFF;}
.socialsShare a.socialPinterest:hover{color:#d5393a;}
.socialsShare a.socialLinkedin:hover{color:#0073B2;}
.socialsShare a.socialGplus:hover{color:#ce482b;}
.socialsShare a.socialTwitter:hover{color:#2FC2EF;}
.socialsShare a.socialFacebook:hover{color:#4C66A4;}
.socialsShare a.socialVimeo:hover{color:#44bbff;}
.socialsShare a.socialFilckr:hover{color:#006ee0;}




.socialsFooter a i {
    display: block;
    margin-left: -4px;
    margin-top: -1px;
}



/*End shareon section*/


/*Footer*/

#footer{
	padding:60px;
	background:#ffffff;
	color:#666666;
}


#footer p{
	font-family: 'robotoregular';
	font-size:13px;
	text-transform:uppercase;
	float:left;
}


#footer p span{
	color:#2d2d2d;
	font-family: 'robotobold';
}


#footer ul{
	float:right;
	font-size:13px;
	font-family: 'robotoregular';
}

#footer ul li{
	display:inline;
	margin-right:10px;
	
}

#footer li a{
	color:#666666;
	
}

#footer li a:hover{
	color:#999999;
}





/*End footer*/



/* Clear float style*/
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}
/*End clear float style */






.page-container {
    overflow: hidden;
/*    width: 90%;*/
    margin: 0px auto 0 auto;
    padding-bottom: 60px;
    background: #f8f8f8;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    background: url(../img/bg.jpg) left top repeat;
    text-align: center;
    color: #fff;	
}

.pricing-table {
    float: left;
    width: 20%;
    margin: 50px 2% 0 2%;
    background: #f8f8f8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
    
}

.pricing-table strong { color: #0365a4; }

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #3d3d3d;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #494949, #3e3e3e);
    background-image: -moz-linear-gradient(top, #494949, #3e3e3e);
    background-image: -o-linear-gradient(top, #494949, #3e3e3e);
    background-image: -ms-linear-gradient(top, #494949, #3e3e3e);
    background-image: linear-gradient(to bottom, #494949, #3e3e3e);
}

.pricing-table-header h2 { font-size: 30px; font-weight: 700; text-shadow: 0 -2px 0 rgba(0,0,0,.25); }
.pricing-table-header h3 { margin-top: 20px; font-size: 24px; font-weight: 400; text-shadow: 0 -2px 0 rgba(0,0,0,.25); }

.pricing-table-space { height: 10px; }

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #888;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}

.pricing-table-sign-up a {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #3d3d3d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#3e3e3e));
    background-image: -webkit-linear-gradient(top, #494949, #3e3e3e);
    background-image: -moz-linear-gradient(top, #494949, #3e3e3e);
    background-image: -o-linear-gradient(top, #494949, #3e3e3e);
    background-image: -ms-linear-gradient(top, #494949, #3e3e3e);
    background-image: linear-gradient(to bottom, #494949, #3e3e3e);
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 -2px 0 rgba(0,0,0,.25);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;
    -moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
}

.pricing-table-sign-up a:active {
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
}


/* Highlighted table */

.pricing-table-highlighted {
   /* margin-top: 0;*/
}

.pricing-table-highlighted2 {
    /*margin-top: 0;*/
}

.pricing-table-highlighted .pricing-table-header {
    background: #0365a4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76a04f), to(#648a43));
    background-image: -webkit-linear-gradient(top, #0280d1, #0365a4);
    background-image: -moz-linear-gradient(top, #0280d1, #0365a4);
    background-image: -o-linear-gradient(top, #0280d1, #0365a4);
    background-image: -ms-linear-gradient(top, #0280d1, #0365a4);
    background-image: linear-gradient(to bottom, #0280d1, #0365a4);
}

.pricing-table-highlighted .pricing-table-sign-up a {
    background: #0365a4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76a04f), to(#648a43));
    background-image: -webkit-linear-gradient(top, #0280d1, #0365a4);
    background-image: -moz-linear-gradient(top, #0280d1, #0365a4);
    background-image: -o-linear-gradient(top, #0280d1, #0365a4);
    background-image: -ms-linear-gradient(top, #0280d1, #0365a4);
    background-image: linear-gradient(to bottom, #0280d1, #0365a4);
}



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/*-------------------------------------------------------------------------*/

/* Media queries */


/*iPad lanscape*/
@media screen and (max-device-width: 960px){
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.subscribeContainer,.clientContainer {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.contactForm input#submit { margin-top: 10px;padding: 17px 20px;}
	.contactForm input[type="text"], .contactForm input[type="email"] {height: 45px;}
	#btnSubmit input[type="submit"] {right:134px;top:-38px;}
	

}



/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.logo h1{margin-left:30px;}
	nav#mainNav{margin-right:15px;}
	nav#mainNav li a{padding:25px 16px;}
	.holder960, .aboutIntro,.counterHolder,.productDetails,.divider, .faqIntro, .clientContent,.shot, .shareIntro, .loginIntro,.galleryIntro{width:700px;}
	.description{width:100%; padding-top:20px;}
	.teaserTitle h1:before{left:18%;}
	.featureSingle{width:185px;}
	.desc{width:121px;}
	.featureSingle .ico{margin-right:10px;}
	#btnSubmit input[type="submit"] {right:136px;top:-38px;}
	.arrowHolder{margin-left:-45px;}
	.secArrow i{margin-left:-30px;}
	
	
	
	
	.subscribeContainer, .clientContainer{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	
	
	.shot.column,.description.column{float:none;}
	.shot{text-align:center;}
	
	
	.accordion{width:440px;}
	.shortContact{width:210px;}
	
	
	#pricingContainer{margin-left:10px;}
	.pricingtbl ul{width:214px;margin-right:14px}
	#pricingContainer .pricing-big li:first-child:after{left:64px;top:100px;}
	
	
	ul.clientList{font-size:55px;}
	
	
	
	#loginForm input[type="submit"]{width:710px;}	
	#loginForm input[type="text"], #loginForm input[type="password"] {width:698px;}	
	
	
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:680px}
	.contactForm textarea{width:683px}
	.contactForm input#submit{width:698px;}

	
}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

	#loaderInner {margin: -50px 0 0 -30px;}

	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:40px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:20px;padding-left:5px;border-top:1px #efefef solid;padding-top:15px;}
	nav#mainNav li{float:none; display:inline-block;margin-right:10px;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -47px;position: relative;}


	
	
	
	
	.holder960, .aboutIntro,.subscribe,.shot,.description, .counterHolder, .faqIntro,.slider,.touchIntro, .clientContent, .shareIntro, .loginIntro,.galleryIntro,.accordion,.shortContact,.pricingIntro, .productDetails,.divider{width:400px;}
	.arrowHolder {margin-left: -42px;top: -37px;width: 20%;}
	.secArrow i{margin-left:-29px;}
	.teaserTitle h1{font-size:26px;}
	.teaserTitle h1:before{width:385px;left:2%;top:47px;}
	.teaserTitle h2{font-size:18px;letter-spacing:3px;}
	.aboutIntro{margin:100px auto 0;}
	.aboutIntro h1, .galleryIntro h1{font-size:23px;}
	
	.shot{text-align:center;}
	
	.flexslider .slides img {margin-left: 20px;width: 90% !important;}
	
	
	
	.featureSingle{width:380px; margin-bottom:20px;}
	.featureSingle:last-child, .info.column:last-child{margin-bottom:0;}
	.featureSingle.column, .accordion.column, .shortContact.column, #footer p,#footer ul,.shot.column,.description.column{float:none;}
	.description { padding-top:20px;}
	.notBtn{margin-bottom:30px;}
	.notBtn2{margin-bottom:30px;}
	
	.accordion{margin-right:0;margin-bottom:50px;}
	
	
	#pricingContainer{margin-left:10px;margin-top:100px}
	.pricingtbl ul{width:380px;float:none; margin-right:0;margin-bottom:50px;}
	.pricingtbl ul:last-child{margin-bottom:0;}
	.pricingtbl ul:nth-child(2n){margin-bottom:5px;}
	#pricingContainer .pricing-big li:first-child:after{left:144px;top:100px;}
	
	
	.clientContent p{padding-right:40px;padding-left:40px;}
	ul.clientList{font-size:60px;}
	
	
	#notForm input[type="email"]{width:245px;}
	#btnSubmit input[type="submit"]{right:6px;top:-39px;}
	label.error{left:22px;}
	
	
	#loginForm input[type="submit"]{width:398px;position: static;margin-left: 0px;}
	#loginForm input[type="text"], #loginForm input[type="password"] {width:398px;}
	

	
	
	
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:380px}
	.contactForm textarea{width:383px}
	.contactForm input#submit{width:398px;}
	
	.socialsShare li{margin-right:15px;}
	#footer {text-align:center;}
	#footer p{margin-bottom:10px;}

	
}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:30px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:5px;margin-left:5px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	nav#mainNav li a.buy{display:inline-block;margin-top:5px;margin-bottom:5px;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -40px;position: relative;}
	
	
	
	
	.holder960, .aboutIntro,.subscribe, .counterHolder, .faqIntro,.slider,.touchIntro, .clientContent, .shareIntro, .loginIntro,.galleryIntro,
	.accordion,.shortContact,.shot,.description,.productDetails,.divider, .pricingIntro{width:230px;}
	
	.arrowHolder {margin-left: -53px;top: -37px;width: 45%;}
	
	
	.teaserTitle h1{font-size:25px;}
	.teaserTitle h1:before{width:195px;left:7%;top:78px;}
	.teaserTitle h2{font-size:17px;}
	.aboutIntro{margin:50px auto 0;}
	
	
	.shot{text-align:center;}
	.proddetContent {margin-top: 30px;}


	

	
	
	#notForm input[type="email"]{width:200px;margin-right:0;}
	#btnSubmit input[type="submit"]{position:static; margin-top:30px;}
	label.error{left:25px;}
	
	
	#loginForm label{padding-bottom:10px;display:block;margin-right: 60px;}
	#loginForm input[type="submit"]{width:225px;padding-left:47px;padding-right:47px;margin-left:5px;}
	#loginForm{padding-bottom:60px;}
	
	

	
	
	.features{margin-left:0;}
	.featureSingle{width:200px;margin-bottom:20px;}
	.desc{width:120px;margin-bottom:20px;}
	.featureSingle.column{float:none;}
	.featureHolder:last-child{margin-top:0;}
	.notBtn{margin-top:30px;}
	.notBtn2{margin-bottom:30px;}
	
	
	.flex-direction-nav .flex-prev{left:-30px !important;}
	.flex-direction-nav .flex-next{right:-30px !important;}


	.featureSingle.column, .accordion.column, .shortContact.column, #footer p,#footer ul,.shot.column,.description.column{float:none;}
	.accordion{margin-right:0;margin-bottom:50px;}
	.description { padding-top:20px;}
	
	
	#pricingContainer{margin-left:3px;margin-top:90px;}
	.pricingtbl ul{width:220px;float:none; margin-right:0;margin-bottom:50px;}
	.pricingtbl ul:last-child{margin-bottom:0;}
	.pricingtbl ul:nth-child(2n){margin-bottom:5px;}
	#pricingContainer .pricing-big li:first-child:after{left:67px;top:100px;}
	
	
	
	
	.clientContent p{padding:0;}
	ul.clientList{font-size:40px;}
	ul.clientList li {display: inline-block;padding-bottom: 10px;margin-right:0;}
	
	.socialsShare li{margin-right:10px;margin-bottom:10px;}
	#inputs, #textArea{float:none;width:100%;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:210px}
	.contactForm textarea{width:213px}
	#loginForm input[type="text"], #loginForm input[type="password"] {width:213px;}

	.contactForm input#submit{width:225px !important;}
	#footer{text-align:center;}
	#footer p{margin-bottom:10px;}

	
}


/*End media queries*/
/*-------------------------------------------------------------------------*/



/* for 980px or less */
@media screen and (max-width: 1024px) {
	
.pricing-table-features {
	font-size: 12px;
	margin: 10px 20px 0;
	padding: 0 5px 5px;
	line-height: 15px;
}

.pricing-table-features p {
	margin-bottom: 15px !important;
}


.pricing-table-header h2 {
    font-size: 25px;
}

.pricing-table-sign-up a {
    font-size: 18px;
}

/* for 980px or less */
@media screen and (max-width: 980px) {
	
.pricing-table {
    width: 20%;
}

.pricing-table-sign-up a {
	font-size:14px;
	width: 100px;
}

}

/* for 700px or less */
@media screen and (max-width: 700px) {

.telefonodemo {
	font-size:25px;
	margin-top: 0px;
}
.pricing-table {
    width: 90% !important;
}
#loginForm input[type="submit"] {
    /*width: 100%;*/
}




}

/* for 480px or less */
@media screen and (max-width: 480px) {



}
