/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
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, center, dl, dt, dd, ol, ul, 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;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-moz-selection {
 background: #f99389;
 color: white;
}
::selection {
	background: #f99389;
	color: white;
}
a, a:visited, a:hover {
	outline: none;
}
.alignright {
	float: right;
}
body {
	background: white;
	font: 13px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #34495e;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.responsive {
	width: 100%;
	height: auto;
}
.hidden {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

hr {
	border: solid #eeeeee;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
pre {
	height: auto;
	font-family: Consolas, monospace;
	border: 1px solid #f0f0f0;
	background: #fafafa;
	padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 0;
	overflow-x: auto;
}
.hidden {
	display: none !important
}
.responsive img, .responsive iframe, .responsive object, .responsive embed {
	width: 100%;
	width: 100%;
	height: auto;
}


/*********************************** Anchor Link Styles ***********************************/

img {
	max-width: 100%;
	height: auto;

}
a {
	color: #2b939e;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.highlight {
	color: #e74c3c;
}
a:hover, a:focus {
	color: #666666;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
p a, p a:visited {
	line-height: inherit
}


/*********************************** List Styles ***********************************/

ul, ol {
	margin-bottom: 20px
}
ul {
	list-style: disc;
	color:#eebf61;
	font-size:16px;
}
ul.styled-list {
	padding: 0;
}

ol {
	list-style: decimal
}
ul li ul, ol li ul, ol li ul, ol li ol {
	margin-bottom: 0
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
	display: block;
}


/*********************************** Typography Styles ***********************************/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 40px;
	line-height: 1em;
}

.aqua {color: #2b939e;}

.yellow {color: #e6a92f;}

.gray {color: #504f4f;}

.white {color: #fff;}

.mission-statement-title {color: #fff; font-size:55px;}

.free-trial-title {color: #fff; font-size:65px;}

body #load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background:url(../images/loader.gif) center center no-repeat;
	background-color: #ffffff;
}

h1 {
	font-size: 40px;
	margin-bottom: 0px;
}

h2 {
	font-size: 45px;
	font-family: "jbt-annabelle",sans-serif;
}

h3 {
	font-size: 24px;
	font-family: "adobe-jenson-pro-display",serif;
	text-transform:uppercase;
	font-weight:700;
}

h4 {
	font-size: 26px;
	font-family: "adobe-jenson-pro-display",serif;
	color:#FFF;
	line-height:30px;
}

h5 {
	font-size: 18px;
	font-weight: 600;
}

h5 a {
	color:#2b939e;
	line-height:26px;
	text-decoration:none;
	border-bottom:#2b939e solid 1px;
}

h6 {
	font-size: 15px;
}

p {
	margin-bottom: 25px;
}

.mission-statement {
	color: #fff;
	font-size:32px;
	font-family: "adobe-jenson-pro-display",serif;
	line-height:35px;
}

.free-trial {
	color: #fff;
	font-size:38px;
	font-family: "adobe-jenson-pro-display",serif;
	line-height:36px;
}

#testimonials span.meta {
	color: #fff;
	font-weight:bold;
	font-size:16px;
	font-family:"Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	padding-top:50px;
	text-align:center;
}



/*********************************** Navigation Styles ***********************************/

nav {
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
body.multipage nav {
	opacity: 1;
	filter: alpha(opacity=100);
}

#navigation {margin:0 auto;}

nav {
	background: #2b939e;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-bottom:#FFF solid 3px;
	margin: 0 auto;
}
.main-menu, .logo {
	height: 86px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align:center;
}
.main-menu.small, .logo.small {
	height: 50px;
}
.logo a {
	display: block;
	margin: auto;
}
.main-menu li {
	display: inline;
	margin-left: 30px;
}
#nav.main-menu a {
	font-family: "adobe-jenson-pro-display",serif;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}

#nav.main-menu a:hover {
	color: #eebf61;
}
#nav.main-menu a.active {
	color: #eebf61;
}
.main-menu a i {
	margin-right: 3px;
}

.selectnav {
	display: none;
	font-size: 20px;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 40px;
	padding: 0px 10px;
	border-radius: 0;
	background-image: url(../images/selectmenu.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 100%;
	max-width: 420px;
	color: #3d3d3d;
	outline: none;	
}

/*-----------------------------------------------------------------------------------*/
/*	HOME 
/*-----------------------------------------------------------------------------------*/
.home-text-wrapper {
	display: table-cell;
	vertical-align: middle;
	margin:0 auto;
}



/*********************************** Parallax Styles ***********************************/

.parallax {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #f8f8f8;
	color: #ffffff;
}
.parallax .container {
	display: table;
}
.parallax .parallax-content, .parallax .overlay {
	height: 400px;
}
.parallax-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.overlay {
	background: url(../images/pattern.png);
	width: 100%;
	position: absolute;
}
.parallax-bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}


/*********************************** Home Styles ***********************************/

#home {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: table;
	color: #fff;
}
.page-wrap {
	height: 100%;
	width: 100%;
}
.home-parallax {
	background:url(../images/home-bg-pattern.jpg) #ebeae9 top repeat-x;
	position: fixed;
	top:88px;
	height: 100%;
	min-height: 100%;
	bottom:0;
	border-bottom:#FFF solid 3px;
}
.slogan .button {
	margin-bottom: 6%;
}
.line div {
	width: 2px;
	background-color: #fff;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin: 0 0 0 -1px;
}
.line {
	height: 6%;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.line:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	top: 0;
	left: 50%;
	margin: 0 0 0 -4px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.big-logo img, .rotation
{
	animation-name:             mymove; 
    animation-duration:         3s; 
    animation-iteration-count:  1;
    animation-timing-function: ease-out;
    -webkit-animation-name:             mymove; 
    -webkit-animation-duration:         3s; 
    -webkit-animation-iteration-count:  1;
    -webkit-animation-timing-function: ease-out;
}



/*********************************** Home Section Logo & Slogan Styles ***********************************/

.home-logo, .home-logo-text {
	margin: 0 0 2%;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}
.home-fullscreenslider .home-logo, .home-fullscreenslider .home-logo-text {
	margin: 40px 0 100px;
}
.slogan {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	color: #777;
	font-size:30px;
	font-family: "adobe-jenson-pro-display",serif;
}
.slogan .button:hover {background-color: #fff; color: #e74c3c;}

.slogan p {margin:0;}

.sub-slogan {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	color: #1e7780;
	font-size:45px;
	line-height:55px;
	font-family: "jbt-annabelle",sans-serif;
	padding-top:30px;
	padding-bottom:20px;
}



/*********************************** Testimonials Styles ***********************************/
	
#testimonials {
	text-align: center;
}
#testimonials i {
	font-size: 40px;
	color: #ffffff;
	display: inline-block;
	background: none;
	margin-bottom: 20px;
	text-shadow: 0px 0px 2px rgba(255,255,255,0.3);
}
#testimonials .testimonials-slider {
	padding: 0 45px;
}
#testimonials .flex-direction-nav li .flex-prev, #testimonials .flex-direction-nav li .flex-next {
	background-color: #98d4fc;
	background-color: rgba(255,255,255,0.3);
}
#testimonials .flex-direction-nav li .flex-prev:hover, #testimonials .flex-direction-nav li .flex-next:hover {
	background-color: #98d4fc;
	background-color: rgba(255,255,255,0.1);
}
#testimonials .flex-direction-nav li a {
	border-radius: 50%;
}

.testimonials-small {font-size:22px;}

/*********************************** Section Page Styles ***********************************/

.page-who-we-are {
	padding: 85px 0 0;
	position: relative;
	background:url(../images/watermark-Who-We-Are.png) #2b939e no-repeat bottom;
	height:750px;
	text-align:center;
}

.page.programs {
	background: url(../images/bg-pattern.png) repeat #eeeeee;
	color: #504f4f;
}

.page.outsourcing {
	background: url(../images/bg-pattern-blue.png) repeat #1a828d;
	color: #504f4f;
}

.page-mission {
	padding: 65px 0 0;
	position: relative;
	background:url(../images/watermark-Mission-Statement.png) #eebf61 no-repeat top;
	height:360px;
	text-align:center;
}

.page-testimonials {
	padding: 65px 0 0;
	position: relative;
	background:url(../images/watermark-Client-Testimonials.png) #68c6ca no-repeat bottom;
	height:420px;
	text-align:center;
}

.page-freetrial {
	padding: 65px 0 0;
	position: relative;
	background:url(../images/watermark-Free-Trial.png) #eebf61 no-repeat bottom;
	height:360px;
	text-align:center;
}

.page.contact {
	background: url(../images/bg-pattern.png) repeat #eeeeee;
	color: #504f4f;
}

.page {
	padding: 100px 0 0;
	position: relative;
	background: #2b939e;
	text-align:center;
}

.page.blue {
	background-color: #3498db;
	color: #fff;
}
.page.multipage {
	text-align: left;
	padding: 140px 0 90px;
}
.page.multipage .copyright {
	text-align: center;
}

.page-who-we-are ul {
	margin: 0;
	padding: 0 0 0 30px;
}


/*********************************** Title Styles ***********************************/

.title {
	text-align: center;
	margin-bottom: 2%;
}

.title .left-side {
	float: left;
	width: 33%;
	text-align: right;
	margin-left:8%;
}
.title .right-side {
	float: left;
	width: 42.735%;
	text-align: left;
}
.title .separator {
	width: 14.5299%;
	float: left;
}
.title .separator div.bulb {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	width: 8px;
	height: 8px;
	margin: 33px auto;
	position: relative;
}
.title .separator div.bulb .strip {
	height: 1px;
	width: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	left: 3px;
}

.title .separator div.bulbdark {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background-color: #8b8b8b;
	width: 8px;
	height: 8px;
	margin: 33px auto;
	position: relative;
}
.title .separator div.bulbdark .strip {
	height: 1px;
	width: 2px;
	background-color: #8b8b8b;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	left: 3px;
}

.title.dark h2, .title.dark h3 {
	color:#f9c660;
}

.title.dark, p {
	color:#fff;
	font-size:17px;
	line-height:26px;
}


.title .separator.dark div.bulb {
	background-color: #fff;
}
.title .separator.dark div.strip {
	background-color: #fff;
}
.title h3 {
	margin-bottom: 0;
}
.multipage .title h1 {
	margin: 60px 0 40px;
	line-height: 0.8;
}



/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.pagination {
	position: relative;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.pages {
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages li {
	display: inline-block;
	margin: 0px 2px 0px 0;
}
.pages li a {
	font-size: 13px;
	display: block;
	padding: 5px;
	color: #151515;
}
.pages li a.current {
	border-top: 2px solid #e74c3c;
	border-bottom: 2px solid #e74c3c;
	color: #1c1f26;
}
.pages li a:hover {
	color: #e74c3c;
}
.pagination a.previous, .pagination a.next {
	height: 24px;
	width: 24px;
	display: block;
	margin: 2px 0;
	background-color: #151515;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 4px;
	border-radius: 2px;
	text-align: center;
}
.pagination a.previous:hover, .pagination a.next:hover {
	background-color: #e74c3c;
	color: white;
}
.pagination a.previous {
	position: absolute;
	left: 0;
	top: 0;
}
.pagination a.next {
	position: absolute;
	right: 0;
	top: 0;
}
.pagination a i {
	line-height: 24px;
}
#blog-author {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
#blog-author img {
	display: block;
	margin-bottom: 30px;
}
#blog-author .written-by {
	color: #bdc3c7;
	margin-bottom: 10px;
}
.blog h1 a {
	font-weight: normal;
}
.blog .post-media {
	margin-bottom: 70px;
}
/*====== COMMENTS LIST =======*/
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 65px;
}
.commentlist li {
	margin: 0;
	padding: 0;
}
.commentlist .the-comment {
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.commentlist .the-comment .comment-text *:last-child {
	margin-bottom: 0;
}
.commentlist div.avatar {
	float: left;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #e8e8e8;
	line-height: 0;
}
.commentlist .comment-text p {
	margin: 0;
}
.commentlist .comment-author strong {
	padding-right: 5px;
}
.commentlist .comment-author .author {
	font-size: 15px;
}
/*=== COMMENT FORM ELEMENTS ===*/
#comment-input {
	overflow: hidden;
}
#comment-input input {
	border: 0;
	width: 32%;
	padding: 11px 20px;
	float: left;
	font-weight: 600;
	margin-right: 2%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
    box-sizing: border-box;
}
#comment-textarea textarea {
	border:0;
	width: 100%;
	height: 150px;
	padding: 8px 11px;
	font-weight: 600;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
    box-sizing: border-box;
}
#comment-input input:last-child {
	margin-right: 0;
}
 #comment-input input:-moz-placeholder, #comment-textarea textarea:-moz-placeholder {
 color: #999;
}
 #comment-input input:-ms-input-placeholder, #comment-textarea textarea:-ms-input-placeholder {
 color: #999;
}
 #comment-input input::-webkit-input-placeholder, #comment-textarea textarea::-webkit-input-placeholder {
 color: #999;
}
.comment-submit.button {
	width: 100%;
	padding: 10px 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
    box-sizing: border-box;
}


/*********************************** Contact Styles ***********************************/

#contact {
}
#contact-form input, #contact-form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form textarea {
	min-height: 189px;
}

#map {
	position: relative;
}
#map .marker-content {
	width: 100%;
	max-width: 410px;
	min-width: 200px;
	position: absolute;
	z-index: 9;
	left:14%;
	top:-20px;
}
#map .marker-content:after {
	content:"";
	width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 23px solid #2b939e;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -19px;
}
#map .marker-content img {
	display: block;
}
#map .marker-content .address {
	background-color: #2b939e;
	padding: 30px;
	color: #ffffff;
	text-align: center;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
#map .marker-content .address h5 {
	text-transform: uppercase;
	font-size: 14px;
}
.contact-box {
	width: 100%;
	text-align: center;
	padding-bottom:50px;
}
.contact-details {
	width: 70%;
	padding: 5px 0;
	margin: 0 auto 10px;
}
.contact-details h2 {
	margin-bottom: 0px;
}
.contact-details h1 {
	color: black;
	background: rgba(255, 255, 255, 0.50);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);	
}


/*********************************** Contact Alert Styles ***********************************/

#contact_response {color:#e21b3c; line-height:16px; text-align:left;}

.alert{
	margin-top:20px;
	padding:20px 20px 20px 55px;
	position:relative;
	background-color: #f8f9f9;
	color: #9e9e9e;
	border:1px solid #9e9e9e;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.alert.standard{
	background-color: #f8f9f9;
	color: #9e9e9e;
	border-color:#9e9e9e;
}

.alert.info{
	background-color: #d8ecf5;
	color: #528da9;
	border-color: #528da9;
}

.alert.success{
	background-color: #e3ebc6;
	color: #8fa442;
	border-color: #8fa442;
}

.alert.error{
	background-color: #f9e5e6;
	color: #b3696c;
	border-color: #b3696c;
}

.alert.warning{
	background-color: #fcf7d9;
	color: #c4a21b;
	border-color: #c4a21b;
}

.alert .alert_close{
	position:absolute;
	right:10px;
	top:50%;
	width:10px;
	height:10px;
	margin-top:-5px;
	text-indent:-9999px;
	background:url(../images/sprite-alert.png);
}

.alert .icon{
	width:32px;
	height:32px;
	background-image:url(../images/sprite-alert.png);
	background-repeat:no-repeat;
	top:50%;
	margin:-16px 0 0 0;
	left:10px;
	position:absolute;
}

.alert.standard .icon{background-position:0 0;}

.alert.info .icon{background-position:0 -32px;}

.alert.success .icon{background-position:0 -64px;}

.alert.error .icon{background-position:0 -96px;}

.alert.warning .icon{background-position:0 -128px;}


.alert.standard .alert_close{background-position:-43px -11px;}

.alert.info .alert_close{background-position:-43px -43px;}

.alert.success .alert_close{background-position:-43px -75px;}

.alert.error .alert_close{background-position:-43px -107px;}

.alert.warning .alert_close{background-position:-43px -139px;}


/*********************************** Contact Button Styles ***********************************/

.button {
	padding: 8px 28px;
	font-size: 12px;
	font-weight: normal;
	font-family:"adobe-jenson-pro-display",serif;
	text-transform:uppercase;
	text-shadow: none;
	display: inline-block;
	border:0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
	cursor: pointer;
	background-color: #2b939e;
}
.button.border {
	border: 2px solid #fff;
}
.button:hover {
	color: #fff;
	background-color: #eebf61;
}
.button.large {
	padding:14px 50px;
	font-size: 24px;
	line-height: 24px !important;
}


/*********************************** Footer Styles ***********************************/

.copyright {
	width: 100%;
	padding: 0px 0;
	background: #2b939e;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	top:0;
}
.copyright a {
	color: inherit;
}
.copyright-logo {
	width: 275px;
	height: 160px;
	position: relative;
	margin:0 auto;
	top:0;
	padding-top:-50px;
}
.copyright-logo a {
	display: block;
	position: absolute;
	bottom: 0;
	top:0;
}
.copyright-logo .bottomline {
	width: 2px;
	height: 108px;
	background-color: #ffffff;
	position: absolute;
	margin-left: -1px;
	left: 50%;
	top: 0;
}
.copyright .social-icons {
	text-align: center;
}
.copyright .social-icons .social-icon {
	display: inline-block;
	float: none;
	margin: 0 5px 5px 0;
	background-color: rgba(0,0,0,0.05) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.social-icon {
	display: inline-block;
	margin: 0 5px 5px 0;
	background-color: #ffffff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
.social-icon a {
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.social-icon a:hover {
	background-color: #444444;
	background-position: 0px -40px !important;
}

.social-facebook a {
	background: url(../images/facebook.png) no-repeat 0 0 #50b2b8;
}
.social-facebook a:hover {
	background-color: #3b5998;
}

.social-linkedin a {
	background: url(../images/linkedin.png) no-repeat 0 0 #50b2b8;
}
.social-linkedin a:hover {
	background-color: #0085ae;
}

.social-googleplus a {
	background: url(../images/googleplus.png) no-repeat 0 0 #50b2b8;
}
.social-googleplus a:hover {
	background-color: #dd4b39;
}


/*********************************** Contact Form Styles ***********************************/

#contact-input {
	overflow: hidden;
	margin-bottom: 13px;
	width: 50%;
	float: left;
}
#contact-input input {
	border: 1px solid #e8e8e8;
	width: 90%;
	font-size: 13px;
	color: #747474;
	padding: 20px 2%;
	float: left;
	margin: 0 1% 2%;
	border-radius: 2px;
}
#contact-textarea textarea {
	border: 1px solid #e8e8e8;
	width: 95%;
	height: 92px;
	font-size: 13px;
	color: #747474;
	padding: 20px 11px 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}
}
#contact-input input:last-child {
	margin-right: 0;
}
 #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
 color: #999;
}
 #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
 color: #999;
}
 #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
 color: #999;
}
#contact-textarea {
	width: 50%;
	float: right;
}
#contact-input label, #contact-textarea label{
	display: block;
	text-align:left;
	font-weight:bold;
	padding-left: 2%;
}
#contact-submit input[type="submit"] {
	padding: 20px 24px 20px 24px;
	border: 0 none;
	color: #ffffff;
	display: block;
	width: 50%;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(../images/mail.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height:57px;
	line-height:57px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #fff;
	padding: 11px 20px;
	outline: none;
	font-family: "Open Sans";
	font-size: 13px;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	color: #bdc3c7;
	border: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	-moz-box-shadow: #2b939e 0px 0px 1px 1px inset;
	-webkit-box-shadow: #2b939e 0px 0px 1px 1px inset;
	box-shadow: #2b939e 0px 0px 1px 1px inset;
	color: #2c3e50;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover {
	-moz-box-shadow: #2b939e 0px 0px 1px 1px inset;
	-webkit-box-shadow: #2b939e 0px 0px 1px 1px inset;
	box-shadow: #2b939e 0px 0px 1px 1px inset;
	color: #2c3e50;
}

::-webkit-input-placeholder {
   color:#bdc3c7 !important;
}
:-webkit-input-placeholder {
   color:#bdc3c7 !important;
}
:-moz-placeholder {
   color:#bdc3c7 !important;
}
::-moz-placeholder {
   color:#bdc3c7 !important;
}
:-ms-input-placeholder {
   color:#bdc3c7 !important;
}


/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half.no-margin {
	width: 50%;
	margin-right: 0
}
.one_third.no-margin {
	width: 33.33333333333%;
	margin-right: 0
}
.two_third.no-margin {
	width: 66.66666666667%;
	margin-right: 0
}
.one_fourth.no-margin {
	width: 25%;
	margin-right: 0
}
.three_fourth.no-margin {
	width: 75%;
	margin-right: 0
}
.one_fifth.no-margin {
	width: 20%;
	margin-right: 0
}
.two_fifth.no-margin {
	width: 40%;
	margin-right: 0
}
.three_fifth.no-margin {
	width: 60%;
	margin-right: 0
}
.four_fifth.no-margin {
	width: 80%;
	margin-right: 0
}
.one_sixth.no-margin {
	width: 16.6666666666667%;
	margin-right: 0
}
.five_sixth.no-margin {
	width: 83.333333333333%;
	margin-right: 0
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
}
.last {
	margin-right: 0 !important;
}


.fittext-content {
	line-height: 0.8;
}

* html .title h1 {
  display: inline;
}
* + html .title h1 {
  display: inline;
}



/****************************** Padding & Margin Styles ******************************/

.margin-top {margin-top:20px;}
.margin-right {margin-right:20px;}
.margin-bottom {margin-bottom:20px;}
.margin-left {margin-left:20px;}



