/*---------------------------------------------
			Table of CONTENT
-----------------------------------------------
	01. Default CSS
	02. Header 
	03.	Banner 
	04. About
	05. Speakers
	06. Speakers Details
	07. Schedules
	08. Pricing
	09. Travel
	10. Sponsor
	11. Gallery
    12. Blog
	13. Map
	14. Contact Us
	15. Product
	16. Newsletter
	17. Error
	18. Footer
	
-----------------------------------------------*/

/*	01	- Default CSS
----------------------------------------------*/
/*
  1.0 - Normalize
 */
html {
	font-family: 'Poppins', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px; /*  base font size  15px= 1em*/
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
	color: #696969;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code, kbd, pre, samp {
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button, input, select, textarea {
	max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
/**
 * 2.0 - Typography
 */
body, button, input, select, textarea {
	color: #1a1a1a;
	font-family: 'Poppins', sans-serif;
	line-height: 1.75;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1em;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
h1 {
	color: #fff;
	font-size: 36px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
p {
	font-size: 15px;
	color: #696969;
	line-height: 24px;
	margin: 0 0 1.75em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border: 1px solid #e9e9e9;
	color: #939595;
	font-size: 17px;
	font-style: italic;
	line-height: 28px;
	font-weight: 700;
	padding: 30px 25px 25px 80px;
	position: relative;
}
blockquote>p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #939595;
}
blockquote:after {
	content: "\f10d" !important;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	font: normal normal normal 48px/1 FontAwesome;
	color: #e9e9e9;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
	content: "\2014\00a0";
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
address {
	color: #939595;
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 10px;
}
code, kbd, tt, var, samp, pre {
	font-family: 'Poppins', sans-serif;
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr, acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark, ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/**
 * 3.0 - Elements
 */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #fff;/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}
ul, ol {
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul, li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}
del {
	opacity: 0.8;
}
table, th, td {
	border: 1px solid #d1d1d1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #696969;
 font-family: 'Poppins', sans-serif;
}
:-moz-placeholder {
 color: #696969;
 font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
 color: #696969;
 font-family: 'Poppins', sans-serif;
 opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
 color: #696969;
 font-family: 'Poppins', sans-serif;
}
/**
 * 4.0 - Forms
 */
input {
	line-height: normal;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em;
}
.default-button {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
.default-button:hover, .default-button:focus {
	text-decoration: none;
	color: #fff;
}
.padding-120 {
	padding: 50px 0px;
}
.overlay {
	background-color: rgba(0,0,0,.6);
	padding: 110px 0px;
}
.overlay.home-six-overlay {
	/* fallback */
	background-color: rgba(189,145,87,.7);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(127,127,129,.8)), to(rgba(127, 127, 129,.8)));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, rgba(127,127,129,.8), rgba(127, 127, 129,.8));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, rgba(127,127,129,.8), rgba(127, 127, 129,.8));
	/* IE 10 */
	background: -ms-linear-gradient(left, rgba(127,127,129,.8), rgba(127, 127, 129,.8));
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, rgba(127,127,129,.8), rgba(22, 102, 127, .7s));
}
.section-header h3 {
	line-height: 1.5;
}
.section-header p {
	font-family: 'Lora', serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.event-social {
	overflow: hidden;
	margin-bottom: 30px;
}
.event-social li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 5px;
}
.event-social li a {
	color: #fff;
	font-size: 22px;
	background-color: #3b5998;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	line-height: 2.5em;
}
.event-social li:nth-child(2) a {
	background-color: #55acee;
}
.event-social li:nth-child(3) a {
	background-color: #ff0084;
}
.event-social li:nth-child(4) a {
	background-color: #f26798;
}
.event-social li:nth-child(5) a {
	background-color: #cb2027;
}
.event-social li:last-child a {
	background-color: #dc4e41;
}
/*	02	- Header
----------------------------------------------*/
header {
	margin-top: 90px;
}
.header-two, .header-four, .header-five, .header-six {
	margin: 0px;
}
header .main-menu {
	background-color: #60214c;
	min-height: 90px;
}
header .main-menu .navbar-brand {
	padding: 10px 0px;
}
.navbar-header {
	width: 30%;
}
.main-menu.menu-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
header .main-menu ul li ul li {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
header .main-menu ul li ul li:last-child {
	border: none;
}
header .main-menu ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding: 35px 12px;
}
header .main-menu ul li.active > a, header .main-menu ul li a:hover, header .main-menu ul li a:focus {
	background-color: transparent;
	color: #fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	color: #fff;
	border: none;
}
header .main-menu ul li ul li > a {
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
}
header .main-menu ul li ul li > a:hover, header .main-menu ul li ul li > a:focus, header .main-menu ul li ul li.active > a, header .main-menu ul li ul li.active > a:hover {
	padding-left: 20px;
	background-color: #fff;
	color: #60214c;
}
header .main-menu .menu-button {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color: #012f50;
	padding: 10px 20px;
	margin: 25px 0px;
	border-radius: 3px;
}
header .main-menu .menu-button:hover, header .main-menu .menu-button:focus {
	background-color: #012f50;
	color: #fff;
}
header .main-menu .menu_cart {
	position: relative;
}
header .main-menu .menu_cart > span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin: 33px 36px 26px 18px;
	cursor: pointer;
}
header .main-menu .menu_cart > span:before {
	content: "02";
	position: absolute;
	top: -3px;
	left: 10px;
	height: 20px;
	width: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background-color: #012f50;
	border-radius: 100%;
	text-align: center;
}
header .main-menu .menu_cart .shop_feature {
	background-color: #fff!important;
	width: 270px !important;
	padding: 10px 20px 20px !important;
	right: 0px;
	left: auto !important;
}
header .main-menu .menu_cart .feature_item {
	position: relative;
	color: #363636;
	font-weight: 400;
	overflow: hidden;
	padding: 5px 0px;
}
header .main-menu .menu_cart .featured_image {
	float: left;
	margin-right: 10px;
}
header .main-menu .menu_cart .featured_content {
	display: table;
	font-size: 12px
}
header .main-menu .menu_cart .featured_content > h3 {
	line-height: 15px;
}
header .main-menu .menu_cart .featured_content > h3 a {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	padding: 0px;
	text-decoration: none;
}
header .main-menu .menu_cart .featured_content > h3 a:hover {
	color: #012f50;
}
header .main-menu .menu_cart .featured_content p {
	color: #696969;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 24px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
}
header .main-menu .menu_cart .featured_content > .remove {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	text-align: right;
	color: #000000;
	cursor: pointer;
}
header .main-menu .menu_cart .featured_content > .remove:hover {
	color: #012f50;
}
header .main-menu .menu_cart .cart_total {
	color: #696969;
	font-weight: 400;
	padding: 10px 0px;
	text-transform: capitalize;
}
header .main-menu .menu_cart .cart_total span {
	float: right;
}
header .main-menu .menu_cart .check_out {
	display: block;
	background-color: #012f50;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
}
header .main-menu .menu_cart .check_out:hover, header .main-menu .menu_cart .check_out:focus {
	background: #60214c;
}
header .menu-two {
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	background-color: rgba(27,36,49,.2);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
}
header .menu-two.menu-two-bg {
	background-color: rgba(27,36,49,1);
}
header .menu-two ul li ul {
	background-color: rgba(27,36,49,1)!important;
}
header .menu-two.menu-two-bg ul li ul {
	background-color: rgba(27,36,49,1)!important;
}
header .menu-three {
	background-color: #444444;
}
header .menu-three ul li ul {
	background-color: #444444!important;
}
header .main-menu.menu-four {
	background-color: rgba(39,49,66,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
header .main-menu.menu-four-bg {
	background-color: rgba(39,49,66,1);
}
header .menu-four.menu-four ul li ul {
	background-color: rgba(39,49,66,1);
}
header .menu-four.menu-four-bg ul li ul {
	background-color: rgba(39,49,66,1);
}
header .menu-five {
	background: rgba(0,0,0,.2);
}
header .menu-five-bg {
	background-color: #444444;
}
header .menu-five ul li ul li > a:hover, header .menu-five ul li ul li > a:focus, header .menu-five ul li ul li.active > a, header .menu-five ul li ul li.active > a:hover {
	color: #444444;
}
header .menu-five .menu-button, header .menu-five .menu-button:hover, header .menu-five .menu-button:focus {
	color: #012f50;
	background-color: #fff;
}
header .menu-five .menu_cart > span:before {
	color: #012f50;
	background-color: #fff;
}
header .menu-six {
	background: rgba(232,175,58,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.46);
	box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
header .menu-six-bg {
    background-color: rgb(0 0 0 / 85%);
}
header .menu-six ul li ul li > a:hover, header .menu-six ul li ul li > a:focus, header .menu-six ul li ul li.active > a, header .menu-six ul li ul li.active > a:hover {
	color: #012f50;
}
header .menu-six .menu-button, header .menu-six .menu-button:hover, header .menu-six .menu-button:focus {
	color: #012f50;
	background-color: #fff;
}
header .menu-six .menu_cart > span:before {
	color: #012f50;
	background-color: #fff;
}
header .menu-seven {
	background-color: #fff;
}
header .menu-seven-bg {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
header .menu-seven ul li a {
	color: #696969;
}
header .menu-seven ul li a:hover, header .menu-seven ul li a:focus, header .menu-seven ul li.active a {
	color: #012f50;
}
header .menu-seven .menu-button {
	background-color: #012f50;
}
.one-page {
	padding-top: 90px;
}
/*  03  - Banner
----------------------------------------------*/
.banner {
	background-image: url(../../images/backgrounds/bg-banner.jpg);
	background-position: 50% 50%;
	background-size: cover;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.banner .banner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
}
.banner .banner-content {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
}
.banner .content-left {
	width: 40%;
	float: left;
	text-align: right;
	padding-right: 45px;
	position: absolute;
	left: 0;
	bottom: 70px;
	z-index: 99;
}
.banner .content-left span {
	font-size: 300px;
	font-weight: 700;
	line-height: 214px;
	color: #fff;
	position: relative;
}
.banner .content-left p {
	font-size: 41px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-right: 35px;
}
.banner .content-left:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px;
	width: 100%;
	background-color: #60214c;
}
.banner .content-right {
	width: 60%;
	float: left;
	color: #fff;
	padding-left: 30px;
	position: absolute;
	right: 0;
	bottom: 21px;
	z-index: 99;
}
.banner .content-right:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 49px;
	height: 120px;
	width: 100%;
	background-color: #fff;
	z-index: 0;
}
.banner .content-right > .content {
	max-width: 750px;
}
.banner .content-right h2 {
	color: #fff;
}
.banner .content-right ul {
	margin-bottom: 35px;
	z-index: 9;
	position: relative;
}
.banner .content-right ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	font-weight: 500;
}
.banner .content-right ul li span {
	margin-right: 0px;
	font-size: 22px;
}
.banner .content-right .clock-item {
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-align: center;
	z-index: 9;
	position: relative;
}
.banner .content-right .clock-item span {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	height: 100px;
	width: 100px;
	display: inline-block;
	border-radius: 100%;
	line-height: 3em;
	margin-bottom: 35px;
	background-color: #60214c;
}
.banner .content-right .clock-item:nth-child(2) span {
	background-color: #444444;
}
.banner .content-right .clock-item:nth-child(3) span {
	background-color: #60214c;
}
.banner .content-right .clock-item:last-child span {
	background-color: #012f50;
}
.banner .content-right .clock-item p {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.banner .content-right .default-button {
	float: right;
	background-color: #012f50;
	display: inline-block;
	padding: 14px 25px;
	margin-top: 22px;
	margin-right: 15px;
	position: relative;
	z-index: 9;
}
.banner .content-right .default-button:hover, .banner .content-right .default-button:focus {
	text-decoration: none;
	background-color: #60214c;
	color: #fff;
}
.banner-two {
	background-image: none;
}
.banner-two .banner-content {
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
}
.banner-two .banner-content .clock-item {
	display: inline-block;
	color: #fff;
	margin-right: 40px;
	color: #60214c;
	margin-bottom: 20px;
}
.banner-two .banner-content .clock-item span {
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
}
.banner-two .banner-content .clock-item:nth-child(2) {
	color: #444444;
}
.banner-two .banner-content .clock-item:nth-child(3) {
	color: #60214c;
}
.banner-two .banner-content .clock-item:last-child {
	color: #012f50;
	margin: 0px;
}
.banner-two .banner-content .clock-item p {
	color: #fff;
	text-transform: uppercase;
}
.banner-two .banner-content > p {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.banner-two .banner-content h2 {
	color: #fff;
	font-size: 60px;
	margin-bottom: 10px;
}
.banner-two .banner-content ul li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-right: 20px;
}
.banner-two .banner-content ul li span {
	margin-right: 10px;
	font-size: 18px;
}
.banner-three {
	background-image: url(../../images/backgrounds/bg-banner-02.jpg);
}
.banner-three .banner-content {
	position: relative;
	bottom: 0;
	height: 100vh;
}
.banner-three .content {
	position: absolute;
	width: 60%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-three .content p {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.banner-three .content h2 {
	color: #fff;
	font-size: 62px;
	margin-bottom: 10px;
}
.banner-three .content ul li {
	list-style: none;
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
}
.banner-three .content ul li span {
	font-size: 18px;
	margin-right: 5px;
}
.banner-three .content ul li span:before {
	font-size: 18px;
}
.banner-three form {
	position: absolute;
	width: 40%;
	right: 0;
	top: 50%;
	border: 10px solid rgba(243,243,243,.2);
	padding: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-three form h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.banner-three form .banner-input {
	width: 100%;
	background: transparent;
	border: 1px solid rgba(243,243,243,.2);
	padding: 12px 20px;
	margin-bottom: 15px;
	color: #fff;
	outline: none;
}
.banner-three form .banner-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aeaeae;
}
.banner-three form .banner-input::-moz-placeholder { /* Firefox 19+ */
 color: #aeaeae;
}
.banner-three form .banner-input:-ms-input-placeholder { /* IE 10+ */
 color: #aeaeae;
}
.banner-three form .banner-input:-moz-placeholder { /* Firefox 18- */
 color: #aeaeae;
}
.banner-three form option {
	background-color: transparent;
	color: #000;
}
.banner-three form .banner-submit {
	background-color: #012f50;
	color: #fff;
	padding: 18px 44px;
	outline: none;
	text-transform: uppercase;
}
.banner-three form .banner-submit:hover {
	background-color: #60214c;
}
.banner-four {
	background-image: none;
}
.banner-four .banner-overlay {
	background-color: rgba(27,36,49,.8);
}
.banner-four .content-left {
	bottom: 155px;
}
.banner-four .content-left:before {
	background-color: #012f50;
}
.banner-four .content-right {
	bottom: -15px;
}
.banner-five {
	height: 700px;
}
.banner-five .content p {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner-five .content h2 {
	color: #012f50;
	margin-bottom: 39px;
}
.banner-five .content-left {
	bottom: 50%;
	-webkit-transform: translateY(33.7%);
	transform: translateY(33.7%);
}
.banner-five .content-right {
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.banner-six {
	background-image: url(../../images/backgrounds/bg-banner-06.jpg);
}
.banner-six .banner-six-left-bg {
	height: 100vh;
	position: relative;
}
.banner-six .banner-six-left {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	height: 500px;
	width: 500px;
}
.banner-six .banner-six-left .content {
	background-color: #fff;
	text-align: center;
	padding-top: 100px;
	height: 100%;
	width: 100%;
	border-radius: 100%;
}
.banner-six .banner-six-left .content > .counter {
	font-weight: 700;
	font-size: 250px;
	line-height: 180px;
	color: #012f50;
}
.banner-six .banner-six-left p {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #444444;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.banner-six .banner-six-left .clockdiv {
	overflow: hidden;
}
.banner-six .banner-six-left .clock-item {
	display: inline-block;
	margin-right: 20px;
}
.banner-six .banner-six-left .clock-item span {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #60214c;
}
.banner-six .banner-six-left .clock-item:nth-child(2) span {
	color: #444444;
}
.banner-six .banner-six-left .clock-item:nth-child(3) span {
	color: #60214c;
}
.banner-six .banner-six-left .clock-item:nth-child(4) span {
	color: #012f50;
}
.banner-six .banner-six-left .clock-item p {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	color: #60214c;
}
.banner-six .banner-six-right-bg {
	height: 100vh;
	position: relative;
}
.banner-six .banner-six-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-six .banner-six-right h2 {
	font-size: 84px;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
}
.banner-six .banner-six-right ul {
	margin: 0px;
}
.banner-six .banner-six-right ul li {
	list-style: none;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.banner-six .banner-six-right ul li span {
	color: #fff;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.banner-seven {
	background-image: url(../../images/backgrounds/bg-banner-07.jpg);
}
.banner-seven .banner-overlay {
	/* fallback */
	background-color: rgba(189,145,87,.2);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(189,145,87,.2)), to(rgba(189,145,87,.2)));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, rgba(189,145,87,.2), rgba(189,145,87,.2));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, rgba(189,145,87,.2), rgba(189,145,87,.2));
	/* IE 10 */
	background: -ms-linear-gradient(left, rgba(189,145,87,.2), rgba(189,145,87,.2));
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, rgba(189,145,87,.2), rgba(189,145,87,.2));
}
.banner-seven .seven-content-left {
	height: 100vh;
	position: relative;
	overflow: hidden;
	max-width: 640px;
}
.banner-seven .seven-content-left .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-seven .seven-content-left span {
	font-family: 'Lora', sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.banner-seven .seven-content-left h2 {
	font-family: 'Lora', sans-serif;
	color: #fff;
	max-width: 570px;
	display: inline-block;
	font-size: 36px;
	line-height: 48px;
	margin-left: 10px;
}
.banner-seven .seven-content-right-bg {
	height: 100vh;
	position: relative;
}
.banner-seven .seven-content-right {
	position: absolute;
	top: 50%;
	right: 0;
	height: 500px;
	width: 500px;
	background-color: rgba(255,255,255,.1);
	border-radius: 100%;
	overflow: hidden;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-seven .seven-content-right .content {
	background-color: rgba(255,255,255,0.7);
	height: 100%;
	width: 100%;
	border-radius: 100%;
	text-align: center;
	padding-top: 100px;
}
.banner-seven .seven-content-right .counter {
	font-weight: 700;
	font-size: 250px;
	line-height: 180px;
	color: #012f50;
}
.banner-seven .seven-content-right .content > p {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #60214c;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.banner-seven .seven-content-right .clock-item {
	display: inline-block;
	margin-right: 20px;
}
.banner-seven .seven-content-right .clock-item:last-child {
	margin: 0px;
}
.banner-seven .seven-content-right .clock-item span {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #012f50;
}
.banner-seven .seven-content-right .clock-item p {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	color: #012f50;
}
.banner-seven .seven-content-right .clock-item:nth-child(2) span, .banner-seven .seven-content-right .clock-item:nth-child(2) p {
	color: #444444;
}
.banner-seven .seven-content-right .clock-item:nth-child(3) span, .banner-seven .seven-content-right .clock-item:nth-child(3) p {
	color: #60214c;
}
.banner-seven .seven-content-right .clock-item:nth-child(4) span, .banner-seven .seven-content-right .clock-item:nth-child(4) p {
	color: #60214c;
}
.banner-eight {
	background: none;
}
.banner-eight video {
	width: 150%;
}
.banner-eight .banner-eight-content {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.banner-eight .banner-eight-content span {
	display: block;
	font-family: 'Lora', sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.banner-eight .banner-eight-content span:last-child {
	font-size: 150px;
}
.banner-nine {
}
.banner-nine {
	background-image: url(../../images/backgrounds/bg-banner-09.jpg);
}
.banner-nine .banner-overlay {
	/* fallback */
	background-color: rgba(240,36,25,.8);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.8)), to(rgba(248,214,21,.7)));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	/* IE 10 */
	background: -ms-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
}
.banner-nine .banner-nine-content {
	padding: 0px 15px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-nine p {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.5;
	color: #fff;
	margin: 0px;
}
.banner-nine h2 {
	color: #fff;
	font-size: 60px;
	line-height: 1.5;
}
.banner-nine ul {
	margin-bottom: 30px;
}
.banner-nine ul li {
	list-style: none;
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.banner-nine ul li:first-child {
	margin-right: 25px;
}
.banner-nine ul li span {
	color: #fff;
	margin-right: 10px;
}
.banner-nine a {
	background-color: #fff;
	color: #012f50;
	padding: 13px 38px;
}
.banner-nine a:hover, .banner-nine a:focus {
	color: #012f50;
	background-color: #fff;
}
.page-header {
	margin: 0px;
	padding: 0px;
	border: none;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	margin-bottom: -68px;
}
.page-header .content {
	background-color: #e4e5e5;
	padding: 20px;
	overflow: hidden;
}
.page-header h4 {
	font-size: 21px;
	color: #000000;
	float: left;
	margin-top: 7px;
}
.page-header ul {
	float: right;
	margin: 0px;
}
.page-header ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #012f50;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2;
}
.page-header ul li a, .page-header ul li span {
	color: #000000;
	text-decoration: none;
}
/*  04  - About
----------------------------------------------*/
.about .section-header h2 {
	color: #60214c;
	margin-bottom: 10px;
}
.about .section-header p {
	color: #010101;
	font-size: 24px;
}
.about > div > p {
	font-size: 15px;
	line-height: 30px;
	color: #535353;
	text-align: center;
	margin-bottom: 50px;
}
.about .about-button {
	text-align: center;
}
.about .about-button li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}
.about .about-button li a {
	display: inline-block;
	background-color: #012f50;
	padding: 14px 35px;
}
.about .about-button li a:hover, .about .about-button li a:focus {
	text-decoration: none;
	background-color: #60214c;
	color: #fff;
}
.about .about-button li:last-child a {
	background-color: #60214c
}
.about .about-button li:last-child a:hover {
	background-color: #012f50;
}
.about-two {
	padding-top: 30px;
}
.about-two .image img {
	width: 100%;
}
.about-two .section-header h2 {
	color: #60214c;
}
.about-two .about-button {
	text-align: left;
}
.about-two .about-button li:last-child a {
	background-color: #60214c;
}
.about-three .image {
	overflow: hidden;
}
.about-three .image img {
	width: 100%;
}
.about-three .image .left {
	width: 50%;
	float: left;
	padding-right: 5px;
}
.about-three .image .right {
	width: 50%;
	float: left;
	padding-left: 5px;
}
.about-three .image .right .top {
	margin-bottom: 10px;
}
.about-three .section-header h2 {
	color: #444444;
	font-size: 36px;
}
.about-three .about-button {
	text-align: left;
}
.about-three .about-button li:first-child a {
	background-color: #444444;
}
.about-three .about-button li:last-child a {
	background-color: #60214c;
}
.about-three .about-button li:first-child a:hover {
	background-color: #60214c;
}
.about-three .about-button li:last-child a:hover {
	background-color: #444444;
}
.about-four {
	background-color: #1b2431;
}
.about-four .section-header p {
	color: #fffefe;
}
.about-four p {
	color: #bbbbbb;
	font-size: 15px;
}
.about-four .about-button {
	text-align: left;
}
.about-four .about-button li:last-child a {
	background-color: #60214c;
}
.about-five .section-header h2 {
	color: #444444;
}
.about-five .section-header p {
	color: #60214c;
}
.about-five .about-button li {
	float: left;
}
.about-five .about-button li a {
	background-color: #444444;
}
.about-six .section-header h2 {
	color: #012f50;
}
.about-six .about-button li a {
	background-color: #012f50;
}
.about-six .about-button li a:hover, .about-six .about-button li a:focus {
	background-color: #012f50;
}
.about-six .about-button li:last-child {
	background-color: #60214c;
}
.about-six .about-button li:last-child a {
	background-color: #60214c;
}
.about-six .about-button li:last-child a:hover, .about-six .about-button li:last-child a:focus {
	background-color: #60214c;
}
.about-seven {
	background-color: #fafafa;
}
.about-seven .section-header h2 {
	font-size: 36px;
	color: #012f50;
}
.about-seven .about-button {
	text-align: left;
}
.about-seven .about-button li:first-child a {
	background-color: #012f50;
}
.about-seven .about-button li:last-child a {
	background-color: #60214c;
}
.about-seven .countdown h2 {
	font-size: 36px;
	color: #012f50;
	margin-bottom: 50px;
}
.about-seven .countdown li {
	width: 25%;
	float: left;
	list-style: none;
	display: inline-block;
	text-align: center;
}
.about-seven .countdown li span {
	font-weight: 600;
	font-size: 36px;
	color: #60214c;
	background: url(../../images/about/about-countdown.png);
	background-position: 50% 50%;
	background-size: cover;
	height: 130px;
	width: 130px;
	display: inline-block;
	line-height: 3.8;
	margin-bottom: 20px;
}
.about-seven .countdown li p {
	font-size: 18px;
	font-weight: 600;
	color: #193651;
	text-transform: uppercase;
}
/*  00  - Services
----------------------------------------------*/
.services {
	padding: 120px 0px 30px;
}
.services .section-header {
	margin-bottom: 75px;
}
.services .section-header h3 {
	color: #012f50;
}
.services .service-item {
	text-align: center;
	margin-bottom: 90px;
}
.services .service-item img {
	margin: 0 auto 30px;
}
.services .service-item h4 {
	margin-bottom: 15px;
}
.services .service-item p {
	margin: 0px;
}
/*  05  - Speakers
----------------------------------------------*/
.speakers {
	background-image: url(../../images/backgrounds/bg-speakers.jpg);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
.speakers .section-header {
	margin-bottom: 60px;
}
.speakers .section-header h3 {
	color: #fff;
}
.speakers .section-header p {
	color: #fff;
}
.speakers .speaker-item {
	overflow: hidden;
	margin-bottom: 30px;
}
.speakers .speaker-item .speaker-image img {
	width: 100%;
}
.speakers .speaker-item .speaker-content .icon {
	width: 23%;
	text-align: center;
	color: #60214c;
	background-color: #fff;
	display: inline-block;
	float: left;
	font-size: 26px;
	line-height: 70px;
	-webkit-transition: .25s;
	transition: .25s;
}
.speakers .speaker-item .speaker-content .details {
	width: 77%;
	float: left;
	background-color: #60214c;
	padding: 15px 15px 7px;
	-webkit-transition: .25s;
	transition: .25s;
}
.speakers .speaker-item .speaker-content .details h4 a {
	color: #fff;
	text-decoration: none;
}
.speakers .speaker-item .speaker-content .details h4 a:hover, .speakers .speaker-item .speaker-content .details h4 a:focus {
	color: #fff;
	text-decoration: none;
}
.speakers .speaker-item .speaker-content .details span {
	font-size: 16px;
	color: #fff;
}
.speakers .speaker-item:hover .details {
	background-color: #012f50;
}
.speakers .speaker-item:hover .icon {
	color: #012f50;
}
.speakers-two {
	background: #fff;
}
.speakers-two .section-header h3 {
	color: #000000;
}
.speakers-two .section-header p {
	color: #696969;
}
.speakers-two .speaker-item .speaker-content .icon {
	background-color: #589e3f;
	color: #fff;
}
.speakers-two .speaker-item:hover .speaker-content .icon {
	background-color: #fc8804;
}
.speakers-three {
	background-image: url(../../images/backgrounds/bg-speakers-02.jpg);
}
.speakers-three .speaker-item .speaker-content {
	background-color: #fff;
	text-align: center;
	padding: 22px;
}
.speakers-three .speaker-item .speaker-content h4 a, .speakers-three .speaker-item .speaker-content span {
	color: #010101;
	text-decoration: none;
	-webkit-transition: .25s;
	transition: .25s;
}
.speakers-three .speaker-item:hover .speaker-content h4 a, .speakers-three .speaker-item:hover .speaker-content span {
	color: #012f50;
}
.speakers-four {
	background-image: url(../../images/backgrounds/bg-speakers-03.jpg);
}
.speakers-four .overlay {
	background-color: rgba(27,36,49,.9);
}
.speakers-four .section-header p {
	color: #aeaeae;
}
.speakers-four .row {
	margin-right: -10px;
	margin-left: -10px;
}
.speakers-four .col-md-3, .speaker-four .col-sm-6, .speaker-four .col-xs-12 {
	padding-right: 10px;
	padding-left: 10px;
}
.speakers-four .speaker-item {
	margin-bottom: 20px;
}
.speakers-five {
	background-image: url(../../images/backgrounds/bg-speakers-05.jpg);
}
.speakers-five .speaker-items {
	margin: -7px;
	overflow: hidden;
}
.speakers-five .speaker-item {
	width: calc(100% / 4 - 1px);
	float: left;
	padding: 7px;
	margin: 0px;
}
.speakers-five .speaker-image {
	position: relative;
	overflow: hidden;
}
.speakers-five .speaker-content-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	text-align: center;
	padding: 10px;
}
.speakers-five .speaker-content {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #444444;
	opacity: .9;
}
.speakers-five .content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.speakers-five .speaker-content h4 a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}
.speakers-five .speaker-content span {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.speakers-five .speaker-item .speaker-social {
	margin: 0px;
}
.speakers-five .speaker-item .speaker-social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.speakers-five .speaker-item .speaker-social a {
	color: #fff;
}
.speakers-six {
	background-image: url(../../images/backgrounds/bg-speakers-06.jpg);
}
.speakers-six .speaker-image {
	position: relative;
	overflow: hidden;
}
.speakers-six .speaker-image img {
	width: 100%;
}
.speakers-six .speaker-content-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	text-align: center;
	padding: 10px;
}
.speakers-six .speaker-content {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #012f50;
	opacity: .9;
}
.speakers-six .content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.speakers-six .speaker-content h4 a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}
.speakers-six .speaker-content span {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.speakers-six .speaker-item .speaker-social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.speakers-six .speaker-item .speaker-social a {
	color: #fff;
}
.speakers-seven {
	background: #fff;
}
.speakers-seven .section-header h3 {
	color: #012f50;
}
.speakers-seven .section-header p {
	color: #696969;
}
.speakers-seven .speaker-item {
	text-align: center;
}
.speakers-seven .speaker-image {
	position: relative;
	height: 300px;
	width: 300px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 30px;
}
.speakers-seven .speaker-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 100%;
	background-color: rgba(240,36,25,.8);
	background: -webkit-gradient(linear, left top, right top, from(rgba(240,36,25,.8)), to(rgba(248,214,21,.7)));
	background: -webkit-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	background: -moz-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	background: -ms-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	background: -o-linear-gradient(left, rgba(248,214,21,.8), rgba(240,36,25,.8));
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: .25s ease-out;
	transition: .25s ease-out;
}
.speakers-seven .speaker-item:hover .speaker-overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.speakers-seven .speaker-social {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0px;
}
.speakers-seven .speaker-social li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.speakers-seven .speaker-social li a {
	font-size: 20px;
	color: #fff;
}
.speakers-seven .speaker-content h4 {
	font-size: 20px;
}
.speakers-seven .speaker-content h4 a {
	text-decoration: none;
	color: #212121;
}
.speakers-seven .speaker-content span {
	font-size: 16px;
	color: #212121;
}
/*  06  - Speakers Details
----------------------------------------------*/
.speaker-details .speaker-image img {
	width: 100%;
}
.speaker-details .speaker-content {
	margin-bottom: 50px;
}
.speaker-details .speaker-content h4 {
	font-size: 24px;
	line-height: 28px;
	color: #012f50;
}
.speaker-details .speaker-content > span {
	font-size: 16px;
	line-height: 28px;
	color: #656565;
	margin-bottom: 10px;
	display: inline-block;
}
.speaker-details .speaker-content p {
	font-size: 15px;
	line-height: 28px;
}
.speaker-details .speaker-social {
	overflow: hidden;
	margin-bottom: 30px;
}
.speaker-details .speaker-social li {
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.speaker-details .speaker-social li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	color: #696969;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 100%;
	line-height: 2.7;
}
.speaker-details .speaker-social li a:hover {
	background-color: #012f50;
	border: 1px solid #012f50;
	color: #fff;
}
.speaker-details .speaker-address {
	overflow: hidden;
}
.speaker-details .speaker-address li {
	list-style: none;
	margin-bottom: 6px;
	font-size: 15px;
}
.speaker-details .speaker-address li span {
	display: inline-block;
	height: 36px;
	width: 36px;
	border: 1px solid #f0f0f0;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	color: #012f50;
	margin-right: 10px;
}
.speaker-details .speaker-statement {
	margin-bottom: 50px;
}
.speaker-details .speaker-statement h4 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}
.speaker-details .speaker-statement p {
	font-size: 15px;
}
.speaker-details .speaker-skills h4 {
	margin-bottom: 30px;
}
.speaker-details .speaker-skills .skill-item {
	display: inline-block;
	margin-right: 44px;
	text-align: center;
}
.speaker-details .speaker-skills .skill-item:last-child {
	margin-right: 0px;
}
.speaker-details .speaker-skills .circle {
	position: relative;
	margin-bottom: 10px;
}
.speaker-details .speaker-skills strong {
	color: #60214c;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.speaker-details .speaker-skills p {
	font-size: 14px;
	color: #696969;
	margin: 0px;
}
.speaker-details .speaker-award h4 {
	margin-bottom: 20px;
}
.speaker-details .speaker-award li {
	list-style: none;
	display: inline-block;
	margin-right: 60px;
	text-align: center;
}
.speaker-details .speaker-award li:last-child {
	margin: 0px;
}
.speaker-details .speaker-award li img {
	margin: 0px auto 25px;
}
/*  07  - Schedules
----------------------------------------------*/
.schedules {
}
.schedules .section-header {
	margin-bottom: 40px;
}
.schedules .schedule-tabs {
	text-align: center;
}
.schedules .nav-tabs {
	text-align: center;
	border: 10px solid #fafafa;
	display: inline-block;
	margin-bottom: 20px;
}
.schedules .nav-tabs li {
	margin: 0px;
}
.schedules .nav-tabs li a {
	border: 1px solid #f0f0f0;
	border-right: none;
	border-radius: 0;
	margin: 0px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #012f50;
	padding: 6px 30px;
}
.schedules .nav-tabs li:last-child a {
	border-right: 1px solid #f0f0f0;
}
.schedules .nav-tabs li:last-child a:hover, .schedules .nav-tabs li:last-child a:focus {
	border-right: 1px solid #60214c;
}
.schedules .nav-tabs li:last-child.active a {
	border-right: 1px solid #012f50;
}
.schedules .nav-tabs li a span {
	font-size: 16px;
	font-weight: 400;
	color: #696969;
	display: block;
}
.schedules .nav-tabs li a:hover, .schedules .nav-tabs li a:focus {
	border: 1px solid #60214c;
	border-right: none;
	background-color: #60214c;
	color: #fff;
	margin: 0;
}
.schedules .nav-tabs li.active a {
	border: 1px solid #012f50;
	border-right: none;
	background-color: #012f50;
	color: #fff;
	margin: 0;
}
.schedules .nav-tabs li a:hover span, .schedules .nav-tabs li a:focus span, .schedules .nav-tabs li.active a span {
	color: #fff;
}
.schedules .nav-tabs h4 {
	font-size: 24px;
	color: #012f50;
}
.schedules .nav-tabs p {
	font-size: 16px;
	color: #696969;
	margin: 0px;
}
.schedules .tab-content .schedule-table {
	margin-bottom: 50px;
}
.schedules .tab-content table {
	border: 10px solid #fafafa;
	border-top: none;
	min-width: 1140px;
	overflow-X: auto;
}
.schedules .tab-content table .time {
	width: 23%;
}
.schedules .tab-content table .session {
	width: 40%;
}
.schedules .tab-content table .speaker {
	width: 22%;
}
.schedules .tab-content table .venue {
	width: 15%;
}
.schedules .tab-content table th {
	border: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #60214c;
	padding: 15px 30px;
}
.schedules .tab-content table tbody tr:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .12);
}
.schedules .tab-content table td {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
	line-height: 1;
	color: #696969;
	padding: 15px 30px;
	-webkit-transition: .25s;
	transition: .25s;
}
.schedules .tab-content table td:hover {
	color: #012f50;
}
.schedules .tab-content table td:first-child {
	border-left: 1px solid #f0f0f0;
}
.schedules .tab-content table td:last-child {
	border-right: 1px solid #f0f0f0;
}
.schedules .tab-content table td span {
	margin-right: 8px;
}
.schedules .tab-content .schedule-button {
	background-color: #60214c;
	padding: 14px 37px;
}
.schedules .tab-content .schedule-button:hover {
	background-color: #012f50;
}
.schedules-two {
	background-image: url(../../images/backgrounds/bg-schedules.jpg);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
.schedules-two .section-header {
	margin-bottom: 60px;
}
.schedules-two .section-header h3, .schedules-two .section-header p {
	color: #fff;
}
.schedules-two .nav-tabs {
	width: 19%;
	float: left;
	border: none !important;
}
.schedules-two .nav-tabs li {
	margin-bottom: 10px;
}
.schedules-two .nav-tabs li a {
	border: none;
	background-color: #fff;
	width: 200px;
	padding: 6px 15px;
	position: relative;
}
.schedules-two .nav-tabs li a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	height: 15px;
	width: 15px;
	background-color: #012f50;
	opacity: 0;
}
.schedules-two .nav-tabs li a:hover:before, .schedules-two .nav-tabs li.active a:before {
	right: -7px;
	opacity: 1;
	-webkit-transition: .25s;
	transition: .25s;
	transition-delay: .1s;
}
.schedules-two .nav-tabs li a:hover, .schedules-two .nav-tabs li a:focus, .schedules-two .nav-tabs li.active a {
	border: none;
}
.schedules-two .nav-tabs li a:hover, .schedules-two .nav-tabs li a:focus {
	background-color: #012f50;
}
.schedules-two .nav-tabs li:last-child a:hover, .schedules-two .nav-tabs li:last-child a:focus {
	border: none;
}
.schedules-two .tab-content {
	width: 81%;
	float: left;
}
.schedules-two .tab-content .schedule-table, .schedules-two .tab-content table {
	margin: 0px;
}
.schedules-two .tab-content table {
	border: none;
	min-width: 920px;
}
.schedules-two .tab-content table tbody tr {
	-webkit-transition: .25s;
	transition: .25s;
}
.schedules-two .tab-content table tbody tr:hover {
	box-shadow: none;
	background-color: #012f50;
}
.schedules-two .tab-content table tbody tr:hover td {
	color: #fff;
}
.schedules-two .tab-content table .session {
	width: 44%;
}
.schedules-two .tab-content table td:first-child {
	border-left: 1px solid #252525;
}
.schedules-two .tab-content table td {
	border-bottom: 1px solid #252525;
	padding: 27px 15px;
}
.schedules-two .tab-content table td:last-child {
	border-right: 1px solid #252525;
}
.schedules-two .tab-content table td span {
	margin-right: 5px;
}
.schedules-three {
	background-color: #1b2431;
}
.schedules-three .section-header h3 {
	color: #fff;
}
.schedules-three .section-header p {
	color: #aeaeae;
}
.schedules-three .nav-tabs {
	border: none;
}
.schedules-three .nav-tabs li a {
	border: 1px solid #313d4f;
	border-right: none;
	position: relative;
	color: #fff;
}
.schedules-three .nav-tabs li a span {
	color: #fff;
}
.schedules-three .nav-tabs li a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 16px;
	width: 16px;
	background-color: #012f50;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	opacity: 0;
}
.schedules-three .nav-tabs li.active a:before {
	opacity: 1;
	bottom: -8px;
	-webkit-transition: .5s;
	transition: .5s;
}
.schedules-three .nav-tabs li:last-child a {
	border-right: 1px solid #313d4f;
}
.schedules-three .tab-content table {
	border: none;
}
.schedules-three .tab-content .schedule-table {
	margin: 0px;
}
.schedules-three .tab-content table th {
	background-color: #313d4f;
}
.schedules-three .tab-content table td {
	border-bottom: 1px solid #313d4f;
}
.schedules-three .tab-content table td:hover {
	color: #aeaeae;
}
.schedules-three .tab-content table td:first-child {
	border-left: 1px solid #313d4f;
	position: relative;
}
.schedules-three .tab-content table td:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #012f50;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
.schedules-three .tab-content table tr:hover td {
	color: #fff;
}
.schedules-three .tab-content table tr:hover td:first-child:before {
	opacity: 1;
}
.schedules-three .tab-content table td:last-child {
	border-right: 1px solid #313d4f;
}
.schedules-three .tab-content table tbody tr {
	position: relative;
}
.schedules-three .tab-content table tbody tr:hover {
	background-color: #313d4f;
	border-left: 4px solid #012f50;
}
.schedules-three .tab-content table tbody tr:before {
	position: absolute;
}
.schedules .tab-content table td {
	color: #696969;
}
.schedules-two .tab-content table td {
	color: #aeaeae;
}
.schedules-three .tab-content table td {
	color: #aeaeae;
}
.schedules-five .nav-tabs li a {
	color: #444444;
}
.schedules-five .nav-tabs li a:hover, .schedules-five .nav-tabs li a:focus, .schedules-five .nav-tabs li.active a {
	background-color: #444444;
	border: 1px solid #444444;
	border-right: none;
}
.schedules-five .nav-tabs li:last-child a:hover, .schedules-five .nav-tabs li:last-child a:focus, .schedules-five .nav-tabs li:last-child.active a {
	border-right: 1px solid #444444;
}
.schedules-five .tab-content table th {
 //background-color: #444444;
}
.schedules-five .tab-content table td:hover {
	color: #696969;
}
.schedules-five .tab-content .schedule-button {
	background-color: #444444;
}
.schedules-six .nav-tabs li a {
	color: #012f50;
}
.schedules-six .nav-tabs li a:hover, .schedules-six .nav-tabs li a:focus, .schedules-six .nav-tabs li.active a {
	background-color: #012f50;
	border: 1px solid #012f50;
	border-right: none;
}
.schedules-six .nav-tabs li:last-child a:hover, .schedules-six .nav-tabs li:last-child a:focus, .schedules-six .nav-tabs li:last-child.active a {
	border-right: 1px solid #012f50;
}
.schedules-six .tab-content table th {
	background-color: #60214c;
}
.schedules-six .tab-content table td:hover {
	color: #012f50;
}
.schedules-six .tab-content table td:nth-child(1) span {
	color: #012f50;
}
.schedules-six .tab-content table td:nth-child(2) span {
	color: #444444;
}
.schedules-six .tab-content table td:nth-child(3) span {
	color: #60214c;
}
.schedules-six .tab-content table td:nth-child(4) span {
	color: #60214c;
}
.schedules-six .tab-content .schedule-button {
	background-color: #012f50;
}
.schedules-seven {
	background-color: #fafafa;
}
.schedules-seven .section-header h3 {
	color: #012f50;
}
.schedules-seven .nav-tabs li a {
	color: #012f50;
}
.schedules-seven .nav-tabs li a:hover, .schedules-seven .nav-tabs li a:focus, .schedules-seven .nav-tabs li.active a {
	background-color: #012f50;
	border: 1px solid #012f50;
	border-right: none;
}
.schedules-seven .nav-tabs li:last-child a:hover, .schedules-seven .nav-tabs li:last-child a:focus, .schedules-seven .nav-tabs li:last-child.active a {
	border-right: 1px solid #012f50;
}
.schedules-seven .tab-content table th {
	background-color: #f0f0f0;
	color: #012f50;
}
.schedules-seven .tab-content table {
	border: 10px solid #f0f0f0;
}
.schedules-seven .tab-content table td:hover {
	color: #012f50;
}
.schedules-seven .tab-content table td:nth-child(1) span {
	color: #012f50;
}
.schedules-seven .tab-content table td:nth-child(2) span {
	color: #444444;
}
.schedules-seven .tab-content table td:nth-child(3) span {
	color: #60214c;
}
.schedules-seven .tab-content table td:nth-child(4) span {
	color: #60214c;
}
.schedules-seven .tab-content .schedule-button {
	background-color: #012f50;
}
/*  08  - Pricing
----------------------------------------------*/
.pricing {
	background-image: url(../../images/backgrounds/bg-pricing.jpg);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
.pricing .section-header {
	margin-bottom: 65px;
}
.pricing .section-header h3, .pricing .section-header p {
	color: #fff;
}
.pricing .pricing-item {
	margin-bottom: 20px;
}
.pricing .pricing-item.first .pricing-header {
	background-color: #444444;
}
.pricing .pricing-item.second .pricing-header {
	background-color: #012f50;
}
.pricing .pricing-item.third .pricing-header {
	background-color: #60214c;
}
.pricing .pricing-item .pricing-header {
	overflow: hidden;
	padding: 36px 30px;
}
.pricing .pricing-item .pricing-header .name {
	color: #fff;
	display: inline-block;
	padding: 5px 0px;
}
.pricing .pricing-item .pricing-header .amount {
	color: #fff;
	float: right;
}
.pricing .pricing-item .pricing-options {
	background-color: #fff;
	padding: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.pricing .pricing-item .pricing-options p {
	font-size: 15px;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 15px;
	color: #696969;
	border-bottom: 1px solid #f0f0f0;
}
.pricing .pricing-item .pricing-options p:last-child {
	border: none;
	margin: 0px;
	padding: 0px;
}
.pricing .pricing-item .pricing-options p span {
	color: #fff;
	background-color: #60214c;
	height: 16px;
	width: 16px;
	font-size: 12px;
	display: inline-block;
	line-height: 17px;
	text-align: center;
	border-radius: 100%;
	margin-right: 20px;
}
.pricing .pricing-item .pricing-options p span.off {
	background-color: #c9c9c9;
}
.pricing .pricing-item .pricing-button {
	padding: 25px 30px;
	background-color: #fff;
}
.pricing .pricing-item .pricing-button a {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.pricing .pricing-item.first .pricing-button a {
	color: #444444;
}
.pricing .pricing-item.second .pricing-button a {
	color: #012f50;
}
.pricing .pricing-item.third .pricing-button a {
	color: #60214c;
}
.pricing-two {
	background-image: url(../../images/backgrounds/bg-pricing-02.jpg);
}
.pricing-two .pricing-item.first .pricing-options {
	border-left: 10px solid #444444;
	border-bottom: none;
}
.pricing-two .pricing-item.first .pricing-options {
	border-right: 10px solid #444444;
}
.pricing-two .pricing-item.second .pricing-options {
	border-left: 10px solid #012f50;
	border-bottom: none;
}
.pricing-two .pricing-item.second .pricing-options {
	border-right: 10px solid #012f50;
}
.pricing-two .pricing-item.third .pricing-options {
	border-left: 10px solid #60214c;
	border-bottom: none;
}
.pricing-two .pricing-item.third .pricing-options {
	border-right: 10px solid #60214c;
}
.pricing-two .pricing-item .pricing-options p span {
	float: right;
	margin: 0px;
}
.pricing-two .pricing-item .pricing-button a {
	display: block;
	text-align: center;
	color: #fff!important;
}
.pricing-two .pricing-item.first .pricing-button {
	background-color: #444444;
}
.pricing-two .pricing-item.second .pricing-button {
	background-color: #012f50;
}
.pricing-two .pricing-item .pricing-button {
	background-color: #60214c;
}
.pricing-three {
	background-image: url(../../images/backgrounds/bg-pricing-03.jpg);
}
.pricing-three .pricing-item {
	margin-bottom: 30px;
	overflow: hidden;
}
.pricing-three .pricing-item .pricing-header {
	width: 37%;
	float: left;
	padding: 30px 20px;
}
.pricing-three .pricing-item.first .pricing-header {
	background-color: #60214c;
}
.pricing-three .pricing-item.second .pricing-header {
	background-color: #012f50;
}
.pricing-three .pricing-item.third .pricing-header {
	background-color: #60214c;
}
.pricing-three .pricing-item.fourth .pricing-header {
	background-color: #444444;
}
.pricing-three .pricing-item .pricing-header .name {
	font-size: 24px;
	text-align: center;
	display: block;
}
.pricing-three .pricing-item .pricing-header .amount {
	display: block;
	float: initial;
	font-size: 72px;
	line-height: 2.34;
	text-align: center;
}
.pricing-three .pricing-item .pricing-header a {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 0px;
}
.pricing-three .pricing-item .pricing-options {
	width: 63%;
	float: left;
	border: 10px solid #fafafa;
	border-left: none;
	padding: 0px;
	position: relative;
}
.pricing-three .pricing-item .pricing-options > div {
	border: 1px solid #f0f0f0;
	padding: 20px;
}
.pricing-three .pricing-item .pricing-options:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 40px;
	height: 10px;
	background-color: #60214c;
}
.pricing-three .pricing-item .pricing-options:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 40px;
	height: 10px;
	background-color: #60214c;
}
.pricing-three .pricing-item.second .pricing-options:before, .pricing-three .pricing-item.second .pricing-options:after {
	background-color: #012f50;
}
.pricing-three .pricing-item.third .pricing-options:before, .pricing-three .pricing-item.third .pricing-options:after {
	background-color: #60214c;
}
.pricing-three .pricing-item.fourth .pricing-options:before, .pricing-three .pricing-item.fourth .pricing-options:after {
	background-color: #444444;
}
.pricing-three .pricing-item .pricing-options p {
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.pricing-three .pricing-item .pricing-options p span {
	float: right;
}
.pricing-three .pricing-item .pricing-button {
	display: none;
	background-color: #60214c;
	text-align: center;
}
.pricing-three .pricing-item.second .pricing-button {
	background-color: #012f50;
}
.pricing-three .pricing-item.third .pricing-button {
	background-color: #60214c;
}
.pricing-three .pricing-item.fourth .pricing-button {
	background-color: #444444;
}
.pricing-three .pricing-item .pricing-button a {
	color: #fff!important;
}
.pricing-four {
	background-image: url(../../images/backgrounds/bg-pricing-04.jpg);
}
.pricing-four .overlay {
	background-color: rgba(27,36,49,.9);
}
.pricing-four .section-header p {
	color: #aeaeae;
}
.pricing-page {
	background: #fff;
}
.pricing-five {
	background-image: url(../../images/backgrounds/bg-pricing-05.jpg);
}
.pricing-five .overlay {
	background: rgba(0,0,0,.5);
}
.pricing-six {
	background-image: url(../../images/backgrounds/bg-pricing-06.jpg);
}
.pricing-six .pricing-item.first .pricing-header {
	background-color: #012f50;
}
.pricing-six .pricing-item.second .pricing-header {
	background-color: #444444;
}
.pricing-six .pricing-item.third .pricing-header {
	background-color: #60214c;
}
.pricing-six .pricing-item.first .pricing-options p span {
	background-color: #012f50;
}
.pricing-six .pricing-item.second .pricing-options p span {
	background-color: #444444;
}
.pricing-six .pricing-item.third .pricing-options p span {
	background-color: #60214c;
}
.pricing-six .pricing-item .pricing-options p span.off {
	background-color: #c9c9c9;
}
.pricing-six .pricing-item.first .pricing-button a {
	color: #012f50;
}
.pricing-six .pricing-item.second .pricing-button a {
	color: #444444;
}
.pricing-six .pricing-item.third .pricing-button a {
	color: #60214c;
}
.pricing-seven {
	background: #fff;
}
.pricing-seven .section-header h3 {
	color: #012f50;
}
.pricing-seven .section-header p {
	color: #696969;
}
.pricing-seven .pricing-item {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
}
/*  09  - Travel
----------------------------------------------*/
.travel .section-header {
	margin-bottom: 50px;
}
.travel .info-item {
	margin-bottom: 30px;
}
.travel .info-item .icon {
	float: left;
	margin-right: 30px;
	font-size: 32px;
	line-height: 3em;
	color: #fff;
	background-color: #444444;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 100%;
}
.travel .info-item .icon:before {
	font-size: 40px;
}
.travel .info-item:nth-child(2) .icon {
	background-color: #012f50;
}
.travel .info-item:nth-child(3) .icon {
	background-color: #60214c;
}
.travel .info-item .details {
	display: table;
}
.travel .info-item .details h4 {
	margin-bottom: 10px;
	color: #444444;
}
.travel .info-item:nth-child(2) .details h4 {
	color: #012f50;
}
.travel .info-item:nth-child(3) .details h4 {
	color: #60214c;
}
.travel .info-item .details p {
	font-size: 15px;
}
.travel .travel-map {
	height: 500px;
	width: 100%;
	border: 6px solid #60214c;
}
.travel-six .info-item .icon {
	background-color: #012f50;
}
.travel-six .info-item:nth-child(2) .icon {
	background-color: #444444;
}
.travel-six .info-item:nth-child(3) .icon {
	background-color: #60214c;
}
.travel-six .info-item .details h4 {
	color: #012f50;
}
.travel-six .info-item:nth-child(2) .details h4 {
	color: #444444;
}
.travel-six .info-item:nth-child(3) .details h4 {
	color: #60214c;
}
.travel-seven .section-header h3 {
	color: #012f50;
}
.travel-seven .section-header p {
	color: #696969;
}
/*  10  - Sponsor
----------------------------------------------*/
.sponsor {
	background-image: url(../../images/backgrounds/bg-sponsors.jpg);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	text-align: center;
}
.sponsor .section-header {
	margin-bottom: 65px;
}
.sponsor .section-header h3 {
	color: #fff;
}
.sponsor .section-header p {
	color: #fff;
}
.sponsor .sponsor-item {
	text-align: center;
	margin-bottom: 50px;
}
.sponsor .sponsor-item h5 {
	color: #fff;
	margin-bottom: 30px;
}
.sponsor .sponsor-item img {
	width: 100%;
}
.sponsor .sponsor-button {
	background-color: #60214c;
	padding: 14px 36px;
}
.sponsor .sponsor-button:hover {
	background-color: #012f50;
}
.sponsor-two {
	background: #fff;
}
.sponsor-two .section-header h3 {
	color: #000000;
}
.sponsor-two .section-header p {
	color: #696969;
}
.sponsor-two .sponsor-item h5 {
	color: #000000;
}
.sponsor-three {
	background: #1b2431;
}
.sponsor-three .section-header p {
	color: #aeaeae;
}
.sponsor-five .sponsor-button {
	background-color: #444444;
}
.sponsor-six {
	background-image: url(../../images/backgrounds/bg-sponsors-06.jpg);
}
.sponsor-six .sponsor-button, .sponsor-six .sponsor-button:hover, .sponsor-six .sponsor-button:focus {
	background-color: #fff;
	color: #012f50;
}
.sponsor-seven {
	background: #fafafa;
}
.sponsor-seven .section-header h3 {
	color: #012f50;
}
.sponsor-seven .section-header p {
	color: #696969;
}
.sponsor-seven .sponsor-item h5 {
	color: #5d3385;
}
.sponsor-seven .sponsor-button, .sponsor-seven .sponsor-button:hover, .sponsor-seven .sponsor-button:focus {
	background-color: #012f50;
	color: #fff;
}
/*  11  - Gallery
----------------------------------------------*/
.gallery {
	background-image: url(../../images/backgrounds/bg-gallery.jpg);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	text-align: center;
}
.gallery .section-header {
	margin-bottom: 60px;
}
.gallery .section-header h3, .gallery .section-header p {
	color: #fff;
}
.gallery .gallery-item {
	margin-bottom: 30px;
	position: relative;
}
.gallery .gallery-item img {
	width: 100%;
}
.gallery .gallery-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	opacity: 0;
	-webkit-transition: .25s;
	transition: .25s;
}
.gallery .gallery-item a {
	display: block;
	position: absolute;
	height: 42px;
	width: 42px;
	top: 50%;
	left: 50%;
	text-align: center;
	border: 2px solid #7b7b7b;
	border-radius: 100%;
	padding: 80px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	opacity: 0;
}
.gallery .gallery-item a img {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s;
	transition: .3s;
}
.gallery .gallery-item:hover .overlay {
	opacity: 1;
}
.gallery .gallery-item:hover a {
	opacity: 1;
	padding: 10px;
}
.gallery .gallery-item:hover a img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery .gallery-button {
	background-color: #fff;
	padding: 13px 30px;
	margin-top: 30px;
	color: #012f50;
}
.gallery .gallery-button:hover {
	background-color: #012f50;
	color: #fff;
}
.gallery-two {
	background-image: url(../../images/backgrounds/bg-gallery-02.jpg);
}
.gallery-two .gallery-items {
	overflow: hidden;
	margin: -4px;
}
.gallery-two .gallery-item {
	margin: 0px;
}
.gallery-two .gallery-item img {
	width: 100%;
}
.gallery-two .grid-sizer, .gallery-two .grid-item {
	width: 33.33%;
	padding: 4px;
}
.gallery-two .grid-item--width2 {
	width: 66.67%;
}
.gallery-two .gallery-button {
	margin-top: 60px;
}
.gallery-three .section-header p {
	color: #aeaeae;
}
.gallery-about {
	background: #fff;
}
.gallery-about .section-header h3 {
	color: #000000;
}
.gallery-about .section-header p {
	color: #696969;
}
.gallery-six {
	background-image: url(../../images/backgrounds/bg-gallery-06.jpg);
}
.gallery-six .gallery-items {
	margin: -7px;
	overflow: hidden;
}
.gallery-six .gallery-item {
	width: calc(100% / 4 - 1px);
	float: left;
	padding: 7px;
	margin: 0px;
	overflow: hidden;
}
.gallery-six .gallery-item .gallery-image {
	position: relative;
	overflow: hidden;
}
.gallery-seven {
	background: #f8f8f8;
}
.gallery-seven .section-header h3 {
	color: #012f50;
}
.gallery-seven .section-header p {
	color: #696969;
}
.gallery-seven .gallery-button {
	background-color: #012f50;
}
/*  12  - Blog
----------------------------------------------*/
.home-blog .section-header {
	margin-bottom: 50px;
}
.home-blog .blog-item {
	-webkit-transition: .25s;
	transition: .25s;
	margin-bottom: 30px;
}
.blog-item .image {
	overflow: hidden;
	margin-top: 35px;
}
.blog-item .image img {
	-webkit-transition: .5s;
	transition: .5s;
	width: 100%;
}
.home-blog .blog-item .content {
	padding: 20px;
	border: 1px solid #f0f0f0;
}
.home-blog .blog-item .content h4 {
	line-height: 2em;
}
.home-blog .blog-item .content h4 a {
	color: #000000;
	text-decoration: none;
}
.home-blog .blog-item .content h4 a:hover, .home-blog .blog-item .content h4 a:focus {
	color: #012f50;
}
.home-blog .blog-item .content p {
	font-size: 14px;
	margin: 0px;
}
.home-blog .blog-item:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
}
.blog-item:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.post-meta {
	padding: 12px 20px;
	border: 1px solid #f0f0f0;
	border-top: none;
}
.post-meta li {
	display: inline-block;
	margin-right: 15px;
}
.post-meta li .icon {
	color: #707070;
	margin-right: 5px;
}
.post-meta li .icon:before {
	font-size: 14px;
}
.post-meta li a {
	font-size: 14px;
	text-decoration: none;
}
.post-meta li a:hover, .post-meta li a:focus {
	color: #012f50;
}
.home-blog-two .blog-item:hover {
	box-shadow: none;
}
.home-blog-two .blog-content {
	border: 10px solid #fafafa;
	background-color: #fff;
}
.home-blog-two .blog-content > div {
	-webkit-transform: translateY(-34px);
	transform: translateY(-34px);
	margin-bottom: -34px;
}
.home-blog-two .blog-item .content p {
	margin-bottom: 30px;
}
.home-blog-two .content > a {
	background-color: #60214c;
	padding: 13px 30px;
}
.home-blog-two .content > a:hover, .home-blog-two .content > a:focus {
	background-color: #012f50;
}
.home-blog-two .post-meta {
	padding: 0px;
	border: 1px solid #f0f0f0;
	border-bottom: none;
	margin: 0px;
	background-color: #fff;
}
.home-blog-two .post-meta li {
	padding: 33px 18px;
	margin: 0px;
}
.home-blog-two .post-meta li .icon:before {
	font-size: 16px;
}
.home-blog-two .post-meta li:first-child {
	border-right: 1px solid #eeeeee;
	padding: 15px 20px;
	float: left;
}
.home-blog-two .post-meta li:first-child a span {
	font-size: 36px;
	color: #012f50;
	display: block;
	line-height: 1;
	font-weight: 700;
}
.home-blog-three {
	background-color: #1b2431;
}
.home-blog-three .section-header h3 {
	color: #fff;
}
.home-blog-three .section-header p {
	color: #aeaeae;
}
.home-blog-five .content > a:hover, .home-blog-two .content > a:focus {
	background-color: #444444;
}
.home-blog-six .blog-item .content h4 a:hover, .home-blog-six .blog-item .content h4 a:focus {
	color: #012f50;
}
.home-blog-seven {
	background-color: #f8f8f8;
}
.home-blog-seven .blog-item {
	background-color: #fff;
}
.home-blog-seven .blog-item .content h4 a:hover, .home-blog-seven .blog-item .content h4 a:focus {
	color: #012f50;
}
.blog-page .blog-item {
	margin-bottom: 40px;
}
.blog-page .blog-content {
	border: 10px solid #fafafa;
	background-color: #fff;
}
.blog-page .blog-content .content {
	padding: 20px;
	border: 1px solid #f0f0f0;
}
.blog-page .blog-content h4 a {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 15px;
	line-height: 1.5;
	display: block;
}
.blog-page .blog-content h4 a:hover {
	color: #012f50;
}
.blog-page .blog-content > div {
	-webkit-transform: translateY(-34px);
	transform: translateY(-34px);
	margin-bottom: -34px;
}
.blog-page .blog-item .content p {
	margin-bottom: 30px;
}
.blog-page .content > a {
	background-color: #60214c;
	padding: 10px 35px;
}
.blog-page .content > a:hover, .home-blog-two .content > a:focus {
	background-color: #012f50;
}
.blog-page .post-meta {
	padding: 0px;
	border: 1px solid #f0f0f0;
	border-bottom: none;
	margin: 0px;
	background-color: #fff;
}
.blog-page .post-meta li {
	padding: 33px 18px;
	margin: 0px;
}
.blog-page .post-meta li .icon:before {
	font-size: 16px;
}
.blog-page .post-meta li:first-child {
	border-right: 1px solid #eeeeee;
	padding: 15px 20px;
	float: left;
}
.blog-page .post-meta li:first-child a span {
	font-size: 36px;
	color: #012f50;
	display: block;
	line-height: 1;
	font-weight: 700;
}
.blog-item.single {
	margin-bottom: 100px;
}
.blog-item.single:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.blog-item.single .blog-content h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.blog-item.single blockquote {
	padding: 0px 0px 0px 50px;
	border: none;
	color: #696969;
	font-weight: 400;
	font-size: 16px;
}
.blog-item.single blockquote:before {
	content: url(../../images/blog/blockquote_02.png) !important;
	right: 10px;
	position: absolute;
	bottom: -10px;
}
.blog-item.single blockquote:after {
	content: url(../../images/blog/blockquote_01.png) !important;
	top: 15px;
	left: 0px;
}
.blog-item.single .single-images {
	overflow: hidden;
	margin-bottom: 30px;
}
.blog-item.single .single-images > div {
	width: 50%;
	float: left;
}
.blog-item.single .single-images .left {
	padding-right: 5px;
}
.blog-item.single .single-images .right {
	padding-left: 5px;
}
.blog-item.single .single-images .top {
	margin-bottom: 10px;
}
.blog-item.single p:last-child {
	margin: 0px;
}
.blog-item.single .post-bottom {
	padding: 0px 20px 10px;
	background-color: #fafafa;
	overflow: hidden;
}
.blog-item.single .post-bottom .tags {
	float: left;
	margin: 0px;
}
.blog-item.single .post-bottom .tags li {
	list-style: none;
	display: inline-block;
	line-height: 40px;
}
.blog-item.single .post-bottom .tags li span {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}
.blog-item.single .post-bottom .tags li a {
	text-decoration: none;
}
.blog-item.single .post-bottom .tags li a:hover {
	color: #012f50;
}
.blog-item.single .post-bottom .share {
	float: right;
	margin: 0px;
}
.blog-item.single .post-bottom .share li {
	margin-right: 4px;
}
.blog-item.single .post-bottom .share li span {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}
.blog-item.single .post-bottom .share li a {
	height: 40px;
	width: 40px;
	font-size: 18px;
	line-height: 2.3;
}
.comments {
	margin-bottom: 50px;
}
.comments > h4, .comment-form > h4 {
	border-bottom: 4px solid #fafafa;
	padding-bottom: 15px;
	position: relative;
}
.comments > h4:before, .comment-form > h4:before {
	content: "";
	position: absolute;
	height: 4px;
	width: 100px;
	left: 0;
	bottom: -4px;
	background-color: #60214c;
}
.comments ul {
	margin: 0px;
}
.comments li {
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0px 20px;
}
.comments li:last-child {
	border: none;
}
.comments li ul li {
	margin-left: 90px;
}
.comments .comment-item .image {
	float: left;
	margin-right: 10px;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	overflow: hidden;
}
.comments .comment-item .com-content {
	display: table;
}
.comments .comment-item h4 a {
	font-size: 18px;
	color: #000000;
	float: left;
	margin-right: 10px;
}
.comments .comment-item span {
	font-size: 15px;
	color: #696969;
}
.comments .comment-item span i {
	font-size: 10px;
}
.comments .comment-item p {
	font-size: 15px;
	margin-bottom: 0px;
}
.comments .comment-item a {
	font-size: 14px;
	color: #012f50;
	font-weight: 600;
	text-decoration: none;
}
.comment-form h4 {
	margin-bottom: 30px;
}
.comment-form .comment-input {
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 9px 20px;
	outline: none;
	color: #696969;
}
.comment-form .comment-submit {
	text-transform: uppercase;
	background-color: #60214c;
	color: #fff;
	font-size: 14px;
	padding: 18px 24px;
}
.sidebar {
	background-color: #fafafa;
	padding: 10px;
}
.sidebar > div {
	border: 1px solid #f0f0f0;
	background: #fff;
}
.sidebar .sidebar-item {
	margin-bottom: 30px;
}
.sidebar .sidebar-title {
	border-bottom: 4px solid #fafafa;
	padding: 0px 20px 15px;
	position: relative;
}
.sidebar .sidebar-title:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 100px;
	background-color: #60214c;
}
.sidebar form {
	position: relative;
	padding: 20px;
}
.sidebar form input {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 12px;
	outline: none;
}
.sidebar form button {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18px;
	color: #696969;
	background: transparent;
	outline: none;
}
.sidebar .categores {
	padding: 10px 20px;
}
.sidebar .categores li {
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	color: #696969;
	overflow: hidden;
	padding: 10px 0px;
}
.sidebar .categores li a {
	font-size: 14px;
	line-height: 30px;
	color: #696969;
	text-decoration: none;
}
.sidebar .categores li span {
	float: right;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	-webkit-transition: .25s;
	transition: .25s;
}
.sidebar .categores li:hover a {
	color: #012f50;
	margin-left: 15px;
}
.sidebar .categores li:hover span {
	background-color: #012f50;
	color: #fff;
}
.sidebar .categores li:last-child {
	border: none;
}
.sidebar .latest-posts {
	padding: 30px 20px;
}
.sidebar .latest-posts .blog-item {
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	margin-bottom: 20px;
}
.sidebar .latest-posts .blog-item:last-child {
	border: none;
	margin: 0px;
}
.sidebar .latest-posts .blog-item .image {
	margin-bottom: 15px;
}
.sidebar .latest-posts h4 a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
.sidebar .latest-posts h4 a:hover {
	color: #012f50;
}
.sidebar .latest-posts ul {
	margin-bottom: 15px;
	overflow: hidden;
}
.sidebar .blog-item:last-child ul {
	margin: 0px;
}
.sidebar .latest-posts ul li {
	list-style: none;
	display: inline-block;
	float: left;
	color: #696969;
	margin-right: 30px;
}
.sidebar .latest-posts ul li:last-child {
	margin: 0px;
}
.sidebar .latest-posts ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #696969;
}
.sidebar .latest-posts ul li .icon {
	margin: 0px;
}
.sidebar .latest-posts ul li .icon:before {
	font-size: 14px;
}
.sidebar .populer-posts {
	padding: 30px 20px;
}
.sidebar .populer-posts .blog-item {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0px;
	margin: 0px;
}
.sidebar .populer-posts .blog-item:last-child {
	border: none;
	padding: 20px 0px 0px;
}
.sidebar .populer-posts .image {
	float: left;
	margin-right: 20px;
}
.sidebar .populer-posts .content {
	display: table;
}
.sidebar .populer-posts h5 a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	text-transform: initial;
	font-weight: 600;
}
.sidebar .populer-posts span {
	font-size: 14px;
}
.sidebar .tags {
	padding: 30px 20px;
	overflow: hidden;
	margin: -5px;
}
.sidebar .tags li {
	list-style: none;
	display: inline-block;
	float: left;
}
.sidebar .tags li a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 7px 18px;
	display: inline-block;
	margin: 5px;
}
.sidebar .tags li a:hover {
	background-color: #012f50;
	border: 1px solid #012f50;
	color: #fff;
}
.pagination {
	margin-top: 30px;
	margin-bottom: 0px;
}
.pagination li {
	margin-right: 10px;
	display: inline-block;
}
.pagination li a {
	color: #60214c;
	border: 1px solid #60214c;
	height: 40px;
	width: 40px;
	line-height: 2;
	text-align: center;
	border-radius: 3px;
}
.pagination li a:hover, .pagination li a:focus {
	background-color: #012f50;
	color: #fff;
	border: 1px solid #012f50;
}
/*  13  - Map
----------------------------------------------*/
.home-map {
	position: relative;
}
.home-map .map {
	height: 600px;
	width: 100%;
}
.home-map .map-info {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: transparent;
}
.contact-info {
	background-color: #fff;
	margin-top: 50px;
}
.contact-info h4 {
	font-size: 20px;
	color: #60214c;
	padding: 20px;
	border-bottom: 1px solid #eeeeee;
}
.contact-info .info {
	padding: 20px 30px;
	margin: 0px;
}
.contact-info .info li {
	list-style: none;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding: 15px 0px;
}
.contact-info .info li .icon {
	float: left;
	margin-right: 15px;
	font-size: 36px;
	color: #60214c;
	line-height: 1;
}
.contact-info .info li .icon:before {
	font-size: 26px;
}
.contact-info .info li .content {
	display: table;
}
.contact-info .info li .content p {
	margin: 0px;
	color: #696969;
	font-size: 14px;
	font-weight: 500;
}
.contact-info .event-social {
	padding: 0px 30px 30px;
}
.contact-info .event-social li {
	margin-right: 5px;
}
.contact-info .event-social li a {
	height: 40px;
	width: 40px;
	line-height: 2;
}
/*  14  - Contact Us
----------------------------------------------*/
.contact .contact-form h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.contact .contact-form .contact-input {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 10px 20px;
	margin-bottom: 30px;
	color: #696969;
	outline: none;
}
.contact .contact-form .contact-submit {
	background-color: #60214c;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 26px;
	outline: none;
}
.contact .contact-form .contact-submit:hover {
	background-color: #012f50;
}
.contact .contact-info {
	margin: 0px;
}
.contact .contact-info h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.contact .contact-info .info {
	padding: 0px;
	margin-bottom: 20px;
}
.contact .contact-info .event-social {
	padding: 0px;
}
/*  15  - Product
----------------------------------------------*/
.product p {
	font-size: 15px;
}
.product .product-header {
	border: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 14px 20px;
	margin-bottom: 30px;
}
.product .product-header p {
	margin: 0px;
	line-height: 30px;
}
.product .product-header p span {
	color: #012f50;
}
.product .product-header .icon {
	float: right;
}
.product .product-header .icon span {
	font-size: 18px;
	color: #012f50;
	cursor: pointer;
	margin-left: 5px;
}
.product .product-header .icon span:hover, .product .product-header .icon .grid-active, .product .product-header .icon .list-active {
	color: #60214c;
}
.product .product-header .icon .grid-active {
	color: #60214c;
}
.product .product-items {
	overflow: hidden;
	margin: -15px;
}
.product .product-item-grid {
	width: 29.9%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	margin: 12px;
	float: left;
	text-align: center;
}
.product .product-items .pro-image {
	position: relative;
}
.product .product-item-grid .cd-item {
	width: 100%!important;
	margin: 0px!important;
}
.product .product-item-grid .pro-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: .25s;
	transition: .25s;
}
.product .product-item-grid:hover .pro-overlay {
	opacity: .98;
}
.product .product-item-grid .pro-content {
	padding: 20px;
	overflow: hidden;
}
.product .product-item-grid .pro-content h4 a, .product .product-item-grid .pro-content span {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	display: block;
}
.product .product-item-grid .pro-content span {
}
.product .product-item-grid .pro-content p {
	display: none;
}
.product .product-item-grid .pro-content .pro-button {
	display: none;
}
.product .product-item-grid .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.product .product-item-grid .icon:nth-child(3) {
	left: 22%;
}
.product .product-item-grid .icon:nth-child(4) {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.product .product-item-grid .icon:nth-child(5) {
	right: 22%;
}
.product .product-item-grid .icon span {
	height: 40px;
	width: 40px;
	color: #012f50;
	border: 1px solid #012f50;
	display: inline-block;
	border-radius: 100%;
	line-height: 2.5;
	margin-right: 5px;
	-webkit-transition: .25s;
	transition: .25s;
	transform: scale(0);
}
.product .product-item-grid .icon span:hover {
	color: #fff;
	background-color: #012f50;
	border: 1px solid #012f50;
}
.product .product-item-grid .icon span:before {
	margin: 0px;
	font-size: 16px;
}
.product .product-item-grid .icon span:after {
	display: none;
}
.product .product-item-grid .pro-item:hover .icon span {
	transform: scale(1);
}
.product .cd-slider {
	margin-bottom: 0px;
}
.product .cd-slider li {
	list-style: none;
}
.product .cd-slider-navigation li {
	list-style: none;
}
.product .cd-slider-navigation li a {
	color: #000000;
	opacity: 1;
}
.cd-slider-navigation li a::before, .cd-slider-navigation li a::after {
	background: #000;
}
.product .cd-item-info {
	display: table;
	text-align: left;
	padding: 40px 40px 40px 0px;
}
.product .cd-item-info h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.product .cd-item-info span {
	webkit-animation: cd-slide-in 0.3s;
	-moz-animation: cd-slide-in 0.3s;
	animation: cd-slide-in 0.3s;
}
.product .cd-item-info span {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}
.product .cd-item-info p {
	color: #696969;
	margin-top: 0px;
	margin-bottom: 25px;
}
.product .product-item-list {
	width: 96.6%;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	margin: 15px 15px 30px 15px;
}
.product .product-item-list .pro-content {
	display: table;
	padding: 30px;
	position: relative;
}
.product .product-item-list .pro-content h4 a, .product .product-item-list .pro-content span {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	display: block;
}
.product .product-item-list .pro-overlay {
	display: none;
}
.product .product-item-list .icon {
	display: none;
}
.product .product-item-list .pro-image {
	margin: 0px;
	width: 30%;
	float: left;
}
.product .product-item-list .pro-rating {
	position: absolute;
	right: 30px;
	top: 30px;
}
.pro-rating a {
	color: #012f50;
}
.product .pro-button {
	margin: 0px;
}
.product .pro-button li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.product .pro-button button {
	font-size: 14px;
	color: #000000;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #012f50;
	padding: 14px 20px;
	outline: none;
	-webkit-transition: .25s;
	transition: .25s;
	border-radius: 0;
}
.product .pro-button a {
	font-size: 14px;
	color: #000000;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	border: 2px solid #60214c;
	padding: 10px 20px;
}
.product .pro-button button:hover {
	background-color: #012f50;
	border: 2px solid #012f50;
	color: #fff;
}
.product .pro-button a:hover {
	background-color: #60214c;
	border: 2px solid #60214c;
	color: #fff;
}
.product .pagination {
	display: block;
	text-align: center;
	margin-top: 70px;
}
.product-sidebar-bg {
	background-color: #fafafa;
	padding: 10px;
}
.product-sidebar {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 10px;
}
.por-sidebar-item {
	margin-bottom: 40px;
}
.por-sidebar-item > h4 {
	margin-bottom: 20px;
}
.product-sidebar form {
	position: relative;
	margin-top: 20px;
}
.product-sidebar form input {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 12px;
	outline: none;
}
.product-sidebar form button {
	position: absolute;
	right: 0px;
	top: 2px;
	font-size: 18px;
	color: #696969;
	background: transparent;
	outline: none;
}
.product-sidebar .pro-categories .panel-group {
	margin: 0px;
}
.product-sidebar .pro-categories .panel-group .panel {
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #f7f7f7;
}
.product-sidebar .pro-categories .panel-group .panel:first-child {
	padding-top: 0px;
}
.product-sidebar .pro-categories .panel-group .panel:last-child {
	border: none;
	padding-bottom: 0px;
}
.product-sidebar .pro-categories .panel-default>.panel-heading {
	background-color: #fff;
	border: none;
	padding: 0px;
}
.product-sidebar .pro-categories .panel-title {
	line-height: 2;
}
.product-sidebar .pro-categories .panel-title a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #696969;
	text-transform: capitalize;
	font-weight: 400;
	text-decoration: none;
}
.product-sidebar .pro-categories .panel-title a:hover {
	color: #012f50;
}
.product-sidebar .pro-categories .panel-title span {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	height: 30px;
	width: 30px;
	border: 1px solid #f7f7f7;
	border-radius: 100%;
	text-align: center;
	line-height: 2.5;
	-webkit-transition: .25s;
	transition: .25s;
}
.product-sidebar .pro-categories .panel-title span.minus {
	background-color: #012f50;
	border: 1px solid #012f50;
	color: #fff;
}
.product-sidebar .pro-categories .panel-title a:hover span {
	background-color: #012f50;
	border: 1px solid #012f50;
	color: #fff;
}
.product-sidebar .pro-categories .panel-title .collapsed span.plus {
	opacity: 1;
}
.product-sidebar .pro-categories .panel-title span.plus {
	opacity: 0;
}
.product-sidebar .pro-categories .panel-title .collapsed span.minus {
	opacity: 0;
}
.product-sidebar .pro-categories .panel-title span.minus {
	opacity: 1;
}
.product-sidebar .pro-categories .panel-body {
	padding: 0px;
	border: none!important;
}
.product-sidebar .pro-categories .panel-body a {
	display: block;
	font-size: 14px;
	color: #696969;
	text-transform: capitalize;
	font-weight: 400;
	text-decoration: none;
}
.product-sidebar .pro-categories .panel-body a:hover {
	color: #012f50;
}
.product-sidebar .rel-product {
	margin: 0px;
}
.product-sidebar .rel-product li {
	list-style: none;
	border-bottom: 1px solid #f7f7f7;
	padding: 20px 0px;
}
.product-sidebar .rel-product li:first-child {
	padding-top: 0px;
}
.product-sidebar .rel-product li:last-child {
	padding-bottom: 0px;
	border: none;
}
.product-sidebar .rel-product .image {
	float: left;
	margin-right: 10px;
}
.product-sidebar .rel-product .content {
	display: table;
}
.product-sidebar .rel-product h5 a {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #696969;
	text-decoration: none;
}
.product-sidebar .rel-product span {
	font-size: 14px;
	color: #696969;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
}
.product-sidebar .rel-product .pro-rating {
	position: relative;
	line-height: 18px;
}
.product-sidebar .rel-product .pro-rating a {
	font-size: 12px;
}
.product-sidebar .pro-filter {
	position: relative;
}
.product-sidebar .pro-filter p {
	font-size: 14px;
	font-weight: 600;
	color: #012f50;
	margin-bottom: 10px;
}
.product-sidebar .pro-filter p span:first-child {
	color: #333333;
}
.product-sidebar .pro-filter input {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #012f50;
}
.pro-details {
	margin-bottom: 70px;
}
.pro-details .details h3 {
	font-size: 30px;
	font-weight: 600;
}
.pro-details .details span {
	font-size: 30px;
	font-weight: 600;
	color: #012f50;
}
.pro-details .details p {
	font-size: 15px;
}
.pro-details .details select {
	font-size: 14px;
	color: #696969;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	padding: 8px 24px;
	margin-bottom: 20px;
	margin-right: 30px;
	outline: none;
}
.pro-details .details .qnt {
	overflow: hidden;
	margin-bottom: 20px;
}
.pro-details .details .qnt a {
	font-size: 14px;
	color: #000000;
	height: 42px;
	width: 42px;
	text-align: center;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	display: inline-block;
	line-height: 3;
	float: left;
}
.pro-details .details .qnt a:hover {
	color: #012f50;
}
.pro-details .details .qnt input {
	font-size: 14px;
	color: #696969;
	border: 1px solid #f7f7f7;
	padding: 8.5px 10px;
	outline: none;
	text-align: center;
	width: 56px;
	margin: 0px -1px;
	float: left;
}
.pro-details .details button {
	background-color: #012f50;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	width: 100%;
	max-width: 370px;
	padding: 18px 15px;
}
.pro-description {
	margin-bottom: 50px;
}
.pro-description .nav-tabs {
	border-bottom: 4px solid #fafafa;
	margin-bottom: 30px;
}
.pro-description .nav-tabs>li>a {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	border: none;
	border-bottom: 4px solid #fafafa;
	margin-bottom: -3px;
	padding: 10px 0px;
	margin-right: 40px;
}
.pro-description .nav-tabs>li>a:hover {
	background: transparent;
	border: none;
}
.pro-description .nav-tabs>li.active>a, .pro-description .nav-tabs>li.active>a:focus, .pro-description .nav-tabs>li.active>a:hover {
	color: #012f50;
	background: transparent;
	border: none;
	border-bottom: 4px solid #012f50;
}
.pro-description .pro-reviews {
	margin-bottom: 30px;
}
.pro-description h4 {
	font-weight: 600;
	margin-bottom: 30px;
	border-bottom: 4px solid #fafafa;
	padding-bottom: 25px;
	position: relative;
}
.pro-description h4:before {
	position: absolute;
	height: 4px;
	width: 100px;
	left: 0;
	bottom: -4px;
	background-color: #60214c;
}
.pro-description .review-item {
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0px;
}
.pro-description .review-item:last-child {
	border: none;
}
.pro-description .review-item .image {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.pro-description .review-item .image img {
	width: 100%;
}
.pro-description .review-item .content {
	display: table;
}
.pro-description .review-item .content .title {
	overflow: hidden;
}
.pro-description .review-item .content h5 {
	font-size: 16px;
	font-weight: 600;
	float: left;
	margin-right: 20px;
}
.pro-description .review-item .content span {
	float: left;
	font-size: 14px;
	line-height: 18px;
}
.pro-description .review-item .content .pro-rating {
	float: right;
	line-height: 18px;
	margin-bottom: 10px;
}
.pro-description .review-item p {
	margin: 0px;
}
.pro-description .review-form .form-item {
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 12px 15px;
	margin-bottom: 30px;
	outline: none;
	font-size: 14px;
	color: #696969;
}
.pro-description .review-form span {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #696969;
	line-height: 3.4;
}
.pro-description .review-form .pro-rating {
	line-height: 3.3;
}
.pro-description .review-form button {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background-color: #60214c;
	color: #fff;
	outline: none;
	padding: 18px 26px;
}
.shop-cart .shop-table {
	margin-bottom: 60px;
}
.shop-cart table {
	border-color: #e4e7e9;
	border-radius: 3px;
	min-width: 940px;
	overflow-X: auto;
}
.shop-cart table thead {
	background-color: #012f50;
}
.shop-cart table tr th {
	text-align: center;
	padding: 15px 30px;
	border: none;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}
.shop-cart table tr .title {
	text-align: left;
}
.shop-cart table tr td {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
	border-color: #f0f0f0;
	border-right: none;
	padding: 30px;
}
.shop-cart table tr td:last-child {
	border-right: 1px solid #f0f0f0;
}
.shop-cart table tr .product-thumbnail {
	text-align: left;
}
.shop-cart table tr .product-thumbnail .image {
	float: left;
	margin-right: 20px;
}
.shop-cart table tr .product-thumbnail .content {
	display: table;
	margin-top: 28px;
}
.shop-cart table tr .product-thumbnail h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.shop-cart table tr .product-thumbnail h4 a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}
.shop-cart table tr:hover .product-thumbnail h4 a {
	color: #012f50;
}
.shop-cart table tr span {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
	-webkit-transition: .25s;
	transition: .25s;
}
.shop-cart table tr:hover span {
	color: #012f50;
}
.shop-cart table tr .quantity a {
	display: block;
	color: #000000;
	font-size: 16px;
	line-height: 36px;
	height: 42px;
	width: 42px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	text-align: center;
	float: left;
}
.shop-cart table tr .quantity a:hover {
	background-color: #012f50;
	border: 1px solid #012f50;
	color: #fff;
}
.shop-cart table tr .quantity input {
	color: #000000;
	text-align: center;
	width: 60px;
	float: left;
	margin: 0px -1px;
	border: 1px solid #f0f0f0;
	padding: 5px 8px;
	outline: none;
	line-height: 30px;
}
.shop-cart table tr .quantity input:focus {
	border: 1px solid #012f50;
}
.shop-cart table tr:hover .quantity input {
	color: #012f50;
}
.shop-cart table tr .total-cart {
	border-right: none;
}
.shop-cart table tr .remove-cart {
	width: 120px;
	text-align: right;
}
.shop-cart table tr .remove-cart span {
	height: 18px;
	width: 18px;
	background-color: #000000;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
}
.shop-cart table tr:hover .remove-cart span {
	background-color: #012f50;
}
.shop-cart table tr .coupon {
	float: left;
}
.shop-cart table tr .coupon input:first-child {
	width: 285px;
	border: 1px solid #f0f0f0;
	border-radius: 3px 0px 0px 3px;
	padding: 8px 15px;
	outline: none;
	background-color: transparent;
	color: #696969;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	float: left;
}
.shop-cart table tr .coupon input:last-child {
	background-color: #60214c;
	color: #fff;
	padding: 9px 26px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	border-radius: 0px 3px 3px 0px;
}
.shop-cart table tr .update {
	float: right;
}
.shop-cart table tr .update input {
	background-color: #012f50;
	color: #fff;
	padding: 9px 26px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	border-radius: 3px;
}
.shop-cart table tr .update input:first-child {
	color: #fff;
	background-color: #60214c;
}
.shop-cart table tr .update input:last-child {
	float: right;
	margin-left: 20px;
}
.shop-cart .shipping h4, .shop-cart .cart-total h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 10px;
}
.shop-cart .shipping select {
	font-size: 14px;
	color: #696969;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding: 7px 15px;
	outline: none;
	margin-bottom: 20px;
}
.shop-cart .shipping select:nth-child(2) {
	width: 100%;
}
.shop-cart .shipping select:nth-child(3) {
	width: 48%;
	float: left;
}
.shop-cart .shipping select:nth-child(4) {
	width: 48%;
	float: right;
}
.shop-cart .shipping input {
	background-color: #012f50;
	color: #fff;
	padding: 8px 26px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	outline: none;
	border-radius: 4px;
}
.shop-cart .cart-total p {
	font-size: 14px;
	line-height: 32px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	color: #696969;
	padding: 4px 15px;
	margin-bottom: 20px;
}
.shop-cart .cart-total p span {
	float: right;
	color: #012f50;
}
/*  16  - Video
----------------------------------------------*/
.home-video {
	background-image: url(../../images/backgrounds/bg-video.jpg);
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}
.home-video .video-overlay {
	background: rgba(0,0,0,.5);
	padding: 240px 0px;
}
/*  16  - Newsletter
----------------------------------------------*/
.newsletter {
	background-color: #012f50;
	padding: 55px 0px;
	margin-top:-8px;
}
.newsletter p {
	width: 35%;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5em;
	color: #fff;
	float: left;
	margin: 0px;
}
.newsletter form {
	width: 65%;
	float: right;
}
.newsletter form input:first-child {
	color: #fff;
	background-color: #012f50;
	font-size: 15px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 15px 20px;
	outline: none;
	width: 71%;
}
.newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
.newsletter form input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
.newsletter form input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.newsletter form input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.newsletter form input:last-child {
	font-size: 14px;
	text-transform: uppercase;
	color: #012f50;
	background-color: #fff;
	border-radius: 3px;
	padding: 21px 35px;
	float: right;
	margin-left: 10px;
	outline: none;
}
.newsletter-two {
	background-color: #273142;
}
.newsletter-two form input:first-child {
	border: 1px solid #3d4655;
	background-color: #273142;
}
.newsletter-two form input:last-child {
	color: #fff;
	background-color: #012f50;
	-webkit-transition: .25s;
	transition: .25s;
}
.newsletter-two form input:last-child:hover {
	background-color: #60214c;
}
.newsletter-five, .newsletter-five form input:first-child {
	background-color: #444444;
}
.newsletter-five form input:last-child {
	color: #444444;
}
.newsletter-six, .newsletter-six form input:first-child {
	background-color: #012f50;
}
.newsletter-six form input:last-child {
	color: #012f50;
}
/*  17  - Error
----------------------------------------------*/
.error h2 {
	font-size: 370px;
	color: #60214c;
}
.error h2 span {
	color: #012f50;
}
.error h3 {
	font-size: 48px;
	line-height: 1.5;
	color: #60214c;
	text-transform: capitalize;
}
.error p {
	font-size: 20px;
	color: #010101;
	margin-bottom: 60px;
}
.error a {
	background-color: #60214c;
	color: #fff;
	padding: 13px 40px;
}
.error a:hover {
	background-color: #012f50;
}
/*  18  - Footer
----------------------------------------------*/
footer {
	background-image: url(../../images/backgrounds/bg-footer.jpg);
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
	text-align: center;
}
footer h2 {
	color: #fff;
	margin-bottom: 20px;
}
footer p {
	color: #fff;
	font-size: 18px;
}
footer p a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
footer p a:hover {
	text-decoration: none;
	color: #012f50;
}
footer.footer-two {
	background-image: url(../../images/backgrounds/bg-footer-02.jpg);
}
footer.footer-three {
	background-image: url(../../images/backgrounds/bg-footer-03.jpg);
}
footer.footer-four {
	background-image: url(../../images/backgrounds/bg-footer-03.jpg);
}
footer.footer-four .overlay {
	background-color: rgba(19,27,36,.9);
}
footer.footer-six {
	background-image: url(../../images/backgrounds/bg-footer-06.jpg);
}

/*----------------Thank You------------------*/
