/* CSS INFORMATION
	- Project: Flx-Zoomer
	- Author: FelixPlus - www.felixplus.com
	- Last Update: 11/10/2013
*/

/* =========================================================
******************Common styles*****************************
============================================================ */
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
	width:100%;
	height:100%;	
}
body {
	color: #3d3d3d;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	background: #ffffff;
	overflow-x:hidden;
	font-weight:300;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,small,sub,b,dl,dd,dt,ul,li,label,article,details,footer,header,menu,nav,input,textarea,select{
		background:transparent;
		border:0;
		outline:0;
		padding:0;
		margin:0;
}
pre, code {
	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-main-content-innerors: none;
	-moz-border-top-colors: none;
	border-color: #d9d9d9;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 15px;
	margin-top: 5px;
}
ol {
	list-style: decimal outside none;
}
a {
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color:#37bdb5;

}
a:hover,
.timeline-item .entry-body .entry-title a:hover,
.timeline-item .entry-author a:hover,
.timeline-item .entry-comment a:hover,
.timeline-item .entry-categories a:hover,
.sidebar .widget ul li a:hover,
.flx-testimonial li .testimonial-content .testimonial-name:hover,
.service-content .entry-title a:hover,
#page-footer #copyright a:hover,
.tweetList li a:hover,
.flx-our-team-widget header .entry-title a:hover,
.news-page .entry-box footer a:hover {
	text-decoration: none;
	color:#37bdb5;
}
ul {
	list-style: disc outside none;
}

::selection {
	background: #37bdb5; /* Safari */
	color: #FFF;
}

::-moz-selection {
	background: #37BDB5; /* Firefox */
	color:#FFF;
}

img, div, input, textarea {
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
		-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
		 -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
			transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

/* =========================================================
**************************Elements**************************
============================================================ */
blockquote {
	color:#a0a0a0;
	line-height:24px;
}
blockquote:before {
	font-family: 'icomoon';
	content: "\e1f6";
	margin-right:10px;
	font-size:20px;
}
.border-line-btn {
	display:inline-block;
	text-align:center;
	border-width:3px;
	border-style:solid;
	font-weight:400;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 95.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}


.ulicon{
	padding:0 0 25px 0!important;
	margin:0;
	}
.ulicon li{
	background:#ececec;
	display:inline-block;
	border-radius:18px;
	padding:7px 17px;
	margin-right:4px;
	line-height:29px;
	margin-bottom:9px;
	font-weight:bold;
	font-size:13px;
	}
.ulicon i{
	padding-right:4px;
	float:left;
	}


.small-btn {
	padding:0 30px;
	height:44px;
	line-height:44px;
	font-size:16px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	min-width:60px;
}
.medium-btn {
	padding:0 40px;
	height: 57px;
	line-height:54px;
	font-size:20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	min-width:70px;
}
.big-btn {
	padding:0 45px;
	height:64px;
	line-height:64px;
	font-size:30px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	min-width:80px;
}
.flexible-btn {
	border-color:#666;
	color:#666;
}
.flexible-btn:hover {
	border-color:#37bdb5;
	color:#37bdb5;
}	
.pink-btn {
	border-color:#ec6197;
	color:#ec6197;
}
.pink-btn:hover {
	background-color:#ec6197;
	color:#fff;
}
.cyan-btn {
	border-color:#2cbdb5;
	color:#2cbdb5;
}
.cyan-btn:hover {
	background-color:#2cbdb5;
	color:#fff;
}
.carrot-btn {
	border-color:#e97772;
	color:#e97772;
}
.carrot-btn:hover {
	background-color:#e97772;
	color:#fff;
}
.green-btn {
	border-color:#88b607;
	color:#88b607;
}
.green-btn:hover {
	background-color:#88b607;
	color:#fff;
}
.red-btn {
	border-color:#d64441;
	color:#d64441;
}
.red-btn:hover {
	background-color:#d64441;
	color:#fff;
}
.blue-btn {
	border-color:#2d97de;
	color:#2d97de;
}
.blue-btn:hover {
	background-color:#2d97de;
	color:#fff;
}
.purple-btn {
	border-color:#8f3faf;
	color:#8f3faf;
}
.purple-btn:hover {
	background-color:#8f3faf;
	color:#fff;
}
.yellow-btn {
	border-color:#f3c600;
	color:#f3c600;
}
.yellow-btn:hover {
	background-color:#f3c600;
	color:#fff;
}
.black-btn {
	border-color:#282828;
	color:#282828;
}
.black-btn:hover {
	background-color:#282828;
	color:#fff;
}
.white-btn {
	border-color:#fff;
	color:#fff;
}
.white-btn:hover {
	background-color:#fff;
	color:#2cbdb5;
}

/*----- Alert Box -----*/
.alert-box {
	position: relative;
	margin-bottom: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index:0;
	padding: 15px 10px 15px 45px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid;
	color: #444;
}
a.button-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 8px;
	height: 8px;
	background: url(images/icons/red-close.png) no-repeat;
}
.alert-box p {
	margin-bottom: 0;
	margin-top: 20px;
}
.alert-box > p:first-child {
	margin: 0;
}
.alert-box-info {
	background-color: #cfe6fc;
	background-image: url(images/icons/blue-alert.png);
	border-color: #a4c8f5;
	color: #2b72a9;
}
.alert-box-info a.button-close {
	background: url(images/icons/blue2-close.png) no-repeat !important;
}
.alert-box-success {
	background-color: #e7f4d9;
	background-image: url(images/icons/green-alert.png);
	border-color: #a5d570;
	color: #367934;
}
.alert-box-success a.button-close {
	background: url(images/icons/green-close.png) no-repeat !important;
}
.alert-box-warning {
	background-color: #fff9c4;
	background-image: url(images/icons/orange-alert.png);
	border-color: #ffd780;
	color: #b0751a;
}
.alert-box-warning a.button-close {
	background: url(images/icons/yellow-close.png) no-repeat !important;
}
.alert-box-error {
	background-color: #ffe3e3;
	background-image: url(images/icons/red-alert.png);
	border-color: #fdb6b6;
	color: #ab3e49;
}

/*-------------Tabs-----------*/
.list-container-1 {
	border-left: 1px solid #ddd;
}
.list-container-1 ul {
	margin: 0;
}
.list-container-1 ul li {
	list-style: none;
	float: left;
	margin: 0px;
}
.list-container-1 ul li a {
	padding: 10px 15px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 14px;
	display: block;
	background-color: #f2f2f2;
	margin-bottom: -1px;
}
.list-container-1 ul li.active a, .list-container-1 ul li:hover a {
	color: #37bdb5;
	border-top: 2px solid #37bdb5;
	text-decoration: none;
	background-color: #fff;
	padding: 9px 15px 11px;
}
.tab-container-1 {
	border: 1px solid #ddd;
	padding: 20px 15px 10px;
	background-color:#fff;
}
.tab-container-1 p {
	font-size: 12px;
	line-height: 20px;
}
.list-container-2 {
}
.list-container-2 ul,
.list-container-4 ul {
	margin: 0;
}
.list-container-2 ul li,
.list-container-4 ul li {
	list-style: none;
	float: left;
	margin: 0px;
}
.list-container-2 ul li a,
.list-container-4 ul li a {
	padding: 10px 15px;
	font-size: 14px;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	z-index:0;
}
.list-container-4 ul li a {
	border-radius:0;
	border:1px solid #d2d2d2;
	border-right:none;
	border-bottom:3px solid #b0b0b0;
}
.list-container-4 ul li:last-child a {
	border-right:1px solid #d2d2d2;
} 	
.list-container-4 ul li.active a,
.list-container-4 ul li.active a:hover {
	color:#37bdb5;
	border-bottom:3px solid #37bdb5;
}	
.list-container-2 ul li.active a, 
.list-container-2 ul li.active:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #37bdb5;
}
.list-container-2 ul li:hover a,
.list-container-4 ul li:hover a {
	background-color: #f2f2f2;
	text-decoration: none;
}
.tab-container-2,
.tab-container-4 {
	padding: 20px 0px;
}
.tab-container-2 p,
.tab-container-4 p {
	font-size: 12px;
	line-height: 20px;
}

/*-------------Toggle Boxes-----------*/
#toggle-view {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-top: none;
}
#toggle-view p {
	margin-bottom: 0;
}
#toggle-view li {
	margin: 0;
	border-top: 1px solid #ddd;
	position: relative;
	cursor: pointer;
	list-style: none;
}
#toggle-view li:hover {
	background: #FFF;
}
#toggle-view h3 {
	font-size: 14px;
	margin: 0;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	font-weight: normal;
}
#toggle-view h3:hover {
	color: #37bdb5;
}
#toggle-view span {
	float: left;
	color: #333;
	font-size: 26px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	color: #37bdb5;
	line-height: 40px;
	border-right: 1px solid #ddd;
}
#toggle-view .panel {
	margin: 0px 0px 0px 40px;
	display: none;
	padding: 0 15px 0 15px;
	border-left: 1px solid #ddd;
	font-size: 13px;
}
#toggle-view .panel p {
	margin: 5px 0 30px;
}

/************Accordion**************/
.accordion-title {
	border-left: 5px solid #555555;
	background-color: #f7f7f7;
	margin-bottom: 1px;
}
.accordion-title h5 {
	margin: 0px;
	font-size: 14px;
}
.accordion-title a {
	color: #000;
	display: block;
	padding: 10px 10px 10px 15px;
}
.accordion-title a:hover {
	color: #37bdb5;
	text-decoration: none;
}
.accordion-title.active,
.accordion-title.active:hover {
	border-left: 5px solid #0a0a0a;
	background-color: #555;
}
.accordion-title.active a,
.accordion-title.active:hover a {
	color:#FFF !important;
}	
.accordion-title:hover {
	border-left: 5px solid #0a0a0a;
	background-color: #FFFFFF;
}
.accordion-container {
	padding: 10px;
	background-color: #FFF;
	border-left: 5px solid #37BDB5;
	color: #3d3d3d;
}
.acc-wrapper {
	margin-bottom: 15px;
}

/*======================
--------List Style------
========================*/
.boom-list {
	margin: 0;
}
.boom-list li {
	margin-bottom: 10px;
	list-style: none;
}
.boom-list li span {
	color: #37bdb5;
	margin-right:10px;
}
.ordered-list li {
	list-style: inside decimal;
}
/*======================
--------Radio Style------
========================*/
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index:0;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	z-index:0;
	position: absolute;
	top: 3px;
	background: #37bdb5;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}
.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
	position:relative;
	z-index:0;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	position:relative;
	z-index:0;
}
/*======================
--------checkbox Style--
========================*/

.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index:0;
	display: inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	-webkit-position:relative;
	z-index:0;
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: -3px;
	left: 2px;
	color: #37bdb5;
}

/* =========================================================
**************************Heading***************************
============================================================ */
h1 {
	color: #3d3d3d;
	font: 400 35px/37px 'Open Sans', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h2 {
	color: #3d3d3d;
	font: 400 30px/32px 'Open Sans', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h3 {
	color: #3d3d3d;
	font: 400 25px/27px 'Open Sans', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h4 {
	color: #3d3d3d;
	font: 400 20px/22px 'Open Sans', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
h5 {
	color: #3d3d3d;
	font: 400 17px/20px 'Open Sans', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
h6 {
	color: #3d3d3d;
	font: 400 15px/18px 'Open Sans', serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}
p {
	margin-bottom: 10px;
	line-height: 20px;
}

/* =========================================================
********************Clear Floated Elements******************
============================================================ */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.hover-effect {
	cursor:pointer;
    position:relative;
}
.hover-effect .mask {
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.5);
}
.hover-effect:hover .mask {
    opacity:1;
    filter: alpha(opacity=100);
}
.hover-effect .mask a.link-detail {
    width:36px;
    height:36px;
    display:block;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:2px solid #fff;
    color:#fff;
    line-height:38px;
    text-align:center;
    position:absolute;
    top:50%;
    margin:-20px 0 0 -20px;
    left:100%;
}
.hover-effect:hover .mask a.link-detail {
    left:50%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;    
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==========================================================
******************* CSS3 transition ************************
============================================================ */
a,
.flx-our-team-widget .our-team-thumb,
.flx-our-team-widget .our-team-thumb .mask,
.flx-our-team-widget .list-carousel .our-team-social li,
.flx-our-team-widget .list-carousel .our-team-social li a,
.flx-static li p,
#contact-form #submit-contact,
.flx-map-tagline .view-map-btn span,
.entry-meta-box li,
.flx-map-tagline .view-map-btn  {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.flx-static li span.static-number,
.service-icon,
.service-icon span,
.is-sticky .cbp-af-header-shrink#navigation,
.is-sticky .cbp-af-header-shrink#navigation #menu,
.is-sticky .cbp-af-header-shrink#navigation #menu li,
.is-sticky .cbp-af-header-shrink#navigation #menu li a,
.is-sticky .cbp-af-header-shrink #logo  {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

/*==========================================================
******************* Animated Background ************************
============================================================ */


@keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-webkit-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-ms-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}
		@-moz-keyframes animatedBackground {
			from { background-position: 0 0; }
			to { background-position: 100% 0; }
		}

		#animate-area	{ 
		/*	background-image: url(images/background/bg-animated.png);
			background-color:#37bdb5;	
			background-position: 0px 0px;*/
			position: absolute;
			height: 100%;
			width: 100%;
			animation: animatedBackground 60s linear infinite;
			-ms-animation: animatedBackground 60s linear infinite;
			-moz-animation: animatedBackground 60s linear infinite;
			-webkit-animation: animatedBackground 60s linear infinite;
		}


.left-right-smallAppIcon{
	background:#fff;
	color:#3D3D3D; 
	margin-top:0px; 
	margin-bottom:0;
	position:fixed; 
	bottom:0px;
	padding:5px 0;
	border-bottom:1px solid #e7e7e7;
	float:left;
	width:100%;
	box-shadow: 0 5px 55px 0 rgba(0, 0, 0, 0.15);
	z-index:999;
	}
.left-right-smallAppIcon img{
	border-radius:7px; border:1px solid #CCC;
	width:45px;
}
.left-right-smallAppIcon a{
	color:#3D3D3D;
	font-weight:inherit;}
.left-right-smallAppIcon a:hover{
	color:#37BDB5;}
	
.small-app-link-left{
	font-size:11px; 
	padding-top:0px;
	padding-left:22px;
	background:url(images/icons/icon-ios7-arrow-left-128.png) left no-repeat;
	background-size:15%;
	width:125px;
	float:left;
	}
	
.small-app-link-right{
	margin-top:-3px;
	float:right;
	font-size:11px; 
	padding-top:3px;
	padding-right:22px;
	background:url(images/icons/icon-ios7-arrow-right-128.png) right no-repeat;
	background-size:15%;
	width:123px;
	text-align:right;
	}

/* =========================================================
***************************Columns**************************
============================================================ */
.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.mb-40 {
	margin-bottom:40px;
}

/* =========================================================
*********************Pages and Subpages*********************
============================================================ */
#index {
	height: 100%;
	position: relative;
}

#about-us,
#ourservices,
#static,
#portfolio,
#news,
#testimonials,
#contact { 
	overflow: hidden;
    position: relative;
    width: 100%;
}

.typo1 {
	position:relative; 
	width:100%; 
	height:100%; 
	padding:91px 0 0;
}

.typo2 {
	position:relative; 
	width:100%; 
	height:100%;
	text-align:center;
	padding:80px 0;
}

.section-title {
/*	text-align:center;	*/
}


.section-title .back-btn-portfolio{
	position:absolute; left:12px; margin-top:26px
}

.section-title .small-caption {
	font-size:20px;
	margin:0 0 10px;
}
.section-title .big-caption {
	font-size:50px;
	font-weight:800;
	margin:0 0 7px;
/*	text-transform:uppercase;  */
	line-height:40px;
}

.section-title .big-caption a{
	color:#3D3D3D;
}

.section-title .big-caption a:hover{
	color:#37BDB5;
}

.ivy_member{
	margin-top:35px;
	display:inline-block;
	font-weight:bold;
	color:#4e4e4e;
	}
.ivy_member:hover{
	
	}

/* =========================================================
*****************************Menu***************************
============================================================ */
#navigation-sticky-wrapper{
	position:absolute;
	width:100%;
	}
#navigation {
	background-color:rgba(255,255,255,.95);
	position: relative;  
	width: 100%;
	height: 88px;
	z-index: 1000;
	border-bottom:1px solid #e1e1e1;
}
#navigation h2{
	margin-left:25px;
}
#logo {
	float:left;
	margin:17px 0 0 3px;
	text-indent:-999999px;
	background:url(placeholders/sub-logo.png) no-repeat !important;
	background-size: 135px auto !important;
	width:270px;
	height:35px;
	display:inline-block;
	padding-bottom:17px; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#navigation #menu {
	float:right;
	margin:0 30px 0 0;
	height: 88px;	
}

#navigation #menu li {
	display: inline-block;
	height: 88px;
}
	
#navigation #menu li a{
    border: 2px solid transparent;
    border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    color: #4e4e4e;
    display: block;
    outline: medium none;
    padding: 10px 25px;
	margin-top:22px;
}

 .navbar-nav li a {
    border: 2px solid transparent;
    border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    color: #4e4e4e;
    display: block;
    outline: medium none;
    padding: 10px 25px;
	margin-top:6px;
}


#navigation #menu li a:hover {
    color: #37BDB5;
}
#navigation #menu li.current a,  .navbar-nav li.current a, .navbar-nav li a:hover{
    border: 2px solid #37BDB5;
	color: #37BDB5;
	background:rgba(255,255,255,0.3);
}

#navigation .wrapper-dropdown-3 {
	float:right;
/*	width:400px;
	margin:24px 20px 0 0;*/
	display:none;
}
#navigation .wrapper-dropdown-3 ul li:hover a {
	color:#37bdb5;
}
.wrapper-dropdown-3.dropdown-arrow .dropdown:after {
	bottom:-6px !important;
	border-width:6px 6px 0;
}
.wrapper-dropdown-3.dropdown-arrow .dropdown:before {
	bottom:-8px !important;
	border-width:8px 8px 0;
}

/*-----------------Sticky Header------------------*/
.is-sticky .cbp-af-header-shrink#navigation,
.is-sticky .cbp-af-header-shrink#navigation #menu,
.is-sticky .cbp-af-header-shrink#navigation #menu li {
	height: 70px;
}
.is-sticky .cbp-af-header-shrink#navigation #menu li a {
	margin-top:12px;
	padding: 10px 25px;
}
.is-sticky .cbp-af-header-shrink #logo {
    background-size: 165px auto;
    margin-top: 10px;
}
.is-sticky .cbp-af-header-shrink .ivy_member {
    margin-top: 25px;
}
.is-sticky .cbp-af-header-shrink#navigation .wrapper-dropdown-3 {
	/*margin:14px 20px 0 0;*/
}




/* =========================================================
****************************Home***************************
============================================================ */
#arrow {
		top:30px;
		left:20px;
		position: relative;
}
#arrow a  {
		border:3px solid #FFF;
		border-radius: 50%;
		text-align:center;
		width:60px;
		height:60px;
		display:inline-block;
		background-color:rgba(0, 0, 0, 0.5);
		background-image:url(images/icons/arrow.png);
		background-position:center center;
		background-repeat:no-repeat;
}
	
#arrow a:hover {
		background-color:#37bdb5;
}

#arrow-box {
		bottom:21px;
		height:80px;
		width:80px;
		position:absolute;
		left:50%;
		margin-left:-40px;
		z-index:100;
}


/* =========================================================
****************************About***************************
============================================================ */
.flx-dropcap {
	display: inline-block;
	*display:inline;
	zoom:1;
	float: left;
	font-size: 40px;
	font-weight: 600;
	height: 35px;
	line-height: 32px;
	margin: 4px 15px 0 0;
	text-align: center;
	width: 25px;
}

.flx-intro-box {
	margin-bottom:60px;
}
#about-us {
	background-color:#fff;
}
#about-us .about-title {
/*	text-transform:uppercase;  */
	font-weight:300; 
	font-size:40px; 
	text-align:center; 
	margin:20px 0 0px 0; 
	line-height:45px; color:#b6b6b6; 
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7; 
	padding:20px 0;
	display:block;
	width:100%;
}
#about-us .about-title span {
	 color:#37BDB5;
	 font-weight:bold;
	}
#about-us .widget .widget-title {
	font-size:24px;
	font-weight:700;
	margin:0 0 25px;
	position:relative;
	padding-bottom:10px;
}
#about-us .widget .widget-title span {
	position:absolute;
	bottom:0;
	left:0;
	background-color:#37bdb5;
	height:5px;
	display:block;
	width:45px;
}
#about-us .flx-intro-widget img {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
	width:100%;
	margin-bottom:15px;
}
#about-us .flx-intro-widget p {
	margin:0;
	line-height:24px;
}

/*---------Skill bar-----------*/
.flx-skill-intro {
	margin-bottom:35px;
}
.flx-skill {
	margin-bottom: 35px;
	position:relative;
}

.flx-skill > div {
	height: 10px;
	float: left;
	width: 100%;
	position: relative;
	margin:0 !important;
}
.flx-skill p.flx-skill-title {
	float: left;
	font-weight:700;
}
.flx-skill p.flx-skill-number {
	float: left;
	position:absolute;
	top:0;
	right:0px;
	text-align: right;
	font-weight:700;
}

/*===============Progress Bars===================*/
.progress-bar {
	height: 10px;
	margin:30px 0;
	position: relative;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:0;
	background-color:#ebebeb;
}
.progress-bar.flexible > span {
	background-color:#37bdb5;
}
.progress-bar > span {
	display: block;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	position: relative;
	overflow: hidden;
	z-index:0;
}
.progress-bar > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,  color-stop(.25, rgba(255, 255, 255, .2)),  color-stop(.25, transparent), color-stop(.5, transparent),  color-stop(.5, rgba(255, 255, 255, .2)),  color-stop(.75, rgba(255, 255, 255, .2)),  color-stop(.75, transparent), to(transparent)  );
	background-image: -moz-linear-gradient(  -45deg,  rgba(255, 255, 255, .2) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, .2) 50%,  rgba(255, 255, 255, .2) 75%,  transparent 75%,  transparent  );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.1);
	text-align:right;
}
.animate > span:after {
	display: none;
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
 @-moz-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
.orange > span {
	background-color: #ff5300;
}
.red > span {
	background-color: #ff0000;
}
.blue > span {
	background-color: #00c6ff;
}
.pink > span {
	background-color: #e8005d;
}

.gray > span {
	background-color: #3f3f3f;
}
.white > span {
	background-color: #fff;
}
.cyan > span {
	background-color: #37bdb5
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	-moz-animation: none;
	background-image: none;
}

/*-----------------Carousel------------------*/
.flx-our-team-widget {
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}
.flx-team-intro {
	margin-bottom: 45px;
}
.flx-our-team-widget .list-carousel.responsive {
    width: auto;
    margin: 0 -43px;
}
.list-carousel > ul {
    display: block;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flx-our-team-widget .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 43px;
    padding: 0;
}
.flx-our-team-widget .entry-item {
	text-align:center;
}
.flx-our-team-widget .our-team-thumb {
	border:5px solid #e1e1e1;
	padding:10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-bottom:20px;
	position:relative;
}
.flx-our-team-widget .our-team-thumb .mask {
	position:absolute;
	top:9px;
	left:9px;
	width:149px;
	height:149px;
	opacity:0;
	filter: alpha(opacity=0);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#fff;
	border:4px double #c9c9c9;
}
.flx-our-team-widget .our-team-thumb .mask a {
	display:inline-block;
	width:57px;
	height:57px;
	background-color:#37bdb5;
	color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	line-height:58px;
	font-size:20px;
	margin-top:46px;
}
.flx-our-team-widget .our-team-thumb img {
	display:inline-block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:155px;
	height:155px;
}

.flx-our-team-widget .our-team-thumb:hover .mask {
	opacity:1;
	filter: alpha(opacity=100);
}
.flx-our-team-widget .our-team-thumb .mask a:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.flx-our-team-widget header .entry-title {
	font-size:18px;
	margin:0 0 5px;
	font-weight:700;
}
.flx-our-team-widget header .entry-title a {
	color:#3d3d3d;
	}
.flx-our-team-widget header p {
	font-size:14px;
	margin:0;
	color:#3d3d3d;
	font-weight:300;
}

.flx-our-team-widget .carousel-nav {
	display:none;
}

#pager2 a {
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	width:10px;
	height:10px;
	display:inline-block;	
	margin:0 3px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:2px;
	border:2px solid transparent;
	position:relative;
	z-index:0;
}
#pager2 a span {
	background-color:#c5c5c5;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:10px;
	height:10px;
	display:block;
	position:relative;
	z-index:0;
}
#pager2 a.selected {
	border:2px solid #c5c5c5;
	
}

.member-content {
	padding: 15px;
	background-color:#fff;
}
.left-col {
	float:left;
	width:222px;
	margin-right:15px;
	text-align:center;
}
.right-col {
	float: left;
	width:495px;
	margin-left:30px;
}

.member-avatar {
	margin-bottom:20px;
}
.member-avatar img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:block;
	width:100%;
}

.left-col .social-link {
	margin:0 -5px 25px;
	display:inline-block;
}
.left-col .social-link li {
	list-style:none;
	float:left;
	margin:5px;
}
.left-col .social-link li a img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
}
.contact-member {
	color:#4e4e4e;
	padding:15px 30px;
	border:3px solid #37bdb5;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-weight:400;
}
.member-intro {
	margin-bottom:30px;
}
.member-intro h2 {
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:20px;
}
.member-intro h2 span {
	font-size:16px;
	font-weight:300;
	display:block;
	text-transform:none;
}

.flx-skill-widget .widget-title {
	font-size:24px;
	font-weight:700;
	margin:0 0 25px;
	position:relative;
	padding-bottom:10px;
}
.flx-skill-widget .widget-title span {
	position:absolute;
	bottom:0;
	left:0;
	background-color:#37bdb5;
	height:5px;
	display:block;
	width:45px;
}

.member-content .progress-bar .progress-75 {
	width:75% !important;
}
.member-content .progress-bar .progress-90 {
	width:90% !important;
}
.member-content .progress-bar .progress-50 {
	width:50% !important;
}
.member-content .progress-bar .progress-60 {
	width:60% !important;
}


/* =========================================================
*************************Our Services***********************
============================================================ */
#ourservices {
	padding-bottom:75px;
}
.ourservices-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background:#f9f9f9 0 top repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}

#ourservices .flx-intro {
	text-align:center;
}
#ourservices .flx-intro img {
	max-width:100%;
}

.flx-service {
	margin-left:-25px;
}
.flx-service li {
	list-style:none;
	float:left;
	margin:50px 0 0 25px;
	width:316px;
	text-align:center;
}

.flx-service li .service-icon {
	margin-bottom:30px;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
	box-shadow: 0 0 0 4px #37bdb5;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #37bdb5;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
	color: #37bdb5;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover {
	color: #fff;
}

.hi-icon-effect-3b .hi-icon:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-content {
	margin-top:10px;
}
.service-content .entry-title {
	font-size:20px;
	font-weight:400;
	margin:0 0 10px;	
}
.service-content .entry-title a {
	color:#3d3d3d;
}
.service-content p {
	margin-bottom:0px;
	color:#3d3d3d;
	font-size:14px;
	height:100px;
	line-height:24px;
	overflow:hidden;
	font-weight:300;
}



/* =========================================================
****************************Static**************************
============================================================ */
#static { }
#static .typo2 {
	padding:80px 0 0;
}
#static .section-title .small-caption,
#static .section-title .big-caption {
	color:#ffffff;
}

ul.flx-static {
	margin-bottom:100px;
}
.flx-static li {
	margin:0 0 0 75px;
	list-style:none;
	float:left;
	width:140px;
	text-align:center;
	position:relative;
}
.flx-static li:first-child {
	margin:0;
}
.flx-static li p {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;	
	border:10px solid #ffffff;
	background:rgba(255,255,255,.2);
	cursor:cell;
	height:120px;
	margin-bottom:15px;
	position:relative;
	z-index:0;
}
.flx-static li:hover p {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;	
}
.flx-static li span.static-number {
	display:inline-block;
	font-size:25px;
	font-weight:600;
	color:#FFF;
	position:absolute;
	width:120px;
	left:50%;
	top:60px;
	margin-left:-60px;
	cursor:cell;
}
.flx-static li:hover span.static-number {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.flx-static li span.static-name {
	font-size:16px;
	font-weight:700;
	color:#fff;
}

/* =========================================================
**************************Logos client**********************
============================================================ */
#logo-clients {
	text-align:center;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	padding:30px 0 45px;
	background:#F9F9F9;
	position:relative;
}
#logo-clients h4 {
	font-size:18px;
	font-weight:700;
	margin:0 0 30px;
	color:#6d6d6d;
}
#logo-clients ul {
	display:inline-block;
}
#logo-clients ul li {
	float:left;
	list-style:none;
	margin:0 0 0 30px;
}
#logo-clients ul li:first-child {
	margin:0;
}
#logo-clients ul li a {
	display:block;
	width:100%;
	border:1px solid #e4e4e4;
}
#logo-clients ul li a img {
	opacity:1;
}
#logo-clients ul li a img:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* =========================================================
**************************Portfolio*************************
============================================================ */
#portfolio {
	padding-bottom:60px;
}
.portfolio-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background:#1c2029 0 top repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}
#portfolio .section-title .small-caption,
#portfolio .section-title .big-caption {
	color:#fff;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
  list-style:none;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** 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;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#container {
  margin:0 auto 40px;
}

.element {
  width: 280px;
  height: 280px;
  float: left;
  overflow: hidden;
  position: relative;
  margin:7.5px;
}

/**** Example Options ****/

#options {
	text-align:center;
	margin:15px 0;
}
#options ul {
  margin: 0;
  list-style: none;
  text-align:center;
  display:inline-block;
  border:none !important;
}

#options li {
	display: inline-block;
}

#options li a {
  display: block;
  color: #fff;
  padding:10px 16px;
  border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border:3px solid transparent;
  outline:none;
}

#options li a:hover {
  color:#37bdb5;
}

#options li a.selected {
	border:2px solid #37bdb5;
}

.grid figure {
	margin: 0;
	position: relative;
	text-align:center;
}

.grid figure a{
	border:0;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	background: #37bdb5;
	color: #fff;
}

.grid figcaption h3 {
	margin: 20px 0 5px;
	padding: 0;
	color: #fff;
	font-size:16px;
	line-height:18px;
}
.grid figcaption h3 a {
	color:#fff;
}

.grid figcaption .meta-box {
	color:#fff;
}
.grid figcaption span a {
	font-size:14px;
	color:#fff;
}
.grid figcaption span a:hover {
	color:#fff;
}


.grid figcaption footer a {
	border:3px solid #fff;
	}

.grid figcaption footer {
	position:absolute;
	bottom:20px;
	text-align:center;
	width:100%;
}
.grid figcaption a.link-gallery,
.grid figcaption a.link-p-detail {
	padding: 10px 15px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	min-width:60px;
}

.cs-style-5 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	-ms-transform: scale(0.55);
	transform: scale(0.55);
}

.cs-style-5 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

#portfolio .load-more {
	font-size:20px;
	padding:15px 25px 18px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}

/*----- Portfolio Detail -----*/
.p-inline-content {
	padding:30px;
	background-color:#fff;
}

.p-left-col {
	float:left;
	margin-right:30px;
	width:580px;
	text-align:center;
}
.p-right-col {
	float:left;
	width:290px;
	position:relative;
}
.p-left-col ul {
	display:inline-block;
}
.p-left-col ul li {
	list-style:none;
	margin:0 0 100px;
}
.p-right-col header {
	margin-bottom:20px;
}
.p-right-col header .pf-detail-title {
	margin:0 0 5px;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
.p-right-col header a {
	font-weight:400;
	font-size:12px;
}
.p-right-col .social-link {
	margin-bottom:30px;
}
.p-right-col .social-link li {
	list-style:none;
	float:left;
	margin:0 0 0 10px;
}
.p-right-col .social-link li:first-child {
	margin:0;
}
.p-right-col p {
	line-height:24px;
}
.sticky-col {
    position: relative;
    width: 290px;
    z-index: 10;
}
.sticky {
	margin-top:30px !important;
	background-color:#fff;
}

/* =========================================================
**************************Section 1*************************
============================================================ */
#section1 {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.section1-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background:url(images/background/section-bg-1.jpg) 0 top repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}

/* =========================================================
**************************News Section**********************
============================================================ */
#news {
	padding-bottom:75px;
}

.news-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background:#fff 0 top repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}

#news .section-title .small-caption,
#news .section-title .big-caption {
	color:#3d3d3d;
}

.main-col {
	float:left;
	width:690px;
}
.sidebar {
	float:left;
	width:250px;
	margin-left:60px;
}

/*---Timeline---*/
.timeline-container {
    position:relative;
    padding-top:25px;
}
#time-line {
    height:100%;
    width:2px;
    background-color:#e1e1e1;
    position:absolute;
    top:0;
    left:85px;
}
#timeline-dot {
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#dfdfdf;
	position:absolute;
	top:-6px;
	left:-2px;
}

.timeline-item {
    margin-bottom:70px;
	color:#3d3d3d;
}
.timeline-item .timeline-icon {
    float:left;
    width:125px;
    position:relative;
	margin-top:12px;
}
.timeline-item .timeline-icon .circle {
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:4px solid #fff;
    background-color:#37bdb5;
    position:absolute;
    top:22px;
    left:77px;
    display:block;
    width:10px;
    height:10px;
    z-index:5;
}
.timeline-item .timeline-icon div p {
    margin:0;
    width:54px;
    height:54px;
    line-height:54px;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    font-size:30px;
    color:#37bdb5;
    text-align:center;
	border:3px solid #e8e8e8;
}
.timeline-item .entry-body {
    float:left;
    background-color:#fff;
    border:1px solid #ebebeb;
    width:565px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.timeline-item .entry-body header {
    border-bottom:1px solid #ebebeb;
    padding:15px 20px;
	background-color:#f9f9f9;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	position:relative;
}
.timeline-item .entry-body header .triangle {
	position:absolute;
	width:10px;
	height:20px;
	display:block;
	background:url(images/icons/triangle-timeline.png) no-repeat 0 0;
	left:-10px;
	top:50%;
	margin-top:-10px;
}
.timeline-item .entry-body .entry-title {
   font-size:18px;
   margin:0 0 10px;
}
.timeline-item .entry-body .entry-title a {
   color:#3d3d3d;
}
.timeline-item .entry-author,
.timeline-item .entry-date,
.timeline-item .entry-comment,
.timeline-item .entry-categories {
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:11px;
	margin-right:25px;
	display:inline-block;
}
.timeline-item .entry-author span.entry-icon,
.timeline-item .entry-date span.entry-icon,
.timeline-item .entry-comment span.entry-icon,
.timeline-item .entry-categories span.entry-icon {
	color:#515151;
	margin-right:5px;
	background:none;
	float:left;
	font-size:14px;
}
.timeline-item .entry-author a,
.timeline-item .entry-comment a,
.timeline-item .entry-categories a {
	color:#898989;
}
.timeline-item .entry-body .entry-content {
	padding:20px;
}
.timeline-item .entry-body .entry-thumb {
    float:left;
    margin-right:20px;
	width:200px;
}
.timeline-item .entry-body .entry-thumb img {
    display:block;
    width:100%;
}
.timeline-item .entry-body .entry-content p {
	line-height:22px;
}
.timeline-item .entry-body .entry-content .more-link {
	color:#37bdb5;
	float:right;
}
.timeline-item .entry-body .entry-content .more-link:hover {
	color:#3d3d3d;
}
.timeline-item.quote-post .entry-body .entry-content p {
	background:url(images/icons/quote-icon.png) no-repeat 0 5px;
	padding-left:35px;
	margin-bottom:0;
}
.timeline-item.quote-post .entry-body .entry-content p span {
	display:block;
	margin-top:10px;
}
.timeline-item.audio-post .entry-thumb audio {
	width:100%;
}

.timeline-container .load-more {
    position:absolute;
    border:3px solid #E8E8E8;
    border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
    background-color:#fff;
    bottom:-35px;
    left:57px;
    width:54px;
    height:54px;
	line-height:56px;
    text-align:center;
    color:#37bdb5;
	font-size:26px;
}
.timeline-container .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.timeline-container .tooltip.top .tooltip-arrow {
    border-top-color: #37bdb5;
}
.timeline-container .tooltip-inner {
    background-color:#37bdb5;
}

/*----- News detail -----*/
.news-page {
	width:800px;
	background-color:#fff;
}
.meta-box {
	padding:0 40px;
	margin-bottom:30px;
	background-color:#37bdb5;
}
.entry-meta-box {
	float:left;
}
.entry-meta-box li {
	list-style:none;
	float:left;
	border-left:1px solid #73d1cc;
}
.entry-meta-box .entry-date,
.entry-meta-box a {
	color:#fff;
	font-size:12px;
	display:block;
	padding:10px;
}
.entry-meta-box a:hover {
	background-color:rgba(0,0,0,.44);
}
.entry-meta-box a span,
.entry-meta-box .entry-date span {
	font-size:16px;
	margin-right:10px;
}
.meta-box .flx-post-type {
	display: block;
	float:right;
	font-size:32px;
	color:#fff;
	margin-top:4px;
	width:32px;
}

.news-page .entry-box {
	margin-bottom:30px;
}
.news-page .entry-box .entry-content {
	padding:0 40px;
}
.news-page .entry-title {
	color:#37bdb5;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 20px;
}
.news-page .entry-box .entry-content p {
	line-height:24px;
	margin-bottom:25px;
}
.news-page .entry-box .entry-content blockquote {
	margin-bottom:25px;
}
.news-page .entry-box footer .prev-post {
	float:left;
}
.news-page .entry-box footer .next-post {
	float:right;
	text-align:right;
}
.news-page .entry-box footer a {
	font-weight:700;
	color:#828282;
	text-transform:uppercase;
	display:block;
	font-size:12px;
}
.news-page .entry-box footer .article-title {
	color:#37bdb5;
	text-transform:none;
	font-weight:400;
}
.news-page .entry-box footer .article-title:hover {
	color:#828282;
}
.news-page .entry-box audio {
	width:100%;
	margin:5px 0 -5px;
	height:30px;
}

.flx-tag-social {
	padding:10px 0;
	margin:0 40px 30px;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}
.flx-tag-social .tag-box {
	float:left;
	width:35%;
	background:url(images/icons/tag-icon.png) no-repeat 0 8px;
	padding-left:60px;
	font-size:12px;
}
.flx-tag-social .tag-box a {
	display:inline-block;
	color:#37bdb5;
}
.flx-tag-social .tag-box a:hover {
	color:#3d3d3d;
}
.flx-tag-social .social-link {
	float:right;
}
.flx-tag-social .social-link li {
	float:left;
	list-style:none;
	margin:0 0 0 10px;
}
.flx-tag-social .social-link li:first-child { 
	margin:0;
}
.flx-tag-social .social-link li a,
.flx-tag-social .social-link li a img {
	display:block;
	width:100%;
}
.flx-tag-social .social-link li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=80);
} 

.about-author {
	background-color:rgba(238,238,238,.5);
	margin:0 40px 30px;
	padding:20px;
}
.about-author .avatar-thumb {
	float:left;
	margin-right:25px;
}
.about-author .author-content {
	float:left;
	width:548px;
}
.about-author .author-content h6 {
	font-weight:700;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 15px;
}
.about-author .author-content p {
	font-size:12px;
}
.about-author .author-content footer,
.about-author .author-content footer a:hover {
	font-size:12px;
	color:#818181;
}
.about-author .author-content footer a {
	color:#37bdb5;
}

#comments {
	margin:0 40px 30px;
}
#comments h6,
#respond h6 {
	color:#fff;
	border-bottom:5px solid #37bdb5;
	font-size:16px;
	margin:0 0 20px;
}
#comments h6 span,
#respond h6 span {
	display:inline-block;
	background-color:#37bdb5;
	padding:10px 15px 8px;
}
#comments .comments-list li {
	list-style:none;
	margin:45px 0 0;
}
#comments .comments-list > li:first-child {
	margin:0;
}
.comment-avatar {
	float:left;
	margin-right:20px;
	width:70px;
}
.comment-body {
	float:left;
	width:586px;
	border-left:4px solid #ebebeb;
	padding-left:15px;
}
.comment-body .author {
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	float:left;
}
.comment-body .comment-btn {
	float:right;
	font-size:12px
}
.comment-body .comment-btn a {
	color: #37bdb5;
	text-transform:uppercase;
}
.comment-body .comment-btn a:hover {
	color: #3d3d3d;
}
.comment-body .date {
	font-size:12px;
	color:#989898;
	display:block;
	margin-bottom:8px;
}
.comment-body p {
	font-size:12px;
}

#comments .comments-list .children {
	margin-left:90px;
}
#comments .comments-list .children .comment-body {
	width:496px;
}

.flx-comment-pagination {
	margin-top:20px;
}
.flx-comment-pagination a,
.flx-comment-pagination span {
	margin:0 5px;
}

#respond {
	margin:0 40px;
}

#comments-form .c-note {
	display:block;
	margin-bottom:20px;
}
#comments-form p {
	position:relative;
	margin-bottom:20px;
}
#comments-form p .required {
	position:absolute;
	left:17px;
	top:13px;
}
#comments-form input[type="text"],
#comments-form input[type="email"],
#comments-form textarea {
	border:3px solid #ebebeb;
	background-color:#f6f6f6;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height:48px;
	width:100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-left:70px;
	font-family: 'Open Sans', serif;
	color:#3d3d3d;
}
#comments-form textarea {
	height:208px;
	padding:10px 0 10px 125px;
}
#comments-form input[type="text"]:focus,
#comments-form input[type="email"]:focus,
#comments-form textarea:focus {
	border-color:#37bdb5;
	background-color:#fff;
}
#comments-form .comment-button {
	text-align:center;
}
#comments-form .comment-button #submit-comment {
	color:#37bdb5;
	font-family:'Open Sans',sans-serif;
	border: 3px solid #37bdb5;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px 25px;
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
}
#comments-form .comment-button #submit-comment:hover {
	color:#3d3d3d;
}
#comments-form .error {
	color:#37bdb5;
}


/* =========================================================
****************************Sidebar*************************
============================================================ */
.sidebar .widget {
	margin-bottom:30px;
}
.sidebar .widget ul {
	border:1px solid #ebebeb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:20px 15px;
}
.sidebar .widget ul li {
	list-style:none;
	border-top:1px dotted #c4c4c4;
	padding-top:20px;
	margin:20px 0 0;
}
.sidebar .widget ul li:first-child {
	border-top:none;
	padding-top:0px;
	margin:0;
}
.sidebar .widget ul li a {
	color:#3d3d3d;
} 
.sidebar .widget .widget-title {
	font-size:18px;
	font-weight:700;
	margin:0 0 20px;
}
/*-------Search form ---------*/
.widget_search #searchform {
	margin:0;
}
.widget_search #searchform .screen-reader-text,
.widget_search #searchform #searchsubmit {
	display:none;
}
.widget_search #searchform #s {
	border:1px solid #ebebeb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-size:18px;
	color:#3d3d3d;
	font-family: 'Open Sans', serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:70px;
	padding:10px 20px;
	line-height:50px;
	margin:0;
	width:100%;
}
.widget_search #searchform #s:focus {
	border:1px solid #37bdb5;
}
.sidebar .widget_categories ul li {
	color:#d1d1d1;
}
.sidebar .widget_categories ul li a {
	margin-right:10px;
}

.sidebar .widget.widget_recent_entries ul {
	padding:10px 15px;
}
.sidebar .widget.widget_recent_entries ul li {
	padding-top:10px;
	margin:10px 0 0;
}
.sidebar .widget.widget_recent_entries ul li:first-child {
	padding-top:0px;
	margin:0;
}
.sidebar .widget_recent_entries ul li .post-date {
	display:none;
}
.sidebar .widget_recent_entries ul li:before {
	content: "\e129";
	font-family: 'icomoon';
	color:#37bdb5;
}
.sidebar .widget.widget_recent_entries ul li a {
	margin-left:5px;
}

/* =========================================================
***************************Tag line*************************
============================================================ */
#tag-line {
    overflow: hidden;
    position: static;
    width: 100%;
	padding-bottom:0px;
	text-align:center;
	background:url(images/background/section-bg-2.jpg) 0 top repeat fixed ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}
.tag-line-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background:url(images/background/section-bg-2.jpg) 0 top repeat fixed ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}
#tag-line .tag-line-title {
	font-size:40px;
	font-weight:800;
/*	text-transform:uppercase; */
	margin-bottom:25px;
	color:#fff;
}
#tag-line p {
	margin-bottom:35px;
	color:#fff;
}

/* =========================================================
*************************Testimonials***********************
============================================================ */
#testimonials {
    padding: 91px 0 75px;
	background:#fff;
}
#testimonials .section-title .small-caption, 
#testimonials .section-title .big-caption {
    color: #3D3D3D;
}

.flx-testimonial {
	margin:0 -60px;
}
.flx-testimonial li {
	float:left;
	list-style:none;
	margin:35px 60px;
	width:440px;
}
.flx-testimonial li .testimonial-avatar {
	float:left;
	border:2px solid #e4e4e4;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	padding:9px;
	text-align:center;
	margin-right:30px;
}
.flx-testimonial li .testimonial-avatar img {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.flx-testimonial li .testimonial-content {
	color:#3d3d3d;
	float:left;
	width:330px;
}
.flx-testimonial li .testimonial-content p {
	padding-top:20px;
}
.flx-testimonial li .testimonial-content p span {
	background:url(images/icons/left_quote.png) no-repeat 0 0;
	float:left;
	display:block;
	width:43px;
	height:36px;
	margin:-20px 20px 0 0;
}
.flx-testimonial li .testimonial-content .testimonial-name {
	display:block;
	color:#2b2b2b;
	font-weight:600;
}
.flx-testimonial li .testimonial-content .testimonial-function {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b5b5b5;
	margin-right:5px;
}
.flx-testimonial li .testimonial-content .testimonial-company {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#37bdb5;
}
.flx-testimonial li .testimonial-content .testimonial-company:hover {
	color:#b5b5b5;
}

.pagination {
	text-align:center;
}
.pagination ul > li > a, .pagination ul > li > span {
	font-size:14px;
	color:#515151;
	padding:15px 25px;
	background:#fff;
}
.pagination ul > li .current,
.pagination ul > li > a:hover {
	color:#37bdb5;
	background:#f9f9f9;
}

/* =========================================================
****************************Twitter*************************
============================================================ */
#flx-twitter {
	border-top:1px solid #e2e2e2;
	text-align:center;
	background:#f9f9f9 url(images/background/bg-twitter.png) center center no-repeat;
	padding:25px 0 15px;
}
#flx-twitter h4 {
	margin:0 0 15px;
	font-size:20px;
	color:#37bdb5;
	font-weight:700;
	text-transform:uppercase;
}
.tweetList {
	font-size:14px;
	color:#3d3d3d;
	display:inline-block;
}
.tweetList li {
	list-style:none;
	margin:0;
}
.tweetList li a {
	color:#37bdb5;
}
.timestamp {
	font-size:12px;
	color:#9c9c9c;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}

/* =========================================================
**************************Contact*************************
============================================================ */
#contact {
	color:#FFF;
}
.contact-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background:#37bdb5 0 top repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	z-index:0;
}
#contact .section-title .small-caption,
#contact .section-title .big-caption {
	color:#fff;
}

#contact-left {
	float:left;
	width:460px;
	margin:9% 40px 0 0;
}
.contact-title {
	background:url(images/background/dot-1.png) repeat-x right center;
	font-size:20px;
	text-transform:uppercase;
	margin:40px 0 25px;
	color:#fff;
}
.contact-title span {
	padding-right:35px;
	background-color:#37bdb5;
}
#contact-left address strong.s-title {
	display:block;
	margin-top:25px;
}
#contact-left address span {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.flx-w-h {
	background:url(images/icons/alarm-icon.png) no-repeat 0 5px;
	padding-left:30px;
}
.flx-add {
	background:url(images/icons/add-icon.png) no-repeat 0 5px;
	padding-left:30px;
}

#contact-right {
	float:left;
	width:500px;
	margin:0;
}
#contact-form,
#contact-form input {
	margin:0;
}
#contact-form p {
	position:relative;
	margin-bottom:20px;
}
#contact-form p.contact-button {
	margin-bottom:30px;
}
#contact-form #contact_name,
#contact-form #contact_email {
	background-color:rgba(255,255,255,.15);
	width:100%;
	color:#fff;
	padding:10px 20px 10px 101px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:48px;
	line-height:28px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid rgba(255,255,255,.15);
	font-family:'Open Sans',sans-serif;
}
#contact-form #contact_message {
	background-color:rgba(255,255,255,.15);
	width:100%;
	color:#fff;
	padding:15px 20px 15px 122px;
	height:208px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid rgba(255,255,255,.15);
	font-family:'Open Sans',sans-serif;
}
#contact-form .required {
	position:absolute;
	left:20px;
	top:15px;
}
#contact-form #contact_name:focus,
#contact-form #contact_email:focus,
#contact-form #contact_message:focus {
	border:1px solid #fff;
}
#contact-form #submit-contact {
	border:3px solid #fff;
	height:50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	float:right;
	color:#FFF;
}
#contact-form #submit-contact:hover {
	color:#37BDB5;
	background:#fff;
}
#flx-google-map {
	height:280px;
	width:100%;
	position:relative;
	z-index:1;
	background:#000;
}
#map_canvas {
	width: 100%;
	height: 280px;
	overflow: auto;
	position: relative;
	opacity:0.1;
	filter=: alpha(opacity=10); 
}

.flx-map-tagline {
	text-align:center;
	position:absolute;
	left:50%;
	top:60px;
	width:780px;
	margin-left:-390px;
	z-index:10;
}
.flx-map-tagline h2 {
	font-size:40px;
	margin:0 0 20px;
	font-weight:700;
	text-transform:uppercase;
	line-height:40px;
	color:#fff;
}
.flx-map-tagline p {
	margin-bottom:20px;
}
.flx-map-tagline .view-map-btn {
	border-color:#37BDB5;
	height:44px;
	line-height:44px;
	color:#37BDB5;
	width:194px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	cursor:pointer;
}
.flx-map-tagline .view-map-btn span {
	margin-left:10px;
	color:#37bdb5;
}
.flx-map-tagline .view-map-btn:hover {
	border-color:#fff;
	color:#fff;
}
.flx-map-tagline .view-map-btn:hover span {
	color:#fff;
}

/* =========================================================
***************************Footer***************************
============================================================ */
#page-footer {
	background-color:#2d3031;
	padding:25px 0;
	text-align:center;
	width:100%;
	float:left;
}
#page-footer #copyright {
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#50595c;
	font-size:11px;
	margin:5px 0 0px;
	display:block;
	text-align:center;
}
#page-footer #copyright a {
	color:#50595c;
}
#page-footer #copyright img {
	text-align:center;
	margin-bottom:20px;
}
#page-footer #copyright span {
	color:#37bdb5;
	font-weight:700;
	font-family: 'Open Sans', serif;
	text-transform:uppercase;
}
#page-footer .social-link {
	display:inline-block;
	text-align:center;
}
#page-footer .social-link li {
	list-style:none;
	float:left;
	margin:0 0 0 15px;
}
#page-footer .social-link li:first-child {
	margin:0;
}
#page-footer .social-link li a {
	border:2px solid #6a6d6e;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	color:#6a6d6e;
	text-align:center;
	line-height:40px;
	width:36px;
	height:36px;
}
#page-footer .social-link li a:hover {
	border:2px solid #37bdb5;
}

#page-footer #flx-mention {
	font-family:Arial, Helvetica, sans-serif;
	color:#50595c;
	margin-bottom:20px;
}

/* =========================================================
***********************Latest Project***********************
============================================================ */
#latest-project {
	padding:45px 0 80px;
	background-color:rgba(255,255,255,1);
	background-image:none;
}
#latest-project .section-title {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0px;
	margin-bottom: 26px;
    margin-top: 0px;
}
.project-slider .slide-img {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 380px;
}
.project-slider .slide-content {
    float: left;
    width: 545px;
}
.slide-content ul{
	padding-left:15px;
	}

.project-slider .slide-img.centered {
	float:left;
	width:100%;
	margin-right:0;
	text-align:center;
}
.project-slider .slide-img.centered img {
	display:inline-block;
}
.project-slider .slide-content.centered {
	float:left;
	width:100%;
	text-align:center;
}
.project-slider .slide-content.centered p {
	width:800px;
	display:inline-block;
	}

.project-slider .slide-content h3 {
	font-size:24px;
	margin:12px 0 20px;
}
.project-slider .slide-content p {
	font-size:13px;
	margin:0 0 20px;
}
.project-slider .slide-content ul {
	margin-bottom:30px;
}
.project-slider .slide-content ul li {
	list-style:none;
	font-size:13px;
	margin:0 0 10px;
}
.project-slider .slide-content ul li span {
	display:inline-block;
	padding: 9px 0 0 33px;
	vertical-align:super;
}
.project-slider .slide-content ul li:before {
	content: "\e0fa";
	margin-right:0px;
	font-family: 'icomoon';
	font-size:26px;
	color:#444;
	position:absolute;
}
/* =========================================================
***********************Elements page************************
============================================================ */
.elements-page {
	background-color:#f1f1f1;
}
.elements-title {
	font-size:24px;
	font-weight:700;
	margin:20px 0 25px;
	position:relative;
	padding-bottom:10px;
}
.elements-title span {
	position:absolute;
	bottom:0;
	left:0;
	background-color:#37bdb5;
	height:5px;
	display:block;
	width:45px;
}
.flx-button-box .border-line-btn {
	margin-right:20px;
	margin-bottom:20px;
}




/* =========================================================
*********************Effect when scroll*********************
============================================================ */
/* Sides */
.cbp-so-side {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/












/*! responsive-nav.js 1.0.25 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  display: block;
  float:left;
  margin-right:25px;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-collapse.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/*!
 * wunderslider.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is provided subject to the license granted.
 * Unauthorized use and distribution is prohibited.
 * See COPYRIGHT.txt and LICENSE.txt
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * This header and all notices must be kept intact.
 *
 * @author Karim Rahimpur
 * @package wunderslider-demo
 * @since wunderslider 1.0.0
 */.wunderslider-wrapper {
	box-shadow: 0 0 5px 1px #000
}
.wunderslider-wrapper .preload {
	display: none;
	background-image: url('images/next-hover.png');
	background-image: url('images/previous-hover.png');
	background-image: url('images/selector-active.png');
	background-image: url('images/selector-hover.png')
}
.wunderslider img {
	background: 0;
	border: 0;
	float: none;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0
}
.wunderslider .pane .caption {
	position: absolute;
	background: #111;
	color: #fff;
	opacity: .62;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	bottom: 0;
	font-size: 16px;
	line-height: 18px
}
.wunderslider .pane .caption-content {
	color: #fff
}
.wunderslider .pane .caption-content a {
	color: #fff;
	text-decoration: none
}
.wunderslider .pane .caption-content .title {
	display: block;
	font-size: 1.2em;
	padding: 4px 8px
}
.wunderslider .pane .caption-content .description {
	font-size: .8em;
	padding: 4px 10px
}
.wunderslider .pane .selectors {
    bottom: 60px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 104px;
}
.wunderslider .pane .selectors-content {
	margin: 0;
	padding: 0
}
.wunderslider .pane .selector {
	background: url(images/selector.png) no-repeat center center;
	width: 24px;
	height: 24px;
	display: inline-block;
	padding: 0 4px;
	cursor: pointer
}
.wunderslider .pane .selector:hover {
	background: url(images/selector-hover.png) no-repeat center center
}
.wunderslider .pane .selector.active {
	background: url(images/selector-active.png) no-repeat center center
}
.wunderslider .nav {
	position: absolute;
	top: 50%;
	width: 100%
}
.wunderslider .previous {
	position: absolute;
	top: -25px;
	left: 20px;
	background: url(images/previous.png) no-repeat center center;
	cursor: pointer;
	width: 64px;
	height: 64px
}
.wunderslider .previous:hover, .wunderslider .previous.hover {
	background: url(images/previous-hover.png) no-repeat center center
}
.wunderslider .next {
	position: absolute;
	top: -25px;
	right: 20px;
	background: url(images/next.png) no-repeat center center;
	cursor: pointer;
	width: 64px;
	height: 64px
}
.wunderslider .next:hover, .wunderslider .next.hover {
	background: url(images/next-hover.png) no-repeat center center
}
.wunderslider .throbber-wrapper {
	position: absolute;
	top: 50%;
	left: 50%
}
.wunderslider .throbber {
	background: url(images/throbber.gif) #000 center center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -8px;
	left: -8px
}
.wunderslider .pane .clickable {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.IE9 span.clickable {
	background-color: #000;
	opacity: .0;
}
.IE9 span.clickable:hover {
	background-color: #000;
	opacity: .0;
}
.left-right-smallAppIcon label{
	position:absolute;
	width:50px;
	left:50%;
	margin-left:-25px;
	text-align:center;
	padding-top:18px;
}

@media (min-width: 1200px) {

.col-lg-7{ width:auto; padding-left: 30px;}
	
.left-right-smallAppIcon{
	border-bottom: 0px solid #E7E7E7;
	margin-top: 59px;
	text-align:center;
	}
.left-right-smallAppIcon label{
	position:absolute;
	width:50px;
	left:50%;
	margin-left:-25px;
	text-align:center;
	padding-top:18px;
	font-size:18px;
}

.small-app-link-right{
	position:static;
    background: url("images/icons/icon-ios7-arrow-right-128-g.png") no-repeat scroll right center / 45px auto;
	background-color:#fff;
	padding:6px 0px 4px 2px;
	width:auto;
	border-radius:15px 0 0 15px;
	}
.small-app-link-right:hover{
    background: url("images/icons/icon-ios7-arrow-right-128.png") no-repeat scroll right center / 45px auto;
	background-color:#fff;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
	}
	
.small-app-link-right a{
	font-size:18px;
	display:block;
	padding-right:38px;
	}
.small-app-link-right a:hover{

	}
	

.small-app-link-right img{
/*	width:60px;  */
	border-radius:14px;
	}

.left-right-smallAppIcon img {
    border: 1px solid #CCCCCC;
	}
.left-right-smallAppIcon img:hover {
    border: 1px solid rgba(55, 189, 181, 1);
	}
	
.small-app-link-left{
	position:static;

    background: url("images/icons/icon-ios7-arrow-left-128-g.png") no-repeat scroll -7px center / 45px auto ;
	background-color:#fff;
	padding:2px 2px 4px 0px;
	width:auto;
	border-radius:0 16px 16px 0;
	
	-webkit-transition: border 0.5s ease-out;
	-moz-transition: border 0.5s ease-out;
	-o-transition: border 0.5s ease-out;
	transition: border 0.5s ease-out;
	}

.small-app-link-left:hover{
    background: url("images/icons/icon-ios7-arrow-left-128.png") no-repeat scroll -7px center / 45px auto ;
	background-color:#fff;
	}
.small-app-link-left a{
	display:block;
	padding-left:30px;
	font-size:18px;
	}
.small-app-link-left a:hover{

	}
.small-app-link-left img{
/*	width:60px;  */
	border-radius:15px;
	}
	
.flex-control-nav {
    width: 121%;}

.flexslider .slides img {
	display: block; /* border:3px solid rgba(0,0,0,0.2);  border:3px solid rgba(55,189,181,0.5)*/
    margin-left: auto;
    margin-right: auto;
	width:51%;
	}	
	
#page-footer {
    background-color: #2D3031;
    bottom: 0;
    padding: 25px 0;
    position: absolute;
    text-align: center;
    width: 100%;
	position:static; 
	padding-bottom:109px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
.row-fluid{
	width:100%;
	float:left;
	}
.row-fluid .span4 {
    width: 31.4917%;
	float:left;
	}	
.row-fluid .span8 {
    width: 65.7459%;
	float:left;
}
.col-lg-4{
	width:92%;
	text-align:center
	}
.col-lg-4 h5{
    width:90%;
	}
#page-footer{
	width:100%;
	float:left;
	margin-top:41px;
	}	
.flexslider {
    margin: 0 0 38px;
    position: relative;
	}
}

@media only screen and (min-width: 320px) and (max-width: 569px) {
.col-lg-4{
	width:92%;
	text-align:center
	}
.col-lg-4 .topMargin{
	margin-top:15px;
	}
.section-title .big-caption {
    margin: 0 0 7px -9px;
	}
.project-slider{ padding-bottom:25px}

.flex-control-nav{
	bottom:0;
	}
	
.project-slider .slide-img {
     width: 100%;
	 text-align:center;
	}
.flex-control-nav {
    width: 100%;}
.camera_pag {
    left: 40%;
}
}

.dropmenu{
	position:relative;
	}
.dropmenu div{
	position:absolute;
	top:60px;
	left:25px;
	width:140px;
	background:#fff;
	border-radius:15px;
	z-index:9999999999;
	border:2px solid rgba(0,0,0,.1)
	}
.dropmenu div span:first-child{
	border-bottom:1px solid rgba(171,171,171,.3);
	}
.dropmenu div span{
	display:block;
	margin:0 15px;
	padding:12px 0px;
	cursor:pointer;
	}
.dropmenu div span:hover{
	color:#37BDB5;
	}
input[name="captcha_code"] {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    line-height: 28px;
    margin: 0 0 0 8px!important;
    padding: 10px 0 10px 10px;
    width: 60px;
}
input[name="captcha_code"]+a {
	background: url(http://algotrek.com/shahbaz/cubesly/responsive2/images/refresh_icon.png) no-repeat center;
    display: inline-block;
    font-size: 1px;
    height: 50px;
    line-height: 58px;
    margin-left: 9px;
    width: 50px;
    text-indent: -9999px;
	}

    .showThumbByDefault #lg-gallery.open .lg-slide {
        padding-bottom: 120px;
    }
    .showThumbByDefault #lg-gallery .thumb-cont .thumb-info{
/*        display:none; */
    }
    /*/ actions */
    .showThumbByDefault #lg-action {
        position: static;
    }
    .showThumbByDefault #lg-action a {
        margin-top: -14px !important;
        position: absolute;
/*        top: 50%; */
        z-index: 9999999;
        background-color: transparent;
        font-size: 28px;
    }
    .showThumbByDefault #lg-action a#lg-prev {
        left: 17px;
        background:url(images/arrow_left.png) left center no-repeat;
    }
    .showThumbByDefault #lg-action a#lg-next {
        right: 17px;
        background:url(images/arrow_right.png) right center no-repeat;
    }
	.cl-thumb{
		display:none !important;
		z-index:1!important;
	}
.svg{
	height:25px;

	}
