/* A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
 */

/* reset */
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,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	background:#576f6f;
	padding:8px 0 10px 0;
}
.header-top-left{
	float:left;
	width: 65%;
}
.header-top-left p{
	font-size:13px;
	color:#c8d8d7;
	padding-top:2px;
}
.header-top-right{
	float:right;
}
.header-top-right li:first-child{
	margin-left:0;
}
.header-top-right li{
	display:inline-block;
	margin-left:20px;
}
.header-top-right li a i{
	margin-right:3px;
}
.header-top-right li a{
	display:block;
	font-size:13px;
	color:#c8d8d7;
	-webkit-transition:all .3s;
       -moz-transition:all .3s;
	     -o-transition:all .3s;
	    -ms-transition:all .3s;
	        transition:all .3s;
}
.header-top-right li a:hover{
	color:#FFF;
	text-decoration:none;
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
    top:50px;
    right:-25px;
    display:none;
    z-index:9999;
     width:330px; 
    margin-top: 0px;
	background:#f1f1f1;
	border-bottom:4px solid #e0e0e0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 40px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom:10px solid #576f6f;
}
#loginForm{
	padding:8%;
}
/* Login Form */
.login-form h3{
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	text-align:center;
	background:#576f6f;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
}
.login-form span:first-child{
	margin-top:0;
}
.login-form span{
	background:#FFF;
	margin:15px 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    display:block;
    outline:none;
 }
 .login-form span i{
  background:#576f6f;
  padding:12px 8px 13px;
  border-radius:5px 0px 0px 5px;  	
  -webkit-border-radius:5px 0px 0px 5px;
  -moz-border-radius:5px 0px 0px 5px;
  -o-border-radius:5px 0px 0px 5px;
}
.login-form span i img{
	vertical-align:middle;
}
.login-form input[type="text"],.login-form input[type="password"]{
	padding:14px 10px;
    color:#c8d8d7;
    font-size:14px;
    font-weight:700;
    background:none;   
    outline:none;
    border:none;
    margin:0px auto;
    width:80%;  
    -webkit-apperance:none;
    font-family:'Open Sans', sans-serif;
    margin-left:5px;
}
.login-form input[type="password"]{
  letter-spacing:2px;	
}
 .login-form input[type="submit"] {
 	display:block;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0px;
	width:100%;
	background:#0095d8;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	border:none;
	border-bottom:4px solid #036c9b;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-apperance:none;
	font-family:'Open Sans', sans-serif;
	outline:none;
}
.login-form input[type="submit"]:hover{
	color:#333;
    background:#ffe100;
	border-bottom:4px solid #dac106;
}
.login-form input[type="submit"]:active{
	position:relative;
	bottom:-2px;
}
.logo img{
	display:block;
	width:100%;
}
.navbar-brand{
	height:inherit;
	padding:5px 0;
	line-height:inherit;
}
.menu{
	float:right;
	padding:11px 0;
}
.nav-bg{
background: #0481bc none repeat scroll 0% 0%;
border-bottom: 3px solid #046c9d;
margin-bottom: 0px;
}
.menu li:first-child{
	margin-left:0;
}
.menu li{
	margin-left:5px;
}
.menu > li > a{
	font-size:14px;
	color:#FFF;
	font-weight:700;
	display:block;
	padding:8px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.navbar-inverse .navbar-nav > li > a{
	color:#FFF;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav>.active>a{
	background: #ffe000;
	border-bottom: 3px solid #d6bd06;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color: #ffe000;
}
.menu li a:hover{
	background:#cd8757;
	border-bottom:3px solid #b56642;
}
.navbar-toggle{
	margin-top:16px;
	border:none;
}
.logo {
    width: 100%;
    height: auto;
    float: left;
}
.header-banner{
	position:relative;
	background:#046C9D;
}
.big-arrow{
	background: url("../images/big-arrow.png") no-repeat center bottom;
	display:block;
	padding:50px 0;
	margin-top:-1px;
}
.carousel-control{
	width:inherit;
	top:46%;
	opacity:1;
	display:inline-table;
	text-shadow:none;
}
.left-arrow span,.right-arrow span{
	padding:5px 10px 5px 10px;
	background: #222;
	font-size: 40px;
	background:#f28858;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.left-arrow span,.right-arrow span:hover{
	text-decoration:none;
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.left-arrow span{
	border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	-moz-border-radius:0px 8px 8px 0px;
	-o-border-radius:0px 8px 8px 0px;
}
.right-arrow span{
	border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
}
.left-arrow span:active,.right-arrow span:active{
	position:relative;
	bottom:-2px;
}
.carousel{
	padding:5% 0;
	height:inherit;
	margin-bottom:0;
}
.banner-img{
	text-align:right;
}
.banner-desc h2{
	color:#FFF;
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	padding:15px;
	background:#8c9796;
	margin-bottom:30px;
	display:inline-block;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-bottom:4px solid #b6bfb6;
}
.banner-desc li{
  display:block;	
}
.banner-desc li span i{ 
  	margin-right:5px;
}
.banner-desc li span{
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	background:#8c9796;
	margin-top:10px;
	display:inline-block;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-right:3px solid #b6bfb6;
	box-shadow:0px 5px 10px #b6bfb6;
	-webkit-box-shadow:0px 5px 10px #b6bfb6;
	-moz-box-shadow:0px 5px 10px #b6bfb6;
	-o-box-shadow:0px 5px 10px #b6bfb6;
}
.see-features a{
	display:inline-block;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:15px 30px;
	background:#f28858;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	margin-top:20px;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.see-features a:hover{
	text-decoration:none;
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.see-features a:active{
	position:relative;
	bottom:-2px;
}
.features{
	margin-top:2em;
	text-align:center;
}
.main{
	margin-top:-32px;
}
.main h2{
	font-size:22px;
	color:#0093D7;
	font-weight:700;
	text-transform:uppercase;
	margin:20px 0;
}
.features h2{
	font-size:22px;
	color:#0093d7;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 0;
}
.features p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
	width:85%;
	margin:0 auto;
}
.features a.read-more,.support a.read-more{
	display:inline-block;
	color:#333;
	font-size:16px;
	font-weight:600;
	padding:12px 35px;
	background:#ffe000;
	border-bottom:4px solid #D6BD06;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin-top:10px;
}
.features a.read-more:hover{
	color:#fff;
	background:#00bff0;
	border-bottom:4px solid #0093d7;
}
.features a.read-more:active,.support a.read-more:active{
	position:relative;
	bottom:-2px;
}
.support a.read-more{
	background:#f28858;
	border-bottom:4px solid #b56642; 
	padding:8px 35px;
	font-size:16px;
	margin-top:12px;
}
.support a.read-more:hover{
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.support{
	background:#f5f5f5;
	padding:15px 10px;
	margin:8% 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
}
.support h2{
	font-size:30px;
	color:#7f8c8c;
	font-weight:700;
	text-transform:capitalize;
	text-align:center;
	margin:0;
}
.support p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
}
.list-performance ul{
	margin-left:10px;
}
.list-performance li{
	display:block;
	font-size:15px;
	color:#687170;
	margin:10px 0;
}
.list-performance li i{
	margin-right:5px;
	color:#77a1a0;
	font-size:18px;
}
.progress {
	height:30px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	background:#f5f5f5;
	z-index: 1;
	cursor: pointer;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
 .progress .bar {
		z-index: 2;
		height:30px; 
		text-align: center;
		float:left;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-transition: width 0.6s ease;
		  -moz-transition: width 0.6s ease;
		  -o-transition: width 0.6s ease;
		  transition: width 0.6s ease;
}
.bar {
   background-color:#c8d8d7;
}
.list-performance ul.progress-bars{
	margin-left:0;
}
.list-performance ul.progress-bars li{
	margin:15px 0;
}
.clients {
	margin-top:5%;
}
.clients h2{
	text-align:center;
	color:#c8d8d7;
	background:#FFF;
	padding:20px 0 30px 0;
	margin:0;
	border-radius:0px 0px 50px 50px;
	-webkit-border-radius:0px 0px 50px 50px;
	-moz-border-radius:0px 0px 50px 50px;
	-o-border-radius:0px 0px 50px 50px;
}
.testimonials{
	background:#ffe000;
	padding:1.5% 0;
}
.testimonials h3{
	font-size:16px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
	margin:15px 0;
}
.testimonials p{
	color:#000;
	font-size:13px;
	font-style:italic;
	line-height:1.8em;
	width:80%;
	margin:0 auto;
}
.testimonials-news{
	background:#ffe000;
}
.news{
	padding:5% 0;
	background:#FFF;
	border-radius:50px 50px 0px 0px;
	-webkit-border-radius:50px 50px 0px 0px;
	-moz-border-radius:50px 50px 0px 0px;
	-o-border-radius:50px 50px 0px 0px;
}
.news-grid{
	background:#FFF;
	border:1px solid #f2f2f2;
	width:32%;
	padding:0;
	text-align:center;
	border-bottom:4px solid #e0e0e0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
}
.news-grid img{
	max-width:100%;
	display:block;
	width:100%;
	border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-o-border-radius:10px 10px 0px 0px;
}
.news-grid-middle{
 margin:0 2%;	
}
.news-grid h2{
	margin:25px 0 10px 0;
	font-size:20px;
}
.news-grid p{
	font-size:13px;
	color:#7f8c8c;
	line-height:1.6em;
}
.news-grid a.read-more{
	font-size:12px;
	color:#77a1a0;
	font-style:italic;
	margin:10px 0;
	display:inline-block;
	text-transform:lowercase;
	font-weight:600;
}
.news-desc-bottom p{
	color:#9a9a9a;
	font-size:11px;
	font-style:italic;
}
.news-desc-bottom p.left{
	float:left;
}
.news-desc-bottom p.right{
	float:right;
}
.news-desc{
	padding:0%;
	position:relative;
}
.news-desc-bottom{
	border-top:1px solid #f2f2f2;
	padding-top:0px;
}
.image-icon{
	position:absolute;
	left:43%;
	top:-12px;
}
.image-icon span{
	padding:15px;
	background:#77a1a0;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.image-icon span i{
	vertical-align:middle;
	color:#FFF;
	font-size:23px;
}
.footer{
	background:#0481bc;
	padding:2% 0 5% 0;
	position:relative;
}
.footer-arrow{
	background: url("../images/footer-arrow.png") no-repeat center bottom;
	display:block;
	padding:50px 0;
}
.footer h2{
	font-size:18px;
	color: #FFF;
	font-weight:600;
	text-transform: uppercase;
	margin: 20px 0;
}
.footer p{
	font-size:13px;
	color:#FFF;
	line-height:2em;
	width:70%;
}
.links{
	margin-top:15px;
}
.links li{
	display:inline-block;
	color:#f1cdbc;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}
.links li a{
	color:#f1cdbc;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.links li a:hover{
	color:#FFF;
}
.products-list ul{
	float:left;
	width:50%;
}
.products-list li:first-child a{
	margin-top:0;
}
.products-list li a{
	display:block;
	font-size:14px;
	color:#f1cdbc;
	text-transform:uppercase;
	font-weight:700;
	margin-top:10px;
	text-decoration:none;
}
.products-list li a:hover{
	color:#FFF;
}
.products-list li a i{
	color:#c8d8d7;
}
.subscribe{
	margin-top:30px;
}
.subscribe input[type="text"]{
	padding:10px;
	font-size:14px;
	color:#222;
	border:2px solid #ffe000;
	width:60%;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin-right:5px;
	outline:none;
}
.subscribe input[type="submit"]{
	font-size:14px;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	background: #ffe000;
	padding:10px 7%;
	border: none;
	outline:none;
	border-bottom: 4px solid #dbc105;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	vertical-align:bottom;
}
.subscribe input[type="submit"]:hover{
	 background:#dbc105;
   	  border-bottom:4px solid #ffe000;
}
.subscribe input[type="submit"]:active{
	position:relative;
	bottom:-2px;
}
.footer-bottom{
	background:#576F6F;
	padding:1% 0;
}
.copy-right{
	float:left;
}
.copy-right p{
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:8px;
}
.copy-right p a{
	color:#f1cdbc;
	text-decoration:underline;
}
.copy-right p a:hover{
	text-decoration:none;
	color:#FFF;
}
.social-icons{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a{
	width:30px;
	height:30px;
	background:#FFF;
	display:block;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	text-align:center;
	color:#b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social-icons li a:hover{
	color:#FFF;
	background:#f28858;
}
.social-icons li a i{
	vertical-align:-webkit-baseline-middle;
}
.about-desc{
	margin:2em 0;
}
.about-desc p{
	font-size:14px;
	color:#687170;
	padding:5px 0;
	line-height:1.8em;
}
.partners{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
}
.partners img{
	width: inherit;
	margin:0 auto;
	margin-top:1em;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.partners h2{
	margin:0px 0 10px 0;
}
.poducts{
  margin-top:3em;	
}
.poducts h2{
	margin:5px 0;
}
.products-row2{
	margin-top:3em;
}
.support2{
	margin:4% 0;
}
.clients2{
	margin-top:0;
}
.solutions{
	margin:4% 0;
}
.contact_right{
	background:#f1f1f1;
	padding:5%;
}
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.contact_info li{
	margin:1em 0;
}
ul.contact_info li i{
	float:left;
	margin-right:15px;
	font-size:25px;
	color:#ACACAC;
}
ul.contact_info li span{
	float:left;
}
ul.contact_info span {
	color:#ACACAC;
	font-size:14px;
	font-weight:700;
	line-height: 1.6em;
}
ul.contact_info span.msg a {
	color:#ACACAC;
}
ul.contact_info span.msg:hover{
	text-decoration:underline;
}
.contact-form_grid {
	text-align: center;
}
.contact-form_grid input[type="text"],.contact-form_grid textarea {
	display: block;
	width: 99%;
	padding:12px;
	outline: none;
	font-size: 14px;
	font-weight:bold;
	color: #D6D5D5;
	background: #FFF;
	border: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	margin-bottom:1em;
	font-family:'Open Sans', sans-serif;
}
.contact-form_grid input[type="text"]:focus,.contact-form_grid textarea:focus {
	color:#ADADAD;
}
 .contact-form_grid textarea {
	height:170px;
	resize:none;
}
.contact-form_grid input[type="submit"] {
	display:block;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0px;
	width:100%;
	background:#f28858;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:none;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-apperance:none;
	font-family:'Open Sans', sans-serif;
	outline:none;
}
.contact-form_grid input[type="submit"]:hover {
	 background:#EC7945;
	 border-bottom:4px solid #D1612E;
}
.contact-form_grid input[type="submit"]:active {
  position:relative;
  bottom:-2px;
}
/***** 404 ****/
.page-not-found{
	text-align:center;
	color: #353434;
}
.page-not-found h4{	
	font-size:5em;
	text-shadow: 1px 1px 1px #FFF, 2px 2px 1px #888;
	text-transform:uppercase;
}
.page-not-found h3{
	font-size: 12em;
	text-shadow: 1px 1px 1px #FFF, 3px 2px 1px #888;
	font-weight:bold;
}
#cabecera {
   position: relative;
   padding-bottom: 40.25%;
   overflow: hidden;
}
#cabecera iframe
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#buscador {
width: 50%;
z-index: 2000;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0px;
left: 50%;
}
#buscador .bus {
    width: 95%;
    margin: 0 auto;
    padding-top: 3%;
}
#buscador .bus input[type="text"] {
    width: 100%;
    height: 34px;
    border: none;
}
#buscador .bus_img{
	padding-top:2%;
	padding-bottom:2%;
	text-align: center;
}
#buscador .ciudades {
    width: 95%;
    margin: 0 auto;
    padding-top: 2%;
}
#buscador .ciudades select {
    width: 100%;
    height: 34px;
    border: none;
}
#buscador .ciudades select:active {
    border: 1px solid #ffe000;
}
#buscador input[type="submit"]{
	background-color: #ffe000;
    color: #333;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 18px;
    line-height: 30px;
    border: 0;
    text-shadow: #fff 0 -1px 0;
    width: 120px;
    height: 32px;
}                

.plandes{
	margin-top:1%;
}

.plandes li {
    background:#0481bb;
    color: #fff;
    border-bottom: 1px solid #0093D7;
}

.registro-titulo{
	width:100%;
}
.registro_info p{
	color:#000;
}
.registro_info h3{
	font-weight:600;
}

.paso1 {
    position: relative;
    width: 80%;
    float: left;
    background-color:rgba(255,255,255,0.8);
}
.paso2 {
    position: relative;
    width: 80%;
    float: left;
    background-color:rgba(255,255,255,0.8);
	    margin-top: 2%;
}
.paso3 {
    position: relative;
    width: 80%;
    float: left;
    background-color:rgba(255,255,255,0.8);
	    margin-top: 2%;
}
.paso4 {
    position: relative;
    width: 80%;
    float: left;
    background-color:rgba(255,255,255,0.8);
	    margin-top: 2%;
}
/*
.flecha_derecha1 {
	height: 80px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 31px solid #6FC;
	float: left;
	margin-right:1%
}
.flecha_derecha2 {
	height: 80px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 31px solid #3CF;
	float: left;
	margin-right:1%;
	    margin-top: 2%;
}
.flecha_derecha3 {
	height: 80px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 31px solid #F60;
	float: left;
	margin-right:1%;
	    margin-top: 2%;
}
.flecha_derecha4 {
	height: 80px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 31px solid #FF0;
	float: left;
	margin-right:1%;
	    margin-top: 2%;
}
*/
#registro-principal{
    width: 50%;
    position: relative;
    float: left;
    margin-top: 2%;
    background-color: rgba(255,255,255,0.8);
    padding-top: 1%;
    padding-left: 5px;
    padding-right: 5px;
	margin-bottom: 2%;
}
.registro_content h2{
    font-size: 17px;
    color: #737373;
}
.form_registro{
    padding-top: 2%;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 10%;
}
#contenido{
	width:50%;
	float:left;
}

/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
.link_plan {
	width:50%;
	margin:0 auto;
}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.banner-desc h2{
		font-size:20px;
		margin-bottom:15px;
	}
	.features h2{
		margin:0;
	}
	.features p{
		width:100%;
	}
	.features a.read-more, .support a.read-more{
		margin-top:0;
	}
	 .col-lg-4{
	 	margin-top:20px;
	 }
	 .partners img{
	 	width:150px;
	 }
	 .testimonials p{
	 	width:100%;
	 }
	 #buscador {
width: 50%;
z-index: 2000;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0px;
left: 50%;
}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}
	.menu > li > a{
		padding:8px 10px;
	}
	.footer p{
		width:100%;
	}
	#buscador {
width: 50%;
z-index: 2000;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0px;
left: 50%;
}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
  .menu{
  	float:none;
  	padding:0;
  }
  .menu li{
  	margin-left:0;
  	margin-top:2px;
  }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.active>a{
  	border-bottom:none;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  	border-color:#E05F25;
  }
  .news-grid{
  	width:92%;
  	float:none;
  	margin:0 auto;
  }
  .news-grid-middle{
  	margin:15px auto;
  }
  .copy-right,.social-icons{
  	float:none;
  	text-align:center;
  }
  .social-icons{
    margin-top:10px;	
  }
  .big-arrow{
  	margin-top:-50px;
  }
  .footer-arrow{
  	margin-bottom:-50px;
  }
}

@media (max-width:533px){
#buscador {
width: 50%;
z-index: 2000;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0px;
left: 50%;
}
}

@media (max-width:480px){
	.wrap{
		width:95%;
	}
	.row{
		margin:0;
	}
	.banner-desc h2{
		font-size:16px;
		margin-bottom:5px;
	}
	.banner-desc li span{
		font-size:13px;
		margin-top:5px;
		padding:5px;
	}
	.products-list ul{
		float:none;
		width:100%;
	}
	.page-not-found h4{
		font-size:2em;
	}
	.page-not-found h3{
		font-size:5em;
	}
	#buscador {
width:100%;
z-index: 2000;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0px;
left:0px;
}
}
@media (max-width:320px){
	.wrap{
		width:98%;
	}
	.header-top-right li{
		margin-left:5px;
	}
	.header-top-right li a,.header-top-left p{
		font-size:11px;
	}
	.banner-desc h2{
		padding:8px;
		font-size:13px;
	}
	.see-features a{
		font-size:16px;
		padding:10px 20px;
		margin-bottom:10px;
	}
	.subscribe input[type="text"]{
		width:100%;
	}
	.header-top-left p{
		padding-top:5px;
	}
	.header-top{
		padding:5px 0;
	}
	.big-arrow{
		margin-top:-75px;
	}
	.footer-arrow{
		margin-bottom:-75px;
	}
	.features{
		margin-top:0;
	}
	.support h2{
		font-size:20px;
	}
	.clients h2{
		padding:10px 0;
		font-size:15px;
	}
	.testimonials h3{
		margin:0;
	}
	.about-desc{
		margin:0;
	}
	.main h2{
		margin:10px 0;
	}
	ul.contact_info li span{
		width:82%;
	}	
#buscador{
width: 100%;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0%;
	}
#buscador .bus{
width:100%;
}
#buscador .bus input[type="text"]{
width: 100%;
height: 34px;
border: none;
}
#buscador .bus_img{
	padding-top:2%;
	padding-bottom:2%;
	text-align: center;
}
#buscador .ciudades {
    width: 100%;
    margin: 0 auto;
    padding-top: 2%;
}
#buscador .ciudades select{
    width: 100%;
    height: 34px;
	border: none;
    background-color:#00b4f8;
}
.header-top-right {
    float: left;
}
#contenido {
    width: 100%;
    float: left;
}
#registro-principal {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 2%;
}
.paso1 {
    position: relative;
    width: 100%;
    float: left;
    background-color: #6FC;
}
.flecha_derecha1 {
display:none;
}
.paso2 {
    position: relative;
    width: 100%;
    float: left;
    background-color:#3CF;
}
.flecha_derecha2 {
display:none;
}
.paso3 {
    position: relative;
    width:100%;
    float: left;
    background-color:#F60;
	    margin-top: 2%;
}
.flecha_derecha3 {
display:none;
}
.paso4 {
    position: relative;
    width:100%;
    float: left;
    background-color:#FF0;
	    margin-top: 2%;
}

.flecha_derecha4 {
display:none;
}
}

table.width200,table.table3 {width:100%;margin:0 0 50px 0}
        .width200 th,.table3 th {padding:5px;text-align:center;}
        .width200 td,.table3 td {padding:5px;text-align:center}
        .width200 tr:last-child td, .table3 tr:last-child td{border:0}
        
    .rwd {width:100%;overflow:auto;}
        .rwd table.table3 {width:auto;min-width:90%}
            .table3 th,.table3 td {white-space: nowrap;}
            
    @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px)  
    {
    
        table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; }
        
        .width200 thead tr { position: absolute;top: -9999px;left: -9999px; }
        
        .width200 tr { border: 1px solid #ccc; }
        
        .width200 td { border: none;border-bottom: 1px solid #ccc; position: relative;padding-left: 50%;text-align:left }
        
        .width200 td:before {  position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}
        
        .width200 td:nth-of-type(1):before { content: "Nombre"; }
        .width200 td:nth-of-type(2):before { content: "Apellidos"; }
        .width200 td:nth-of-type(3):before { content: "Cargo"; }
        .width200 td:nth-of-type(4):before { content: "Twitter"; }
        .width200 td:nth-of-type(5):before { content: "ID"; }
        
        .descarto {display:none;}
        .fontsize {font-size:10px}
    }
    
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-width : 320px) and (max-width : 480px) 
    {
        .planes { width: 320px; }
        .descarto {display:none;}
		.link_plan {
    width: 100%;
    margin: 0 auto;
}
    }
    
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-width: 768px) and (max-width: 1024px) 
    {
        .planes { width: 495px; }
        .descarto {display:none;}
        .fontsize {font-size:10px}
    }
	
.myPlan {
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myPlan:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
	text-decoration:none;
	color:#CF0;
}
.myPlan:active {
	position:relative;
	top:1px;
}
.finder {
    width: 90%;
    margin: 25px auto;
}
.finder h2{
	text-align:center;
	font-size:16px;
}
.finder h3{
	margin-bottom:5px;
}

/* Table 3 Style */
table.table3{
    font-family:Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
    text-align:center;
    border-collapse:collapse;
	margin:0 auto;
}
.table3 thead th{
    padding:6px 10px;
    text-transform:uppercase;
    color:#444;
    font-weight:bold;
    text-shadow:1px 1px 1px #fff;
    border-bottom:5px solid #444;
}
.table3 thead th:empty{
    background:transparent;
    border:none;
}
.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2){
    background-color: #7FD2FF;
}
.table3 tfoot :nth-child(2){
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table3 thead :nth-child(2){
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3){
    background-color: #45A8DF;
}
.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4){
    background-color: #2388BF;
}
.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5){
    background-color: #096A9F;
}
.table3 thead :nth-child(5){
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.table3 tfoot :nth-child(5){
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.table3 tfoot td{
    font-size:38px;
    font-weight:bold;
    padding:15px 0px;
    text-shadow:1px 1px 1px #fff;
}
.table3 tbody td{
    padding:10px;
}
.table3 tbody tr:nth-child(24) td{
    font-size:26px;
    font-weight:bold;
}
.table3 tbody td:nth-child(even){
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.table3 tbody td:nth-child(odd){
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}
.table3 tbody td:nth-last-child(1){
    border-right:1px solid #222;
}
.table3 tbody th{
    color:#696969;
    text-align:right;
    padding:0px 10px;
    border-right:1px solid #aaa;
}
.table3 tbody span.check::before{
    content : url(../images/check2.png)
}
.table3 a{
	text-decoration:none;
}
.table3 a:hover{
	color:#FF0;
}
.link_plan .item{
    width:33%;
    float: left;
	margin-top:1%;
	border-right:1px solid #ccc;
}
.link_plan .item a{
	text-decoration:none;
}
.link_plan .item a:hover{
	color:#FF0;
	text-shadow:#000 1px 1px 1px;
}
.wppt-wrapper {
    margin: auto;
    text-align: center;
}
a.button-two {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    background: #ffe000 none repeat scroll 0% 0%;
    box-shadow: 0px 3px 0px #d6bd06;
    border-radius: 3px;
}
a.button-two:hover {
	background:#00bff0;
	box-shadow:0px 3px 0px #0093d7;
}
a.button-two i {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
	background: #d6bd06;
    border-left: 1px solid #d6bd06;
    transition: all 0.2s ease-in-out 0s;
}
a.button-two:hover i {
  color: #fff;
  border-left: 1px solid #0093d7;
  background: #0093d7;
}

a.button-two span {
    display: inline-block;
    padding: 10px 26px 9px;
    color: #333;
    font-size: 12px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.wppt-pricing-table {
    overflow: hidden;
    padding: 30px 5px;
    margin: 50px auto 0px;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
}
.wppt-pricing-table .wppt-column:first-child {
    margin-left: 0px;
}
.wppt-pricing-table .wppt-column {
    width: 206px;
    float: left;
    margin-left: 7px;
    position: relative;
    border-radius: 3px;
	background-color: #7D7D7D;
}
.wppt-pricing-table .wppt-column .wppt-title-container {
    position: relative;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #444;
    border-radius: 3px 3px 0px 0px;
    border-color: #DDD #DDD -moz-use-text-color;
    overflow: hidden;
}
.wppt-pricing-table .wppt-column .wppt-features-container {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.wppt-pricing-table .wppt-column .wppt-features-container li i {
    margin-right: 10px;
    color: #fff;
    vertical-align: middle;
}
.wppt-pricing-table .wppt-column.features-style-1 .wppt-features-container ul li, .wppt-pricing-table .wppt-column.features-style-1 .wppt-features-container ul:first-child li:first-child {
    border-top: 1px solid #EEE;
    padding: 12px 0px;
    text-align: left;
    margin: 0px 30px;
}
.wppt-pricing-table .wppt-column .wppt-features-container ul:last-child {
	color: #fff;
    font-size: 12px;
}
.wppt-pricing-table .wppt-column.title-color .wppt-title-container {
    color: #fff;
    border: 0px;
}
#divdominios strong{
	font-size:16px;
	color:#2da5da;
}
a.small-btndisabled {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #CCC;
    box-shadow: 0px 3px 0px #CCC;
    border-radius: 3px;
    padding: 10px 30px;
    color: #CCC;
    font-size: 12px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.aside-left {
    width: 60%;
    float: left;
    padding-right: 10px;
    text-align: justify;
}
.aside-right {
    width: 40%;
    float: left;
}
.contenido-about{
	width:100%;
	float:left;
	margin-top: 20px;
}
.grid6 {
width: 45%;
    float: left;
    margin-right: 30px;
    text-align: justify;
    margin-bottom: 20px;
    margin-left: 20px;
}

.planmedia {
width: 31%;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
	border:1px solid #ccc;
	margin-bottom:25px;
}
.maia-col-4{
width: 30.3571%;
float: left;
margin: 0px 1.4881% 20px;
}
.maia-col-4 h5{
	font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.video {
    margin-top: 25px;
}
.title-section {
    padding: 64px 0px;
    text-align: center;
    background:none;
}
.title-section h1 {
    color: #3A3D41;
    font-size: 24px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    margin: 0px 0px 7px;
}
.title-section p {
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    font-size: 18px;
    margin: 0px;
}
.contact-info {
    padding: 40px 0px;
    text-align: center;
}
.col-md-4 {
    width: 33.3333%;
}
.contact-info a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0481bc none repeat scroll 0% 0%;
    margin-bottom: 12px;
}
.contact-info a i {
    line-height: 60px;
    color: #FFF;
    font-size: 30px;
}
.contact-info h2 {
    color: #3A3D41;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    margin: 0px 0px 30px;
    text-transform: inherit;
}
.contact-info p::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #DFDFDF transparent transparent #DFDFDF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    background: #FFF none repeat scroll 0% 0%;
}
.contact-info p {
    font-size: 13px;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0px 0px 24px;
    color: #999;
    padding: 23px;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    position: relative;
}
.contact-info p span {
    display: block;
}
.centro {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
	clear: both;
}
a.small-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    background: #0481bc none repeat scroll 0% 0%;
    border: 1px solid #066d9e;
    box-shadow: 0px 3px 0px #066d9e;
    border-radius: 3px;
    padding: 10px 30px;
    color: #FFF;
    font-size: 12px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
a.small-btn:hover {
    background: #066d9e none repeat scroll 0% 0%;
}
.modal-body{
	background:#fff;
}
a.small-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #D74730;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a.small-btn:hover {
  background: #e74c3c;
}
a.small-btnyellow:hover {
	color: #fff;
	text-decoration:none;
}
a.small-btnyellow {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #f6b631;
  border: 1px solid #e0a52c;
  box-shadow: 0 3px 0 #c29028;
  -webkit-box-shadow: 0 3px 0 #c29028;
  -moz-box-shadow: 0 3px 0 #c29028;
  -o-box-shadow: 0 3px 0 #c29028;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  color: #333;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a.small-btngreen {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #75A000;
  border: 1px solid #89B700;
  box-shadow: 0 3px 0 #496200;
  -webkit-box-shadow: 0 3px 0 #496200;
  -moz-box-shadow: 0 3px 0 #496200;
  -o-box-shadow: 0 3px 0 #496200;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
a.small-btn:hover {
  color: #f6b631;
  text-decoration:none;
}
sup {
    top: -.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}