@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

h1,h2,h3,h4,h5,h6 {
	font-family: 'K2D', sans-serif;
	font-weight: 300; 
}
p{
	font-family: 'K2D', sans-serif;
	font-weight: 300; 
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
body {
	padding-top: 0;
}
.padding-top {
	padding: 80px 0 0 0;
}
.padding-top-bottom {
	padding-top: 80px;
	padding-bottom: 80px;
}
/* ------------------------ colors ------------------------ */
.gray-bg {
	background-color: #f2f2f2;
}
.color-bg{
	background-color:#86CCCC;
}
.blue-bg{
	background-color: #2AAFC3;
}
.red-bg{
	background-color: #F05557;
}
.yelow-bg{
	background-color: #F9C828;
}

/* ------------------------ image background ------------------------ */
.image-bg {
	overflow: hidden;
	background-size: cover;
	background-image: url("../img/head_bg3.jpg");
	background-position: center 16%;
	position: relative;
}
.dark-bg {
	background-color: #5989ec;
}
.dark-bg a {
	color: #fff;
	/*text-decoration: underline;*/
}
.light-typo {
	color: #fff;
}
#latest {
	background-color: #F2F2F2;
}
.img-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.bordered {
	border: 5px solid #fff;
	display: inline-block;
}
.section-header{
	margin-bottom: 80px;
}
footer {
	padding-left: 15px;
	padding-right: 15px;
}
.img-center {
	margin: 0 auto;
}
.text-col{
	margin-top: 40px;
	margin-bottom: 50px;
}

/* ------------------------ nav bar ------------------------ */
.navbar-header i {
	float: left;
	margin-right: 10px;
	font-size: 24px;
	color: #FAC928;
}
.navbar-brand {
	line-height: 26px;
	padding: 12px 15px;
}
.navbar-inverse {
	border-color: #5496f6;
}

.mymenu {
	position: absolute;
	z-index: 100;
	top: 0px;
	width: 100%;
	background:transparent;
	border-color: transparent;
	/* padding-top: 20px; */
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-brand	{
	color: #FFF;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #FAC928;
	background-color: transparent;
}

h4.media-heading {
	font-weight: 700;
}
.media>.pull-left {
	margin-right: 15px;
}

.navbar-inverse .navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #FAC928;
	background-color: transparent;
}

/* ------------------------ icons ------------------------ */
.icon-spin {
	position: absolute;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
	0% {
	-moz-transform: rotate(0deg);
	}
	100% {
	-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
	-o-transform: rotate(0deg);
	}
	100% {
	-o-transform: rotate(359deg);
	}
}
@-ms-keyframes spin {
	0% {
	-ms-transform: rotate(0deg);
	}
	100% {
	-ms-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(359deg);
	}
}
/* ------------------------ price ---------------------- */
.section.section-pricing .panel-body {
	padding: 0;
}
.section.section-pricing .pricing-table tr td:first-child {
 
	background-color: #FFF;
}
.section.section-pricing .pricing-table table {
	margin: 0;
}
.section.section-pricing .panel-heading{
	background-color: #313a43;
	color: #FFF;
	border: none;
}
.section.section-pricing .panel-primary .panel-heading{
	background-color: #86CCCC;
}
.section-pricing .panel .panel-footer {
	background-color: #FFF;
}
.panel-footer .btn {
	margin-top: 10px;
}
.section-pricing .panel {
	border: none;
	border-radius: 5px;
}

/* ------------------------ team ----------------------*/
.thumbnail-badges {
	list-style: none;
	padding: 0;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.thumbnail-badges .thumbnail {
	padding: 0;
	border: 0;
}
.thumbnail-badges img {
	border: 5px solid #86CCCC;
}
.caption h3{
	font-weight: 700;
}

/* ------------------------ home ----------------------*/
#home #myhead {
	overflow: hidden;
	background-size: cover;
	background-image: url("../img/head_bg3.jpg");
	/*background: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit-linear-gradient(108deg, #5E8199, #153752 90%);*/
	background-position: center 16%;
	position: relative;
	padding: 136px 0 0 0;
}

/* ------------------------ buttons ----------------------*/
.btn-king {
	border: none;
	font-family: inherit;
	font-size: 16px;
	cursor: pointer;
	padding: 15px 30px;
	display: inline-block;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 300;
	outline: none;
	position: relative;
	background: #86CCCC;
	color: #fff;
	border-radius: 5px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.btn-king:hover,
.btn-king:focus,
.btn-king:active {
	color: #fff;
	top: 0;
	text-decoration: none;
	background-color: #61B2B3;
	box-shadow: none;
}
.btn-king.white {
	background: transparent;
	border:2px solid #fff;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	padding: 13px 30px;
}
.btn-king.color {
	box-shadow: none;
	text-decoration: none;
	background-color: #ffc000;
}
.btn-error{
	background-color:	#ffc000 !important;
}
.btn-king.dark {
	box-shadow: none;
	text-decoration: none;
	background-color: #FFF;
	color: #208897;
	border: #208897 solid 2px;
	width: 100%;
	border-radius: 25px;
}
.btn-king.dark:hover,
.btn-king.dark:focus,
.btn-king.dark:active {
	top: 0;
	background-color: #208897;
	text-decoration: none;
	color: #FFF;
}
.btn-king.color:hover,
.btn-king.color:focus,
.btn-king.color:active {
	background: #fff;
	background-color: #ffc000;
	top:0;
	text-decoration: none;
}
.btn-king.white:hover,
.btn-king.white:focus,
.btn-king.white:active {
	background: #fff;
	color:#86CCCC;
	top:0;
	text-decoration: none;
}
.btn-king.icon-left	[class*=in]{
	margin-right:10px;
}
.btn-king.icon-right	[class*=in]{
	margin-left:10px;
}
.navbar-inverse .navbar-toggle {
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #86CCCC;
}
.ico {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-king [class*=ico] {
	margin-right: 10px;
}
.btn-right {
	float: right;
	margin-right: 0;
}
/* ------------------------ Call to action ----------------------*/
.cta {
	padding: 50px 0 30px;
}
.cta .cta-message p {
	padding: 15px 0 20px;
	font-size:22px;
	line-height:32px;
}
.cta .cta-message strong {
	font-size: 24px;
	letter-spacing:0.02em;
}
.cta-button .btn-king{
	margin:0;
}

/* ------------------------ Skills ----------------------*/
.skills {
	margin-top:60px;
}
.chart {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	margin:50px 0;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	line-height: 140px;
	font-size:38px;
	font-weight:300;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: 50%;
}
.skills h2 {
	margin:0 0 80px;
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:400;
}

/* ------------------------------ clients -------------------------- */
#clients a {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

/* ------------------------------ testimonial -------------------------- */
#testimonial {
	text-align: center;
	min-height: 250px;
	padding: 15px 0px;
	background-color: #5989ec;
}
.carousel-indicators {
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 5px 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 20px
}
.carousel-indicators li.active {
	width: 20px;
	height: 20px;
	 margin: 0 5px 5px 5px;
	background-color: #fff
}

/* ------------------------------ portfolio -------------------------- */
.work {
	position:relative;
	 margin-bottom: 30px;
	 overflow: hidden;
	 display:block;
}

.img-box:hover .hover-mask2{
	opacity:.5; 
	cursor: pointer;
	-o-transition:.1s;-ms-transition:.1s;-moz-transition:.1s;-webkit-transition:.1s;transition:.1s;
}
.work2 {
	overflow: hidden;
	display: block;
	position: relative;
}
.but {
	position: absolute;
	width: 100%;
	top:45%;
}
.work-icon:before {
	position: absolute;
	text-align: center;
	opacity: 0;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 30px;
	margin: -15px 0 0 -15px;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.img-box:hover .work-icon:before {
	opacity: 1;
	font-size: 50px;
	margin: -25px 0 0 -25px;
}
.work-info{
	display:block;
	border: 0;
	background-color: #FFF;
	width: 100%;
	color: #86CCCC;
	opacity: 1;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.work-info div h4{
	font-weight: 400;
	margin: 0;
}
.work-info div p{
	margin: 0;
	color: #000;
	font-size: 14px;
}
.img-box{
	overflow: hidden;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.hover-mask2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #86CCCC;
	opacity: 0;
	display: block;
	-o-transition:1s;-ms-transition:1s;-moz-transition:1s;-webkit-transition:1s;transition:1s;
}
.like {
	position: relative;
	width: 47px;
	float: right;
}
.like a {
	position: absolute;
	font-size: 44px;
	color: #CCCCCC;
	text-align: center;
	height: 40px;
	width: 49px;
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
}
.like a span {
	font-size: 12px;
	line-height: 14px;
	font-weight:300;
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
	color: #FFF;
	vertical-align: top;
}
.like a:hover,
.like a:focus,
.like a:active {
	color: #FF4F41;
	text-decoration: none;
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
}
.like a.love {	
	color: #FF4F41;
}	
.work.filtered {
	display:none;
	cursor:default;
}
.no-opacity .work.filtered {
	display:none;
}
.work.filtered a{
	cursor:default;
}
.work.filtered .enlarge,
.work.filtered .link,
.work.filtered .overlay-mask,
.work.filtered .project-title{
	display:none;
}

/* ------------------------------ filter work -------------------------- */
#filter-works ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-align:center;
}
#filter-works ul li{
	display:inline-block;
	padding:0;
	line-height:24px;
	background:transparent;
	margin:0;
	margin-left:5px;
	margin-bottom:10px;
}
#filter-works ul li a{
	display:block;
	font-size:17px;
	font-weight:300;
	letter-spacing: 1px;
	padding:10px 20px;
	border-radius:5px;
	border:2px solid transparent;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover{
	line-height:24px;
	background:#fff;
	color:#4E5961;
	text-decoration:none;
}
#filter-works ul li a:hover,
#filter-works ul li.active a{
	color:#fff;
	background:#86CCCC;
}


/* ------------------------------ Modal window -------------------------- */
.fade.modal {
	overflow-x:hidden;
}
.modal.fade .modal-dialog {
	-webkit-transform: translateY(2000px);
	-moz-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.5s;
}
.modal.in .modal-dialog {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.modal-backdrop{
	background-color:#1D2026;
}
.modal-backdrop.in{
	opacity:1;
	filter:alpha(opacity=100);
}
.modal-dialog{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.modal-content{
	width:100%;
	/*height:100%;*/
	border:none;
	border-radius:0;
	box-shadow:none;
	background-color:#fff;
}
.modal-header{
	width:100%;
	margin:0;
	padding:0;
	background:#86CCCC;
	color:#fff;
	border:none;
	text-align:center;
}
.modal-header .col-sm-12 {
	padding: 0;
}
#hdr-title{
	margin-bottom:20px;
}
#project-modal .close{
	float:right;
	font-size:52px;
	line-height:42px;
	font-weight:300;
	margin-top:0px;
	margin-bottom:13px;
	margin-right: 15px;
	opacity:1;
	color:inherit;
	text-shadow:none;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#project-modal .close:hover{
	opacity:.8;
}
.modal-body {
	margin:0;
	padding:20px 0 80px 0;
}
.modal-body .project-descr{
	margin:0 0 24px;
}
.modal-header .loader {
	position:absolute;
	left:50%;
	top:0;
	margin-top:27%;
	margin-left:-18px;
	width:35px;
	height:35px;
	background:url('../img/loader.gif') no-repeat 50% 50%;
	z-index:1;
}
.modal-header .image-wrapper {
	position:relative;
	overflow:hidden;
}
.modal-header .screen{
	box-sizing:padding-box;
	border:none;
	box-shadow:none;
	margin:0;
	padding:0;
	position:absolute; 
	top:0;
	left: 0;
	width:100%;
	height:auto;
	z-index:2;
	opacity:0;
	-webkit-transition:all 0.5s ease-out 0.7s;
	transition:all 0.5s ease-out 0.7s;
}
.modal-header .screen.done {
	opacity:1;
}
body.modal-open {
	margin: 0;
}
#project-sidebar{
	margin-bottom:20px;
}

#project-sidebar p{
	margin-bottom:10px;

}
#project-content{
	text-align:justify;
}
#project-content .btn-king{
	margin-right: 0;
}
#sdbr-category:before {
	display: inline-block;
	width:20px;
	content:"\e60d";
	font-family:"icomoon";
	margin-right:10px;
}
#sdbr-date:before {
	display: inline-block;
	width:20px;
	content:"\e60e";
	font-family:"icomoon";
	margin-right:10px;
}
#sdbr-client:before {
	display: inline-block;
	width:20px;
	content:"\e606";
	font-family:"icomoon";
	margin-right:10px;
}
#sdbr-title {
	margin-top: 0;
}

/* ------------------------------ flexslider -------------------------- */
.flexslider {
	margin:0;
	padding:0;
	background:transparent;
	border:none;
	box-shadow:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:1;
 	position: relative; 
 	overflow: hidden; 
	
}
.flexslider .slides img {
	width: 100%;max-width: 800px; display: block;	
}
.flexslider .slides {
	position: relative; 
	overflow: hidden;	 
}
.slides li {
	float: left;
}
.flex-direction-nav {
	padding: 0;
}
.flexslider .flex-prev {
	left: 5px;float: left;
}
.flexslider .flex-next {
	right: 5px;float: right;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next{
	background:#FFF;
	background-image:none;
	display:inline;
	text-indent:0;
	position:absolute;
	top:50%;
	width:44px;
	height:44px;
	padding:0;
	padding-left:9px;
	margin:0;
	margin-top:-22px;
	font-size:25px;
	line-height:46px;
	color:#000;
	text-align:left;
	border-radius:5px;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
	opacity: 0;
}
.flex-direction-nav .flex-next{
	text-align:right;
	padding-right:9px;
}
.flex-direction-nav a:hover,
.flex-direction-nav a:active,
.flex-direction-nav a:focus{
	text-decoration:none;

}
.flex-direction-nav a:hover {	
	background:#363B46;
	color: #FFF;
}
.flex-direction-nav .flex-disabled {	
	display:none;
}
.flexslider:hover .flex-next {
	opacity: 1; right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 1; left: 5px;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ------------------------------ Contact -------------------------- */
.contact-item h2{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.contact-item .icon{
	display:block;
	font-size:48px;
	color:#5cc9df;
	text-shadow:-2px 2px 0 rgba(0,0,0,0.1);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.contact-item .icon:hover{
	color:#5cc9df;
	-webkit-transform:scale(1.3) translateY(-10px);
	transform:scale(1.3) translateY(-10px);
}
.bl_form {
	margin: 30px 0 0;
}
.bl_form input {
	padding-top: 15px;
	background: rgba(255,255,255,0.10);
	box-shadow: 0 4px 0px rgba(0,0,0,0.2);
	border: none;
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	outline: none;
}
.lb_wrap .lb_label.top, 
.lb_wrap .lb_label.bottom {
	left: 66px !important;
}
.lb_wrap .lb_label.left {
	left: 0;
}
.lb_label {
	font-size:17px;
	line-height:32px;
	font-weight: 400;
	color: #ccc;
}
.no-placeholder .lb_label {
	display:none;
}
.lb_label.active {
	color: #aaa;
}
#contact-form .form-group label{
	font-size:14px;
	line-height:24px;
	font-weight:300;
}
#contact-form.no-placeholder .form-group label{
	display:block;
}
#contact-form .controls {
	padding:0;
}
#contact-form.no-placeholder .controls {
	margin-top:0;
}
#contact-form .form-control,
.input-group .form-control {
	display:inline;
	background:#fff;
	border:none;
	border-radius:5px;
	outline:none;
	height:52px;
	font-size:18px;
	line-height:32px;
	color:#aaa;
	font-weight:400;
	vertical-align:top;
	border:2px solid #FFF;
	box-shadow:none;
}
#contact-form .form-group.half-width{
	width:40%;
	float:left;
}
#contact-form .btn-king{
	margin: 0;
}
#contact-form .form-group{
	position:relative;
}
#contact-form .form-group [class*=fa] {
	display:block;
	width:64px;
	position:absolute;
	top:0;
	left:5px;
	color:#eee;
	font-size:24px;
	line-height:52px;
	text-align:center;
	font-weight:300;
	-webkit-transition:color .3s ease-out;
	transition:color .3s ease-out;
}
#contact-form .form-group [class*=fa].active{
	color:#ccc;
}
#contact-form.no-placeholder .form-group [class*=fa]{
	top:30px;
}
#contact-form textarea.form-control {
	height:auto;
	max-width:100%;
	min-width:100%;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	padding-top:14px;
	vertical-align:top;
	border:2px solid #FFF;
}
#contact-form .form-control:focus, 
.input-group .form-control:focus {
	outline:none;
	border:2px solid #86CCCC;
}
#contact-form .inputError,
#contact-form textarea.form-control.inputError,
#newsletter-form .inputError {
	outline:none;
	border:2px solid #F05557;
}

#contact-form .error-message {
	position:absolute;
	top:15px;
	right:12px;
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#F05557;
	z-index:10;
}
#contact-form.no-placeholder .error-message {
	top:0;
}
.input-group-btn .btn-king {
	margin: 0;
}
#main-footer,
#social {
	padding: 40px 0 20px;
}
#topcontrol {
	background: #84aac9;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
	background: #6091ba;
}
#topcontrol .fa {
	position: relative;
	top: 3px;
	font-size: 25px;
}

/* ------------------------------ social links -------------------------- */
.social-links,
.social-profiles {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.social-links li,
.social-profiles li{
	display:inline-block;
	margin:0 5px;
	border-radius:3px;
	box-shadow:0 4px 0 transparent;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.social-links li a {
	background: transparent;
	border:2px solid #fff;
	display:block;
	color:#FFF;
	font-size:24px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.social-profiles li a {
	background: transparent;
	border:2px solid #86CCCC;
	display:block;
	color:#86CCCC;
	font-size:24px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.social-profiles li a:hover {
	color:#FFF;
	background:#86CCCC;
	text-decoration: none;
}
.social-links li a i{
	
}
.social-links li a:hover {
	color:#86CCCC;
	background:#FFF;
	text-decoration: none;
}

/* ------------------------------ scrool to top -------------------------- */
.scroll-to-top {
	background: #333;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	border-radius: 30px;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.scroll-to-top.affix {
	opacity: .5;
	filter: alpha(opacity=50);
}
.scroll-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.scroll-to-top a ,.scroll-to-top a:hover {
	color: #fff;
	display: block;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

/* ------------------------------ Media -------------------------- */
@media (max-width: 768px) { 
	.text-col,
	.text-col2,
	.cta-message {
		text-align: center;
	}
 }
 @media (max-width: 992px) { 
 	.cta-message {
		text-align: center;
	}
	.text-col{
		margin-top: 0;
	}
 }



}