.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer
{
	background:url(http://www.careerlauncher.com/cat-mba/images/footer-bg.jpg) #333333;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
  margin-top: 20px;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
/*	border-bottom: 1px dotted #BAC1C8;*/
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
/*	padding: 40px 0 10px;*/
	
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #ececec;
}
.footer ul li a {
	padding: 10px 0px 4px 0;
	display: block;
	border-bottom:2px dotted #343233;
}
.footer a {
	color: #c9c9c9;
	transition:all 0.5s ease-in-out 0s;
}
.footer a:hover
{
	color:#f86e58;
	text-decoration:none;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #18b0e2;
	border: 2px solid #0689b4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	list-style:none;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	float:right;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #000;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #2D2B2C;
	border-top: 1px solid #444141;
	/*background: #000;
    border-top: 1px solid #000;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

.back-top {
    bottom: 50px;
    position: fixed;
    right: 20px;
}
.back-top a {
    background:url('/images/top.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 51px;
    width: 51px;
}
.back-top a span {
    display: none;
}

.box1
{
  border:1px solid #e1e1e1;
  box-shadow: 0 0 5px #eeeeee;
  padding:10px;
  background:#fafafa;
  border-radius:5px;
  height:auto;
}


body {
	color: #444;
	font-size: 15px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}


#content_wrapper  {
	margin-top: 60px;
	overflow: hidden;
}


h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin-top: 0; 
	margin-bottom: 10px;
}

h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 20px;
}

h4.small-title, .statistic-text {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;		
}


p {
	color: #444;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}


.btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 13px;
	
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.btn:hover {
	background-color: #0b7d79;
	color: #fff;
}


.titlebar {
	margin-bottom: 30px;
	text-align: center;
}

.titlebar h3 {
	color: #2c2c2c;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;	
}

.titlebar p {
	color: #444;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
}

.titlebar p:after {
    display: block;
    content: "";
    height: 1px;
    width: 180px;
	background: #bbb;
    margin: 25px auto 0;
    position: relative;
}




.navbar-brand {
	height: 60px;
	padding: 17px 15px;
}
   
.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.navbar-fixed-top { 
	background-color: #fff;
	border-bottom: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);	
}         


.navbar-nav > li > a {
	color: #222;
	font-size: 13px;
	line-height: 60px;
	font-weight: 900;
	text-transform: ;
	letter-spacing: 1px;
	display: block;
	padding: 0 12px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}


.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #0ea29d;
	background-color: transparent;
}

.navbar-nav > li > a:focus {
	background-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
	background-color: transparent;
    padding: 10px;
	margin: 11px 30px 11px 0;
	border: none;
	color: #fff;
	border: 2px solid #333;
}

.navbar-toggle .icon-bar {
	background-color: #333;
}




#intro {
	width: 100%;
	background-image: url(../img/thumbs/intro-bkg2.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	border-bottom: 1px solid #ccc;
}


#intro_content {
	padding-top: 15px;
	padding-bottom: 15px;
}

#intro h2 {	
	color: #fff;
	font-size: 52px;
	font-weight: 300;
	line-height: 60px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#intro h2 span {
	font-weight: 900;
}

.intro_text p {	
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}



.intro_button .btn {
	font-size: 14px;
	margin-top: 25px;
	padding: 14px 28px;
}

.intro_button .btn:hover {
	background-color: #0b7d79;
}


.intro_button .btn.btn-tra {
	background-color: transparent;
	padding: 13px 26px;
	margin-right: 15px;
	border: 2px solid #fff;
}

.intro_button .btn.btn-tra:hover {
	background-color: #0b7d79;
	border-color: #0b7d79;
	color: #fff;
}


.form_register form {	
	background-color: #eaeaea;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 10px 15px 10px;
	margin: 0 45px;
}

.form-control:focus {
    border-color: #0ea29d;
	box-shadow: 0px 0px 1px rgba(14, 162, 157, 1) inset, 0px 0px 1px rgba(14, 162, 157, 1);
}

.form_register h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 0px;
}

.form_register p {
    margin-top: 30px;
	padding: 0 20px;
}

.form_register a {
	color: #0ea29d;
	font-weight: 600;
}


.form_register .form-control {
	height: 35px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	background-color: #f5f5f5;
	color: #222;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}



.error {
	color: #fc0000;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}


#form_register_btn .btn {
	font-size: 14px;
	margin-top: 10px;
	padding: 15px 50px;
}


#services {
	padding-top: 100px;
	padding-bottom: 50px;
}


.service-box {
	margin-bottom: 30px;
}


.service-box-icon {
	float: left;
	padding-right: 5px;
}

.service-box-icon i {
	color: #0ea29d;
	font-size: 30px;
	margin-right: 10px;
}

.service-box-title h4 {
	padding-top: 6px;
}

.service-box-content p {
	margin-bottom: 0;
}




#our-process {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 100px;
}

.our-process-item p {
	margin-bottom: 0px;
}


.our-process-item .img-responsive {
	margin-bottom: 20px;
}	


#about, #about-1 {
	padding-top: 100px;
	padding-bottom: 100px;
}


#about h4.small-title, 
#about-1 h4.small-title { 
	font-size: 17px; 
	margin-bottom: 20px;
}


#tabs-holder { 
	margin-top: 40px;
}

.tab-pane { 
	padding: 0px;
}


.nav-tabs > ul > li {
	border-radius:0px;


}
.nav-tabs > li > a {
	background-color: #CCCCCC;
    color: #444;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;	
	margin-right: 3px;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background-color: #fff;
	color: #222;
}


#about-1 .video-block {
	position: relative;
	padding-bottom: 60.25%;
	margin-top: 30px;
	height: 0;
	overflow: hidden;
}

#about-1 .video-block iframe,
#about-1 .video-block object,
#about-1 .video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}


#accordion { 
	margin-top: 40px;
}

.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.panel-heading {
    padding: 0;
    border: 0 !important;
}

.panel-title > a {
    display: block;
    padding: 15px;
}

#about-1 h4.small-title.panel-title {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 0px;	
}


.panel-body {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
}

   
#promo {
	background-color: #0ea29d;
	padding-top: 100px;
	padding-bottom: 30px;	
} 

.promo-image .img-responsive { 
	display: inline-block; 
} 

.promo-line-image {
	margin-bottom: 50px;
}

.promo-image .flex-control-paging li a { 
	background: #0b7d79; 
	border: 2px solid #0b7d79;
}

#promo-content h3 {
	color: #fff;	
} 

#promo-content p {
	color: #fff;
	margin-bottom: 10px;	
}


#promo-content .btn.btn-tra {
	background-color: transparent;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: 15px;
	border: 2px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#promo-content .btn.btn-tra:hover {
	background-color: #0b7d79;
	border-color: #0b7d79;
	color: #fff;
}

   
#statistic_banner {
	background-image: url(../img/parallax_bg/statistic.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.statistic-number {
	color: #fff;
	font-size: 75px;
	line-height: 75px;
	font-weight: 900;
	letter-spacing: 1px;	
	margin-bottom: 10px;
}

.statistic-text {
	color: #fff;
	margin-bottom: 10px;
}

.statistic-block p {
	color: #fff;
	padding: 0 5px;
	margin-bottom: 0;
}

   
#team {
	padding-top: 100px;
/*	padding-bottom: 50px;*/	
}


.team-member {
	margin-bottom: 50px;
}


.team-member .img-responsive {
	display: inline-block;
}


.team-img-meta h5 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;	
	margin: 20px 0px 5px;
}

.team-img-meta h6 {
	font-size: 13px;
	color: #0ea29d;
	font-weight: 600;
	
	letter-spacing: 1px;
	margin-bottom: 15px;
}


.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 0 auto;
}

.team-member-socials li {
	float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
	color: #666;
	font-size: 15px; 
    text-align: center;
    display: block;
	padding-right: 15px;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}




#big-promo {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 100px;
}

	
.big-promo-image .img-responsive { 
	display: inline-block; 
} 



.big-promo-content h3 {
	margin-bottom: 30px;
}

.big-promo-content p {
	margin-bottom: 15px;
}



#newsletter { 
	background-color: #0ea29d;
	background-image: url(../img/parallax_bg/newsletter.png);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 80px; 
	padding-bottom: 60px;
}


#newsletter h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 5px;	
}

#newsletter h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
}


#newsletter form input[type="email"] {
    background-color: #fff;
	width: 60%;
	color: #414141;
	font-size: 14px;
    font-weight: 300;
    padding: 18px 24px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#newsletter form input[type="submit"] {
	width: 35%;
	background-color: #0b7d79;
	color: #fff;
	font-size: 14px;
    font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-left: 3px;
    padding: 16px 22px;
	border: 2px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#newsletter form input[type="submit"]:hover {
	background-color: #444;
	border-color: #444;
}

#newsletter .message {
	font-size: 14px;
	margin-top: 20px;
}


#portfolio {
	padding-top: 100px;
	padding-bottom: 70px;
	position: relative;
}


#portfolio .titlebar {
	margin-bottom: 40px;
}


#gallery-filter {
	margin-bottom: 30px;
}

.btn-toolbar .btn-group {
    float: none;
}


#gallery-filter .btn-group > .btn {
	background-color: #f5f5f5;
    color: #444;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 14px;
	margin-top: 0;
	margin-right: 3px;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
     box-shadow: 0 0 0 0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out; 
}

.btn-group > .btn:first-child:not(:last-child),
.btn-group > .btn:last-child:not(:first-child) {
 	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


#gallery-filter .btn-group > .btn:hover {
	background-color: #0ea29d;
	color: #fff;
}

#gallery-filter .btn-group > .btn.active,
#gallery-filter .btn-group > .btn.focus {
	background-color: #0ea29d;
	color: #fff;
	box-shadow: 0 0 0 0;
	cursor: default;
}


.portfolio-items-list {
	margin: 0;
}


.portfolio-item {
	position: relative;	
	display: none;
    opacity: 0;
	-moz-opacity: 0; 
	padding: 0 15px;
	text-align: center;
	margin-bottom: 30px;
}

.portfolio-item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}


.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.overlay-content h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
}

.overlay-content h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 162, 157, .75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}


.hover-overlay:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.portfolio-item:hover .overlay-content {
	bottom: 42%;
	opacity: 1; 
	-moz-opacity: 1; 
}


#features-list {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	padding-top: 100px;	
}


.features-list-image {
	padding-right: 40px;
}

.features-list-image .img-responsive {
	display: inline-block;
}


.features-list-content h3 {
	margin-top: 10px;
}

.features-list-content p {
	margin-bottom: 20px;
}


.list li {
	position: relative;
}


.list-icon {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
	color: #0ea29d;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
}


.list-content {
	padding-left: 40px;

}
   
#testimonials_rotator {
	background-image: url(../img/parallax_bg/testimonials.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 80px;
	color: #fff;
}


#testimonials_rotator .titlebar h3 {
	color: #fff;
}

   
.testimonials {
	margin-bottom: 60px;
}


.flexslider .slides .testimonials img {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 0 auto 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.client-msg p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	line-height: 32px;
    padding: 10px 15%;
}


.testimonials p.author {
	color: #0ea29d;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
}


.flex-control-paging li a {
	background: #444;
	border: 3px solid #444;
}

.flex-control-paging li a:hover { 
	background: #0ea29d;
	border: 3px solid #0ea29d; 
}

.flex-control-paging li a.flex-active { 
	background: #0ea29d;
	border: 3px solid #0ea29d; 
}


 
#clients {
	background-color: #f5f5f5; 
	border-bottom: 1px solid #eee;
	padding-top: 60px;
	padding-bottom: 60px;
}


.item {padding: 0 10px;}




#pricing {
	padding-top: 100px;
	padding-bottom: 50px;
} 


#price_1, #price_2, #price_3, #price_4 {
	margin-bottom: 50px;
	padding: 0 5px;
}

.pricing-table {
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.pricing-table h3 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 80px;	
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
} 


.pricing-table .price {
	background-color: #ddd;
	height: 120px;
	color: #6f6f6f;
	font-weight: 900;
	line-height: 120px;
}

.price-row .price span {
	font-size: 80px;
	letter-spacing: -2px;
}

.price-row .price sup {
    top: -24px;
	font-size: 40px;
	font-weight: 500;
}

.pricing-table ul.features {
	color: #333;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
    padding: 5px 40px;
}

.pricing-table ul.features li {
    border-bottom: 1px solid #ccc;
    padding: 13px 0; 
}


.pricing-table .btn {
	background-color: #333;
	color: #fff;
	margin: 30px 0;
}

.pricing-table .btn:hover {
	background-color: #0b7d79;
	color: #fff;
}


.pricing-table.highlight  {
	background-color: #0ea29d;
	border-color: #0ea29d;
	color: #fff;
}

.pricing-table.highlight h3 {
	color: #fff;
}

.pricing-table.highlight .price {
	background-color: #0b7d79;
	color: #fff;
}

.pricing-table.highlight ul.features {
	color: #fff;
}

.pricing-table.highlight ul.features li {
    border-color: #0b7d79;
}


.pricing-table.highlight .btn:hover {
	background-color: #333;
}




#blog {
	border-top: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 50px;
} 


#blog article {
	margin-bottom: 50px;  
}


#blog .blog-post-titlebar h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 20px 0 5px;
}


.blog-post-info {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 10px;
	font-style: italic;
}

.blog-post-info a {
	color: #0ea29d;
	font-weight: 600;
}

.blog-post-info a:hover {
	color: #222;
	text-decoration: underline;
}


.blog-post-desc p {
	color: #666;
	margin-bottom: 20px;
}


.article_link a {
	background-color: transparent;
	color: #999;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 8px 14px;	
	border: 2px solid #999;
}

.article_link a:hover {
	background-color: #0ea29d;
	color: #fff;
	border-color: #0ea29d;
}


.video-block {
	position: relative;
	padding-bottom: 75.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



#bottom-promo_line {
	background-image: url(../img/parallax_bg/bottom-promo-line.jpg); 
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}   


#bottom-promo_line h2 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900; 
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#bottom-promo_line p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
}
 

#bottom-promo_line .btn { 
	margin-top: 10px;
}


#bottom-promo_line .btn.btn-tra {
	background-color: transparent;
	padding: 9px 18px;
	margin-top: 10px;
	margin-right: 15px;
	border: 2px solid #fff;
}

#bottom-promo_line .btn.btn-tra:hover {
	background-color: #0b7d79;
	border-color: #0b7d79;
	color: #fff;
}




#faq {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 100px;
	padding-bottom: 60px;
}

.question {
	margin-bottom: 40px;
}


.faq-question-label {
	color: #0ea29d;
	font-size: 15px;
	font-weight: 900;
	padding-right: 5px;
}

.question h4 {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.faq-answer-label {
	color: #000;
	font-weight: 900;
	padding-right: 5px;
}

.question p {
	color: #444;
	margin-bottom: 0;
}




#contact {
	padding-top: 100px;
	/*padding-bottom: 75px;*/
} 


.contact-data {
	margin-bottom: 25px;
}

.contact-data h4.small-title {
	margin-bottom: 10px;
}

.contact-data p {
	color: #444;
	margin-bottom: 5px;
}

.contact-data a {
	color: #0ea29d;
	font-weight: 900;
}

.contact-data a:hover {
	color: #222;
	text-decoration: underline;
}




#call-to-action {
	background-color: #0ea29d;
	background-image: url(../img/parallax_bg/call-to-action.png);
	background-attachment: fixed !important;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
}


#call-to-action h3 {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#call-to-action p { 
	color: #fff; 
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0;
}


#call-to-action .btn.btn-tra {
	background-color: transparent;
	padding: 15px 50px;
	margin-top: 0;
	margin-right: 0;
	border: 2px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#call-to-action .btn.btn-tra:hover {
	background-color: #444;
	border-color: #444;
	color: #fff;
}

 
#footer {
	padding-top: 80px;
	padding-bottom: 70px;
}

#footer_copyright p {
	color: #444;
	line-height: 26px;
	margin-bottom: 0;
	margin-left: 7px	;
}

#footer_copyright p span {
	color: #0ea29d;
	font-weight: 700;
}


.contact-socials {
	display: inline-block; 
	padding-left: 0;
}

.contact-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

.foo_link {
	text-align: center;
	color: #444;
	font-size: 15px;
    line-height: 26px;
	margin: 0 7px;
    display: block;
}

.foo_link:hover {
	color: #0ea29d;
	text-decoration: underline;
}



#scrollUp {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(65, 65, 65, 0.65);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	background-color: rgba(14, 162, 157, 1);	
}

nav a#pull {  
    display: none;  
}

   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { 
	display: inline-block;
}

#form_response h1 {
	font-size: 22px; 
	font-weight: 900;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

#form_response p {
	font-size: 16px; 
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 5px;
}

#form_response p span { 
	font-size: 18px; 
	font-weight: 900;
}

#form_response .btn {
	background-color: #0ea29d;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 15px 40px;
	margin-top: 25px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#form_response .btn:hover {
	background-color: #0b7d79;
}



#stlChanger {
	color: #cecece;
	font-size: 14px;
	overflow: hidden;
	position: fixed;
	top: 80px;
	left:0;
	z-index: 9999999;
}

#stlChanger .bgChanger {
	position:relative;
	overflow:hidden;
}

#stlChanger .bgChanger {
	min-width: 220px;
	min-height: 220px;
}

#stlChanger .blockChanger {
	width: 170px;
}

#stlChanger .chBody {
	background: #444;
	width: 180px;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	border-radius: 0;
}

#stlChanger .chBut {
	background: #c50009;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 15px;
	right:0px;
	z-index: 1000000;
	text-align: center;
	border-left: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#stlChanger .chBut i {
	color:#fff;
	font-size: 26px;
	margin: 7px 4px;
}

#stlChanger .stBlock {
	position:relative;
	overflow:hidden;
}

#stlChanger p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

#stlChanger .stBgs a {
	text-decoration:none;
	width: 40px;
	height: 40px;
	float:left;
	padding:0;
	margin: 0 4px 5px 0;
	cursor:pointer;
	opacity: 1;
}

#stlChanger .stBgs a:hover {
	opacity: 0.7;
}

.s_1 {
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
	background-color: #303030;
	border-radius: 4px;
	line-height: 26px;
	display: block;
	margin-bottom: 5px;
}

.s_1:hover {
	color: #fff;
	background-color: #0ea29d;
}

.layout_color {
	background: url(../img/color-scheme/light.jpg) no-repeat top center;
	width: 142px;
	height: 30px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}

.layout_color { background-position: 0 top;}
.layout_color:hover { background-position: 0 bottom;}


.stBlock .btn {
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;	
	letter-spacing: 0px;
	margin: 0px 10px;
	padding: 5px 10px;
	border: 2px solid #fff;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.stBlock .btn:hover {
	background-color: #0ea29d;
	border-color: #0ea29d;
}



#video {
    background-color: #0ea29d;
    padding-top: 100px;
    padding-bottom: 30px;
}

.form_register p {
	margin-top:20px;
}

/*.img-block img {
	border: 1px solid #ddd;
}*/

td, th {
	padding: 6px;
	border:1px solid #ccc;
}


/* 
   ------------------------------------------------------
					Responsive Styles
   ------------------------------------------------------
*/


@media (min-width: 992px) and (max-width: 1199px) {
	
	h3 { font-size: 24px; line-height: 30px; margin-bottom: 15px; }
	

	.btn { margin-top: 15px; }

	
	#intro_content { padding-top: 130px; padding-bottom: 140px; }
	#intro h2 {	font-size: 45px; line-height: 52px; margin-bottom: 15px; }
	.intro_text p {	font-size: 16px; line-height: 26px; }
	

	.intro_button .btn { margin-top: 20px; }
	

	.form_register form { margin: 0 12px; padding: 25px 15px 30px; }
	.form_register h4 { font-size: 16px; }


	.form_register .form-control { height: 42px; font-size: 15px; }
	
	
	.nav-tabs > li > a { font-weight: 700; margin-right: 0px; }
	

	.tab-image .img-responsive { margin-top: 20px; }
	

	#promo-content .btn.btn-tra { margin-top: 15px; }
	

	.promo-line-image { margin-top: 20px; }
	

	#about-1 .video-block { padding-bottom: 74.25%; }
	

	.statistic-number { font-size: 70px; line-height: 70px; }
	.statistic-text { font-size: 14px; }
	.statistic-block p { padding: 0; }
	
		
	.big-promo-image .img-responsive { margin-top: 20px; } 


	.big-promo-content h3 { margin-bottom: 15px; }
	.big-promo-content p {margin-bottom: 10px;}
	

	#newsletter form input[type="email"] {width: 55%; font-size: 14px; }
	#newsletter form input[type="submit"] {width: 42%; font-size: 14px; }
	

	.portfolio-item:hover .overlay-content { bottom: 38%; }
	

	.features-list-image { padding-right: 15px; }

	.features-list-content h3 { margin-top: 0px; }
	.features-list-content p { margin-bottom: 10px; }


	.price-row .price span { font-size: 75px; }
	.price-row .price sup { font-size: 35px; }
	

	.pricing-table ul.features {font-size: 14px; padding: 5px 30px; }


	#blog .blog-post-titlebar h4 { font-size: 14px; line-height: 22px; }
	

	#bottom-promo_line h2 { font-size: 32px; line-height: 38px; }
	#bottom-promo_line p { font-size: 18px; line-height: 30px; }
	

	#bottom-promo_line .btn.btn-tra { padding: 9px 20px; }
	

	.question p { font-size: 14px; line-height: 22px; }

	
	.contact-data { padding: 0 10px;}
	.contact-data h4 { font-size: 14px; }	
	.contact-data p { font-size: 14px; }
	

	
}



@media only screen and (max-width: 991px){
	
	h3 { font-size: 24px; line-height: 30px; margin-bottom: 15px; }
	

	.btn { margin-top: 15px; }


	.navbar-nav > li > a { padding: 0 10px; }
	
			
	#intro_content { text-align: center;}
	#intro h2 {	font-size: 42px; line-height: 48px; }
	.intro_text p { font-size: 16px; line-height: 26px; padding: 0 5%; }
	

	.intro_button .btn { font-size: 13px; margin-top: 20px; }
	

	.form_register form { width: 65%; margin: 40px auto 0; }
	.form_register h4 { font-size: 16px; }
	.form_register p { padding: 0 25px; }
	
	
	#our-process { padding-bottom: 50px; }
	

	.our-process-item { margin-bottom: 50px; }
	

	#about h4.small-title, #about-1 h4.small-title { font-size: 16px; }
	

	#tabs-holder { margin-top: 30px; }
	
	
	.nav-tabs { margin-bottom: 20px; }
	
	
	.tab-image { margin-top: 30px; }
	
	
	#promo { padding-bottom: 100px;	} 
	

	#promo-content h3 { margin-top: 20px; }
	

	#accordion { margin-bottom: 40px; }
	
	
	#statistic_banner { padding-bottom: 50px; }


	.statistic-block { margin-bottom: 50px; }
	.statistic-block p { padding: 0 10%; }
	

	.big-promo-content h3 { margin-top: 30px; }
	
	#newsletter h4 { margin-bottom: 20px; }
	

	.portfolio-item:hover .overlay-content { bottom: 40%; }

	
	#features-list { padding-bottom: 100px; }	

	.features-list-image { margin-bottom: 40px; padding-right: 15px; }
	

	.client-msg p { padding: 10px 5%; }


	#bottom-promo_line h2 { font-size: 30px; line-height: 36px; }
	#bottom-promo_line p { font-size: 18px; line-height: 30px; }


	.question p { font-size: 14px; line-height: 22px;}

	
	.contact-data { text-align: center; }	


	#call-to-action h3 { text-align: center; }
	#call-to-action p { font-size: 18px; line-height: 28px; text-align: center; }
	#call-to-action .btn.btn-tra { margin-top: 20px; }

	
	#footer {text-align: center; }
	
	
}



@media only screen and (max-width: 767px){
		
	#services, #our-process, #about, #promo, #about-1, #statistic_banner, #team, #big-promo, #newsletter, #portfolio, 
	#features-list, #pricing, #blog, #faq, #contact { padding-left: 30px; padding-right: 30px; }
		
	#services, #our-process, #statistic_banner, #team, #pricing, #blog { padding-top: 80px; padding-bottom: 30px; }
	#about, #promo, #about-1, #big-promo, #features-list, #testimonials_rotator { padding-top: 80px; padding-bottom: 80px; }
	#portfolio, #contact { padding-top: 80px; padding-bottom: 50px; }
	#bottom-promo_line, #call-to-action { padding-top: 60px; padding-bottom: 60px; }
	#faq { padding-top: 80px; padding-bottom: 60px; }
	


	.navbar-brand { padding: 17px 30px; }
	

	
	.navbar-nav { background: #f9f9f9; border-top: 1px solid #ddd;}	
	.navbar-nav > li { text-align: center;}
	.navbar-nav > li > a { line-height: 40px; text-align: center;}
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse { max-height: 400px;}
	
			
	#intro h2 {	font-size: 36px; line-height: 42px; margin-top: 0; margin-bottom: 20px; }
	.intro_text p { font-size: 16px; line-height: 24px; padding: 0 8%; }

	.form_register form { width: 60%; }
	

	#bottom-promo_line h2 { font-size: 26px; line-height: 32px; }
	#bottom-promo_line p { font-size: 16px; line-height: 26px; }
	


	#form_btn { text-align: center; margin-bottom: 40px; }
		
	
	#contacts-info .contact-data { width: 50%; float: left; margin-bottom: 30px; }

	#call-to-action .btn.btn-tra { padding: 15px 30px; }
	
	
}



@media only screen and (max-width: 640px){
		
 
	#intro h2 {	font-size: 34px; line-height: 40px; margin-bottom: 15px; padding: 0 4%; }
	.intro_text p { font-size: 16px; line-height: 24px; padding: 0 8%; }	
	

	.form_register form { width: 70%; }

	
	.service-box { width: 100%; float: none !important; }


	.statistic-block { width: 100%; float: none !important; }
	
	.statistic-block p { padding: 0 15%; }	

	
	.team_members_wrapper .col-xs-6 { width: 100%; float: none !important;  }


	#gallery-filter .btn-group > .btn { font-size: 12px; letter-spacing: 0; padding: 8px 16px; }
	


	.portfolio-item { width: 100%; float: none !important; }
	.portfolio-item:hover .overlay-content { bottom: 45%; }
	

	
	.price-row .col-xs-6 { width: 100%; float: none !important; }
	.pricing-table {margin: 0 40px; }



	#bottom-promo_line h2 { font-size: 24px; line-height: 28px; }
	#bottom-promo_line p { font-size: 16px; line-height: 26px; }
	


	#call-to-action h3 { font-size: 24px; line-height: 24px; }
	#call-to-action p { font-size: 16px; line-height: 16px; }
		
}



@media (max-width: 480px) {
	
	#stlChanger { display: none; }
	
	h3 { font-size: 22px; line-height: 26px; }
	
	#services, #our-process, #about, #promo, #about-1, #statistic_banner, #team, #big-promo, #newsletter, #portfolio, 
	#features-list, #pricing, #blog, #faq, #contact { padding-left: 15px; padding-right: 15px; }

	#services, #our-process, #statistic_banner, #team, #pricing, #blog { padding-top: 60px; padding-bottom: 10px; }
	#about, #promo, #about-1, #big-promo, #features-list, #testimonials_rotator { padding-top: 60px; padding-bottom: 60px; }
	#portfolio, #contact { padding-top: 60px; padding-bottom: 30px; }
	#bottom-promo_line, #call-to-action { padding-top: 60px; padding-bottom: 60px; }
	#faq { padding-top: 60px; padding-bottom: 40px; }

	
	.titlebar h3 { font-size: 26px; line-height: 26px; }
	.titlebar p { font-size: 16px; line-height: 16px; }	


	.navbar-brand {padding: 17px 15px;} 


	.navbar-toggle { margin: 11px 15px 11px 0; }
	


	#intro_content { padding-top: 100px; padding-bottom: 110px; }
	#intro h2 {	font-size: 28px; line-height: 34px; padding: 0; }
	.intro_text p { font-size: 14px; padding: 0;}
	


	.intro_button {margin-left: 0; }
	.intro_button .btn { padding: 12px 30px; }


	.intro_button .btn.btn-tra { padding: 11px 24px; }
	

	.form_register form { width: 90%; margin: 30px auto 0;}
	
	.form_register h4 { font-size: 15px; }
	.form_register p { font-size: 14; padding: 0 10px; }	


	.form_register .form-control { height: 40px; font-size: 14px; }

	#form_register_btn .btn { padding: 12px 30px; }
	
	
	.nav-tabs { border-bottom: none; }
	
	.nav-tabs li { display: block; width: 100%; margin-bottom: 5px; }

	
	.statistic-block p { padding: 0 10%; }	
	

	#newsletter h3 { font-size: 26px; line-height: 26px; }
	#newsletter h4 { font-size: 16px; line-height: 20px; padding: 0 5%;}


	#newsletter form input[type="email"] {width: 100%; font-size: 13px;padding: 12px 18px; margin-bottom: 10px;}
	#newsletter form input[type="submit"] {width: 100%; font-size: 13px; padding: 12px 18px; margin-left: 0;}


	#gallery-filter .btn-group > .btn { margin-bottom: 4px; }
	

	.client-msg p { font-size: 18px; line-height: 26px; padding: 10px 2%; }


	.item {padding: 0 5px;}


	#bottom-promo_line h2 { font-size: 20px; line-height: 26px; }
	#bottom-promo_line p { font-size: 14px; line-height: 24px; }
	
	
	.question h4 { font-size: 13px; }
	
	
	.contact-data { width: 100%; float: none !important; }
	

	#call-to-action h3 { font-size: 20px; line-height: 24px; }
	#call-to-action p { font-size: 14px; line-height: 14px; }


	#call-to-action .btn.btn-tra { padding: 12px 24px; }
	
	
	#footer_copyright { text-align: left; }
	#footer_copyright p {padding-left: 0; }
	
			
}



@media (max-width: 320px) {	
	
	h4.small-title, .statistic-text { font-size: 14px; }

	#services, #our-process, #about, #promo, #about-1, #statistic_banner, #team, #big-promo, #newsletter, #portfolio, 
	#features-list, #pricing, #blog, #faq, #contact { padding-left: 5px; padding-right: 5px; }

	.titlebar h3 {font-size: 22px; line-height: 26px; margin-bottom: 5px; }
	.titlebar p {font-size: 14px; line-height: 20px; padding: 0;}
	.titlebar p:after {  width: 120px;}
	

	#intro h2 {	font-size: 22px; line-height: 26px; }
	.intro_text p { font-size: 14px; line-height: 18px; padding: 0; }
	

	#intro h2 {	font-size: 22px; line-height: 28px; padding: 0; }
	.intro_text p { padding: 0; }
	

	.intro_button .btn { font-size: 13px; font-weight: 900; letter-spacing: 0px; padding: 9px 18px; }
	

	.intro_button .btn.btn-tra { padding: 7px 16px; }
	

	.form_register form { width: 100%; margin: 30px auto 0; padding: 20px 5px 30px;}
	.form_register h4 {font-size: 13px; letter-spacing: 1px; }
	
	.form_register .form-control  {height: 34px; font-size: 13px; margin-bottom: 10px; }
	.form_register p { font-size: 13px; padding: 0 12px; margin-top: 15px; }
	

	#form_register_btn .btn { font-size: 13px; font-weight: 700; letter-spacing: 0px; padding: 9px 18px;  }
	

	#about h4.small-title, #about-1 h4.small-title { font-size: 15px; }
	
	.statistic-number { font-size: 60px; line-height: 60px; }
	.statistic-block p { padding: 0; }	
	
	
	#newsletter h3 { font-size: 22px; line-height: 28px; }
	#newsletter h4 { font-size: 15px; line-height: 20px; padding: 0 5%;}
	
	.portfolio-item:hover .overlay-content { bottom: 38%; }
	


	.client-msg p { font-size: 16px; padding: 0; }


	.item { padding: 0; }
	
	
	.pricing-table {margin: 0;}
	
	
	#call-to-action h3 { line-height: 26px; }
	#call-to-action p { line-height: 18px; }


	#call-to-action .btn.btn-tra { padding: 10px 20px; }
	
}
 
	
