


body {
	font-family: 'Roboto', sans-serif;
	color: #475766;
	background: #ffffff;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #36414d;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
.lead {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: normal;
}
@media (min-width: 768px) {
.lead { font-size: 16px; }
}
p { margin: 0 0 10px; }
.text-center { text-align: center; }
a {
	text-decoration: none;
	color: #66aacc;
}
a:hover, a:focus {
	color: #252525;
	text-decoration: underline;
}
a:focus {
	outline: none;
	cursor: pointer;
}
:focus { outline: none; }
::selection {
	background: #66aacc;
	color: #ffffff;
}
::-moz-selection {
 background: #66aacc;
 color: #ffffff;
}
img::selection { background: transparent; }
img::-moz-selection {
 background: transparent;
}
iframe { border: none; }
figure { margin: 0; }
img { max-width: 100%; }
img.align-left {
	clear: both;
	float:left;
	margin:0 20px 5px 0;
	background: #ffffff;
}
img.align-right {
	clear: both;
	float:right;
	margin:0 0 5px 20px;
	background: #ffffff;
}
img.circle { border-radius: 50%; }
.frame {
	border: 5px solid #fdfdfd;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.frame2 { border: 1px solid #dddddd; }
.frame > img, .frame2 > img { width: 100% !important; }
.form-control {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 10px;
	height: 34px;
	background: #ffffff;
	border: 1px solid #dddddd;
	outline: none;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 0px;
	margin-bottom: 20px;
}
.form-control:focus {
	border: 1px solid #dddddd;
	outline: 0;
	background: #ffffff;
	box-shadow: none;
}
@media (max-width: 991px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { margin-bottom: 0px; }
}
.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-110 { margin-bottom: 110px; }
.mb-120 { margin-bottom: 120px; }
.mb-130 { margin-bottom: 130px; }
.mb-140 { margin-bottom: 140px; }
.mb-150 { margin-bottom: 150px; }
.mb-160 { margin-bottom: 160px; }
.mb-170 { margin-bottom: 170px; }
.mb-180 { margin-bottom: 180px; }
.mb-190 { margin-bottom: 190px; }
.mb-200 { margin-bottom: 200px; }

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: none;
}
.navbar-default {
	border-color: transparent;
	background-color: transparent;
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
.navbar-brand {
	float: left;
	font-family: inherit;
	font-weight: 900;
	font-size: 31px;
	line-height: 50px;
	height: auto;
	color: inherit;
}
.navbar-default .navbar-brand { color: inherit; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: inherit;
	background-color: transparent;
}
.navbar-collapse {
	max-height: 340px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; }

.navbar-nav { margin: 0px -15px; }
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.6;
}
@media (min-width: 768px) {
.navbar-nav {
	float: right;
	margin: 0;
	margin-top: 24px;
}
.navbar-nav > li { float: left; }
.navbar-nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	padding: 11px 20px;
	font-size: 14px;
	line-height: 22px;
	border-radius: 0px;
}
}
.navbar-default .navbar-nav > li > a {
	border-radius: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-radius: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #66aacc;
	background-color: transparent;
	border-radius: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	padding: 13px 5px;
}
}
.dropdown-menu {
	position: absolute;
	top: 66px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	font-weight: normal;
	border: none;
	padding: 0;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 2px 2px rgba(50,50,50,0.2);
	box-shadow: 0px 2px 2px rgba(50,50,50,0.2);
	border-radius: 0px;
}
.dropdown-menu > li > a {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.6;
	white-space: nowrap;
	padding: 10px 15px;
	border-radius: 0px;
}
@media (min-width: 768px) {
.dropdown-menu { border-top: 4px solid #66aacc; }
.dropdown-menu > li { border-bottom: 1px solid #dddddd; }
.dropdown-menu > li:last-child { border-bottom: 0; }
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	border-radius: 0px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	text-decoration: none;
	outline: 0;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
@media (min-width: 768px) {
.yamm .yamm-content { padding: 40px 40px 30px; }
.yamm .yamm-content h4 { color: #36414d; }
.yamm .yamm-content ul li a {
	padding: 5px 5px;
	display: block;
	color: #36414d;
}
.yamm .yamm-content ul li:hover { background: #66aacc; }
.yamm .yamm-content ul li:hover i, .yamm .yamm-content ul li:hover a, .yamm .yamm-content ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.yamm .yamm-content img {
	max-width: 100%;
	height: auto;
	width: 220px;
}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 15px;
	background-image: none;
	background-color: #66aacc;
	border: 1px solid #66aacc;
	border-radius: 4px;
}
.navbar-toggle:focus { outline: none; }
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 768px) {
.navbar-toggle { display: none; }
}
.navbar-default .navbar-toggle { border-color: #66aacc; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #66aacc; }
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
.navbar-nav .open .dropdown-menu > li > a { line-height: 1.6; }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	border-radius: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: transparent;
	border-radius: 0;
}
.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 {
	background-color: transparent;
	border-radius: 0;
}
.yamm .yamm-content {
	color: #ffffff;
	padding: 10px 10px;
}
.yamm .yamm-content h4 { color: #ffffff; }
.yamm .yamm-content ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.yamm .yamm-content ul li:hover i, .yamm .yamm-content ul li:hover a, .yamm .yamm-content ul li a:hover {
	color: #66aacc;
	text-decoration: none;
}
.yamm .yamm-content img {
	max-width: 100%;
	height: auto;
	width: 220px;
}
.yamm-content .col-sm-3 { padding: 0 30px; }
}

.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
	background: #555555 !important;
	color: #ffffff;
}
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
	top: 0 !important;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
}
.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #dddddd;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	position: absolute;
	right: 15px;
	left: auto;
	display: inline-block;
	vertical-align: middle;
}
.dropdown-submenu:hover > a:after { border-left-color: #ffffff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

 @media (min-width: 768px) {
.navbar-nav li:hover > .dropdown-menu {
	-webkit-animation: fadeIn 0.3s ease-in-out;
	-moz-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.navbar-nav li > .dropdown-menu:hover {
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}
}

@media (min-width: 768px) {
.sticky-header {
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.sticky-header .navbar-brand {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sticky-header .navbar-nav {
	margin: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sticky-header .navbar-nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sticky-header .navbar-nav {
	float: right;
	margin: 0;
	margin-top: 21px;
}
.sticky-header .dropdown-menu { top: 70px; }
}
@media (min-width: 768px) and (max-width: 991px) {
.sticky-header .navbar-nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
}
.sticky-header .navbar-nav {
	float: right;
	margin: 0;
	margin-top: 24px;
}
}
@media (max-width: 767px) {
#header { position: relative !important; }
}

.topbar-search {
	margin: 0;
	padding: 0;
}
.topbar-search .form-control {
	margin-bottom: 0px !important;
	background: #ffffff;
}
.topbar-search .dropdown-menu {
	top: 30px;
	right: 0px;
	padding: 20px;
	border-top: 4px solid #66aacc;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 1px #aaaaaa;
	box-shadow: 0px 0px 1px #aaaaaa;
	width: 300px;
}
@media (max-width: 991px) {
.topbar-search .dropdown-menu { top: 27px; }
}
@media (max-width: 767px) {
.topbar-search .dropdown-menu { width: 250px; }
}
.input-group .btn-default {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #66aacc;
	margin-bottom: 0px;
}
.input-group .btn-default:hover, .input-group .btn-default:focus, .input-group .btn-default:active, .input-group .btn-default.active {
	color: #ffffff !important;
	background-color: #666666;
	box-shadow: none !important;
}
.search-results { min-height: 200px; }

.gsc-control-cse, .gsc-search-box {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: #ffffff;
}
.gsc-search-box input {
	font: normal;
	font-family: normal;
	font-size: 100% !important;
	line-height: 1 !important;
	color: #777777;
}
.gsc-search-button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#topbar {
	width: 100%;
	height: auto;
	position: relative;
}
@media (min-width: 768px) {
#topbar:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65%;
	height:100%;
	max-height: 100px;
}
#topbar:after {
	content: '';
position: absolute;
top: 0px;
left: 65%;
border-right: 9px solid transparent;
border-bottom: 26px solid transparent;
width: 0;
height: 0;
}
}
.topbar-contact {
	margin: 7px 10px;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
}
@media (max-width: 991px) {
.topbar-contact { margin-bottom: -20px; }
}
.topbar-contact > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.topbar-contact > li i { margin-right: 5px; }
.language > a {
	text-decoration: none;
	cursor: pointer;
	color: #ffffff !important;
}
.language > .dropdown-menu {
	position: absolute;
	top: 26px;
	min-width: 50px;
	font-size: 13px;
}
.language > .dropdown-menu > li > a {
	padding: 5px 15px;
	text-shadow: none;
}
#topbar .social-icons { margin: 4px 10px 4px 0 !important; }

#header {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 300;
	background: #ffffff;
}

.pagetitle {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.pagetitle-overlay {
	width: 100%;
	height: 100%;
	color: inherit;
	vertical-align: middle;
	background-color: #333333;
	background-color: rgba(0,0,0,0.7);
	padding-top: 50px;
	padding-bottom: 40px;
	min-height: 100px;
	margin: 0 auto;
}
.pagetitle h1 {
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}
.breadcrumb {
	list-style: none;
	text-align: center;
	padding: 5px;
	background-color: transparent;
	border-radius: 0px;
}
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ffffff;
	content: "/\00a0";
}
.breadcrumb > .active { color: #ffffff; }
.breadcrumb li i {
	color: #ffffff;
	margin-right: 5px;
}
.breadcrumb li a { color: #ffffff; }

.titleline {
	position: relative;
	max-width: 50px;
	border-top: 1px solid #66aacc;
	margin: 0 auto 20px 0;
}
.titleline-center {
	position: relative;
	max-width: 50px;
	border-top: 1px solid #66aacc;
	margin: 0 auto 20px;
}
.titleline-footer {
	position: relative;
	max-width: 50px;
	border-top: 1px solid #66aacc;
	margin: 0 auto 20px 0;
}
.titleline-icon {
	position: relative;
	max-width: 100px;
	margin: 20px auto 20px;
}
#title1:after, #title2:after, #title3:after, #title4:after {
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	font-family: 'FontAwesome';
	content: "\f141";
	font-size: 20px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	height: 20px;
}
.subtitle {
	font-family: 'Open Sans', sans-serif;
	color: #66aacc;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

#footer-top {
	position: relative;
	width: 100%;
	min-height: 72px;
	padding: 20px 0px;
	line-height: 14px;
	box-shadow: inset 0px 10px 0px #ffffff, inset 0px 1px 0px #ffffff, inset 0px 1px 0px #ffffff, inset 0px 1px 0px #ffffff; 
}
@media (min-width: 768px) {
#footer-top:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35%;
	height:100%;
}
#footer-top:after {
	content: '';
position: absolute;
top: 0px;
left: 35%;
border-right: 48px solid transparent;
border-bottom: 44px solid transparent;
width: 0;
height: 0;
}
}
#footer-top a, #footer-top a:hover { color: #ffffff; }
.footer-top-left {
	margin: 5px auto;
	color: #bbbbbb;
}
.footer-top-right {
	margin: 10px auto 0;
	color: #ffffff;
}
@media (max-width: 991px) {
#footer-top .col-md-1, #footer-top .col-md-2, #footer-top .col-md-3, #footer-top .col-md-4, #footer-top .col-md-5, #footer-top .col-md-6, #footer-top .col-md-7, #footer-top .col-md-8, #footer-top .col-md-9, #footer-top .col-md-10, #footer-top .col-md-11, #footer-top .col-md-12 { margin-bottom: 0px !important; }
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100px;
	padding: 50px 0 50px;
	background: #2d3640;
}
#footer h4 { color: #dddddd; }
.footer-about a img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.footer-list {
	padding: 0;
	list-style: none;
}
.footer-list li { padding: 8px 2px; }
.footer-list li a { color: #ffffff; }
.footer-list li a:hover { color: #ffffff; }
.footer-list li i {
	margin-right: 8px;
	color: #dddddd;
}
.footer-list li span {
	color: #dddddd;
	font-weight: 700;
}

#copyright {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 20px 0px;
	overflow: hidden;
}
@media (max-width: 767px) {
#copyright { background: #242b33; }
}
@media (min-width: 768px) {
#copyright:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65%;
	height:100%;
}
#copyright:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 65%;
	border-right: 48px solid transparent;
	border-bottom: 44px solid transparent;
	width: 0;
	height: 0;
}
}
.copyright {
	margin: 5px auto;
	color: #bbbbbb;
}
.copyright-link {
	padding: 0;
	list-style: none;
	margin: 5px 0;
	float: right;
}
.copyright-link li { display: inline-block; }
.copyright-link li + li:before {
	padding: 0 10px;
	color: #bbbbbb;
	content: "/\00a0";
}
.copyright-link li a { color: #ffffff; }
.copyright-link li a:hover { color: #ffffff; }
@media (max-width: 767px) {
.copyright { text-align: center; }
.copyright-link {
	float: none;
	text-align: center;
	margin: -10px auto;
}
}

.social-icons {
	float: left;
	list-style: none;
	font-size: 13px;
	line-height: 13px;
	padding: 0;
	margin: 0;
}
.social-icons > li {
	display: inline-block;
	vertical-align: middle;
}
.social-icons > li a {
	display: table;
	text-decoration: none;
	margin-left: 2px;
}
.social-icons > li a i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid transparent;
	width: 29px;
	height: 29px;
	color: #ffffff;
	background: transparent;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-shadow: none;
}
.social-icons > li a i:hover {
}
.social-icons .fa-twitter:hover { background: #79dbff; }
.social-icons .fa-twitter-square:hover { background: #79dbff; }
.social-icons .fa-facebook:hover { background: #6795ed; }
.social-icons .fa-facebook-square:hover { background: #6795ed; }
.social-icons .fa-flickr:hover { background: #f56ab2; }
.social-icons .fa-rss:hover { background: #ffaf44; }
.social-icons .fa-pinterest:hover { background: #9b191e; }
.social-icons .fa-pinterest-square:hover { background: #9b191e; }
.social-icons .fa-skype:hover { background: #ffaf44; }
.social-icons .fa-dribbble:hover { background: #f665a6; }
.social-icons .fa-instagram:hover { background: #9c7255; }
.social-icons .fa-vimeo-square:hover { background: #45bcff; }
.social-icons .fa-dropbox:hover { background: #7dbce4; }
.social-icons .fa-linkedin:hover { background: #017fb1; }
.social-icons .fa-linkedin-square:hover { background: #017fb1; }
.social-icons .fa-youtube:hover { background: #db3b3a; }
.social-icons .fa-youtube-play:hover { background: #db3b3a; }
.social-icons .fa-youtube-square:hover { background: #db3b3a; }
.social-color > li { margin-bottom: 1px; }

#topbar .social-icons > li a i {
	border: 1px solid transparent;
	background: transparent;
}
#topbar .social-icons > li a i:hover {
	border: 1px solid transparent;
}

.social-icons > li a i {
}
.social-icons > li a i:hover {
	border: 1px solid #475766;
	color: #ffffff;
	background: #66aacc;
}

#footer .social-icons > li a {
	margin-left: 0px;
	margin-right: 2px;
}
#footer .social-icons > li a i {
	border: 1px solid transparent;
	background: transparent;
}
#footer .social-icons > li a i:hover {
	border: 1px solid transparent;
}


.flickr-thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.flickr-thumbs li {
	width: 60px;
	height: 60px;
	list-style: none;
	float: left;
	background: #ffffff;
	margin: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.flickr-thumbs li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	background: #ffffff;
	border: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.flickr-thumbs li:hover img { opacity: 0.7; }

.back-to-top {
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: none;
	background-image:  url("/images/back-to-top.png");
	background-repeat: no-repeat;
	background-color: #252525;
	background-position: 50% 50%;
	z-index: 999999;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer_content li {
    list-style: none;
}


.blog-post {
	background: transparent;
	margin-bottom: 40px;
}
.blog-photo {
	position:relative;
	margin-bottom: 20px;
}
.blog-info {
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 10;
	padding: 9px;
	width: 60px;
	height: 60px;
	border-radius: 0px;
}
.blog-info:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	right: -10px;
	pointer-events: none;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #333333;
	border-left: 5px solid #333333;
	display: block;
}
.blog-info p {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	border-radius: 0%;
	color: #ffffff;
}
.blog-info span {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	display: block;
	color: #ffffff;
}
.blog-title {
	margin-bottom: 20px;
	text-decoration: none;
}
.blog-title-icon {
	display: inline-block;
	vertical-align: middle;
}
.blog-title-icon span { display: table; }
.blog-title-icon span > i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	padding-top: 17px;
	padding-bottom: 17px;
	border: 1px solid #66aacc;
	width: 60px;
	height: 60px;
	background: #ffffff;
	background: rgba(255,255,255,0.5);
	color: #66aacc;
	border-radius: 0%;
}
.blog-title-body {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.blog-title-body h3 {
	line-height: 38px;
	margin-bottom: 2px;
}
.blog-title-body span {
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}
.blog-title-body span i { margin-right: 3px; }
.blog-content { margin-bottom: 20px; }
.blog-content p { margin-bottom: 20px; }
.blog-post-middle { margin-bottom: 30px; }

.comment {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat;
	border: 1px solid #dddddd;
	padding: 20px;
	clear: both;
	margin-bottom: 20px;
}
.comment img {
	width: 80px;
	height: 80px;
	border: 3px solid #fdfdfd;
	float:left;
	margin:0 20px 20px 0;
	background: #ffffff;
	border-radius: 50px 50px 50px 50px;
}
.comment-reply { margin-left: 80px; }
.comment-leave {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	margin-bottom: 20px;
	border-radius: 0px;
}
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 12px;
	font-size: 15px;
	margin-left: -1px;
	line-height: 1.6;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #dddddd;
	color: inherit;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #66aacc;
	color: #ffffff;
	border-color: #66aacc;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	font-weight: bold;
	cursor: default;
	background-color: #66aacc;
	border-color: #66aacc;
}
@media (max-width: 991px) {
.pagination { margin-bottom: 50px; }
.comment-leave { margin-bottom: 50px; }
}

.sidebar { margin-bottom: 50px; }
.sidebar-list {
	padding: 0;
	list-style: none;
}
.sidebar-list li {
	color: inherit;
	padding: 8px 2px;
}
.sidebar-list li i {
	margin-right: 8px;
	color: #66aacc;
}
.sidebar-list li span { font-weight: 600; }
.sidebar-post {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebar-post img {
	width: 80px;
	height: 80px;
	border: 3px solid #fdfdfd;
	float:left;
	margin:0 15px 5px 0;
	background: #ffffff;
	border-radius: 0px;
}
.sidebar-post p { margin: 0 0 5px; }
.sidebar-post span { font-size: 12px; }
.sidebar-tag {
	padding: 0;
	list-style: none;
}
.sidebar-tag li {
	display: inline-block;
	cursor: pointer;
	background: #ffffff;
	margin: 3px 1px;
	border: 1px solid #66aacc;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sidebar-tag li:hover {
	color: #ffffff;
	background: #66aacc;
}
.sidebar-tag li a {
	padding: 15px 12px;
	text-decoration: none;
	color: #66aacc;
	line-height: 30px;
	font-size: 13px;
}
.sidebar-tag li:hover a { color: #ffffff; }


.button {
	display: inline-block;
	border: none;
	cursor: pointer;
	background: transparent;
	padding: 7px 14px;
	color: inherit;
	border: 1px solid transparent;
	font-weight: bold;
	border-radius: 5px;
}
.button:hover {
	color: #66aacc;
	border: 1px solid #66aacc;
	background: transparent;
	border-radius: 5px;
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	-ms-transition:0.2s linear;
	-o-transition:0.2s linear;
	transition:0.2s linear;
}
.button:active, .button.is-checked {
	border: 1px solid #66aacc;
	font-weight: bold;
	background: #66aacc;
	color: #ffffff !important;
	border-radius: 5px;
}
.button-group:after {
	content: '';
	display: block;
	clear: both;
}
.button-group {
	margin-left: 15px;
	margin-bottom: 20px;
}
.button-group .button {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	border-radius: 5px;
}
.isotope {
	margin: 0;
	padding: 0;
	min-height: 150px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 20px;
}
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
.element-item {
	position: relative;
	float: left;
	color: inherit;
	background: transparent;
	margin-bottom: 30px;
}
.element-item > * {
	margin: 0;
	padding: 0;
}
.isotope .element-item img {
	width: 100% !important;
	height: auto;
}

.isotope-col {
	width: 20%;
	position: relative;
	min-height: 1px;
	margin-bottom: 0px;
}
 @media (max-width: 991px) {
.isotope-col { width: 50%; }
}
@media (max-width: 767px) {
.isotope-col { width: 100%; }
}

.isotope-masonry {
	margin: 0;
	padding: 0;
	min-height: 150px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 20px;
}
.isotope-masonry:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item {
	position: relative;
	float: left;
	color: inherit;
	background: transparent;
	border: none;
	width: 25%;
	height: auto;
}
.grid-item > * {
	margin: 0;
	padding: 0;
}
.grid-item img {
	width: 100% !important;
	height: auto;
}
.grid-sizer { width: 25%; }
.grid-large {
	width: 50%;
	height: auto;
}
 @media (max-width: 767px) {
.grid-item {
	width: 100%;
	margin-bottom: 20px;
}
.grid-sizer { width: 100%; }
.grid-large { width: 100%; }
}

.isotope-select {
	width: 200px;
	margin-bottom: 20px;
}
.col-md-9 .isotope-select { margin-right: 15px; }
.isotope-shop {
	margin: 0;
	padding: 0;
	min-height: 150px;
	overflow: hidden;
	padding-top: 5px;
	margin-bottom: 20px;
}
.isotope-shop:after {
	content: '';
	display: block;
	clear: both;
}
.isotope-shop .element-item img {
	width: 100% !important;
	height: auto;
}

.white-large, .white-medium, .white-small, .black-large, .black-medium, .black-small, .theme-large, .theme-medium, .theme-small {
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color: #252525;
	font-style:normal;
	text-decoration:none;
	margin: 0px;
	line-height: 1.6;
	font-weight: normal;
	padding: 5px 15px;
}
.tp-caption strong { font-weight: 900 !important; }

.white-large {
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.white-medium {
	color: #ffffff;
	font-size: 30px;
}
.white-small {
	color: #ffffff;
	font-size: 20px;
}

.black-large {
	color: #252525;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.black-medium {
	color: #252525;
	font-size: 30px;
}
.black-small {
	color: #252525;
	font-size: 20px;
}

.theme-large {
	color: #66aacc;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.theme-medium {
	color: #66aacc;
	font-size: 30px;
}
.theme-small {
	color: #66aacc;
	font-size: 20px;
}

.white-bg {
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
}
.black-bg {
	background-color: #252525;
	background-color: rgba(0,0,0,0.7);
}
.theme-bg {
	background-color: #66aacc;
	background-color: rgba(102,170,204,0.7);
}

.owl-carousel {
	position: relative;
	margin-bottom: 20px;
}
.owl-carousel .item {
	margin: 0;
	cursor: pointer;
}
#sync1 .item, #sync2 .item { margin: 5px; }
.owl-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.owl-client {
	padding: 30px 0px;
	margin: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 50px;
	line-height: 50px;
	padding: 10px;
	width: 70px;
	height: 70px;
	margin: 0px;
	background: transparent;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover { background: transparent; }
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 70px;
	height: 70px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 5px 5px;
	width: 20px;
	height: 5px;
}

.owl-slider .item {
	position: relative;
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding:0;
}
.owl-slider .item1 { background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
.owl-slider .item2 { background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
.owl-slider .item3 { background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
.owl-slider .item img {
	max-width: 400px;
	height: 600px;
	margin: 0 50px 0;
}
.owl-slider-right {
	text-align: left;
	margin-top: 170px;
	margin-left: 50px;
}
.owl-slider-left {
	text-align: right;
	margin-top: 170px;
	margin-right: 50px;
}
.owl-slider-center {
	text-align: center;
	margin-top: 170px;
}
.owl-caption { display: block; }
.owl-white-large {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.owl-white-medium {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #ffffff;
	font-size: 30px;
}
.owl-white-small {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #ffffff;
	font-size: 20px;
}
.owl-black-large {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #252525;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.owl-black-medium {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #252525;
	font-size: 30px;
}
.owl-black-small {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #252525;
	font-size: 20px;
}
.owl-theme-large {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #66aacc;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
.owl-theme-medium {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #66aacc;
	font-size: 30px;
}
.owl-theme-small {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	margin-bottom: 1px;
	color: #66aacc;
	font-size: 20px;
}
.owl-slider strong { font-weight: 900; }
.owl-slider .btn {
	display: inline-block;
	margin: 0;
	margin-top: 20px;
}
.owl-white-bg {
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
}
.owl-black-bg {
	background-color: #000000;
	background-color: rgba(0,0,0,0.7);
}
.owl-theme-bg {
	background-color: #66aacc;
	background-color: rgba(102,170,204,0.7);
}
@media (max-width: 767px) {
.owl-slider .item { height: 300px; }
.owl-slider-right {
	text-align: center;
	margin-top: 60px;
	margin-left: 0px;
}
.owl-slider-left {
	text-align: center;
	margin-top: 60px;
	margin-right: 0px;
}
.owl-slider-center {
	text-align: center;
	margin-top: 60px;
}
.owl-white-large, .owl-black-large, .owl-theme-large { font-size: 35px !important; }
.owl-white-medium, .owl-black-medium, .owl-theme-medium { font-size: 20px !important; }
.owl-white-small, .owl-black-small, .owl-theme-small { font-size: 12px !important; }
.owl-slider .btn-lg {
	padding: 6px 12px;
	font-size: 14px;
}
.owl-slider .btn.btn-lg span { margin-right: 25px; font-size: 14px; }
.owl-slider .btn.btn-lg span i { padding: 8px; }
}


.cart-dropdown .dropdown-menu {
	right: 0 !important;
	left: auto !important;
	width: 300px;
	color: inherit;
	padding: 10px 0px;
	border-top: 4px solid #66aacc;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 1px #aaaaaa;
	box-shadow: 0px 0px 1px #aaaaaa;
}
.cart-dropdown .col-md-3, .cart-dropdown .col-md-4, .cart-dropdown .col-md-5, .cart-dropdown .col-md-6, .cart-dropdown .col-md-7, .cart-dropdown .col-md-8, .cart-dropdown .col-md-9 { float: left; }
.cart-dropdown .yamm-content p {
	color: #888888;
	margin-bottom: 0;
}
.cart-dropdown .yamm-content h5 { color: inherit; }
 @media (max-width: 767px) {
.cart-dropdown .yamm-content h5 { color: #ffffff; }
.cart-dropdown .text-theme { font-size: 18px; }
}

.table > thead > tr > th {
	font-size: 18px;
	font-weight: bold;
	color: inherit;
}
.table-middle > thead > tr > th, .table-middle > tbody > tr > th, .table-middle > tfoot > tr > th, .table-middle > thead > tr > td, .table-middle > tbody > tr > td, .table-middle > tfoot > tr > td {
	vertical-align: middle;
	padding: 20px 10px;
}
.product-image { width: 15%; }
.product-image img {
	width: 80px;
	height: 80px;
}
.product-name { width: 50%; }
.product-name h4 { font-weight: bold; }
.product-name p {
	color: #888888;
	margin-bottom: 5px;
	font-size: 12px;
}
.product-price { width: 10%; }
.product-quantity { width: 10%; }
.product-quantity input {
	width: 50px;
	height: 30px;
}
.product-total { width: 10%; }
.product-remove { width: 5%; }
.line-through {
	text-decoration: line-through;
	color: #888888;
}

.cart-sidebar {
	padding: 0px;
	margin-bottom: 20px;
}
.cart-sidebar input, .cart-sidebar select { margin-bottom: 10px; }
.cart-sidebar .panel-body { padding: 5px 20px; }


.contactform { margin-bottom: 20px; }
.cmxform {
	font-family: inherit;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 30px;
}
.cmxform label {
	width: 100%;
	display:block;
	line-height: 1.6;
	float: none;
}
.cmxform label i {
	color: #cc5252;
	margin-left: 5px;
	font-size: 7px;
	vertical-align: top;
	font-weight: normal !important;
}
.cmxform textarea { min-height: 150px; }
.cmxform .answer { width: 80px; }
.cmxform .submit {
	width: 80px;
	height: 40px;
	font-weight: bold !important;
	text-transform:uppercase;
}
form.cmxform label.error {
	width: 100%;
	color: #a94442;
	font-weight: bold;
	font-style: italic;
	padding: 7px 10px;
	margin-bottom: 10px;
	background-color: #f2dede;
	border: 1px solid transparent;
	border-radius: 0;
}
.cmxform input.error, .cmxform select.error, .cmxform textarea.error { border: 1px dotted #a94442; }
div.error { display: none; }
.cmxform span.checkbox, .cmxform .checkbox, .cmxform .radio { display: inline; }
input.checkbox { border: none; }
.cmxform select { margin-bottom: 20px; }

#message { margin: 20px auto; }
.contact-success {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	font-weight: bold;
	border-radius: 3px;
}
.contact-error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	font-weight: bold;
	border-radius: 3px;
}

.sidebar-info {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.sidebar-info li { padding: 8px 2px; }
.sidebar-info li i {
	margin-right: 5px;
	font-weight: 600;
}
.sidebar-info li span { font-weight: 600; }

#map {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}


.dropcap {
	float: left;
	color: inherit;
	font-size: 39px;
	line-height: 50px;
	font-weight: bold;
	padding: 0px 13px;
	margin:0px 20px 0 0;
}
.dropcap-theme {
	float: left;
	color: #ffffff;
	font-size: 39px;
	line-height: 50px;
	font-weight: bold;
	padding: 0px 13px;
	margin:0px 20px 0 0;
	background: #66aacc;
}

.tooltip-inner {
	background: #ffffff;
	border: 1px solid #dddddd;
	padding: 20px;
	color: inherit;
	border-radius: 0px;
}
.tooltip.top .tooltip-arrow { border-top-color: #dddddd; }
.tooltip.top-left .tooltip-arrow { border-top-color: #dddddd; }
.tooltip.top-right .tooltip-arrow { border-top-color: #dddddd; }
.tooltip.right .tooltip-arrow { border-right-color: #dddddd; }
.tooltip.left .tooltip-arrow { border-left-color: #dddddd; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #dddddd; }
.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #dddddd; }
.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #dddddd; }

.popover {
	padding: 20px;
	box-shadow: none;
	border-radius: 0px;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; }
.list-unstyled {
	padding-left: 0;
	list-style: none;
	line-height: 2.0em;
}
.list-unordered { line-height: 2.0em; }
.list-ordered { line-height: 2.0em; }
.icon-arrow-list {
	padding-left: 0;
	list-style: none;
	line-height: 2.0em;
	margin: 10px 0;
}
.icon-arrow-list ul, .icon-arrow-list ul ul { list-style: none; }
.icon-arrow-list li, .icon-arrow-list li a { color: inherit; }
.icon-arrow-list li i {
	margin-right: 8px;
	color: #66aacc;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #66aacc;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.6;
	color: #888888;
}

.skillbar-title { margin-bottom: 5px; }
.skillbar {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 10px;
	background-color: #eeeeee;
	vertical-align: middle;
	border-radius: 50px;
	-webkit-transition:0.5s linear;
	-moz-transition:0.5s linear;
	-ms-transition:0.5s linear;
	-o-transition:0.5s linear;
	transition:0.5s linear;
	-webkit-transition-property: width, background-color;
	-moz-transition-property: width, background-color;
	-ms-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color;
}
@media (max-width: 767px) {
.skillbar { margin-bottom: 40px; }
}
.skillbar-percent {
	position: relative;
	width: 0;
	height: 10px;
	background-color: #2b9fd9;
	font-size: 13px;
	line-height: 10px;
	color: #ffffff;
	padding: 0px 5px;
	text-align: right;
	vertical-align: middle;
	border-radius: 0px;
}
.skillbar-tooltip {
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 10;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	width: 40px;
	height: 20px;
	background: #555555;
	text-shadow: none;
	border-radius: 0px;
}
.skillbar-tooltip:after {
	content: '';
	position: absolute;
	right: -30px;
	left: 0;
	bottom: -10px;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 5px solid #555555;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
}
.skillbar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.skillbar-white { background-color: #ffffff; }
.skillbar-gray { background-color: #999999; }
.skillbar-black { background-color: #333333; }
.skillbar-rose { background-color: #cc6699; }
.skillbar-pink { background-color: #cc66cc; }
.skillbar-purple { background-color: #9966cc; }
.skillbar-indigo { background-color: #6666cc; }
.skillbar-blue { background-color: #6699cc; }
.skillbar-aqua { background-color: #66cccc; }
.skillbar-emerald { background-color: #66cc99; }
.skillbar-green { background-color: #66cc66; }
.skillbar-olive { background-color: #99cc66; }
.skillbar-yellow { background-color: #cccc66; }
.skillbar-orange { background-color: #cc9966; }
.skillbar-red { background-color: #cc6666; }
.skillbar-theme { background-color: #66aacc; }

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background-color: transparent;
	margin: 0 auto 20px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mbyt-player {
	width: 100%;
	display:inline-block;
	position:relative;
	left: 0;
	overflow: hidden;
	height: 400px;
	vertical-align: bottom;
}
.mbyt-player:hover { text-decoration: none; }

.testimonial {
	position: relative;
	background: #fdfdfd;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.7);
	box-shadow: 0 1px 0px rgba(255,255,255,0.7);
}
.testimonial:before, .testimonial:after {
	display: block;
	position: absolute;
	font-family: FontAwesome;
	content: "\f10d";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 18px;
	color: #777777;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.testimonial:before {
	top: 10px;
	left: 10px;
}
.testimonial:after {
	content: "\f10e";
	bottom: 10px;
	right: 10px;
}
.testimonial p { padding: 40px; }
.testimonial-author {
	padding: 5px 5px 5px;
	text-align: center;
}
.testimonial-author img {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: left;
	margin-right: 10px;
	border: 3px solid #fdfdfd;
	border-radius: 50px 50px 50px 50px;
}
.testimonial-author p {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}
.testimonial-author {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.testimonial-author:after {
	position: absolute;
	left: 80px;
	top: -21px;
	content: '';
	width: 50px;
	height: 20px;
	display: block;
	background: transparent url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat center top;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #dddddd;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}
.divider-singleline {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #dddddd;
}
.divider-doubleline {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 4px double #dddddd;
}
.divider-singledotted {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat-x top left;
}
.divider-doubledotted {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat-x top left;
}
.divider-icon {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat-x left 30px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.divider-icon i {
	width: 45px;
	height: 45px;
	color: #888888;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	background: #ffffff;
}

.badge-popular { position: relative; }
.badge-popular:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 50px;
	height: 50px;
	background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat top right;
}
.badge-sale { position: relative; }
.badge-sale:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 50px;
	height: 50px;
	background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat top right;
}
.badge-best { position: relative; }
.badge-best:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 50px;
	height: 50px;
	background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat top right;
}
.badge-new { position: relative; }
.badge-new:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 50px;
	height: 50px;
	background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat top right;
}

.photo-title {
	text-align: center;
	padding: 20px 20px 10px !important;
}
.photo-title2 {
	text-align: center;
	padding: 20px 20px 10px !important;
	background: transparent;
	border-top: none;
}
.photo-title3 {
	text-align: center;
	padding: 20px 20px 10px !important;
	color: #ffffff;
}
.photo-title3 h3, .photo-title3 h4, .photo-title3 h5, .photo-title3 h6 { color: #ffffff; }
.photo-title.text-left, .photo-title2.text-left, .photo-title3.text-left {
	text-align: left !important;
	padding: 20px 0 10px 0 !important;
}
.photo-title.text-left2, .photo-title2.text-left2, .photo-title3.text-left2 {
	text-align: left !important;
	padding: 20px 20px 10px !important;
}

@media (min-width: 992px) {
.mt-100 {
	margin-top: -100px;
	border: 10px solid #ffffff;
	z-index: 5;
}
.mt-110 {
	margin-top: -110px;
	border: 10px solid #ffffff;
	z-index: 5;
}
.mt-120 {
	margin-top: -120px;
	z-index: 5;
}
.mt-130 {
	margin-top: -130px;
	border: 10px solid #ffffff;
	z-index: 5;
}
.mt-140 {
	margin-top: -140px;
	border: 10px solid #ffffff;
	z-index: 5;
}
.mt-150 {
	margin-top: -150px;
	border: 10px solid #ffffff;
	z-index: 5;
}
}

.chartbox {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	background: transparent;
	cursor: default;
	border-radius: 0;
}
.chartbox-icon {
	margin: 0 auto;
	display: table;
}
.chartbox-icon i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	line-height: 40px;
	color: #66aacc;
	background: transparent;
	border-radius: 50%;
}
.chartbox-icon a { text-decoration: none; }
.chart {
	display: inline-block;
	text-align: center;
}
.chart canvas { display: none; }
.percent {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ffffff;
	margin: 5px auto;
}
@media (max-width: 991px) {
.chartbox { margin: 40px auto; }
}

.team {
	clear: both;
	position: relative;
	text-align: center;
	background: #fafafa;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-content {
	padding: 30px 20px;
	background: #ffffff;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-content h4 {
	color: #36414d;
	font-weight: bold;
	line-height: 1.2;
}
.team-content small {
	color: inherit;
	font-size: 13px;
	font-weight: normal;
}
.team .social-icons {
	float: none;
	margin-top: 20px;
}

.fontawesome-icon-list { margin-bottom: 20px; }
.fontawesome-icon-list div {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.fontawesome-icon-list div:hover {
	background: #f7f7f7;
	border-radius: 5px;
}

.not-found {
	text-align: center;
	padding: 50px 0;
}
.not-found a {
	font-size: 150px;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: none;
	display: block;
}


.panel-group { margin-bottom: 20px; }
.panel {
	background-color: transparent;
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 0px;
}
.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0px;
}
.panel-group .panel + .panel { margin-top: 5px; }
.panel-default {
	border-color: transparent;
	border: none;
}
.panel-group .panel-heading { border-bottom: 0; }
.panel-default > .panel-heading {
	background-color: #ffffff;
	color: #ffffff;
	border-color: transparent;
}
.panel-heading {
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #36414d;
}
.panel-title > a { color: #ffffff; }
.collapse { display: none; }
.collapse.in { display: block; }
.panel-body {
	padding: 30px;
	background-color: #ffffff;
}
.panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: transparent; }
.panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid transparent; }
.panel-heading a:hover, .panel-heading a:focus { color: #ffffff; }
.panel-heading a {
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 55px;
	position: relative;
	background-color: #66aacc;
	border: 1px solid transparent;
	font-weight: normal!important;
}
.panel-title > a:before {
	display: block;
	position: absolute;
	top: 10px;
	left: 15px;
	color: #ffffff;
	content: "\f068";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding: 5px 7px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.panel-title > a.collapsed {
	color: inherit;
	font-weight: normal !important;
	border: 1px solid transparent;
	background: #fafafa;
}
.panel-title > a.collapsed:before {
	content: "\f067";
	color: inherit;
	padding: 5px 7px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.toggle-container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
}
.toggle-container h4 {
	position: relative;
	font-weight: normal !important;
	cursor: pointer;
	display: block;
	outline: none;
	vertical-align: middle;
	padding: 10px 15px 10px 55px;
	font-size: 16px;
	margin: 5px 0 0;
	color: inherit;
	border-radius: 0;
	border: 1px solid transparent;
	background: #fafafa;
}
.toggle-container h4.active {
	color: #ffffff;
	background-color: #66aacc;
	border: 1px solid transparent;
	font-weight: normal !important;
	border-radius: 0;
	box-shadow: none;
}
.toggle-container h4:before {
	position: absolute;
	display: block;
	left: 15px;
	top: 10px;
	font-family: 'FontAwesome';
	content: "\f067";
	line-height: 1;
	color: inherit;
	padding: 5px 7px;
}
.toggle-container h4.active:before {
	content: "\f068";
	color: #ffffff;
	padding: 5px 7px;
}
.toggle-content {
	margin: 0 0 5px;
	padding: 30px;
	border: none;
	background-color: #ffffff;
	border-radius: 0;
}


.tab-container { margin-bottom: 20px; }
.etabs {
	margin: 0;
	padding: 0;
	font-size: 0;
}
.tab {
	display: inline-block;
	background-color: transparent;
	border: none;
	margin-right: 0px;
	border-radius: 0;
	zoom:1;
*display: inline;
}
.tab a {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	display: block;
	padding: 10px 15px;
	outline: none;
	text-decoration: none;
	color: inherit;
	border: 1px solid #dddddd;
	border-bottom: none;
	border-right: none;
	position: relative;
	top: 1px;
	z-index: 10;
	margin: 0;
}
.etabs li:last-child { border-right: 1px solid #dddddd; }
.tab a i { margin-right: 5px; }
.tab a:hover { text-decoration: none; }
.tab.active {
	position: relative;
	top: 0px;
	padding-top: 0px;
	border-color: transparent;
	background: transparent;
}
.tab a.active {
	font-weight: normal;
	color: #66aacc;
	border-bottom: 1px solid #fdfdfd;
	background: #fdfdfd;
}
.tab-container .panel-container {
	font-size: 14px;
	position: relative;
	background: #fdfdfd;
	border: 1px solid #dddddd;
	padding: 30px;
	border-radius: 0;
}
@media (max-width: 767px) {
.tab a { padding: 10px 10px; }
}

.tab-side-container {
	background: transparent;
	border: solid 1px transparent;
	min-height: 100px;
	margin-bottom: 20px;
	border-radius: 0;
}
.tab-side-container ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	border-radius: 0;
}
.tab-side-container ul li {
	background: transparent;
	margin-bottom: 0px;
	text-align: left;
	max-width: 100%;
	border: none;
	word-break: break-all;
	min-width: 130px;
}
.tab-side-container ul li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	display: block;
	padding: 10px 15px;
	outline: none;
	color: inherit;
	border: 1px solid #dddddd;
	border-right: none;
	border-bottom: none;
	position: relative;
	left: 1px;
	z-index: 10;
}
.tab-side-container ul li:last-child { border-bottom: 1px solid #dddddd; }
.tab-side-container ul li a i { margin-right: 5px; }
.tab-side-container ul li a:hover { text-decoration: none; }
.tab-side-container ul li.selected-tab {
	position: relative;
	left: 0px;
	background: transparent;
	font-weight: normal;
	border-radius: 0;
}
.tab-side-container ul li a.selected-tab {
	font-weight: normal;
	text-decoration: none;
	color: #66aacc;
	border-right: 1px solid #fdfdfd;
	background: #fdfdfd;
}
.tab-side-container .panel-container {
	font-size: 14px;
	background: #fdfdfd;
	overflow: hidden;
	padding: 30px;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 0px #ffffff;
	box-shadow: 0 1px 0px #ffffff;
}
@media (max-width: 767px) {
.tab-side-container ul li { min-width: 50px; }
.tab-side-container ul li a { padding: 10px 10px; }
}

.contentbox {
	padding: 40px 40px 30px;
	background: #eeeeee;
	margin: 0 auto;
	min-height: 200px;
}
.contentbox .triangle-right, .contentbox .triangle-left, .contentbox .triangle-top, .contentbox .triangle-bottom {
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	width: 0;
	height: 0;
	margin: auto;
	z-index: 2;
}
.contentbox .triangle-right {
	top: 0;
	bottom: 0;
	right: -30px;
	border-left: 15px solid #eeeeee;
	-webkit-box-shadow: -1px 0px 0px #eeeeee;
	box-shadow: -1px 0px 0px #eeeeee;
}
.contentbox .triangle-left {
	top: 0;
	bottom: 0;
	left: -30px;
	border-right: 15px solid #eeeeee;
	-webkit-box-shadow: 1px 0px 0px #eeeeee;
	box-shadow: 1px 0px 0px #eeeeee;
}
.contentbox .triangle-top {
	left: 0;
	right: 0;
	top: -30px;
	border-bottom: 15px solid #eeeeee;
	-webkit-box-shadow: 0px 1px 0px #eeeeee;
	box-shadow: 0px 1px 0px #eeeeee;
}
.contentbox .triangle-bottom {
	left: 0;
	right: 0;
	bottom: -30px;
	border-top: 15px solid #eeeeee;
	-webkit-box-shadow: 0px -1px 0px #eeeeee;
	box-shadow: 0px -1px 0px #eeeeee;
}
.contentbox-theme {
	color: #ffffff;
	background: #66aacc;
}
.contentbox-theme .triangle-right {
	border-left: 15px solid #66aacc;
	-webkit-box-shadow: -1px 0px 0px #66aacc;
	box-shadow: -1px 0px 0px #66aacc;
}
.contentbox-theme .triangle-left {
	border-right: 15px solid #66aacc;
	-webkit-box-shadow: 1px 0px 0px #66aacc;
	box-shadow: 1px 0px 0px #66aacc;
}
.contentbox-theme .triangle-top {
	border-bottom: 15px solid #66aacc;
	-webkit-box-shadow: 0px 1px 0px #66aacc;
	box-shadow: 0px 1px 0px #66aacc;
}
.contentbox-theme .triangle-bottom {
	border-top: 15px solid #66aacc;
	-webkit-box-shadow: 0px -1px 0px #66aacc;
	box-shadow: 0px -1px 0px #66aacc;
}
.contentbox-theme h1, .contentbox-theme h2, .contentbox-theme h3, .contentbox-theme h4, .contentbox-theme h5, .contentbox-theme h6, .contentbox-theme p, .contentbox-theme i, .contentbox-theme a { color: #ffffff; }
@media (max-width: 991px) {
.contentbox {
	margin: 0px auto;
	min-height: 150px;
}
.triangle-right, .triangle-left, .triangle-top, .triangle-bottom { display: none; }
}


.iconbox1 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 20px;
	text-align: center;
	background: transparent;
	cursor: default;
	margin-bottom: 20px;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.iconbox1-icon {
	margin: 10px auto 20px;
	display: table;
}
.iconbox1-icon i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	line-height: 50px;
	padding-top: 24px;
	padding-bottom: 24px;
	border: 1px solid #66aacc;
	width: 100px;
	height: 100px;
	color: #ffffff;
	background: #66aacc;
	border-radius: 50%;
}
.iconbox1:hover .iconbox1-icon i {
	color: #66aacc;
	background: #ffffff;
}
.iconbox1-icon a { text-decoration: none; }

.iconbox2 {
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	padding: 20px 20px 10px;
	background: #ffffff;
	border: 1px solid transparent;
	z-index: 0;
	cursor: default;
	margin-bottom: 20px;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.7);
	box-shadow: 0 1px 0px rgba(255,255,255,0.7);
}
.iconbox2 .iconbox2-bg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
	color: #fafafa;
	font-size: 200px;
}
.iconbox2-icon {
	float: left;
	margin-right: 20px;
	display: table;
}
.iconbox2-icon i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	line-height: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #66aacc;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background: #66aacc;
	border-radius: 50%;
}
.iconbox2:hover .iconbox2-icon i {
	color: #66aacc;
	background: #ffffff;
}
.iconbox2-content {
	overflow: hidden;
	text-align: left;
}
@media (max-width: 991px) {
.iconbox2-icon {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}
.iconbox2-content { text-align: center; }
}
.iconbox2-bg {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.iconbox2:hover .iconbox2-bg { opacity: 1; }


.photobox1 {
	clear: both;
	width: 100%;
	height: auto;
	cursor: default;
	margin-bottom: 20px;
}
.photobox1 figure {
	float:left;
	width: 100px;
	height: 100px;
	margin:0 30px 20px 0;
	border-radius: 50%;
}
.photobox1-content {
	background: transparent;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.photobox1-content h4 span {
	margin-left: 20px;
	font-weight: normal;
}

.photobox2 {
	clear: both;
	position: relative;
	cursor: default;
	z-index: 1;
	margin-bottom: 20px;
}
.photobox2 img {
	position: absolute;
	top: 35px;
	left: 0;
	margin: auto;
	width: 140px;
	height: 140px;
	z-index: 2;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.photobox2:hover img {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.photobox2-content {
	margin-left: 70px;
	background: #ffffff;
	padding: 20px 20px 20px 90px;
	border: 5px solid #dddddd;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.photobox2:hover .photobox2-content { border: 5px solid #66aacc; }

.process {
	margin: 0;
	padding: 0;
	border: none;
}
.process-1 {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #555555;
	margin: 0;
}
.process-1 .triangle-right {
	position: absolute;
	top: 0px;
	right: -20px;
	border-top: 40px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 10px solid #555555;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #555555;
	box-shadow: -1px 0px 0px #555555;
}
.process-2 {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #555555;
	margin: 0;
}
.process-2 .triangle-left {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 40px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 10px solid #ffffff;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #ffffff;
	box-shadow: -1px 0px 0px #ffffff;
}
.process-2 .triangle-right {
	position: absolute;
	top: 0px;
	right: -20px;
	border-top: 40px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 10px solid #555555;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #555555;
	box-shadow: -1px 0px 0px #555555;
}
.process-3 {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #66aacc;
	margin: 0;
}
.process-3 .triangle-left {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 40px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 10px solid #ffffff;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #ffffff;
	box-shadow: -1px 0px 0px #ffffff;
}
.step {
	float: left;
	display: table;
	margin-right: 15px;
}
.step span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: #999999;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
}
.process-1 h3, .process-2 h3, .process-3 h3 {
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	margin: 0;
	font-weight: 600;
}
.process-1 p, .process-2 p, .process-3 p {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.process-content {
	overflow: hidden;
	padding: 20px 30px 20px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-top: none;
	margin-bottom: 20px;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.7);
	box-shadow: 0 1px 0px rgba(255,255,255,0.7);
}
.process-content h4 i {
	font-size: 18px;
	color: #66aacc;
	margin-right: 10px;
}
@media (max-width: 991px) {
.process-1 .triangle-right, .process-2 .triangle-left, .process-2 .triangle-right, .process-3 .triangle-left { display: none; }
}


.course {
	position: relative;
	margin: 0 auto 20px;
}
.tooltip-course { position: absolute; }
.tooltip-point {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	color: #66aacc;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
.tooltip-course:hover .tooltip-point {
	color: inherit;
	pointer-events: auto;
}
.tooltip-content {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 400px;
	min-height: 170px;
	text-align: left;
	background: #333333;
	cursor: default;
	z-index: 350;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	opacity: 0;
	pointer-events: none;
}
.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: -115% 80%;
	transform-origin: -115% 80%;
	-webkit-transform: scale(0.7, 0.1);
	transform: scale(0.7, 0.1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}
.tooltip-course:hover .tooltip-content {
	opacity: 1;
	-webkit-transform: translate(-50%, -60px);
	-moz-transform: translate(-50%, -60px);
	transform: translate(-50%, -60px);
	pointer-events: auto;
}
.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent;
	border-top-color: #333333;
	border-width: 10px;
	margin-left: -10px;
}
.tooltip-content img {
	position: relative;
	width: 170px;
	height: 170px;
	display: block;
	float: left;
	margin-right: 20px;
}
.tooltip-text {
	color: #ffffff;
	padding: 20px;
}
.tooltip-text a:hover { color:#ffffff; }
.tooltip-text h5 {
	color: #ffffff;
	font-weight: bold;
}
@media (max-width: 991px) {
.tooltip-content {
	width: 150px;
	min-height: 50px;
}
.tooltip-content img {
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
}
.tooltip-text { display: inline-block; }
}

.btn {
	position: relative;
	font-weight: normal !important;
	font-family: inherit;
	overflow: hidden;
	text-shadow: none;
	vertical-align: middle;
	z-index: 1;
	margin-bottom: 10px;
	border: none;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:focus, .btn:active:focus, .btn.active:focus { outline: 0; }
.btn:hover, .btn:focus {
	text-decoration: none;
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	-ms-transition:0.2s linear;
	-o-transition:0.2s linear;
	transition:0.2s linear;
	border-color: transparent;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	color: #ffffff !important;
	background-color: #555555 !important;
}
.btn-white {
	color: #454545 !important;
	background: #f5f5f5;
}
.btn-gray {
	color: #ffffff!important;
	background: #999999;
}
.btn-black {
	color: #ffffff!important;
	background: #252525;
}
.btn-rose {
	color: #ffffff!important;
	background: #cc6699;
}
.btn-pink {
	color: #ffffff!important;
	background: #cc66cc;
}
.btn-purple {
	color: #ffffff!important;
	background: #9966cc;
}
.btn-indigo {
	color: #ffffff!important;
	background: #6666cc;
}
.btn-blue {
	color: #ffffff!important;
	background: #6699cc;
}
.btn-aqua {
	color: #ffffff!important;
	background: #66cccc;
}
.btn-emerald {
	color: #ffffff!important;
	background: #66cc99;
}
.btn-green {
	color: #ffffff!important;
	background: #66cc66;
}
.btn-olive {
	color: #ffffff!important;
	background: #99cc66;
}
.btn-yellow {
	color: #ffffff!important;
	background: #cccc66;
}
.btn-orange {
	color: #ffffff!important;
	background: #cc9966;
}
.btn-red {
	color: #ffffff!important;
	background: #cc6666;
}

.btn span { margin-right: 30px; }
.btn span i {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.1);
	padding: 10px;
	line-height: 1 !important;
}
.btn.btn-white span i { color: #252525; }
.btn.btn-black span i { background: rgba(255,255,255,0.1); }
.btn.btn-lg span { margin-right: 40px; }
.btn.btn-sm span { margin-right: 25px; }
.btn.btn-xs span { margin-right: 20px; }
.btn.btn-lg span i { padding: 14px; }
.btn.btn-sm span i { padding: 8px; }
.btn.btn-xs span i { padding: 4px; }

.text-white { color: #ffffff; }
.text-gray { color: #999999; }
.text-black { color: #252525; }
.text-rose { color: #cc6699; }
.text-pink { color: #cc66cc; }
.text-purple { color: #9966cc; }
.text-indigo { color: #6666cc; }
.text-blue { color: #6699cc; }
.text-aqua { color: #66cccc; }
.text-emerald { color: #66cc99; }
.text-green { color: #66cc66; }
.text-olive { color: #99cc66; }
.text-yellow { color: #cccc66; }
.text-orange { color: #cc9966; }
.text-red { color: #cc6666; }
.text-theme { color: #66aacc; }

.highlight-white {
	background: #ffffff;
	padding: 1px 5px;
	color: inherit !important;
}
.highlight-white a { color: inherit !important; }
.highlight-gray {
	background: #999999;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-black {
	background: #252525;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-rose {
	background: #cc6699;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-pink {
	background: #cc66cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-purple {
	background: #9966cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-indigo {
	background: #6666cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-blue {
	background: #6699cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-aqua {
	background: #66cccc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-emerald {
	background: #66cc99;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-green {
	background: #66cc66;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-olive {
	background: #99cc66;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-yellow {
	background: #cccc66;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-orange {
	background: #cc9966;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-red {
	background: #cc6666;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-theme {
	background: #66aacc;
	padding: 1px 5px;
	color: #ffffff;
}

.effect-phoebe {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.effect-phoebe img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.effect-phoebe:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.effect-phoebe figcaption {
	color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-phoebe figcaption::before, .effect-phoebe figcaption::after { pointer-events: none; }
.effect-phoebe figcaption, .effect-phoebe figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.effect-phoebe figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.effect-phoebe:hover img { opacity: 0.3; }
.effect-phoebe:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.effect-phoebe p a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-phoebe p a:first-child {
	-webkit-transform: translate3d(0px, -10px, 0);
	transform: translate3d(0px, -10px, 0);
}
.effect-phoebe p a:nth-child(2) {
	-webkit-transform: translate3d(0px, -10px, 0);
	transform: translate3d(0px, -10px, 0);
}
.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect-phoebe p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
	height: 56px;
}
.effect-phoebe p i {
	font-size: 20px;
	line-height: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 50px;
	height: 50px;
	margin: 2px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.effect-8 {
	position: relative;
	z-index: 1;
	display: inline-block;
	cursor: pointer;
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.effect-8:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	pointer-events: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
}
.effect-8:hover {
	background: rgba(255,255,255,0.05);
	color: #ffffff;
}
.effect-8:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect { 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #66aacc, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #66aacc, 0 0 0 10px rgba(255,255,255,0.5);
 -webkit-transform: scale(1.5);
 opacity: 0;
}
}
@-moz-keyframes sonarEffect { 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #66aacc, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #66aacc, 0 0 0 10px rgba(255,255,255,0.5);
 -moz-transform: scale(1.5);
 opacity: 0;
}
}
@keyframes sonarEffect { 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #66aacc, 0 0 0 10px rgba(255,255,255,0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #66aacc, 0 0 0 10px rgba(255,255,255,0.5);
 transform: scale(1.5);
 opacity: 0;
}
}

.pricing-table {
	position: relative;
	background: #ffffff;
	border: 1px solid #dddddd;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 0px;
}
.pricing-table ul {
	list-style: none;
	padding: 0;
}
.pricing-table ul li {
	padding: 15px 0px;
	border-bottom: 1px solid #e9e9e9;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.pricing-table ul li:nth-child(even) { background: #fdfdfd; }
.plan {
	position: relative;
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
	color: inherit;
	padding: 10px 0;
	background: #fdfdfd;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.price {
	position: relative;
	font-family: inherit;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	background: #333333;
}
.price:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 5px solid #fdfdfd;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-bottom: 5px solid transparent;
	width: 0;
	height: 0;
	-webkit-box-shadow: 0 -1px 0px #fdfdfd;
	box-shadow: 0 -1px 0px #fdfdfd;
}
.price span {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-right: 5px;
}
.price strong span {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	margin-left: 5px;
}
.sign-up {
	display: block;
	cursor: pointer;
	vertical-align: middle;
	padding: 20px 0 30px;
}
.sign-up i { margin-right: 10px; }
@media (min-width: 992px) {
.pricing-table {
	margin-right: -16px;
	margin-left: -16px;
}
.popular {
	position: relative;
	z-index: 205;
	margin-top: -20px;
	border-left: none !important;
	border-right: none !important;
	-webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
}
.popular .sign-up { padding: 40px 0 50px; }
}
.pricing-table ul li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.pricing-table .fa-circle-o { color: #60bf60; }
.pricing-table .fa-close { color: #bf6060; }
.price-white, .price-white span {
	background: #fafafa;
	color: inherit;
}
.price-gray { background: #999999; }
.price-black { background: #252525; }
.price-rose { background: #cc6699; }
.price-pink { background: #cc66cc; }
.price-purple { background: #9966cc; }
.price-indigo { background: #6666cc; }
.price-blue { background: #6699cc; }
.price-aqua { background: #66cccc; }
.price-emerald { background: #66cc99; }
.price-green { background: #66cc66; }
.price-olive { background: #99cc66; }
.price-yellow { background: #cccc66; }
.price-orange { background: #cc9966; }
.price-red { background: #cc6666; }
.price-theme { background: #66aacc; }

.delay1 {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.delay2 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay3 {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.delay4 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.delay5 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay6 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay7 {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.delay8 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.delay9 {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.delay10 {
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.delay11 {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.delay12 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.delay13 {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.delay14 {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.delay15 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay16 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.delay17 {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.delay18 {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.delay19 {
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.delay20 {
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
	animation-delay: 2.0s;
}
.delay21 {
	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	animation-delay: 2.1s;
}
.delay22 {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.delay23 {
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	animation-delay: 2.3s;
}
.delay24 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.delay25 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.delay26 {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	animation-delay: 2.6s;
}
.delay27 {
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	animation-delay: 2.7s;
}
.delay28 {
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	animation-delay: 2.8s;
}
.delay29 {
	-webkit-animation-delay: 2.9s;
	-moz-animation-delay: 2.9s;
	animation-delay: 2.9s;
}
.delay30 {
	-webkit-animation-delay: 3.0s;
	-moz-animation-delay: 3.0s;
	animation-delay: 3.0s;
}


.text-white, .text-white .subtitle, .text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white ul li, .text-white ul li i, .text-white ul li a, .text-white .testimonial p, .text-white .testimonial:before, .text-white .testimonial:after { color: #ffffff !important; }

.wrapper-graybg {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	border: none;
	background: #f2fbff;
}
.wrapper-graybg .process-2 .triangle-left, .wrapper-graybg .process-3 .triangle-left {
	border-left: 15px solid #f2fbff;
	-webkit-box-shadow: -1px 0px 0px #f2fbff;
	box-shadow: -1px 0px 0px #f2fbff;
}
.wrapper-graybg .panel-title > a.collapsed, .wrapper-graybg .toggle-container h4 { background: #ffffff; }
.wrapper-graybg .divider-icon i, .wrapper-graybg .titleline-icon:after { background: #f2fbff; }
.wrapper-graybg .skillbar { background-color: #ffffff; }

.parallax-black {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.parallax-white {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.parallax-theme {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.parallax-overlay-black {
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0,0,0,0.7);
	padding: 100px 20px;
	color: #ffffff !important;
	vertical-align: middle;
}
.parallax-overlay-white {
	width: 100%;
	height: 100%;
	background: #ffffff;
	background: rgba(255,255,255,0.7);
	padding: 100px 20px;
	color: inherit;
	vertical-align: middle;
}
.parallax-overlay-theme {
	width: 100%;
	height: 100%;
	background: #66aacc;
	background: rgba(102,170,204,0.7);
	padding: 100px 20px;
	color: #ffffff;
	vertical-align: middle;
}
@media (max-width: 991px) {
.parallax .btn { margin-bottom: 0px; }
}
.parallax-black .process-content p, .parallax-black .panel-group p, .parallax-black .panel-group a, .parallax-black .toggle-container p, .parallax-black .toggle-container a, .parallax-black .tab-container p, .parallax-black .tab-container a, .parallax-black .tab-side-container p, .parallax-black .tab-side-container a, .parallax-black .iconbox1, .parallax-black .iconbox2, .parallax-black .pricing-table, .parallax-black .team, .parallax-black .photobox2, .parallax-black .contentbox, .parallax-black .photo-title2, .parallax-black .team p, .parallax-theme .process-content p, .parallax-theme .panel-group p, .parallax-theme .panel-group a, .parallax-theme .toggle-container p, .parallax-theme .toggle-container a, .parallax-theme .tab-container p, .parallax-theme .tab-container a, .parallax-theme .tab-side-container p, .parallax-theme .tab-side-container a, .parallax-theme .iconbox1, .parallax-theme .iconbox2, .parallax-theme .pricing-table, .parallax-theme .team, .parallax-theme .photobox2, .parallax-theme .contentbox, .parallax-theme .photo-title2, .parallax-theme .team p { color: #475766 !important; }
.parallax-black .tab-side-container h4, .parallax-black .tab-container h4, .parallax-black .toggle-container h4, .parallax-black .panel-group h4, .parallax-black .process-content h4, .parallax-theme .tab-side-container h4, .parallax-theme .tab-container h4, .parallax-theme .toggle-container h4, .parallax-theme .panel-group h4, .parallax-theme .process-content h4 { color: #36414d !important; }
.parallax-overlay-black .process-2 .triangle-left, .parallax-overlay-black .process-3 .triangle-left, .parallax-overlay-theme .process-2 .triangle-left, .parallax-overlay-theme .process-3 .triangle-left, .parallax-overlay-white .process-2 .triangle-left, .parallax-overlay-white .process-3 .triangle-left {
	border-left: 15px solid transparent;
	box-shadow: none;
}
.parallax-overlay-black .divider-icon i, .parallax-overlay-theme .divider-icon i {
	background: transparent;
	color: #ffffff;
}
.parallax-overlay-black .titleline-icon, .parallax-overlay-theme .titleline-icon { border-top: 1px solid #ffffff; }
.parallax-overlay-black .titleline-icon:after, .parallax-overlay-theme .titleline-icon:after {
	background: transparent;
	color: #ffffff;
}
.parallax-overlay-black .testimonial, .parallax-overlay-theme .testimonial {
	background: transparent;
	border: none;
	box-shadow: none;
}
.parallax-overlay-black .testimonial-author:after, .parallax-overlay-theme .testimonial-author:after { display: none; }
.parallax-overlay-white .divider-icon i { background: transparent; }
.parallax-overlay-white .titleline-icon:after { background: transparent; }

.widebox-black {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
	position: relative;
}
.widebox-white {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
	position: relative;
}
.absolute-right {
	position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 5;
}
.absolute-left {
	position: absolute;
	bottom: 0;
	left: 100px;
	z-index: 5;
}
.absolute-right img, .absolute-left img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 991px) {
.absolute-right img, .absolute-left img { display: none; }
}
 @media (max-width: 991px) {
.widebox-black .col-md-1, .widebox-black .col-md-2, .widebox-black .col-md-3, .widebox-black .col-md-4, .widebox-black .col-md-5, .widebox-black .col-md-6, .widebox-black .col-md-7, .widebox-black .col-md-8, .widebox-black .col-md-9, .widebox-black .col-md-10, .widebox-black .col-md-11, .widebox-black .col-md-12, .widebox-white .col-md-1, .widebox-white .col-md-2, .widebox-white .col-md-3, .widebox-white .col-md-4, .widebox-white .col-md-5, .widebox-white .col-md-6, .widebox-white .col-md-7, .widebox-white .col-md-8, .widebox-white .col-md-9, .widebox-white .col-md-10, .widebox-white .col-md-11, .widebox-white .col-md-12, .widebox-gray .col-md-1, .widebox-gray .col-md-2, .widebox-gray .col-md-3, .widebox-gray .col-md-4, .widebox-gray .col-md-5, .widebox-gray .col-md-6, .widebox-gray .col-md-7, .widebox-gray .col-md-8, .widebox-gray .col-md-9, .widebox-gray .col-md-10, .widebox-gray .col-md-11, .widebox-gray .col-md-12 { margin-bottom: 0px !important; }
}
.widebox-black-content {
	padding: 100px 50px;
	background: #333333;
	color: #dddddd;
}
.widebox-white-content {
	padding: 100px 50px;
	background: #ffffff;
}
.widebox-gray-content {
	padding: 70px 50px;
}
.widebox-black-content .process-content p, .widebox-black-content .panel-group p, .widebox-black-content .panel-group a, .widebox-black-content .toggle-container p, .widebox-black-content .toggle-container a, .widebox-black-content .tab-container p, .widebox-black-content .tab-container a, .widebox-black-content .tab-side-container p, .widebox-black-content .tab-side-container a, .widebox-black-content .testimonial, .widebox-black-content .testimonial p, .widebox-black-content .iconbox1, .widebox-black-content .iconbox2, .widebox-black-content .pricing-table, .widebox-black-content .team, .widebox-black-content .photobox2, .widebox-black-content .contentbox, .widebox-black-content .photo-title2, .widebox-black-content .team p { color: #666666 !important; }
.widebox-black-content .tab-side-container h4, .widebox-black-content .tab-container h4, .widebox-black-content .toggle-container h4, .widebox-black-content .panel-group h4, .widebox-black-content .process-content h4 { color: #454545 !important; }
.widebox-black-content .process-2 .triangle-left, .widebox-black-content .process-3 .triangle-left {
	border-left: 15px solid #333333;
	-webkit-box-shadow: -1px 0px 0px #333333;
	box-shadow: -1px 0px 0px #333333;
}
.widebox-black-content .divider-icon i {
	background: #333333;
	color: #dddddd;
}
.widebox-black-content .titleline-icon { border-top: 1px solid #66aacc; }
.widebox-black-content .titleline-icon:after {
	background: #333333;
	color: #66aacc;
}
.widebox-gray-content .process-2 .triangle-left, .widebox-gray-content .process-3 .triangle-left {
	border-left: 15px solid #f2fbff;
	-webkit-box-shadow: -1px 0px 0px #f2fbff;
	box-shadow: -1px 0px 0px #f2fbff;
}


.rw-words {
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #36414d;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) {
	-webkit-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
	color: #36414d;
}
.rw-words-1 span:nth-child(3) {
	-webkit-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
	color: #36414d;
}
.rw-words-1 span:nth-child(4) {
	-webkit-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
	color: #36414d;
}
.rw-words-1 span:nth-child(5) {
	-webkit-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
	color: #36414d;
}
.rw-words-1 span:nth-child(6) {
	-webkit-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
	color: #36414d;
}
@-webkit-keyframes rotateWord {  0% {
opacity: 0;
}
 2% {
opacity: 0;
-webkit-transform: translateY(-30px);
}
 5% {
opacity: 1;
-webkit-transform: translateY(0px);
}
 17% {
opacity: 1;
-webkit-transform: translateY(0px);
}
 20% {
opacity: 0;
-webkit-transform: translateY(30px);
}
 80% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-ms-keyframes rotateWord {  0% {
opacity: 0;
}
 2% {
opacity: 0;
-ms-transform: translateY(-30px);
}
 5% {
opacity: 1;
-ms-transform: translateY(0px);
}
 17% {
opacity: 1;
-ms-transform: translateY(0px);
}
 20% {
opacity: 0;
-ms-transform: translateY(30px);
}
 80% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@keyframes rotateWord {  0% {
opacity: 0;
}
 2% {
opacity: 0;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
 5% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
 17% {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
 20% {
opacity: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
 80% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
.btn-left {
		text-align: right;
}
.footer_heading {
		margin-bottom: 10px;
}
#title {
		padding: 10px 0px;
		text-align: center;
		margin-bottom: 10px;
}
#input {
		margin-bottom: 10px;
}
#input input[type="text"], #input input[type='tel'], #input input[type='email'] {
		height: 50px;
}
#input input[type="text"], #input input[type='tel'], #input input[type='email'], #input textarea {
		padding: 5px 10px;
		border: 0;
}
#contact_input input[type="text"], #contact_input input[type="tel"], #contact_input input[type="email"], #contact_input textarea {
    border: 0px;
		margin-bottom: 10px;
		padding: 5px 10px;
}
.con_button {
		padding: 5px 20px;
		border: 0;
}
.wel_button {
		padding: 5px 20px;
		border: 0;
}
textarea {
	height: 120px;
}
#wel_enq_form {
    position: relative;
		border-radius: 5px;
}
.wel_button {
		padding: 5px 20px;
}
#wel_form1 {
		padding: 20px 0px;
}
#about_title, #service_title, #product_title {
    padding: 25px 0px;
}
#about_content, #service_content, #product_content {
    padding: 50px 0px;
}
#wel_form2 {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
		padding: 10px 0px;
}
.col-md-4.page_nav {
    text-align: right;
}
.page_navigation li {
		list-style: none;
		display: inline;
		margin-right: 5px;
}
.page_navigation li a {
		text-decoration: none;
	}
.nav li .dropdown-menu li:hover .sub_menu {
	display: block;
}
.nav li .dropdown-menu li .sub_menu {
	position: absolute;
	top: 0px;
	left: 100%;
	transition: all 0.24s;
	-webkit-transition: all 0.24s;
}
@media screen and (min-width: 320px) and (max-width: 768px){
	.nav li .dropdown-menu li .sub_menu {
    position: absolute;
    top: 78px;
    left: 0px;
    transition: all 0.24s;
    -webkit-transition: all 0.24s;
    width: 100%;
}
}
.col-md-4.col-sm-6.page_nav {
    margin-top: 18px;
}
#about_content2 {
    padding: 60px 0px;
}
.page_navigation {
    margin-top: 10px;
}
textarea {
	resize: none;
}
.nav li {
	position: relative;
}


