body {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #6b6e80;
	background-color: #eef7fc
}
::-moz-selection {
color:#fff;
text-shadow:none;
background-color:#3498db
}
::-webkit-selection {
color:#fff;
text-shadow:none;
background-color:#3498db
}
::selection {
	color: #fff;
	text-shadow: none;
	background-color: #3498db
}
a {
	color: #3498db;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
a:hover {
	color: #2b2b2b;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.btn.btn-secondary {
	text-transform: uppercase;
	background-color: #3498db;
	border-color: #217dbb;
	color: #fff
}
.btn.btn-secondary .active, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
	background-color: #217dbb;
	color: #fff
}
.btn.btn-xl {
	padding: 30px 40px;
	/*font-size: 20px;
	line-height: 28px*/ /*yeni sayfa için kapatıldı*/
}
.btn.btn-bordered {
	border-width: 2px;
	background-color: transparent
}
.btn.btn-bordered.btn-lg {
	padding-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	line-height: 26px
}
.btn.btn-bordered.btn-danger {
	border-color: #e74c3c;
	color: #e74c3c
}
.btn.btn-bordered.btn-danger:focus, .btn.btn-bordered.btn-danger:hover {
	border-color: #c0392b;
	color: #fff;
	background-color: #c0392b
}
.btn.btn-bordered.btn-secondary {
	border-color: #3498db;
	color: #3498db
}
.btn.btn-bordered.btn-secondary:focus, .btn.btn-bordered.btn-secondary:hover {
	border-color: #217dbb;
	color: #fff;
	background-color: #217dbb
}
.btn.btn-bordered.btn-primary {
	border-color: #2383c4;
	color: #2383c4
}
.btn.btn-bordered.btn-primary:focus, .btn.btn-bordered.btn-primary:hover {
	border-color: #226998;
	color: #fff;
	background-color: #226998
}
.btn.btn-bordered.btn-success {
	border-color: #2ecc71;
	color: #2ecc71
}
.btn.btn-bordered.btn-success:focus, .btn.btn-bordered.btn-success:hover {
	border-color: #27ae60;
	color: #fff;
	background-color: #27ae60
}
.btn.btn-bordered.btn-info {
	border-color: #3498db;
	color: #3498db
}
.btn.btn-bordered.btn-info:focus, .btn.btn-bordered.btn-info:hover {
	border-color: #2980b9;
	color: #fff;
	background-color: #2980b9
}
.btn.btn-bordered.btn-warning {
	border-color: #eea667;
	color: #eea667
}
.btn.btn-bordered.btn-warning:focus, .btn.btn-bordered.btn-warning:hover {
	border-color: #e67e22;
	color: #fff;
	background-color: #e67e22
}
.btn.btn-bordered.btn-default {
	border-color: #777a8d;
	color: #777a8d
}
.btn.btn-bordered.btn-default:focus, .btn.btn-bordered.btn-default:hover {
	border-color: #545664;
	color: #fff;
	background-color: #545664
}
.btn.btn-square {
	padding-left: 16px;
	padding-right: 16px;
	font-size: 13px;
	line-height: 22px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.btn.btn-square.btn-lg {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 24px
}
.btn.btn-square.btn-sm {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 12px;
	line-height: 20px
}
.btn.btn-square.btn-xs {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
	line-height: 18px
}
.btn.btn-rounded {
	padding-left: 11px;
	padding-right: 11px;
	font-size: 13px;
	line-height: 22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px
}
.btn.btn-rounded.btn-lg {
	padding-left: 17px;
	padding-right: 17px;
	font-size: 14px;
	line-height: 26px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px
}
.btn.btn-rounded.btn-sm {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px
}
.btn.btn-rounded.btn-xs {
	padding-left: 6px;
	padding-right: 6px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px
}
h1, h2, h3, h4, h5, h6 {
	font-family: Bitter, serif;
	font-weight: 700;
	color: #2b2b2b
}
h1 {
	font-size: 30px;
	line-height: 34px
}
h2 {
	font-size: 26px;
	line-height: 30px
}
h3 {
	font-size: 22px;
	line-height: 28px
}
h4 {
	font-size: 18px;
	line-height: 26px
}
h5 {
	font-size: 16px;
	line-height: 24px
}
h6 {
	font-size: 13px;
	line-height: 22px
}
blockquote {
	font-family: Bitter, serif;
	position: relative;
	font-size: 21px;
	line-height: 34px;
	padding-left: 60px;
	border-left: none;
	color: #5f6272
}
blockquote::before {
	content: '\f10d';
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #9395a5
}
blockquote small {
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	font-weight: 300;
	color: #9395a5
}
.text-primary {
	color: #3498db
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	display: block;
	z-index: 100000;
	left: 5px;
	top: 5px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-size: 14px;
font-size:.875rem;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	-ms-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	-o-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	color: #2c3e50;
	background-color: #d9d9d9;
	clip: auto!important
}
.bordered {
	border: 1px solid #f7f7f7
}
.padd-20 {
	padding: 20px
}
.marg-40-top {
	margin-top: 40px
}
.marg-40-btm {
	margin-bottom: 40px
}
.page-title {
	position: relative;
	display: block;
	margin-bottom: 80px;
	text-align: center
}
.page-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 50px;
	height: 3px;
	margin-left: -25px;
	background-color: #3498db
}
.page-title h2 {
	font-family: Bitter, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #2c3e50
}
.page-title small {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	font-style: italic;
	color: #858899
}
.section-title {
	position: relative;
	display: block;
	margin-bottom: 80px;
	text-align: center
}
.section-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #3498db
}
.section-title h3 {
	font-family: Bitter, serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #2c3e50
}
.alt-title {
	display: block;
	margin-bottom: 20px
}
.alt-title .the-title {
	display: inline-block;
	padding: 10px 15px 10px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	border-bottom: 1px solid #e6e6e6;
	color: #6b6e80
}
.bg-white {
	color: #6b6e80;
	background-color: #fff
}
.social-icon {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.social-icon li {
	display: inline-block
}
.social-icon li a {
	display: block;
	padding: 5px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.social-icon li a:hover {
	color: #1d6fa5
}
.form-search {
	margin-top: 25px
}
.form-search .form-control {
	padding-left: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-color: #ebebeb;
	background-color: #ebebeb
}
.form-search .form-control:focus {
	border-color: #f7f7f7;
	background-color: #f7f7f7
}
.form-search .input-group-btn .btn {
	padding-right: 16px;
	padding-left: 14px;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 ;
	border-color: #ebebeb;
	color: #6b6e80;
	background-color: #ebebeb
}
.breadcrumb {
	padding: 10px 20px 10px 0;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #fcfcfc
}
.breadcrumb-container {
	border-bottom: 1px solid #f2f2f2;
	background-color: #fcfcfc
}
.breadcrumb>li {
	font-size: 12px;
	line-height: 24px
}
.breadcrumb>li a {
	color: #6b6e80
}
.breadcrumb>li a:hover {
	color: #3498db
}
.breadcrumb>.active {
	color: #2c3e50;
	font-weight: 600
}
.pagination.navigation.navigation-centered {
	display: block;
	text-align: center
}
.pagination.navigation .nav-links a, .pagination.navigation .nav-links span {
	padding: 10px 20px;
	font-weight: 600;
	border: 2px solid #3498db;
	color: #3498db;
	background-color: transparent
}
.pagination.navigation .nav-links a:hover, .pagination.navigation .nav-links span:hover {
	color: #fff;
	background-color: #3498db
}
.pagination.navigation .nav-links .current, .pagination.navigation .nav-links .current:focus, .pagination.navigation .nav-links .current:hover, .pagination.navigation .nav-links span, .pagination.navigation .nav-links span:focus, .pagination.navigation .nav-links span:hover {
	background-color: #3498db;
	color: #fff
}
.pretty-form .form-control {
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.pretty-form .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0
}
.pretty-form .form-control::-moz-placeholder {
color:#9395a5;
opacity:1;
font-weight:300
}
.pretty-form .form-control:-ms-input-placeholder {
color:#9395a5;
font-weight:300
}
.pretty-form .form-control::-webkit-input-placeholder {
color:#9395a5;
font-weight:300
}
.map-container {
	height: auto;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	background-color: #fff
}
#map {
	max-width: 100%;
	min-height: 370px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
#map img {
	max-width: none
}
.pricing-container {
	display: block;
	margin-bottom: 30px;
	padding: 30px 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px 1px #e6e6e6;
	-moz-box-shadow: 0 1px 3px 1px #e6e6e6;
	-ms-box-shadow: 0 1px 3px 1px #e6e6e6;
	-o-box-shadow: 0 1px 3px 1px #e6e6e6;
	box-shadow: 0 1px 3px 1px #e6e6e6;
	border: 1px solid #e0e0e0
}
.pricing-container.popular {
	position: relative;
	-webkit-box-shadow: 0 0 9px 0 #d9d9d9;
	-moz-box-shadow: 0 0 9px 0 #d9d9d9;
	-ms-box-shadow: 0 0 9px 0 #d9d9d9;
	-o-box-shadow: 0 0 9px 0 #d9d9d9;
	box-shadow: 0 0 9px 0 #d9d9d9;
	overflow: hidden
}
.pricing-container.popular::after {
	content: attr(data-title);
	position: absolute;
	top: 22px;
	right: -45px;
	width: 160px;
	height: 30px;
	font-weight: 300;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	background-color: #3498db;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.pricing-container h3 {
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	font-style: italic;
	color: #3e5771;
	text-transform: capitalize
}
.pricing-price {
	margin-bottom: 30px;
	color: #3498db
}
.pricing-price .price-currency {
	vertical-align: top;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px
}
.pricing-price .price-qty {
	padding-right: 5px;
	font-size: 55px;
	line-height: 58px
}
.pricing-price .price-time {
	font-size: 14px;
	font-weight: 300
}
.pricing-features {
	margin-bottom: 40px;
	color: #9395a5
}
.pricing-features p {
	padding: 2px 0!important;
	margin: 0;
	font-weight: 300
}
.pricing-features strong {
	font-weight: 600;
	color: #3e5771
}
.pricing-action {
	display: block;
	text-align: center
}
.nav-tabs {
	border-color: #e6e6e6
}
.nav-tabs>li>a {
	padding: 14px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-color: #258cd1;
	color: #fff;
	background-color: #3498db
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
	border-color: #217dbb;
	background-color: #258cd1;
	color: #fff
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #fafafa
}
/*.tab-content {
	padding: 20px 25px;
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	border: 1px solid #e6e6e6;
	border-top: none;
	background-color: #fafafa
}*/
.table-bordered>thead {
	background-color: #3498db;
	color: #fff
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	padding: 10px 14px;
	border-top: 1px solid #217dbb!important;
	border-color: #217dbb
}
.panel {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.panel-default>.panel-heading {
	background-color: transparent;
	border-bottom: 1px solid #e6e7ea
}
.panel-primary>.panel-heading {
	background-color: #2980b9;
	border-bottom: 1px solid #20638f
}
.panel-warning>.panel-heading {
	background-color: #ffcd02;
	border-bottom: 1px solid #cea500
}
.panel-danger>.panel-heading {
	background-color: #e74c3c;
	border-bottom: 1px solid #d62c1a
}
.panel-info>.panel-heading {
	background-color: #3498db;
	border-bottom: 1px solid #217dbb
}
.panel-success>.panel-heading {
	background-color: #1abc9c;
	border-bottom: 1px solid #148f77
}
.panel-secondary>.panel-heading {
	background-color: #3498db;
	border-bottom: 1px solid #217dbb
}
.panel-secondary>.panel-heading .panel-title a {
	color: #fff
}
.panel .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.panel .panel-heading .panel-title a {
	display: block;
	padding: 8px 14px;
	font-weight: 400
}
.panel .panel-heading .panel-title a .panel-nav {
	float: right
}
.panel .panel-heading .panel-title a.collapsed .panel-nav::before {
	font-family: FontAwesome;
	content: '\f055'
}
.panel .panel-heading+.panel-collapse>.panel-body {
	padding: 25px 30px;
	font-size: 14px;
	line-height: 26px;
	border-top: none;
	border-bottom: 1px solid #e6e7ea;
	border-right: 1px solid #e6e7ea;
	border-left: 1px solid #e6e7ea;
	background-color: #fff
}
.panel .panel-heading+.panel-collapse>.panel-body p {
	padding: 5px 0!important
}
.topbar {
	display: block;
	width: 100%;
	min-height: 20px;
	padding: 5px 0;
	background-color: #000;
}
.topbar-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right
}
.topbar-menu li {
	display: inline-block;
	font-weight: 300;
	font-size: 12px;
	padding: 3px 8px;
	color: #fff
}
.topbar-menu li a {
	color: #fff
}
.topbar-menu li a:hover {
	border-bottom: 1px dotted #fff
}
@media screen and (max-width:767px) {
.topbar .social-icon, .topbar-menu {
	padding-top: 5px;
	text-align: center
}
}
.header {
	display: block;
	width: 100%;
	min-height: 100px;
	padding: 15px 0;
    background-color: #3498db;
    color:#fff;
    /*background-image: url(../resim/bgk.png);*/ /*banner altı resim*/ 
}

.header .site-title {
	display: inline-block;
	position: relative;
	margin: 30px 0;
	padding-right: 15px;
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	color: #2c3e50
}
.header .site-title span {
	color: #3498db
}
.header .site-title a {
	color: #2c3e50
}
.header .site-title a:focus, .header .site-title a:hover {
	color: #3498db
}
.header .site-title a:focus span, .header .site-title a:hover span {
	color: #2c3e50
}
.header .site-title::after {
	content: '';
	position: absolute;
	right: 0;
	top: -5px;
	width: 1px;
	height: 45px;
	background: #e6e6e6
}
.header .site-description {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-family:'Arial',Helvetica,sans-serif;
    font-size: 22px;
    text-transform:uppercase;
}
@media screen and (max-width:767px) {
.header {
	text-align: center
}
.header .site-description, .header .site-title {
	text-align: center
}
.header .site-title {
	margin-bottom: 10px
}
.header .form-search {
	margin-bottom: 20px
}
}
.site-header {
	display: block;
	padding: 60px 0;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fcfcfc
}
.site-header .page-title {
	margin-top: 20px;
	margin-bottom: 30px
}
.navbar {
	border-left: none;
	border-right: none;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: #fff
}
.navbar-default {
	margin-bottom: 0
}
.navbar-default .navbar-nav {
	margin-left: -15px;
	margin-right: -15px
}
.navbar-default .navbar-nav>li:first-child>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #f2f2f2
}
.navbar-default .navbar-nav>li>a {
	position: relative;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 13px;
	text-transform: capitalize;
	color: #9395a5
}
.navbar-default .navbar-nav>li>a:hover {
	color: #2c3e50;
	background-color: #fff
}
.navbar-default .navbar-nav>li>a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #f2f2f2
}
.navbar-default .navbar-nav>li.dropdown.open>a {
	color: #2c3e50;
	background-color: #fff
}
.navbar-default .navbar-nav>li>.dropdown-menu {
	margin-top: 10px
}
@media screen and (max-width:767px) {
.navbar-default .navbar-nav>li:first-child>a::before {
	content: '';
	display: none
}
.navbar-default .navbar-nav>li>a::after {
	content: '';
	display: none
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #3498db;
	background-color: #fff
}
@media screen and (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	padding: 10px 35px
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	background-color: #f2f2f2
}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
	padding: 10px 45px
}
}
.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-color: #e6e6e6
}
.dropdown-menu::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 20px;
	border-top: 0 solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e6e6e6;
	border-left: 10px solid transparent
}
.dropdown-menu::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 22px;
	border-top: 0 solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent
}
.dropdown-menu>li {
	position: relative
}
.dropdown-menu>li>a {
	padding: 15px 20px;
	font-size: 13px;
	text-transform: capitalize;
	border-bottom: 1px solid #e6e6e6;
	color: #858899
}
.dropdown-menu>li>a:hover {
	color: #3498db;
	background-color: #fff
}
.dropdown-menu>li:last-child>a {
	border-bottom: none
}
.dropdown-menu>li:hover .dropdown-menu {
	display: block;
	visibility: visible
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #3498db;
	background-color: #fff
}
.dropdown-menu .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: -1px;
	display: none;
	visibility: hidden
}
.dropdown-menu .dropdown-menu::after, .dropdown-menu .dropdown-menu::before {
	content: '';
	display: none
}
@media screen and (max-width:767px) {
.dropdown-menu::after, .dropdown-menu::before {
	content: '';
	display: none
}
.dropdown-menu>li>a {
	border-bottom: none
}
.dropdown-menu .dropdown-menu {
	display: block;
	visibility: visible
}
}
#masthead {
	background-color: #e1f0fa
}
#masthead .item {
	height: 400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
#masthead .item *, #masthead .item>* {
	z-index: 3
}
#masthead .item::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
#masthead .carousel-control.left, #masthead .carousel-control.right {
	background-image: none
}
#masthead .carousel-control:hover {
	opacity: 1
}
#masthead .carousel-control .fa-angle-left, #masthead .carousel-control .fa-angle-right, #masthead .carousel-control .glyphicon-chevron-left, #masthead .carousel-control .glyphicon-chevron-right, #masthead .carousel-control .icon-next, #masthead .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
	font-size: 36px
}
#masthead .carousel-control .fa-angle-left, #masthead .carousel-control .fa-angle-right, #masthead .carousel-control .glyphicon-chevron-left, #masthead .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
#masthead .carousel-control .fa-angle-left, #masthead .carousel-control .fa-angle-right, #masthead .carousel-control .glyphicon-chevron-right, #masthead .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
#masthead .carousel-caption {
	right: 15%;
	left: 45%;
	bottom: 90px;
	padding: 25px 30px;
	text-shadow: none;
	color: #454545;
	background-color: rgba(255,255,255,.9);
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out
}
#masthead .carousel-caption:hover {
	background-color: rgba(255,255,255,.97);
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out
}
#masthead .carousel-caption h3 {
	margin-bottom: 20px;
	font-family: 'Arial',Helvetica,sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #2b2b2b
}
#masthead .carousel-caption h3 a {
	color: #2b2b2b
}
#masthead .carousel-caption h3 a:hover {
	color: #262626
}
@media screen and (max-width:767px) {
#masthead .carousel-caption {
	right: 15%;
	left: 15%
}
#masthead .carousel-caption h3 {
	margin-top: 5px;
	font-size: 20px;
	line-height: 22px
}
}
.site-main {
	display: block;
	background-color: #f7f7f7;
}
.post-entry {
	padding: 60px 0;
	background-color: #fff
}
.post-entry p {
	padding: 10px 0
}
.post-entry img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.post-entry .news-image {
	margin-bottom: 5px
}
.post-entry .news-image img {
	margin-bottom: 0
}
.post-entry .social-icon li a {
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 33px;
	color: #6b6e80;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6e6e6;
	border: 1px solid #d9d9d9;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}
.post-entry .social-icon li a:hover {
	color: #1d6fa5
}
.page, .post {
	margin-bottom: 60px
}
.page .news-title, .post .news-title {
	margin-bottom: 60px
}
.gallery {
	margin-bottom: 1.5em
}
.gallery-item {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}
.gallery-item a {
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding: 20px;
	display: block;
	background-color: none!important
}
.gallery-item img {
	width: 100%;
	height: auto
}
.gallery-columns-2 .gallery-item {
	max-width: 50%
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%
}
.gallery-columns-5 .gallery-item {
	max-width: 20%
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.gallery-caption {
	display: block
}
@-webkit-keyframes justified-gallery-show-caption-animation {
from {
opacity:0
}
to {
	opacity: .7
}
}
@-moz-keyframes justified-gallery-show-caption-animation {
from {
opacity:0
}
to {
	opacity: .7
}
}
@-o-keyframes justified-gallery-show-caption-animation {
from {
opacity:0
}
to {
	opacity: .7
}
}
@keyframes justified-gallery-show-caption-animation {
from {
opacity:0
}
to {
	opacity: .7
}
}
@-webkit-keyframes justified-gallery-show-entry-animation {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-moz-keyframes justified-gallery-show-entry-animation {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-o-keyframes justified-gallery-show-entry-animation {
from {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes justified-gallery-show-entry-animation {
from {
opacity:0
}
to {
	opacity: 1
}
}
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}
.justified-gallery>a, .justified-gallery>div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0)
}
.justified-gallery>a>a>img, .justified-gallery>a>img, .justified-gallery>div>a>img, .justified-gallery>div>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.justified-gallery a:focus {
	outline: 0
}
.justified-gallery>a>.caption, .justified-gallery>div>.caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	background-color: #000
}
.justified-gallery>a>.caption.caption-visible, .justified-gallery>div>.caption.caption-visible {
	display: initial;
	opacity: .7;
	filter: "alpha(opacity=70)";
	-webkit-animation: justified-gallery-show-caption-animation .5s 0 ease;
	-moz-animation: justified-gallery-show-caption-animation .5s 0 ease;
	-ms-animation: justified-gallery-show-caption-animation .5s 0 ease
}
.justified-gallery>.entry-visible {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation: justified-gallery-show-entry-animation .5s 0 ease;
	-moz-animation: justified-gallery-show-entry-animation .5s 0 ease;
	-ms-animation: justified-gallery-show-entry-animation .5s 0 ease
}
.justified-gallery>.jg-filtered {
	display: none
}
.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0 10px 0;
	left: 50%;
	opacity: initial;
	filter: initial;
	overflow: initial
}
.justified-gallery>.spinner>span {
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 8px;
	height: 8px;
	margin: 0 4px 0 4px;
	background-color: #000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px
}
/*.widget {
	margin-bottom: 30px   yeni sayfa için kapatıldı
}*/

.widget1 {
	margin-bottom: 0px;
}
.widget::after, .widget::before {
	content: '';
	display: table;
	clear: both
}
.widget ul {
	list-style-type: disc;
	padding: 15px
}
.widget ul li {
	position: relative;
	padding: 5px 10px 5px;
	/*font-family: Bitter, serif; yeni sayfa için kapatıldı*/
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	color: #6b6e80
}
.widget ul li a {
	font-size: 14px;
	color: #2c3e50
}
.widget ul li a:hover {
	color: #3498db
}
.widget ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 11px
}
.widget-title {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px double #fff;
    color: #f7f7f7;
    background-color: #3498db;
    padding: 10px;
}
/*.widget-title {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 3px solid #e6e6e6;
	color: #2c3e50
}*/
.widget-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 15px;
	/*height: 3px;*/
	background-color: #3498db
}

.widget-title2 {
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 3px solid #e6e6e6;
	color: #2c3e50
}
.widget-title2::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 15px;
	height: 3px;
	background-color: #3498db
}

.widget_about .about-photo {
	display: block;
	margin-bottom: 20px
}
.widget_about .about-photo img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.widget_about .about-author {
	position: relative;
	margin-bottom: 30px
}
.widget_about .about-author::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 1px;
	background: #3498db
}
.widget_about .about-author h3 {
	margin-bottom: 0;
	font-family: Bitter, serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #2c3e50
}
.widget_about .about-author small {
	font-size: 12px;
	font-weight: 300;
	color: #9395a5
}
.widget_about .about-bio .social-icon {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center
}
.widget_about .about-bio .social-icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #e6e6e6
}
.widget_about .about-bio .social-icon>li {
	padding: 0
}
.widget_about .about-bio .social-icon>li>a {
	font-size: 16px;
	color: #6b6e80
}
.widget_about .about-bio .social-icon>li>a:before {
	content: '';
	display: none
}
.widget_about .about-bio .social-icon>li>a:hover {
	color: #3498db
}
.widget_about .social-icon li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none
}
.widget_search .search-form {
	position: relative
}
.widget_search .search-form label {
	width: 100%
}
.widget_search .search-form .search-field {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #3498db;
	font-weight: 400
}
.widget_search .search-form .search-field:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #3498db;
	outline: 0
}
.widget_search .search-form .search-field::-moz-placeholder {
color:#6b6e80;
opacity:1;
font-weight:400
}
.widget_search .search-form .search-field:-ms-input-placeholder {
color:#6b6e80;
font-weight:400
}
.widget_search .search-form .search-field::-webkit-input-placeholder {
color:#6b6e80;
font-weight:400
}
.widget_search .search-form .search-submit {
	position: absolute;
	right: 4px;
	top: 4px;
	padding: 8px 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #217dbb;
	color: #fff;
	background-color: #3498db;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.widget_search .search-form .search-submit:focus, .widget_search .search-form .search-submit:hover {
	background-color: #217dbb;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.widget_categories ul {
	list-style-type: none;
	padding-left: 0
}
.widget_categories ul li {
	padding: 5px 10px 5px 25px
}
.widget_categories ul li a::before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	font-size: 13px
}
.widget_recent_comments ul {
	list-style-type: none;
	padding-left: 0
}
.widget_recent_comments ul li {
	position: relative;
	padding: 12px 0 13px 35px;
	border-bottom: 1px dashed #e6e6e6;
	text-transform: uppercase;
	font-size: 11px;
	color: #a1a3b0
}
.widget_recent_comments ul li:last-child {
	padding-bottom: 0;
	border-bottom: none
}
.widget_recent_comments ul li::before {
	content: '\f0e5';
	font-family: FontAwesome;
	left: 0;
	top: 14px;
	color: #afb1bc;
	font-size: 20px;
	position: absolute
}
.widget_recent_comments ul li span {
	display: inline-block;
	color: #858899
}
.widget_recent_comments ul li span, .widget_recent_comments ul li span a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase
}
.widget_recent_comments ul li a {
	display: block;
	font-weight: 400;
	text-transform: capitalize
}
.widget_popular_post ul {
	list-style-type: none;
	padding-left: 0
}
.widget_popular_post ul li {
	display: block;
	min-height: 70px;
	padding: 0 0 20px 95px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e6e6e6
}
.widget_popular_post ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.widget_popular_post ul li .post-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden
}
.widget_popular_post ul li .post-image img {
	width: auto;
	height: 70px
}
.widget_popular_post ul li .post-image a::before {
	content: '';
	display: none
}
.widget_popular_post ul li .post-entry {
	padding: 0;
	background-color: transparent
}
.widget_popular_post ul li .post-entry .entry-title {
	font-size: 13px;
	line-height: 24px
}
.widget_popular_post ul li .post-entry .entry-category, .widget_popular_post ul li .post-entry .entry-date {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase
}
.widget_popular_post ul li .post-entry .entry-category a {
	padding-right: 20px;
	font-size: 11px;
	line-height: 24px;
	font-weight: 600;
	color: #3498db
}
.widget_popular_post ul li .post-entry .entry-date {
	position: relative;
	font-size: 10px;
	line-height: 24px;
	color: #6b6e80
}
.widget_popular_post ul li .post-entry .entry-date::before {
	content: '/';
	position: absolute;
	left: -13px;
	top: -5px
}
.widget_tag_cloud a {
	display: inline-block;
	padding: 8px 12px;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px!important;
	text-transform: capitalize;
	line-height: 22px!important;
	background-color: #f2f2f2
}
.widget_tag_cloud a:hover {
	border-color: #d9d9d9
}
.widget_recent_entries ul {
	list-style-type: none;
	/*padding-left: 0*/ /*yeni sayfa için değiştirildi*/
    
}
.widget_recent_entries ul li {
	display: block;
	/*min-height: 70px;*/ /*burası yeni sayfa için değiştirildi*/
	padding: 0 0 2px 25px; /*burası yeni sayfa için değiştirildi*/ 
	margin-bottom: 20px;
	border-bottom: 1px dashed #e6e6e6
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.widget_recent_entries ul li a::before {
	content: '\f0a1';   /* site deki linklerin değişimi için */
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	font-size: 18px;
    color:red;
}
.widget_recent_entries ul li span {
	display: block;
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #858899
}
.widget_get_in_touch ul {
	padding-left: 0;
	list-style-type: none
}
.widget_get_in_touch ul li {
	position: relative;
	padding-left: 30px
}
.widget_get_in_touch ul li .touch-icon {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 17px;
	line-height: 17px;
	color: #3498db
}
.widget_get_in_touch ul li .touch-info a:hover, .widget_get_in_touch ul li .touch-info p:hover, .widget_get_in_touch ul li .touch-info small:hover, .widget_get_in_touch ul li .touch-info strong:hover {
	color: #3498db
}
.widget_get_in_touch ul li .touch-info p {
	padding: 0!important
}
.widget_get_in_touch ul li .touch-info a {
	font-size: 12px;
	text-transform: none
}
.widget_newsletter form {
	margin-top: 20px
}
.widget_newsletter .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
	line-height: 26px
}
.widget_newsletter .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #3498db;
	outline: 0
}
.widget_newsletter .form-control::-moz-placeholder {
color:#6b6e80;
opacity:1;
font-weight:400
}
.widget_newsletter .form-control:-ms-input-placeholder {
color:#6b6e80;
font-weight:400
}
.widget_newsletter .form-control::-webkit-input-placeholder {
color:#6b6e80;
font-weight:400
}
.widget_project .project-container {
	margin-bottom: 30px
}
.widget_project .project-title {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase
}
.widget_project .project-title.title-bordered {
	margin-bottom: 30px
}
.widget_project .project-title.title-bordered::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background-color: #3498db
}
.widget_project .project-info {
	font-size: 14px;
	line-height: 28px;
	font-weight: 300
}
.widget_project .project-info p {
	padding: 10px 0
}
.service {
	padding: 60px 0
}
.service-container {
	position: relative;
	margin-bottom: 20px;
	padding-left: 75px
}
.service-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	background-color: #3498db;
	color: #fff
}
.service-title {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2c3e50
}
.service-title a {
	color: #2c3e50
}
.service-title a:hover {
	color: #3498db
}
.service-info {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	min-height: 50px;
	height: 130px;
	overflow: hidden
}
.testimoni {
	padding: 60px 0;
	background-color: #fcfcfc
}
.testimoni-container {
	margin-bottom: 40px
}
.testimoni-avatar {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 1px #f2f2f2;
	-moz-box-shadow: 0 0 0 1px #f2f2f2;
	-ms-box-shadow: 0 0 0 1px #f2f2f2;
	-o-box-shadow: 0 0 0 1px #f2f2f2;
	box-shadow: 0 0 0 1px #f2f2f2;
	border: 5px solid #fff;
	overflow: hidden
}
.testimoni-avatar img {
	width: 80px;
	height: 80px
}
.testimoni-info {
	position: relative;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 28px
}
.testimoni-info::before {
	content: '\f10d';
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -11px;
	font-size: 22px;
	color: #bfbfbf
}
.testimoni-client {
	position: relative;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	color: #2c3e50
}
.testimoni-client::before {
	content: '';
	position: absolute;
	top: 12px;
	margin-left: -22px;
	width: 15px;
	height: 1px;
	background-color: #6b6e80
}
.features-row {
	display: table
}
.features-col-image, .features-col-info {
	display: table-cell;
	min-height: 100px;
	vertical-align: top
}
.features-col-image {
	width: 35%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.features-col-info {
	width: 65%;
	padding: 40px 40px 30px 40px
}
@media screen and (max-width:767px) {
.features-col-image, .features-col-info {
	display: block;
	width: 100%
}
.features-col-image {
	height: 250px
}
}
.team {
	padding: 60px 0;
	background-color: #fcfcfc
}
.team-container {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #f7f7f7;
	-webkit-box-shadow: 0 2px 0 #f5f5f5;
	-moz-box-shadow: 0 2px 0 #f5f5f5;
	-ms-box-shadow: 0 2px 0 #f5f5f5;
	-o-box-shadow: 0 2px 0 #f5f5f5;
	box-shadow: 0 2px 0 #f5f5f5;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background-color: #fff
}
.team-container:hover .team-photo::after {
	content: '';
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}
.team-photo {
	position: relative
}
.team-photo::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(52,152,219,.8) 0, rgba(111,89,74,.8) 100%);
	background-image: -o-linear-gradient(top, rgba(52,152,219,.8) 0, rgba(111,89,74,.8) 100%);
	background-image: linear-gradient(to bottom, rgba(52,152,219,.8) 0, rgba(111,89,74,.8) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@to7d', endColorstr='@to7d', GradientType=0);
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}
.team-photo img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto
}
.team-title {
	position: relative;
	margin-bottom: 30px
}
.team-title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #3498db
}
.team-title h3 {
	margin-bottom: 0;
	font-family: Bitter, serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #2c3e50
}
.team-title small {
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	color: #9395a5
}
.team-info .social-icon {
	position: relative;
	margin-top: 30px;
	padding-top: 20px;
	text-align: center
}
.team-info .social-icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #e6e6e6
}
.team-info .social-icon>li>a {
	font-size: 16px;
	color: #6b6e80
}
.team-info .social-icon>li>a:hover {
	color: #3498db
}
.statistic {
	position: relative;
	padding: 60px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.statistic::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(43,43,43,.8) 0, rgba(0,0,0,.8) 100%);
	background-image: -o-linear-gradient(top, rgba(43,43,43,.8) 0, rgba(0,0,0,.8) 100%);
	background-image: linear-gradient(to bottom, rgba(43,43,43,.8) 0, rgba(0,0,0,.8) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@to7d', endColorstr='@to7d', GradientType=0)
}
.statistic-container {
	position: relative;
	z-index: 4;
	margin-bottom: 30px;
	text-align: center;
	color: #fff
}
.statistic-number {
	position: relative;
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 48px;
	font-weight: 600
}
.statistic-number::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #3498db
}
.statistic-title {
	margin-top: 20px;
	font-family: Bitter, serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	color: #fff
}
.portfolio {
	padding: 60px 0
}
.portfolio-container {
	position: relative;
	height: auto;
	margin-bottom: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px
}
.portfolio-container:hover>.portfolio-image img {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
	-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;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
.portfolio-container:hover .portfolio-content h3 a {
	color: #3498db
}
.portfolio-container:hover .portfolio-content h3 span {
	color: #2c3e50
}
.portfolio-container:hover .portfolio-content small {
	color: #2c3e50
}
.portfolio-image {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background-color: #e1f0fa;
	overflow: hidden
}
.portfolio-image img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
	-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;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
.portfolio-content {
	padding: 20px 20px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	background-color: #fff
}
.portfolio-content h3 {
	margin: 0 0 10px;
	font-family: Bitter, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400
}
.portfolio-content h3 span {
	color: #3498db
}
.portfolio-content h3 a {
	color: #2c3e50
}
.portfolio-content h3 a:hover {
	color: #3498db
}
.portfolio-content small {
	font-size: 11px;
	line-height: 24px;
	color: #9395a5;
	text-transform: uppercase
}
.news {
	padding: 60px 0;
	background-color: #fcfcfc
}
.news-container {
	display: block;
	margin-bottom: 30px;
	text-align: center
}
.news-container a {
	color: #2c3e50
}
.news-container a:hover {
	color: #080b0e
}
.news-category {
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600
}
.news-title {
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: Bitter, serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 400
}
.news-title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background-color: #3498db
}
.news-title+.news-image {
	margin-top: 60px
}
.news-date {
	font-size: 11px;
	line-height: 24px;
	font-weight: 300
}
.news-image {
	margin-top: 25px;
	margin-bottom: 15px
}
.news-image img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.news-entry {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300
}
.news-footer {
	display: block;
	margin-top: 30px;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}
.news-footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.news-footer ul li {
	position: relative;
	display: inline-block;
	padding: 0 10px
}
.news-footer ul li::after {
	content: '\f111';
	font-family: FontAwesome;
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 4px
}
.news-footer ul li:last-child::after {
	content: ''
}
.news-footer-share a {
	font-size: 14px;
	padding: 0 10px;
	display: inline-block
}
.news-footer-share a:hover {
	color: #9395a5
}
.news-footer-tags a {
	display: inline-block;
	padding: 0 8px;
	margin-left: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #f5f5f5
}
.news-footer-tags a:hover {
	background-color: #fafafa
}
@media screen and (max-width:992px) {
.news-footer-tags {
	margin-bottom: 20px
}
}
.news-author-bio {
	position: relative;
	display: block;
	min-height: 150px;
	padding: 30px 10px 30px 110px;
	border-bottom: 1px solid #e6e6e6
}
.news-author-bio .author-avatar {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 1px #f2f2f2;
	-moz-box-shadow: 0 0 0 1px #f2f2f2;
	-ms-box-shadow: 0 0 0 1px #f2f2f2;
	-o-box-shadow: 0 0 0 1px #f2f2f2;
	box-shadow: 0 0 0 1px #f2f2f2;
	border: 5px solid #fff;
	overflow: hidden
}
.news-author-bio .author-avatar img {
	width: 80px;
	height: 80px
}
.news-author-bio .author-info {
	text-align: left
}
.news-author-bio .author-info h4 {
	font-weight: 400
}
.news-author-bio .author-info h4 small {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-left: 25px;
	color: #9395a5
}
.news-author-bio .author-info h4 small::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 12px;
	height: 1px;
	background-color: #d9d9d9
}
.news-author-bio .author-info ul li {
	font-size: 12px
}
.news-author-bio .author-info ul li a {
	color: #9395a5
}
.news-author-bio .author-info ul li a:hover {
	color: #2c3e50
}
.news-next-previous {
	display: block;
	padding: 30px 10px;
	border-bottom: 1px solid #e6e6e6
}
.news-next-previous a {
	position: relative;
	z-index: 3;
	font-family: Bitter, serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px
}
.news-next-previous a:hover {
	color: #858899
}
.news-next-previous .news-next, .news-next-previous .news-previous {
	position: relative;
	z-index: 3
}
.news-next-previous .news-previous {
	text-align: left;
	padding-left: 40px
}
.news-next-previous .news-previous::before {
	font-family: FontAwesome;
	content: '\f137';
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 0;
	font-size: 30px;
	color: #e6e6e6
}
.news-next-previous .news-next {
	text-align: right;
	padding-right: 40px
}
.news-next-previous .news-next::before {
	font-family: FontAwesome;
	content: '\f138';
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 0;
	font-size: 30px;
	color: #e6e6e6
}
@media screen and (max-width:992px) {
.news-next-previous .news-next, .news-next-previous .news-previous {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: inline-block
}
.news-next-previous .news-previous {
	margin-bottom: 20px
}
.news-next-previous .news-previous::before {
	top: 2px;
	left: -40px
}
.news-next-previous .news-next::before {
	top: 2px;
	right: -40px
}
}
.news-related {
	margin-top: 60px
}
.news-related .news-title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px
}
.news-related .news-title::after {
	content: '';
	bottom: -12px
}
.news-list {
	margin-bottom: 60px
}
.news-list.news-container {
	text-align: left
}
.news-list .news-title {
	font-size: 20px;
	line-height: 26px
}
.news-list .news-title::after {
	content: '';
	left: 0;
	margin-left: 0
}
.comments-area {
	display: block;
	margin-bottom: 60px
}
.comments-area .comments-title {
	position: relative;
	margin-bottom: 60px;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize
}
.comments-area .comments-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #3498db
}
.comments-area .comments-title span {
	display: block;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic
}
.comments-area .comments-title span a {
	color: #858899
}
.comments-area .comments-title span a:hover {
	color: #2c3e50
}
.comment-list {
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 0;
	background-color: #fff
}
.comment-list li {
	margin-bottom: 40px
}
.comment-list li .comment-author {
	text-transform: capitalize;
	font-weight: 600
}
.comment-list li .comment-author .avatar {
	position: relative;
	z-index: 2;
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
.comment-list li .comment-author .says {
	display: none
}
.comment-list li .comment-metadata {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
	text-transform: uppercase
}
.comment-list li .comment-metadata a {
	color: #858899
}
.comment-list li .comment-metadata a:hover {
	color: #2b2b2b
}
.comment-list li .comment-metadata .edit-link {
	margin-left: 20px;
	text-transform: none;
	font-size: 12px;
	font-weight: 600
}
.comment-list li .comment-metadata .edit-link a {
	color: #3498db
}
.comment-list li .comment-metadata .edit-link a:hover {
	color: #2b2b2b
}
.comment-list li .comment-content {
	margin-left: 65px;
	font-family: Bitter, serif;
	font-size: 14px;
	line-height: 28px
}
.comment-list li .comment-respond .comment-reply-title {
	font-size: 15px;
	line-height: 26px
}
.comment-list li .comment-respond .comment-reply-title small {
	float: right;
	margin-top: 10px;
	font-size: 11px;
	font-weight: 600
}
@media screen and (max-width:480px) {
.comment-list li .comment-respond .comment-reply-title small {
	float: none;
	display: block
}
}
.comment-list li .reply {
	margin-left: 65px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 24px;
	font-weight: 600
}
.comment-list li .reply .comment-reply-link, .comment-list li .reply a {
	padding: 5px 12px;
	border: 2px solid #3498db
}
.comment-list li .reply .comment-reply-link:focus, .comment-list li .reply .comment-reply-link:hover, .comment-list li .reply a:focus, .comment-list li .reply a:hover {
	color: #fff;
	background-color: #3498db
}
.comment-list li .children, .comment-list li ol {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin-left: 65px;
	margin-top: 40px
}
.comment-list li .children li, .comment-list li ol li {
	position: relative;
	margin-bottom: 40px
}
@media screen and (max-width:767px) {
.comment-list li .children, .comment-list li ol {
	margin-left: 20px
}
.comment-list li .children::before, .comment-list li ol::before {
	content: '';
	left: -20px
}
.comment-list li .children li::before, .comment-list li ol li::before {
	content: '';
	width: 10px;
	left: -20px
}
}
.comment-respond .comment-reply-title {
	position: relative;
	margin-bottom: 60px;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize
}
.comment-respond .comment-reply-title::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #3498db
}
.comment-respond .comment-reply-title small, .comment-respond .comment-reply-title span {
	display: block;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic
}
.comment-respond .comment-reply-title small a, .comment-respond .comment-reply-title span a {
	color: #858899
}
.comment-respond .comment-reply-title small a:hover, .comment-respond .comment-reply-title span a:hover {
	color: #2c3e50
}
.comment-respond .form-control {
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.comment-respond .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	outline: 0
}
.comment-respond .form-control::-moz-placeholder {
color:#9395a5;
opacity:1;
font-weight:300
}
.comment-respond .form-control:-ms-input-placeholder {
color:#9395a5;
font-weight:300
}
.comment-respond .form-control::-webkit-input-placeholder {
color:#9395a5;
font-weight:300
}
.partner {
	padding: 60px 0
}
.partner-item {
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
	padding: 10px
}
.partner-item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}
.partner-item a img {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}
.partner-item a:hover img {
	opacity: .8;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}
.sign-container {
	position: relative;
	margin: 100px 0 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 1px #ebebeb;
	-moz-box-shadow: 0 1px 3px 1px #ebebeb;
	-ms-box-shadow: 0 1px 3px 1px #ebebeb;
	-o-box-shadow: 0 1px 3px 1px #ebebeb;
	box-shadow: 0 1px 3px 1px #ebebeb;
	overflow: hidden
}
.sign-container .nav-tabs {
	position: absolute;
	top: 10px;
	right: 10px;
	border-bottom: none
}
.sign-container .nav-tabs>li {
	position: relative
}
.sign-container .nav-tabs>li>a {
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	background-color: transparent;
	color: #6b6e80
}
.sign-container .nav-tabs>li>a:focus, .sign-container .nav-tabs>li>a:hover {
	border: none;
	background-color: transparent
}
.sign-container .nav-tabs>li:first-child::after {
	content: '/';
	position: absolute;
	right: -2px;
	top: 4px
}
.sign-container .nav-tabs>.active>a, .sign-container .nav-tabs>.active>a:focus, .sign-container .nav-tabs>.active>a:hover {
	border: none;
	color: #3498db;
	background-color: transparent
}
.sign-container .tab-content {
	padding: 0;
	border-top: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff
}
.sign-container .sign-content {
	display: table;
	width: 100%
}
.sign-container .sign-content .sign-description, .sign-container .sign-content .sign-form {
	display: table-cell;
	vertical-align: top
}
.sign-container .sign-content .sign-description {
	position: relative;
	width: 55%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.sign-container .sign-content .sign-description::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(58,111,129,.8) 0, rgba(111,89,74,.8) 100%);
	background-image: -o-linear-gradient(top, rgba(58,111,129,.8) 0, rgba(111,89,74,.8) 100%);
	background-image: linear-gradient(to bottom, rgba(58,111,129,.8) 0, rgba(111,89,74,.8) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@to7d', endColorstr='@to7d', GradientType=0)
}
.sign-container .sign-content .sign-description *, .sign-container .sign-content .sign-description .description-text, .sign-container .sign-content .sign-description>* {
	position: relative;
	z-index: 3
}
.sign-container .sign-content .sign-description .description-text {
	padding: 40px 30px 25px;
	font-size: 16px;
	line-height: 28px;
	color: #fff
}
.sign-container .sign-content .sign-description .description-text h3 {
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #fff
}
.sign-container .sign-content .sign-form {
	width: 45%;
	padding: 60px 30px 40px
}
.sign-container .sign-content .sign-form .form-group {
	position: relative
}
.sign-container .sign-content .sign-form .form-group i[class^=icon-], .sign-container .sign-content .sign-form .form-group i[class^=fa-], .sign-container .sign-content .sign-form .form-group span[class*=icon-], .sign-container .sign-content .sign-form .form-group span[class*=fa-] {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #afb1bc
}
.sign-container .sign-content .sign-form .form-group .form-control {
	padding: 10px 20px 10px 35px
}
.sign-container .sign-content .sign-form .form-group .form-control:focus+i, .sign-container .sign-content .sign-form .form-group .form-control:focus+span {
	color: #6b6e80
}
.sign-container .sign-content .sign-form .checkbox input[type=checkbox] {
	margin-top: 8px
}
@media screen and (max-width:767px) {
.sign-container .nav-tabs {
	z-index: 4;
	top: 20px;
	right: 30px
}
.sign-container .sign-content .sign-description {
	display: none;
	visibility: hidden;
	opacity: 0
}
.sign-container .sign-content .sign-form {
	display: table;
	width: 100%
}
}
.subscribe {
	width: 100%;
	padding: 60px 0;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	background-color: #3498db
}
.subscribe h1, .subscribe h2, .subscribe h3, .subscribe h4, .subscribe h5, .subscribe h6 {
	color: #1a242f
}
.subscribe .input-group .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 30px 20px;
	background-color: #3498db;
	border-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #fff
}
.subscribe .input-group .form-control::-moz-placeholder {
color:#fff;
opacity:1;
font-weight:300
}
.subscribe .input-group .form-control:-ms-input-placeholder {
color:#fff;
font-weight:300
}
.subscribe .input-group .form-control::-webkit-input-placeholder {
color:#fff;
font-weight:300
}
.subscribe .input-group .btn {
	padding: 20px 25px;
	border-color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #2c3e50;
	background-color: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.subscribe .input-group .btn:focus, .subscribe .input-group .btn:hover {
	border-color: #2c3e50;
	color: #fff;
	background-color: #080b0e;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.subscribe .btn {
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border-color: #217dbb;
	color: #fff;
	background-color: #337ab7;
}
.subscribe .btn:focus, .subscribe .btn:hover {
	background-color: #2c3e50;
}
@media screen and (max-width:992px) {
.subscribe {
	text-align: center
}
.subscribe .btn {
	margin-top: 20px
}
}
.footer {
	position: relative;
	width: 100%;
	padding: 60px 0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-weight: 300;
	color: #9395a5
}
.footer *, .footer>* {
	position: relative;
	z-index: 4
}
.footer::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.91)
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	margin-bottom: 30px;
	color: #fff
}
.footer h1 span, .footer h2 span, .footer h3 span, .footer h4 span, .footer h5 span, .footer h6 span {
	color: #3498db
}
.footer img {
	max-width: 100%;
	height: auto
}
.footer a {
	color: #9395a5
}
.footer a:hover {
	color: #fff
}
.footer .social-icon {
	margin-top: 5px;
	/*margin-bottom: 30px*/
}
.footer .social-icon li {
	width: 35px;
	height: 35px;
	margin-right: 10px
}
.footer .social-icon li:last-child {
	margin-right: 0
}
.footer .social-icon li a {
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #9395a5;
	color: #1a242f
}
.footer .social-icon li a:hover {
	background-color: #fff
}
.footer .widget {
	text-transform: none;
	color: #9395a5
}
.footer .widget a {
	font-size: 12px;
	color: #9395a5
}
.footer .widget a:hover {
	color: #fff
}
.footer .widget a:hover, .footer .widget p:hover, .footer .widget small:hover, .footer .widget strong:hover {
	color: #fff
}
.footer .widget-title {
	/*border-top: none;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff
}
.footer .widget_get_in_touch ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: none;
	color: #9395a5
}
.footer .widget_get_in_touch ul li .touch-info a {
	font-size: 12px;
	color: #9395a5
}
.footer .widget_get_in_touch ul li .touch-info a:hover, .footer .widget_get_in_touch ul li .touch-info p:hover, .footer .widget_get_in_touch ul li .touch-info small:hover, .footer .widget_get_in_touch ul li .touch-info strong:hover {
	color: #fff
}
.footer .widget_newsletter .form-control {
	color: #fff
}
.footer .widget_categories ul li a::before, .footer .widget_recent_entries ul li a::before {
	color: #3498db
}
.footer .widget_recent_entries ul li {
	border-bottom-color: #515151
}
.footer .widget_recent_entries ul li a::before {
	content: '\f08b';
	font-family: FontAwesome;
	position: absolute;
	left: -30px;
	top: -5px;
	font-size: 13px
}
.footer .widget_categories ul li a::before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	left: -25px;
	top: -5px;
	font-size: 14px
}
.footer .widget_popular_post ul li {
	border-bottom-color: #515151
}
.footer .widget_popular_post ul li .post-entry .entry-date {
	font-weight: 600
}
.footer .widget_tag_cloud a {
	font-weight: 400;
	color: #6b6e80
}
.footer .widget_tag_cloud a:hover {
	border-color: #d9d9d9;
	color: #3498db
}
.footer .widget_recent_comments ul li {
	border-bottom-color: #515151
}
.footer .widget_about .about-author h3 {
	color: #fff
}
.footer .widget_about .about-author small {
	color: #777a8d
}
.footer .widget_about .about-bio .social-icon::before {
	content: '';
	background-color: #515151
}
.footer .widget_about .about-bio .social-icon>li {
	margin-right: 0
}
.footer .widget_about .about-bio .social-icon>li>a {
	background-color: transparent
}
.copyright {
	padding: 40px 0 30px;
	font-size: 12px;
	font-weight: 600;
	color: #9395a5;
	background-color: #000
}
.copyright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right
}
.copyright ul li {
	display: inline-block;
	margin-left: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600
}
.copyright ul li:first-child {
	margin-left: 0
}
.copyright ul li a {
	color: #9395a5
}
.copyright ul li a:hover {
	color: #fff
}
