/*
[Table Of Contents]
1. General
2. Menu
3. Sticky Header
4. Search Box
5. Basic Structure
6. Social Icons
7. Flickr Feed
8. Back To Top
9. Blog
10. Portfolio
11. Slider Revolution
12. Owl Carousel
13. Shop
14. Contact Form
15. Shortcodes
16. Accordion
17. Easy Tabs
18. Icon Box
19. Photo Box
20. Process
21. Button
22. Text Color
23. Highlight
24. Image Hover Effect
25. Icon Hover Effect
26. Pricing Table
*/

/* ----------------------------------------------------------------------
	1. General
---------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	color: #475766;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	background: #ffffff;
	overflow-x: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', 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: #528fcc;
}
a:hover, a:focus {
	color: #1f5c99;
	text-decoration: underline;
}
a:focus {
	outline: none;
	cursor: pointer;
}
:focus { outline: none; }
::selection {
	background: #528fcc;
	color: #ffffff;
}
::-moz-selection {
 background: #528fcc;
 color: #ffffff;
}
img::selection { background: transparent; }
img::-moz-selection {
 background: transparent;
}
iframe { border: none; }
figure { margin: 0; }
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: 0 0 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
	border-radius: 0px;
}
.frame2 { border: 1px solid #dddddd; }
.frame > img, .frame2 > img {
	width: 100% !important;
	height: auto;
}
.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;
}
#footer .input-sm {
	border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
    margin-bottom: 10px;
}
 @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: 20px; }
}
.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; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-110 { margin-top: 110px; }
.mt-120 { margin-top: 120px; }
.mt-130 { margin-top: 130px; }
.mt-140 { margin-top: 140px; }
.mt-150 { margin-top: 150px; }

/* ----------------------------------------------------------------------
	2. Menu
---------------------------------------------------------------------- */
.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;
	padding: 22px 10px;
	height: auto;
	color: #28292b;
	background:url("../img/logo80.png") no-repeat 15px 7px;
	padding-left: 105px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        float: none;
        clear: both;
        display: block;
        margin-top: 5px;
        margin-left: 260px !Important;
        background-size: 57px 62px;
        padding: 12px 10px 12px 88px;
    }
}
.navbar-default .navbar-brand { color: #36414d; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #36414d;
	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; }
/* Menu */
.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: 29px 0;
	}
	.navbar-nav > li { float: left; }
	.navbar-nav > li > a {
		margin-left: 1px;
		margin-right: 1px;
		padding: 9px 10px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 17px;
		line-height: 20px;
		border-radius: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        margin: 10px 0px 19px 0px;
    }
}
.navbar-default .navbar-nav > li { color: #528fcc; }
.navbar-default .navbar-nav > li > a { color: #36414d; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #528fcc;
	background-color: transparent;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff !important;
	background-color: #528fcc !important;
	border-radius: 5px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #528fcc;
	background-color: transparent;
	border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a {
		padding: 9px 7px;
		font-size: 17px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav > li > a {
        padding: 9px 7px;
        font-size: 17px;
    }
}
.dropdown-menu {
	position: absolute;
	top: 94px;
	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;
	background-color: #555555;
	background-color: rgba(0,0,0,0.8);
	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;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 0px;
}
@media (min-width: 768px) {
.dropdown-menu { border-top: 4px solid #528fcc; }
.dropdown-menu > li { border-bottom: 1px solid #383838; }
.dropdown-menu > li:last-child { border-bottom: 0; }
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #528fcc;
	border-radius: 0px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #528fcc;
}
.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;
	color: #ffffff;
}
.yamm .yamm-content h4 { color: #ffffff; }
.yamm .yamm-content ul li a {
	padding: 5px 5px;
	display: block;
	color: #ffffff;
}
.yamm .yamm-content ul li:hover { background: #528fcc; }
.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;
}
}
/* Mobile Menu */
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 15px;
	background-image: none;
	background-color: #528fcc;
	border: 1px solid #528fcc;
	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: #528fcc; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #528fcc; }
.navbar-default .navbar-toggle .icon-bar { background-color: #ffffff; }
 @media (max-width: 767px) {
.navbar-default .navbar-nav > li > a {
	color: #ffffff !important;
	border-bottom: 1px solid #454545 !important;
	background-color: #333333;
	border-radius: 0px !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #528fcc; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background-color: #528fcc; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #528fcc; }
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	border: 0;
	background-color: #333333;
	padding: 10px 10px;
	box-shadow: none;
	border-radius: 0px;
}
.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 {
	color: #ffffff;
	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;
	color: #528fcc;
	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 {
	color: #528fcc;
	background-color: transparent;
	border-radius: 0;
}
.yamm .yamm-content {
	color: #dddddd;
	padding: 10px 10px;
}
.yamm .yamm-content h4 { color: #dddddd; }
.yamm .yamm-content ul li a {
	display: block;
	color: #dddddd;
	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: #528fcc;
	text-decoration: none;
}
.yamm .yamm-content img {
	max-width: 100%;
	height: auto;
	width: 220px;
}
.yamm-content .col-sm-3 { padding: 0 30px; }
}
/* Multi Level Sub Menu */
.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: #cccccc;
	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;
}
/* Dropdown Hover Effect */
 @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;
}
}
/* ----------------------------------------------------------------------
	3. Sticky Header
---------------------------------------------------------------------- */
@media (min-width: 768px) {
	.sticky-header .navbar-brand {
	    background:url("../img/logo80.png") no-repeat 15px 6px;
	    background-size: 57px 62px;
		padding: 12px 10px 12px 88px;
		-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: 19px 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 .dropdown-menu { top: 74px; }
	.sticky-header .header-shadow { display: none; }
}
@media (max-width: 767px) {
    #header { position: relative !important; }
	
}
/* ----------------------------------------------------------------------
	4. Search Box
---------------------------------------------------------------------- */
/* topbar search */
.topbar-search {
	margin: 0;
	padding: 0;
}
.topbar-search .form-control {
	margin-bottom: 0px !important;
	background: #ffffff;
}
.topbar-search .dropdown-menu {
	background: #ffffff;
	top: 29px;
	right: 0px;
	padding: 20px;
	border-top: 4px solid #528fcc;
	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: 28px; }
}
 @media (max-width: 767px) {
.topbar-search .dropdown-menu { width: 250px; }
}
/* search form */
.search-form {
	margin: 0;
	padding: 0;
}
.search-form .form-control {
	margin-bottom: 0px !important;
	background: #ffffff;
}
.search-form .dropdown-menu {
	background: #ffffff;
	padding: 20px;
	border-top: 4px solid #528fcc;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 1px #aaaaaa;
	box-shadow: 0px 0px 1px #aaaaaa;
	width: 300px;
}
@media (max-width: 767px) {
.search-form .dropdown-menu { width: 250px; }
.search-form { display: none !important; }
}
/* input-group */
.input-group .btn-default {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #528fcc;
	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: #475766;
	box-shadow: none !important;
}
.search-results { min-height: 200px; }
/* Google Custom Search */
.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;
}
/* ----------------------------------------------------------------------
	5. Basic Structure
---------------------------------------------------------------------- */
/* Topbar */
#topbar {
	width: 100%;
	height: auto;
	color: #ffffff;
	background: #1f5c99 url("../img/background-blue.jpg") no-repeat center 50%;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
.topbar-contact {
	margin: 11px 5px;
	font-size: 16px;
	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; }
.topbar-contact > li a { color: #ffffff; }
.language > a {
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}
.language > .dropdown-menu {
	position: absolute;
	top: 26px;
	min-width: 50px;
	font-size: 13px;
}
.language > .dropdown-menu > li > a {
	padding: 5px 15px;
	text-shadow: none;
}
.language > .dropdown-menu > li > a:hover { color: #ffffff; }
#topbar .social-icons { margin: 7px 10px 5px 0 !important; }
#topbar p {
	margin: 7px 10px;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
}
#topbar p i { margin-right: 5px; }
@media (max-width: 991px) {
#topbar p { margin-bottom: -20px; }
}
/* Header */
#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url("../img/menu.png") repeat;
	position: relative;
	z-index: 300;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.2);
	box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.2);
}
.header-shadow {
	position: absolute;
	left: 0px;
	bottom: -30px;
	background:url("../img/shadow.png") no-repeat center top;
	width: 100%;
	height: 30px;
	display: block;
	z-index: 299;
}
/* Page Title */
.page-title {
	width: 100%;
	min-height: 100px;
	/*margin-bottom: 70px;*/
	background: #1f5c99 url("../img/page-title-blue.jpg") no-repeat center bottom;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
.page-title h1 {
	margin-top: 20px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}
.breadcrumb {
	margin-bottom: 20px;
	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 { margin-right: 5px; }
.breadcrumb li a { color: #ffffff; }
/* Title Line */
.titleline {
	position: relative;
	max-width: 200px;
	border-top: 1px solid #528fcc;
	margin: 0 auto 30px 0;
}
.titleline:after {
	position: absolute;
	top: -3px;
	left: 0%;
	right: 70%;
	content:'';
	border-top: 5px solid #528fcc;
}
.titleline-center {
	position: relative;
	max-width: 200px;
	border-top:1px solid #528fcc;
	margin: 0 auto 30px;
}
.titleline-center:after {
	position: absolute;
	top: -3px;
	left: 35%;
	right: 35%;
	content:'';
	border-top: 5px solid #528fcc;
}
.titleline-footer {
	position: relative;
	max-width: 200px;
	border-top:1px solid #528fcc;
	margin: 0 auto 20px 0;
}
.titleline-footer:after {
	position: absolute;
	top: -3px;
	left: 0%;
	right: 70%;
	content:'';
	border-top: 5px solid #528fcc;
}
h4 > .titleline, h5 > .titleline, h6 > .titleline { margin: 0 auto 20px 0; }
h4 > .titleline-center, h5 > .titleline-center, h6 > .titleline-center { margin: 0 auto 20px; }
/* Footer */
#footer {
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	padding: 95px 0 45px;
	color: #ffffff;
	background: #1f5c99 url("../img/background-blue.jpg") no-repeat center top;
	position: relative;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
#footer-graybg {
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	padding: 110px 0 60px;
	color: #ffffff;
	background: #1f5c99 url("../img/background-blue-graybg.jpg") no-repeat center top;
	position: relative;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
#footer h4 { color: #ffffff; }
.footer-about { clear: both; }
.footer-about img { margin-bottom: 15px; }
.footer-list {
	padding: 0;
	list-style: none;
}
.footer-list li { padding: 4px 2px; }
.footer-list li a { color: #ffffff; }
.footer-list li i {
	margin-right: 8px;
	color: #528fcc;
}
.footer-list li span { color: #ffffff; }
.footer-tooltip {
	position: absolute;
	top: -100px;
	left: 10px;
	z-index: 100;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 15px;
	background: #528fcc;
	text-shadow: none;
	border-radius: 0;
}
.footer-tooltip .footer-tooltip-arrow {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid #528fcc;
	border-bottom: 5px solid transparent;
	border-left: 10px solid transparent;
}
@media (max-width: 991px) {
.footer-tooltip { display: none; }
}
/* Copyright */
#copyright {
	width: 100%;
	min-height: 50px;
	padding: 20px 0px;
	color: #ffffff;
	background: #1f5c99;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
#copyright p { margin: 5px auto; }
.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 5px;
	color: #ffffff;
	content: "/\00a0";
}
.copyright-link li a { color: #ffffff; }
.copyright-link li a:hover { color: #ffffff; }
@media (max-width: 767px) {
#copyright p { text-align: center; }
.copyright-link {
	float: none;
	text-align: center;
	margin: -10px auto;
}
}
/* ----------------------------------------------------------------------
	6. Social Icons
---------------------------------------------------------------------- */
.social-icons {
	float: right;
	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: 18px;
	line-height: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #ffffff;
	width: 31px;
	/*height: 25px;*/
	color: #ffffff;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
	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;
}
.social-icons > li a i:hover {
	background: #528fcc;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.social-icons .fa-twitter:hover, .social-icons .fa-twitter-square:hover { background: #79dbff; }
.social-icons .fa-facebook:hover, .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, .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, .social-icons .fa-linkedin-square:hover { background: #017fb1; }
.social-icons .fa-youtube:hover, .social-icons .fa-youtube-play:hover, .social-icons .fa-youtube-square:hover { background: #db3b3a; }
.social-color { float: left; }
.social-color li { margin-bottom: 1px; }
.social-color li a i {
	color: #36414d;
	background: #ffffff;
	border: 1px solid #36414d;
	text-shadow: none;
}
.social-color li a i:hover {
	background: #528fcc;
	border: 1px solid #36414d;
	color: #ffffff;
}
/* ----------------------------------------------------------------------
	7. Flickr Feed
---------------------------------------------------------------------- */
.flickr-thumbs {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.flickr-thumbs li {
	width: 80px;
	height: 80px;
	list-style: none;
	float: left;
	background: #ffffff;
	border: 3px solid #528fcc;
	-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:hover { border: 3px solid #ffffff; }
.flickr-thumbs li img { display: block; }
.flickr-thumbs li a img { border: none; }
/* ----------------------------------------------------------------------
	8. Back To Top
---------------------------------------------------------------------- */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	background-image:  url("../img/back-to-top.png");
	background-repeat: no-repeat;
	background-color: #333333;
	background-position: 50% 50%;
	z-index: 999999;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius: 0;
	-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;
}
.back-to-top:hover, .back-to-top:focus { background-color: #528fcc; }
/* ----------------------------------------------------------------------
	9. Blog
---------------------------------------------------------------------- */
/* Blog Post */
.blog-post {
	background: #ffffff;
	margin-bottom: 40px;
}
.blog-photo {
	position:relative;
	margin-bottom: 20px;
}
.blog-info {
	position: absolute;
	top: 10px;
	right: -10px;
	z-index: 10;
	padding: 9px;
	width: 60px;
	height: 60px;
	border-radius: 0px 0 0 0;
	background: #528fcc;
}
.blog-info:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	right: 0px;
	pointer-events: none;
	border-top: 5px solid #333333;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	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; }
.blog-title > i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #ffffff;
	padding: 10px 14px;
	background: #528fcc;
	margin-right: 15px;
}
.blog-title-body {
	display: inline-block;
	vertical-align: middle;
}
.blog-title-body h3 { margin-bottom: 0; }
.blog-title-body span {
	font-size: 12px;
	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; }
.blog-post-middle .blog-info p {
	font-size: 14px;
	font-weight: bold;
}
.blog-post-middle .blog-info span { font-size: 10px; }
/* Sidebar */
.sidebar { margin-bottom: 50px; }
.sidebar-list {
	padding: 0;
	list-style: none;
}
.sidebar-list li {
	color: #36414d;
	padding: 8px 2px;
}
.sidebar-list li i {
	margin-right: 8px;
	color: #528fcc;
}
.sidebar-list li span { font-weight: bold; }
.sidebar-post {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sidebar-post img {
	max-width: 80px !important;
	border: 3px solid #fdfdfd;
	float:left;
	margin:0 15px 5px 0;
	background: #ffffff;
	border-radius: 50px 50px 50px 50px;
}
.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 #dddddd;
	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;
	border: 1px solid #dddddd;
	background: #528fcc;
}
.sidebar-tag li a {
	padding: 15px 12px;
	text-decoration: none;
	color: #475766;
	line-height: 30px;
	font-size: 13px;
}
.sidebar-tag li:hover a { color: #ffffff; }
/* Comment */
.comment {
	background: url("../img/comment-bg.png") repeat;
	border: 1px solid #dddddd;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
}
.comment img {
	max-width: 80px !important;
	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 */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	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: #ffffff;
	border: 1px solid #dddddd;
	color: #555555;
}
.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: #528fcc;
	color: #ffffff;
	border-color: #528fcc;
}
.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: #528fcc;
	border-color: #528fcc;
}
@media (max-width: 991px) {
.pagination { margin-bottom: 50px; }
.comment-leave { margin-bottom: 50px; }
}
/* ----------------------------------------------------------------------
	10. Portfolio
---------------------------------------------------------------------- */
/* Isotope */
.button {
	display: inline-block;
	border: none;
	cursor: pointer;
	background: transparent;
	padding: 7px 14px;
	font-weight: bold;
	color: #36414d;
	border: 1px solid transparent;
	border-radius: 5px;
}
.button:hover {
	color: #528fcc;
	border: 1px solid #528fcc;
	background: #ffffff;
	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 {
	color: #528fcc;
	border: 1px solid #528fcc;
	font-weight: bold;
	background: #ffffff;
	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: #262524;
	background: transparent;
	margin-bottom: 30px;
}
.element-item > * {
	margin: 0;
	padding: 0;
}
.isotope .element-item img {
	width: 100% !important;
	height: auto;
}
/* Isotope Full width */
.isotope-col {
	width: 20%;
	position: relative;
	min-height: 1px;
	margin-bottom: 0px;
}
.isotope-col .da-thumbs {
	border: none;
	box-shadow: none;
}
 @media (max-width: 991px) {
.isotope-col { width: 50%; }
}
@media (max-width: 767px) {
.isotope-col { width: 100%; }
}
/* Isotope Masonry */
.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: #262524;
	background: transparent;
	border: 2px solid transparent;
	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;
}
.isotope-shop:after {
	content: '';
	display: block;
	clear: both;
}
.isotope-shop .element-item img {
	width: 100% !important;
	height: auto;
}
/* ----------------------------------------------------------------------
	11. Slider Revolution
---------------------------------------------------------------------- */
.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: #111111;
	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 */
.white-large {
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
}
.white-medium {
	color: #ffffff;
	font-size: 30px;
}
.white-small {
	color: #ffffff;
	font-size: 20px;
}
/* Black */
.black-large {
	color: #111111;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
}
.black-medium {
	color: #111111;
	font-size: 30px;
}
.black-small {
	color: #111111;
	font-size: 20px;
}
/* Theme */
.theme-large {
	color: #528fcc;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
}
.theme-medium {
	color: #528fcc;
	font-size: 30px;
}
.theme-small {
	color: #528fcc;
	font-size: 20px;
}
/* Caption Background */
.tp-caption.white-bg {
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
}
.tp-caption.black-bg {
	background-color: #111111;
	background-color: rgba(0,0,0,0.7);
}
.tp-caption.theme-bg {
	background-color: #528fcc;
	background-color: rgba(82,143,204,0.7);
}
/* ----------------------------------------------------------------------
	12. Owl Carousel
---------------------------------------------------------------------- */
.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 {
	padding: 2px 10px;
	font-size: 20px;
	background: #000000;
	background: rgba(0,0,0,0.8);
	border-radius: 0px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover { background: #000000; }
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* ----------------------------------------------------------------------
	13. Shop
---------------------------------------------------------------------- */
/* Dropdown */
.cart-dropdown .dropdown-menu {
	right: 0 !important;
	left: auto !important;
	width: 300px;
	background: #ffffff;
	color: #555555;
	padding: 10px 0px;
	border-top: 4px solid #528fcc;
	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: #aaaaaa;
	margin-bottom: 0;
}
.cart-dropdown .yamm-content h5 { color: #555555; }
 @media (max-width: 767px) {
.cart-dropdown .yamm-content h5 { color: #ffffff; }
.cart-dropdown .text-theme { font-size: 18px; }
.navbar-nav li.cart-dropdown { display: none; }
}
/* Sidebar */
.cart-sidebar {
	padding: 0px;
	margin-bottom: 20px;
}
.cart-sidebar input, .cart-sidebar select { margin-bottom: 10px; }
.cart-sidebar .panel-body { padding: 5px 20px; }
/* Shop Cart */
.table > thead > tr > th {
	font-size: 18px;
	font-weight: bold;
	color: #36414d;
}
.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: #999999;
	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: #999999;
}
/* Badge */
.badge-sale { position: relative; }
.badge-sale:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 50px;
	height: 50px;
	background:url("../img/badge-sale.png") 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("../img/badge-best.png") no-repeat top right;
}
.badge-popular { position: relative; }
.badge-popular:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 50px;
	height: 50px;
	background:url("../img/badge-popular.png") no-repeat top right;
}
/* ----------------------------------------------------------------------
	14. Contact Form
---------------------------------------------------------------------- */
/* Contactform */
.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 */
#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 */
.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: bold;
}
.sidebar-info li span { font-weight: bold; }
/* Map */
#map {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}
/* ----------------------------------------------------------------------
	15. Shortcodes
---------------------------------------------------------------------- */
/* Dropcap */
.dropcap {
	float: left;
	color: #475766;
	font-size: 39px;
	line-height: 50px;
	font-weight: bold;
	padding: 0px 13px;
	margin:0px 10px 0 0;
}
.dropcap-theme {
	float: left;
	color: #ffffff;
	font-size: 39px;
	line-height: 50px;
	font-weight: bold;
	padding: 0px 13px;
	margin:0px 10px 0 0;
	background: #528fcc;
}
/* Tooltip */
.list-mb-10 .btn { margin-bottom: 10px; }
.tooltip.in {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/* List Styles */
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: #555555; }
.icon-arrow-list li i {
	margin-right: 8px;
	color: #528fcc;
}
/* Blockquote */
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #528fcc;
}
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: #999999;
}
/* Progress Bar */
.progress {
	height: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 0px;
	box-shadow: none;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	text-align: right;
	padding-right: 5px;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	box-shadow: none;
}
.progress-color { background-color: #528fcc; }
.progress-title { margin-bottom: 5px; }
/* Video Responsive */
.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 */
.mbyt-player {
	width: 100%;
	display:inline-block;
	position:relative;
	left: 0;
	overflow: hidden;
	height: 400px;
	vertical-align: bottom;
}
.mbyt-player:hover { text-decoration: none; }
/* Parallax */
.parallax {
	background-image: url("../img/parallax.jpg");
	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;
}
.parallax-black {
	background-image: url("../img/parallax.jpg");
	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;
}
.parallax-overlay {
	width: 100%;
	height: 100%;
	background: #528fcc;
	background: rgba(82,143,204,0.7);
}
.parallax-overlay-black {
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0,0,0,0.7);
}
.parallax-caption {
	color: #ffffff;
	border-width: 0px;
	border-style: none;
	letter-spacing: 0px;
	padding: 0 20px;
	vertical-align: middle;
}
.parallax-left img, .parallax-caption { margin: 70px 0; }
.parallax-caption .testimonial p { font-size: 18px; }
.parallax-caption h1, .parallax-caption h2, .parallax-caption h3, .parallax-caption h4, .parallax-caption h5, .parallax-caption h6, .parallax-caption p, .parallax-caption ul li, .parallax-caption ul li i, .parallax-caption ul li a, .parallax-caption .testimonial p, .parallax-caption .testimonial:before, .parallax-caption .testimonial:after { color: #ffffff !important; }
.parallax-overlay .process-2 .triangle-left, .parallax-overlay .process-3 .triangle-left { border-left: 15px solid transparent; }
.parallax-overlay-black .process-2 .triangle-left, .parallax-overlay-black .process-3 .triangle-left { border-left: 15px solid transparent; }
/* text-white */
.text-white, .text-white .subtitle, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .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; }
/* Introduction */
.intro {
	color: #ffffff;
	width: 100%;
	height: auto;
	background: #528fcc url("../img/background-blue.jpg") no-repeat center 70%;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
	padding: 5px 0;
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .intro h6 {
	color: #ffffff;
	margin-top: 40px;
}
.intro .btn { margin-top: 70px; }
.intro a {
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}
.intro a:hover { color: #ffffff; }
@media (max-width: 991px) {
.intro .btn { margin: 0 0 20px; }
}
/* Gray Wrapper */
.gray-wrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fdfdfd;
}
.slash-wrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fdfdfd url("../img/slash-bg.png") repeat;
}
.gray-wrapper .process-2 .triangle-left { border-left: 15px solid #fdfdfd; }
.gray-wrapper .process-3 .triangle-left { border-left: 15px solid #fdfdfd; }
.gray-wrapper .panel-body { background-color: #fdfdfd; }
.gray-wrapper .toggle-content { background-color: #fdfdfd; }
.gray-wrapper .tab-container .panel-container { background: #fdfdfd; }
.gray-wrapper #tab-side-container .panel-container { background: #fdfdfd; }
.gray-wrapper .divider-i i { background: #fdfdfd; }
.slash-wrapper .process-2 .triangle-left { border-left: 15px solid #fdfdfd; }
.slash-wrapper .process-3 .triangle-left { border-left: 15px solid #fdfdfd; }
.slash-wrapper .panel-body { background-color: #fdfdfd; }
.slash-wrapper .toggle-content { background-color: #fdfdfd; }
.slash-wrapper .tab-container .panel-container { background: #fdfdfd; }
.slash-wrapper #tab-side-container .panel-container { background: #fdfdfd; }
.slash-wrapper .divider-i i { background: #fdfdfd; }
/* Photo Title */
.photo-title {
	text-align: center;
	padding: 20px 20px 10px !important;
}
.photo-title2 {
	text-align: center;
	padding: 20px 20px 10px !important;
	background: #fdfdfd;
	border: 1px solid #dddddd;
	border-top: none;
}
.photo-title3 {
	text-align: center;
	padding: 20px 20px 10px !important;
	background: #528fcc;
	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;
}
/* Testimonial */
.testimonial { position: relative; }
.testimonial p { padding: 20px; }
.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: 1px;
	left: 1px;
}
.testimonial:after {
	content: "\f10e";
	bottom: 1px;
	right: 1px;
}
.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;
}
/* Divider */
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #dddddd;
}
.divider-singleline {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #dddddd;
}
.divider-doubleline {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 4px double #dddddd;
}
.divider-singledotted {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	background: url("../img/divider-singledotted.png") repeat-x top left;
}
.divider-doubledotted {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 4px;
	background: url("../img/divider-doubledotted.png") repeat-x top left;
}
.divider-i {
	background: url("../img/divider-iconline.png") repeat-x left 30px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.divider-i i {
	width: 45px;
	height: 45px;
	background: #ffffff;
	color: #cccccc;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
}
/* Team */
.team {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	background: #f5f5f5;
	-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: #555555;
	border: 1px solid #eeeeee;
	border-top: none;
	-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: #555555;
	font-weight: bold;
	line-height: 1.2;
}
.team-content small {
	color: #555555;
	font-size: 13px;
	font-weight: normal;
}
.team .social-icons {
	float: none;
	margin-top: 20px;
}
/* Fontawesome Icon List */
.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;
}
/* 404 Not Found */
.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;
}
/* ----------------------------------------------------------------------
	16. Accordion
---------------------------------------------------------------------- */
/* Accordion */
.panel-group { margin-bottom: 20px; }
.panel {
	margin-bottom: 20px;
	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: #f5f5f5;
	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: inherit;
}
.panel-title > a { color: inherit; }
.collapse { display: none; }
.collapse.in { display: block; }
.panel-body {
	padding: 15px;
	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: 15px 15px 15px 40px;
	position: relative;
	background-color: #528fcc;
	border: 1px solid transparent;
	font-weight: normal;
}
.panel-title > a:before {
	display: block;
	position: absolute;
	top: 19px;
	left: 15px;
	color: #ffffff;
	content: "\f068";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.panel-title > a.collapsed {
	background-color: #ffffff;
	color: #36414d;
	border: 1px solid #dddddd;
	font-weight: normal;
}
.panel-title > a.collapsed:before {
	content: "\f067";
	color: #36414d;
}
/* Toggle */
.toggle-container {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.toggle-container h4 {
	position: relative;
	font-weight: normal;
	cursor: pointer;
	display: block;
	outline: none;
	vertical-align: middle;
	padding: 15px 15px 15px 40px;
	font-size: 16px;
	margin: 5px 0 0;
	color: #36414d;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 0;
}
.toggle-container h4.active {
	color: #ffffff;
	background-color: #528fcc;
	border: 1px solid transparent;
	border-radius: 0;
	font-weight: normal;
}
.toggle-container h4:before {
	position: absolute;
	display: block;
	left: 15px;
	top: 19px;
	font-family: 'FontAwesome';
	content: "\f067";
	line-height: 1;
	color: #36414d;
}
.toggle-container h4.active:before {
	content: "\f068";
	color: #ffffff;
}
.toggle-content {
	margin: 0 0 5px;
	padding: 15px 15px;
	border: none;
	background-color: #ffffff;
	border-radius: 0;
}
/* ----------------------------------------------------------------------
	17. Easy Tabs
---------------------------------------------------------------------- */
/* Easy Tabs */
.etabs {
	margin: 0;
	padding: 0;
}
.tab {
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	margin-right: 2px;
	border-radius: 0;
	zoom:1;
*display:inline;
}
.tab a {
	font-size: 14px;
	line-height: 1.6;
	display: block;
	padding: 7px 9px;
	outline: none;
	text-decoration: none;
	color: #36414d;
	font-weight: normal;
}
.tab a i { margin-right: 5px; }
.tab a:hover { text-decoration: none; }
.tab.active {
	background: #528fcc;
	padding-top: 0px;
	position: relative;
	top: 0px;
	border-color: transparent;
}
.tab a.active {
	font-weight: normal;
	color: #ffffff;
}
.tab-container .panel-container {
	background: #fff;
	border: solid 1px transparent;
	padding: 15px 0px;
	border-radius: 0;
}
#tab-side-container,
.tab-side-container {
	background: transparent;
	border: solid 1px transparent;
	min-height: 100px;
	border-radius: 0;
}
#tab-side-container ul,
.tab-side-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 30px;
	border-radius: 0;
}
#tab-side-container ul li,
.tab-side-container ul li {
	background: #fff;
	margin: 6px 0;
	border: solid 1px #dddddd;
	word-break: break-all;
	max-width: 100%;
	text-align: left;
}
#tab-side-container ul li a,
.tab-side-container ul li a {
	display: block;
	padding: 7px 9px;
	outline: none;
	color: #36414d;
	font-weight: normal;
	border: solid 1px transparent;
}
#tab-side-container ul li a i,
.tab-side-container ul li a i { margin-right: 5px; }
#tab-side-container ul li a:hover,
.tab-side-container ul li a:hover { text-decoration: none; }
#tab-side-container ul li.selected-tab,
.tab-side-container ul li.selected-tab {
	background: #528fcc;
	position: relative;
	left: 0px;
	border-style: solid;
	border: solid 1px transparent;
	border-radius: 0;
}
#tab-side-container ul li a.selected-tab,
.tab-side-container ul li a.selected-tab {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border: solid 1px transparent;
}
#tab-side-container .panel-container,
.tab-side-container .panel-container {
	background: #ffffff;
	padding: 0 0 20px 0px;
	overflow: hidden;
	border-radius: 0;
}
@media (max-width: 991px) {
#tab-side-container,
.tab-side-container { border: none; }
#tab-side-container ul,
.tab-side-container ul { float: none; }
#tab-side-container ul li,
.tab-side-container ul li {
	min-width: 30px;
	display: inline-block;
	margin-right: 0px;
	border-radius: 0;
	zoom:1;
 *display: inline;
	margin: 0;
}
#tab-side-container ul li a,
.tab-side-container ul li a {
	left: 0;
	top: 1px;
	margin: 0;
}
#tab-side-container ul li:last-child,
.tab-side-container ul li:last-child { border-right: 1px solid #dddddd !important; }
#tab-side-container ul li.selected-tab,
.tab-side-container ul li.selected-tab {
	top: 0px;
	padding-top: 0px;
	border-color: transparent;
}
#tab-side-container ul li a.selected-tab,
.tab-side-container ul li a.selected-tab { border-right: none; }
#tab-side-container .panel-container,
.tab-side-container .panel-container {
	position: relative;
	padding: 15px 0px;
}
#tab-side-container ul li,
.tab-side-container ul li { min-width: 50px; }
}
/* ----------------------------------------------------------------------
	18. Icon Box
---------------------------------------------------------------------- */
/* Iconbox 1 */
.iconbox1 {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 20px 20px 20px;
	margin-bottom: 20px;
	text-align: center;
	background: #ffffff;
	border: 5px solid #f5f5f5;
	z-index: 0;
	cursor: default;
	border-radius: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .iconbox1 {
    min-height: 560px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .iconbox1 {
    min-height: 460px;
  }
}
@media (min-width: 1200px) {
  .iconbox1 {
    min-height: 475px;
  }
}
.iconbox1 .iconbox1-bg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
	color: #f5f5f5;
	font-size: 250px;
}
.iconbox1 p {
	margin: 5px auto;
	color: #475766;
}
.iconbox1-icon {
	text-align: center;
	margin: 5px auto 10px;
	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 #528fcc;
	width: 100px;
	height: 100px;
	color: #ffffff;
	background: #528fcc;
	background: rgba(82,143,204,0.7);
	border-radius: 50%;
}
.iconbox1:hover .iconbox1-icon i {
	color: #528fcc;
	background: #ffffff;
}
.iconbox1 a { text-decoration: none; }
/* Iconbox 2 */
.iconbox2 {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 10px 10px;
	background: #ffffff;
	border: 5px solid #f5f5f5;
	z-index: 0;
	cursor: default;
	border-radius: 0;
}
.iconbox2 .iconbox2-bg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
	color: #f5f5f5;
	font-size: 200px;
}
.iconbox2-icon {
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	display: table;
}
.iconbox2-icon i {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #528fcc;
	width: 50px;
	height: 50px;
	background: #528fcc;
	background: rgba(82,143,204,0.7);
	color: #ffffff;
	border-radius: 50%;
}
.iconbox2:hover .iconbox2-icon i {
	color: #528fcc;
	background: #ffffff;
}
.iconbox2-content {
	overflow: hidden;
	text-align: left;
}
@media (max-width: 991px) {
.iconbox2-icon {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}
}
/* ----------------------------------------------------------------------
	19. Photo Box
---------------------------------------------------------------------- */
/* photobox 1 */
.photobox1 {
	clear: both;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	cursor: default;
}
.photobox1-content {
	background: transparent;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.photobox1 .da-thumbs {
	width: 140px;
	height: 140px;
	margin:0 30px 20px 0;
	float:left;
}
@media (max-width: 767px) {
.photobox1 .da-thumbs {
	float: none;
	margin: 0 0 20px 0;
}
}
/* photobox 2 */
.photobox2 {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	cursor: default;
	z-index: 1;
}
.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);
	transform: rotateY(180deg);
}
.photobox2-content {
	margin-left: 70px;
	background: #ffffff;
	padding: 20px 20px 20px 90px;
	border: 5px solid #eeeeee;
	-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 #528fcc; }
@media (max-width: 767px) {
.photobox2 { margin-top: 90px; }
.photobox2 img {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
}
.photobox2-content {
	margin-left: 0px;
	background: #ffffff;
	padding: 90px 20px 20px 20px;
}
}
/* photobox 3 */
.photobox3 {
	clear: both;
	position: relative;
	padding-top: 70px;
	margin-bottom: 20px;
	text-align: center;
	cursor: default;
	z-index: 1;
}
.photobox3 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 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;
}
.photobox3-content {
	background: #ffffff;
	padding: 90px 20px 30px;
	border: 5px solid #eeeeee;
	-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;
}
.photobox3-content h4 {
	font-weight: bold;
	line-height: 1.2;
}
.photobox3-content h4 small {
	font-size: 13px;
	font-weight: normal;
}
.photobox3:hover .photobox3-content { border: 5px solid #528fcc; }
.photobox3 .social-icons {
	float: none;
	margin-top: 20px;
}
/* ----------------------------------------------------------------------
	20. Process
---------------------------------------------------------------------- */
.process-1 {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #528fcc;
}
.process-1 .triangle-right {
	position: absolute;
	top: 0px;
	right: -15px;
	border-top: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 15px solid #528fcc;
	display: block;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #528fcc;
	box-shadow: -1px 0px 0px #528fcc;
}
.process-2 {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #528fcc;
}
.process-2 .triangle-left {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 15px solid #ffffff;
	display: block;
	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: -15px;
	border-top: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 15px solid #528fcc;
	display: block;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #528fcc;
	box-shadow: -1px 0px 0px #528fcc;
}
.process-3 {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 20px 30px;
	background: #528fcc;
}
.process-3 .triangle-left {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 15px solid #ffffff;
	display: block;
	width: 0;
	height: 0;
	-webkit-box-shadow: -1px 0px 0px #ffffff;
	box-shadow: -1px 0px 0px #ffffff;
}
.process-1 h3, .process-2 h3, .process-3 h3 {
	color: #ffffff;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
	line-height: 24px;
}
.process-1 p, .process-2 p, .process-3 p {
	color: #f5f5f5;
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}
.process-content {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 25px 10px;
	background: #ffffff;
	border: 5px solid #eeeeee;
	border-top: none;
	z-index: 0;
	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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content {
    min-height: 590px;
    padding: 12px 18px 8px;
  }
}
@media (min-width: 1200px) {
  .process-content {
    min-height: 520px;
  }
}
.process-bg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
	color: #f5f5f5;
	font-size: 200px;
}
.process-content h4 i {
	font-size: 18px;
	color: #528fcc;
	margin-right: 10px;
}
/* ----------------------------------------------------------------------
	21. Button
---------------------------------------------------------------------- */
.btn {
	border: none;
	font-weight: normal !important;
	font-family: inherit;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline-offset: -2px;
	outline: none;
}
.btn:hover, .btn:focus {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #555555 !important;
	-webkit-box-shadow: 0px 2px 0px 0px #222222 !important;
	box-shadow: 0px 2px 0px 0px #222222 !important;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	color: #ffffff !important;
	background-color: #555555 !important;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) !important;
	-webkit-box-shadow: 0px 2px 0px 0px #222222 !important;
	box-shadow: 0px 2px 0px 0px #222222 !important;
}
.btn-white {
	color: #555555!important;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 2px 0px 0px #dddddd;
	box-shadow: 0px 2px 0px 0px #dddddd;
	text-shadow: rgba(255,255,255,0.3) 0px -1px 0px;
}
.btn-gray {
	color: #ffffff!important;
	background-color: #999999;
	-webkit-box-shadow: 0px 2px 0px 0px #666666;
	box-shadow: 0px 2px 0px 0px #666666;
}
.btn-black {
	color: #ffffff!important;
	background-color: #36414d;
	-webkit-box-shadow: 0px 2px 0px 0px #111111;
	box-shadow: 0px 2px 0px 0px #111111;
}
.btn-rose {
	color: #ffffff!important;
	background-color: #cc528f;
	-webkit-box-shadow: 0px 2px 0px 0px #991f5c;
	box-shadow: 0px 2px 0px 0px #991f5c;
}
.btn-pink {
	color: #ffffff!important;
	background-color: #cc52cc;
	-webkit-box-shadow: 0px 2px 0px 0px #991f97;
	box-shadow: 0px 2px 0px 0px #991f97;
}
.btn-purple {
	color: #ffffff!important;
	background-color: #8f52cc;
	-webkit-box-shadow: 0px 2px 0px 0px #5c1f99;
	box-shadow: 0px 2px 0px 0px #5c1f99;
}
.btn-indigo {
	color: #ffffff!important;
	background-color: #5252cc;
	-webkit-box-shadow: 0px 2px 0px 0px #1f1f99;
	box-shadow: 0px 2px 0px 0px #1f1f99;
}
.btn-blue {
	color: #ffffff!important;
	background-color: #528fcc;
	-webkit-box-shadow: 0px 2px 0px 0px #1f5c99;
	box-shadow: 0px 2px 0px 0px #1f5c99;
}
.btn-aqua {
	color: #ffffff!important;
	background-color: #52cccc;
	-webkit-box-shadow: 0px 2px 0px 0px #1f9799;
	box-shadow: 0px 2px 0px 0px #1f9799;
}
.btn-emerald {
	color: #ffffff!important;
	background-color: #52cc8f;
	-webkit-box-shadow: 0px 2px 0px 0px #1f995c;
	box-shadow: 0px 2px 0px 0px #1f995c;
}
.btn-green {
	color: #ffffff!important;
	background-color: #52cc52;
	-webkit-box-shadow: 0px 2px 0px 0px #1f991f;
	box-shadow: 0px 2px 0px 0px #1f991f;
}
.btn-olive {
	color: #ffffff!important;
	background-color: #8fcc52;
	-webkit-box-shadow: 0px 2px 0px 0px #5c991f;
	box-shadow: 0px 2px 0px 0px #5c991f;
}
.btn-yellow {
	color: #ffffff!important;
	background-color: #cccc52;
	-webkit-box-shadow: 0px 2px 0px 0px #97991f;
	box-shadow: 0px 2px 0px 0px #97991f;
}
.btn-orange {
	color: #ffffff!important;
	background-color: #cc8f52;
	-webkit-box-shadow: 0px 2px 0px 0px #995c1f;
	box-shadow: 0px 2px 0px 0px #995c1f;
}
.btn-red {
	color: #ffffff!important;
	background-color: #cc5252;
	-webkit-box-shadow: 0px 2px 0px 0px #991f1f;
	box-shadow: 0px 2px 0px 0px #991f1f;
}
.btn-theme {
	color: #ffffff!important;
	background-color: #528fcc;
	-webkit-box-shadow: 0px 2px 0px 0px #1f5c99;
	box-shadow: 0px 2px 0px 0px #1f5c99;
}
/* ----------------------------------------------------------------------
	22. Text Color
---------------------------------------------------------------------- */
.text-white { color: #f5f5f5; }
.text-gray { color: #999999; }
.text-black { color: #555555; }
.text-rose { color: #cc528f; }
.text-pink { color: #cc52cc; }
.text-purple { color: #8f52cc; }
.text-indigo { color: #5252cc; }
.text-blue { color: #528fcc; }
.text-aqua { color: #52cccc; }
.text-emerald { color: #52cc8f; }
.text-green { color: #52cc52; }
.text-olive { color: #8fcc52; }
.text-yellow { color: #cccc52; }
.text-orange { color: #cc8f52; }
.text-red { color: #cc5252; }
.text-theme { color: #528fcc; }
/* ----------------------------------------------------------------------
	23. Highlight
---------------------------------------------------------------------- */
.highlight-white {
	background: #f5f5f5;
	padding: 1px 5px;
	color: #333333 !important;
}
.highlight-white a { color: #333333 !important; }
.highlight-gray {
	background: #999999;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-black {
	background: #555555;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-rose {
	background: #cc528f;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-pink {
	background: #cc52cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-purple {
	background: #8f52cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-indigo {
	background: #5252cc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-blue {
	background: #528fcc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-aqua {
	background: #52cccc;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-emerald {
	background: #52cc8f;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-green {
	background: #52cc52;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-olive {
	background: #8fcc52;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-yellow {
	background: #cccc52;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-orange {
	background: #cc8f52;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-red {
	background: #cc5252;
	padding: 1px 5px;
	color: #ffffff;
}
.highlight-theme {
	background: #528fcc;
	padding: 1px 5px;
	color: #ffffff;
}
/* ----------------------------------------------------------------------
	24. Image Hover Effect
---------------------------------------------------------------------- */
/* Hover Effect */
.da-thumbs {
	list-style: none;
	padding: 0;
	width: 100%;
	height: auto;
	background: #ffffff;
	overflow: hidden;
}
.da-thumbs, .da-thumbs img {
	display: block;
	position: relative;
}
.da-thumbs > img {
	width: 100% !important;
	height: auto;
}
.da-thumbs img {
	-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;
}
.da-thumbs: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);
}
.da-thumbs div {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #528fcc;
	background: rgba(82,143,204,0.7);
	border: 5px solid rgba(255,255,255,0.1);
}
.da-thumbs div span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
	height: 56px;
}
.da-thumbs div i {
	font-size: 20px;
	line-height: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #ffffff;
	width: 50px;
	height: 50px;
	margin: 2px;
	color: #ffffff;
	background: transparent;
	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;
}
.da-thumbs div i:hover {
	color: #528fcc;
	border: 1px solid #ffffff;
	background: #ffffff;
	background: rgba(255,255,255,0.7);
}
/* ----------------------------------------------------------------------
	25. Icon Hover Effect
---------------------------------------------------------------------- */
/* Hover effect 3 */
.effect-3 {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: inline-block;
}
.effect-3:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	background: rgba(255,255,255,0.1);
	pointer-events: none;
}
.effect-3:hover:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.iconbox1:hover .effect-3:after, .iconbox2:hover .effect-3:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background: rgba(82,143,204,0.7);
}
.da-thumbs div a:hover .effect-3:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background: rgba(255,255,255,0.7);
}
/* ----------------------------------------------------------------------
	26. Pricing Table
---------------------------------------------------------------------- */
.pricing-table {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	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;
}
.pricing-table ul li:nth-child(even) { background: #fdfdfd; }
.plan {
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
	padding: 10px 0;
	background: #222222 url("../img/slash-bg.png") repeat;
}
.price {
	font-family: inherit;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
	padding: 20px 0;
	background: #555555 url("../img/slash-bg.png") repeat;
}
.price span {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 5px;
}
.price strong span {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 5px;
}
.sign-up {
	display: block;
	cursor: pointer;
	vertical-align: middle;
	padding: 20px 0 30px;
}
.sign-up i { margin-right: 10px; }
.popular .plan { background: #1f5c99 url("../img/slash-bg.png") repeat; }
.popular .price { background: #528fcc url("../img/slash-bg.png") repeat; }
@media (min-width: 992px) {
.pricing-table {
	margin-right: -16px;
	margin-left: -16px;
}
.popular {
	position: relative;
	z-index: 205;
	margin-top: -20px;
	border: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 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; }
