
/* forms with icons */
label ~ .form-control-feedback {
	top: 15px;
}

.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 32px !important;
	top: 0;
}


/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
	background-color: #ffffff;
}


.header-top {
	background-color: #f4f5f7;
	border-bottom: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}

.header {
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	background-color: #ffffff;
}

.header.header-small {
	padding: 10px 0;
}

.page-top {
	padding: 40px 0;
}

.main-container {
	padding: 40px 0;
}


@media (min-width: 768px) {
	:not(.fixed-header-on) .header.transparent {
		position: absolute;
		width: 100%;
		z-index: 30;
		background-color: rgba(255, 255, 255, 0.3);
		border-color: transparent;
	}

	:not(.fixed-header-on) .dark.header.transparent {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.header-top {
	font-size: 12px;
}

.header-top.white-bg {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #dadada !important;
}

.header + .banner > .light-translucent-bg {
	border-top: none;
}


/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1006;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #eaeaea;
	padding: 7px 0;
	background-color:#ffffff;
}

.fixed-header-on .dark.header.fixed {
	border-bottom: 1px solid #36373C;
	background-color: rgba(54, 55, 60, 0.95);
}

.fixed-header-on.boxed .header.fixed {
	left: auto;
}

.fixed-header-on .header .logo {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	margin: 2px 0 -4px 0;
	display: none;
}

.fixed-header-on .header .logo {
		width:100%;		
		text-align:center}
		
.fixed-header-on .header .logo img {
		width:100%;
		max-width:85px;
		text-align:center}

.fixed-header-on .header. header-logo {
		width:100%;		
		text-align:center}
		
.fixed-header-on .header .header-logo img {
		width:100%;
		max-width:84px;
		text-align:center}


.fixed-header-on .header .site-slogan {
	display: none;
}

.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
}

.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.fixed-header-on.boxed .header.fixed {
		width: 750px;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.fixed-header-on .header .logo {
		display: block;
	}

	.fixed-header-on.boxed .header.fixed {
		width: 970px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.fixed-header-on.boxed .header.fixed {
		width: 1170px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Fixed header position */
	.header.fixed {
		position: relative !important;
		top: auto !important;
	}
}


.margin-clear {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.padding-top-clear {
	padding-top: 0 !important;
}

.padding-bottom-clear {
	padding-bottom: 0 !important;
}

.padding-clear {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.border-clear {
	border: none !important;
}

.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.separator {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
}

.separator:after {
	width: 30px;
	height: 5px;
	background: #333333;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #cccccc;
	position: relative;
}

.separator-2.right {
	margin-left: auto;
}

.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #666666;
	border-color: #666666;
}

.sidebar .separator:after {
	content: "";
	background-color: transparent;
}

.dark-bg .separator-2 {
	background-color: #999999;
}

.default-bg .separator-2 {
	background-color: #ebebeb;
}

.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}

.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
  .touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}


/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
		width: 293px;
	}

	.col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
		width: 213px;
	}

	.sidebar.affix {
		position: fixed;
		top: 20px;
	}

	.fixed-header-on .sidebar.affix {
		top: 65px;
	}

	.sidebar.affix-bottom {
		position: absolute;
	}

	.sidebar.affix-bottom .affix-menu,
  .sidebar.affix .affix-menu {
		margin-top: 0;
		margin-bottom: 0;
	}

	.affix-menu {
		padding-top: 20px;
	}

	h3.title ~ .affix-menu {
		padding-top: 0px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
	.col-md-4 .sidebar.affix,
  .col-md-4 .sidebar.affix-bottom {
		width: 390px;
	}

	.col-md-3 .sidebar.affix,
  .col-md-3 .sidebar.affix-bottom {
		width: 263px;
	}
}

/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 12px 0 5px;
	background-color: #fafafa;
	border-color: #f1f1f1;
}

.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #1d1d1b;
    text-transform:uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 15px 12px 14px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #27aee4;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #666666;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 280px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 12px 20px;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.main-navigation .dropdown-menu > li > a {
	position: relative;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #27aee4;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

.dropdown-menu .dropdown-menu.to-left {
	right: 100% !important;
	left: auto !important;
}

/*transparent header*/
.header.transparent:not(.dark) .navbar-nav > .open > a,
.header.transparent:not(.dark) .navbar-nav > .open > a:hover,
.header.transparent:not(.dark) .navbar-nav > .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #fafafa !important;
}

@media (min-width: 768px) {
	.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
		color: #333333;
	}
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}

.mega-menu .dropdown-menu {
	left: 0;
	top: 96%;
	width: 100%;
	padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}

.mega-menu .menu > li > a {
	padding: 5px 0;
	font-size: 13px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
}

.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mega-menu .menu > li:last-child > a {
	border-bottom: none !important;
}

.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
	padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #27aee4;
	border-color: #f1f1f1;
	text-decoration: none;
}

/* arrows for parent menu items */
.dropdown > a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 15px;
	right: 4px;
	line-height: 1;
	color: #1d1d1b;
}

.transparent.header:not(.dark) .dropdown > a:before {
	color: #666666;
}

.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #27aee4;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}

.dropdown .dropdown > a:before {
	content: "\f105";
	right: 10px;
	top: 15px;
	margin-left: 0;
	visibility: visible;
	color: #1d1d1b;
}

.dropdown .dropdown.open > a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open > a:before {
	color: #27aee4;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #ccc;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #27aee4;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #999999;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #27aee4;
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
	background-color: #27272A;
	border-color: #1f1f1f;
}

/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
	color: #e1e1e1;
}

/* Dark navigation first level active menu items on hover/focus */
.dark.header .navbar-default .navbar-nav > .active > a,
.dark.header .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
}

/* Dark navigation first level active menu items when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus {
	background-color: #27272a;
	border-color: #484848;
	border-bottom-color: #27272a;
	color: #ffffff;
}

/*Dark navigation second level menu items*/
.dark.header .dropdown-menu {
	background-color: #27272a;
	border: 1px solid #484848;
}

.dark.header-top .dropdown-menu {
	background-color: #36373c;
	border: 1px solid #3d3d3d;
	border-top-color: #36373c;
}

.dark.header-top .dropdown-menu .divider {
	background-color: #454545;
}

.dark.header .dropdown-menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;
}

/*Dark navigation second level menu items on focus/hover and when opened */
.dark.header .dropdown-menu > li > a:hover,
.dark.header .dropdown-menu > li > a:focus,
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover,
.dark.header .nav .open > a:focus,
.dark.header .dropdown-menu > .active > a,
.dark.header .dropdown-menu > .active > a:hover,
.dark.header .dropdown-menu > .active > a:focus,
.dark.header .dropdown-menu .menu > .active > a,
.dark.header .dropdown-menu .menu > .active > a:hover,
.dark.header .dropdown-menu .menu > .active > a:focus {
	background-color: #36373C;
	color: #ffffff;
}



/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}

.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left,
#offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
  /* first level menu */
	.navbar.navbar-default,
  .dark.header .navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
  /* layout fixes */
	.main-navigation .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}

	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Medium desktop devices and tablets */
@media (min-width: 768px) and (max-width: 1199px) {
	.main-navigation .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	.main-navigation .navbar-nav {
		float: left !important;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
	.col-md-2 + .col-md-7 .mega-menu .dropdown-menu {
		left: -146px;
		width: 940px;
	}
}

/* Medium desktop devices */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding-right: 19px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  /* first level menu item */
	.main-navigation .navbar-nav > li {
		margin: 0 0 0 15px;
	}

	.main-navigation .navbar-nav > li:first-child {
		margin: 0;
	}

	.col-md-2 + .col-md-7 .mega-menu .dropdown-menu {
		left: -196px;
		width: 1140px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  /* Mobile menu
  ------------------------------ */
  /* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #27aee4;
		background-color: transparent;
	}
  /* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}

	.subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #141414;
	}

	.light .subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #ddd;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
  /* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
  .main-navigation .navbar-nav > .open > a:hover,
  .main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent !important;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
  /* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
		color: #27aee4;
		background-color: #ffffff;
	}
  /* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
  /* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
  /* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #27aee4;
	}
  /* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
  /* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
  /* Arrows for parent menu items */
	.dropdown > a:before {
		right: 32px;
	}

	.dropdown .dropdown > a:before {
		right: 36px;
	}
  /*Dark mobile menu
  ------------------------------ */
	.dark.header .navbar-default .navbar-collapse,
  .dark.header .navbar-default .navbar-form {
		border-color: #1f1f1f;
	}
  /* active items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #36373c;
	}
  /* first level items */
	.dark.header .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #3c3c3e;
	}
  /* first level active items */
	.dark.header .navbar-default .navbar-nav > .active > a,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373C;
	}
  /* first level items hover and focus states */
	.dark.header .navbar-default .navbar-nav > li > a:hover,
  .dark.header .navbar-default .navbar-nav > li > a:focus,
  .dark.header .navbar-default .navbar-nav > .active > a:hover,
  .dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}
  /* first level items when opened */
	.dark.header .main-navigation .navbar-nav > .open > a,
  .dark.header .main-navigation .navbar-nav > .open > a:hover,
  .dark.header .main-navigation .navbar-nav > .open > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}
  /* second level menu */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #27272a;
		border: none;
	}
  /* second level items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #cdcdcd;
		border-color: #3c3c3e;
	}
  /* second level items on hover/focus */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}

	.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
		color: #ffffff;
	}
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}

.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}

.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}

.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}



/* Logo
---------------------------------- */
.logo img {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*.logo img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}*/

.header-logo {
		text-align:right
}

@media (max-width: 767px) {
	.logo {
		width:100%;		
		text-align:center}
		
	.logo img {
		width:100%;
		max-width:105px;
		text-align:center}

	.header-logo {
		width:100%;		
		text-align:center}
		
	.header-logo img {
		width:100%;
		max-width:104px;
		text-align:center}

}

.main-container .logo img {
	margin: 0 auto;
}

.header-small .logo img {
	max-height: 40px;
	margin: 2px 0 -4px 0;
}

.text-center .logo img {
	margin: 0 auto;
}

.site-slogan {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}





/* Medium devices (desktops, tablets less than 991px) */
@media (max-width: 991px) {
	.logo img,
  .header-small .logo img {
		margin: 0 auto !important;
	}

	.site-slogan {
		text-align: center;
	}
}



/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}

.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}

.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #27aee4;
	border: 1px solid #27aee4;
	color: #ffffff;
}

.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}

.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}

.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}

.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.social-links li a:hover {
	background-color: transparent;
	border-color: #27aee4;
	color: #27aee4;
}

.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}

.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}

.social-links li a i {
	line-height: 44px;
}

.social-links.large li a i {
	line-height: 60px;
}

.header-top .social-links {
	margin: 0;
}

.header-top .social-links li {
	padding: 3px 5px 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0;
}

.header-top .social-links li:hover {
	background-color: #fafafa;
}

.header-top .social-links li a {
	font-size: 16px;
}

.header-top .social-links li:last-child {
	border-right: none;
}

.header-top .social-links li a {
	border: none;
	width: 25px;
	height: 30px;
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li a:hover {
	color: #27aee4;
}

.header-top .social-links li a i {
	line-height: 30px;
}

.dark.header-top .social-links li {
	border-right: 1px solid #3d3d3d;
}

.dark.header-top .social-links li:last-child {
	border-right: none;
}

.dark.header-top .social-links li:hover {
	background-color: transparent;
}

.dark.header-top .social-links li a {
	color: #999999;
}

.footer-content .social-links {
	margin: 20px 0;
}

.footer-content .social-links li {
	margin: 0 5px 5px 0;
}

.footer-content .social-links li a {
	color: #666666;
	background-color: transparent;
	border-color: #666666;
}

.footer-content .social-links li a:hover {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}

.social-links li.skype a:hover,
.colored.social-links li.skype a {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #ffffff;
}

.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
	background-color: #0976b4;
	border-color: #0976b4;
	color: #ffffff;
}

.social-links li.googleplus a:hover,
.colored.social-links li.googleplus a {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #ffffff;
}

.social-links li.youtube a:hover,
.colored.social-links li.youtube a {
	background-color: #b31217;
	border-color: #b31217;
	color: #ffffff;
}

.social-links li.flickr a:hover,
.colored.social-links li.flickr a {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #ffffff;
}

.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #ffffff;
}

.social-links li.pinterest a:hover,
.colored.social-links li.pinterest a {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #ffffff;
}

.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
	background-color: #517fa4;
	border-color: #517fa4;
	color: #ffffff;
}

.social-links li.vimeo a:hover,
.colored.social-links li.vimeo a {
	background-color: #aad450;
	border-color: #aad450;
	color: #ffffff;
}

.social-links li.tumblr a:hover,
.colored.social-links li.tumblr a {
	background-color: #32506d;
	border-color: #32506d;
	color: #ffffff;
}

.social-links li.soundcloud a:hover,
.colored.social-links li.soundcloud a {
	background-color: #ff3a00;
	border-color: #ff3a00;
	color: #ffffff;
}

.social-links li.foursquare a:hover,
.colored.social-links li.foursquare a {
	background-color: #0072b1;
	border-color: #0072b1;
	color: #ffffff;
}

.social-links li.dribbble a:hover,
.colored.social-links li.dribbble a {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #ffffff;
}

.social-links li.behance a:hover,
.colored.social-links li.behance a {
	background-color: #053eff;
	border-color: #053eff;
	color: #ffffff;
}

.social-links li.vine a:hover,
.colored.social-links li.vine a {
	background-color: #00a478;
	border-color: #00a478;
	color: #ffffff;
}

.social-links li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a {
	background-color: #f74425;
	border-color: #f74425;
	color: #ffffff;
}

.social-links li.DigerDil a {
    width:50px;
	color: #999999;
    font-size:12px;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.twitter a:hover {
	color: #55acee;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.skype a:hover {
	color: #00aff0;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.linkedin a:hover {
	color: #0976b4;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.googleplus a:hover {
	color: #dd4b39;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.youtube a:hover {
	color: #b31217;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.flickr a:hover {
	color: #ff0084;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.facebook a:hover {
	color: #3b5998;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.pinterest a:hover {
	color: #cb2027;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.instagram a:hover {
	color: #517fa4;
	background-color: transparent;
	border-color: transparent;
}


.header-top .social-links li.vimeo a:hover {
	color: #aad450;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.tumblr a:hover {
	color: #32506d;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.soundcloud a:hover {
	color: #ff3a00;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.foursquare a:hover {
	color: #0072b1;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.dribbble a:hover {
	color: #ea4c89;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.behance a:hover {
	color: #053eff;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.vine a:hover {
	color: #00a478;
	background-color: transparent;
	border-color: transparent;
}

.header-top .social-links li.stumbleupon a:hover {
	color: #f74425;
	background-color: transparent;
	border-color: transparent;
}

.social-links .dropdown > button {
	padding: 6px 15px 5px;
	font-size: 16px;
	color: #999999;
	text-align: center;
	min-width: 0;
	margin: 0;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.social-links .dropdown > button i {
	width: 15px;
}

.social-links .dropdown.open > button > i:before {
	content: "\f00d";
	color: #27aee4;
}

.social-links .dropdown-menu {
	z-index: 103;
	padding: 0px;
	min-width: 290px;
	margin-top: 1px;
	font-size: 0;
	box-shadow: none;
	background-color: #fafafa;
}

.social-links .dropdown-menu li a,
.social-links .dropdown-menu li a i {
	padding: 0;
}

/* Header top dropdowns
---------------------------------- */
.header-top-dropdown {
	float: right;
	font-size: 0;
	text-align: right;
}

.header-top-dropdown .dropdown > button {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}

.dark .header-top-dropdown .dropdown > button {
	border-right: 1px solid #515151;
}

.header-top-dropdown .dropdown:last-child > button {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown > button {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}

.dark.header-top .header-top-dropdown .dropdown > button {
	border-right: 1px solid #3d3d3d;
}

.dark.header-top .header-top-dropdown .dropdown:last-child > button {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown > button i {
	padding-right: 5px;
	width: 15px;
}

.header-top-dropdown .dropdown.open > button,
.header-top-dropdown .dropdown > button:hover {
	color: #27aee4;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}

/*.header-top-dropdown .dropdown > button.kobi-giris { color:#FFFFFF; background:#0bbbef}
*/

.dark.header-top .header-top-dropdown .dropdown.open > button,
.dark.header-top .header-top-dropdown .dropdown > button:hover {
	color: #ffffff !important;
	background-color: #36373C;
	border-right-color: #3d3d3d;
}

.dark.header .header-top-dropdown .dropdown.open > button,
.dark.header .header-top-dropdown .dropdown > button:hover {
	color: #ffffff !important;
	background-color: #36373C;
	border-right-color: #515151;
}

.header-top-dropdown .dropdown:first-child.open > button,
.header-top-dropdown .dropdown:first-child > button:hover {
	border-left-color: #e3e3e3;
}

.dark.header-top .header-top-dropdown .dropdown:first-child.open > button,
.dark.header-top .header-top-dropdown .dropdown:first-child > button:hover {
	border-left-color: #3d3d3d;
}

.header .header-top-dropdown .dropdown > button {
	padding: 3px 10px;
}

.header .header-top-dropdown .dropdown.open > button,
.header .header-top-dropdown .dropdown > button:hover {
	background-color: transparent;
}

.header .header-top-dropdown .dropdown:first-child.open > button,
.header .header-top-dropdown .dropdown:first-child > button:hover {
	border-left-color: transparent;
}

.header .header-top-dropdown .dropdown:last-child.open > button,
.header .header-top-dropdown .dropdown:last-child > button:hover {
	border-right-color: transparent;
}

.header .header-top-dropdown .dropdown-menu {
	margin-top: 27px;
}

.header-top-dropdown .dropdown-menu {
	z-index: 103;
	padding: 20px;
	min-width: 280px;
	margin-top: 0px;
}

.header-top-dropdown .search-box .form-group {
	margin-bottom: 0;
}

.header-top-dropdown form {
	margin: 0;
}

.header-top-dropdown .login-form span {
	margin: 0 3px;
}

.header-top-dropdown .login-form ul {
	padding-left: 0;
	list-style-position: inside;
	padding: 5px 0;
}

.header-top-dropdown .login-form .social-links {
	display: inline-block;
	margin: 0;
}

.dark .header-top-dropdown .login-form a {
	color: #cdcdcd;
	text-decoration: underline;
}

.dark .header-top-dropdown .login-form a:hover {
	text-decoration: none;
}

.header .header-top-dropdown {
	margin-top: 19px;
}

.dark.header .header-top-dropdown {
	color: #cdcdcd;
}

.fixed-header-on .header .header-top-dropdown {
	margin-top: 13px;
}

.fixed-header-on .header .header-top-dropdown .dropdown-menu {
	margin-top: 19px;
}

/* Small devices (tablets, 480px and below) */
@media (max-width: 480px) {
	.header-top-dropdown .btn-group {
		position: static;
	}

	.header-top-dropdown .dropdown-menu {
		right: 15px !important;
		width: 100%;
	}
}

/* Full Width Content
---------------------------------- */
.full-width-section {
	position: relative;
}

.full-text-container {
	position: absolute;
	top: 30%;
	padding: 20px 40px;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
}



.dark-bg .testimonial-info-1,
.dark-bg .testimonial-info-2,
.default-bg .testimonial-info-1,
.default-bg .testimonial-info-2,
.dark-translucent-bg .testimonial-info-1,
.dark-translucent-bg .testimonial-info-2 {
	color: inherit;
}

