@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,300i,400,400i,500,700,900|Vidaloka");
/**
*** Table Of Contents
*
* Bootstrap Overrides
  - columns
  - container
  - breadcrumbs
  - pagination
  - forms
  - carousel
  - accordion
  - progressbar
  - navs and tabs
  - tables
  - etc.
* General Styles for HTML tags
* Styled Lists
* Buttons
* JQuery Plugins
  - Owl Carousel
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - Time Table
  - toTop
  - Countdown
* Vertical Margins and Paddings
* Common Sections Styles
  - parallax
  - page preloader
  - animated elements
  - boxed layout
* Helper Utilites
  - layout
  - borders, colors and backgrouns
  - dividers, margins and paddings
  - alignment
  - media items
* Header
* Side Header
  - side header layout
  - side menu styles
  - sidebar scroll plugin
* Light Section - .ls
* Grey Section - .ls.ms
* Dark Sections - .ds
* Color Section - .cs
* Template Specific Styles
  - topline styles
  - toplogo styles
  - title section (breadcrumbs) styles
  - template parallax sections
  - footer styles
  - copyrights styles
  - google map 
  - intro slider inside content
* Intro Section Styles
* Main Menu 
  - Desktop menu
  - Mobile menu
  - Mobile menu toggler
  - Mega Menu
* Subpages
  - 404
  - about
  - blog
  - single post
  - gallery
  - post formats
* Widgets
  - common widgets styles
  - search_mailchimp
  - nav_recent_categories
  - tags
  - popular
  - recent_posts
  - calendar
  - banner
  - slider
  - flickr
  - instagram
  - twitter
  - post_tabs
  - rss
  - access_press
* Shortcodes
  - teasers
  - testimonials
  - thumbnail
  - price tables 
  - contact forms
  - partners_carousel
* Social Icons
  - layout
  - corporate colors
*/
/*
** Template colors
*

Accent Colors:
1: #08275d
2: #d1ab6a

Light section (.ls) colors:
Text color in light section: #787878
Background color for light section and font color in dark section: #ffffff
Color for headings in light section and for background in dark section (.ds): #323232
Background color for light muted section (grey - .ls.ms): #f2f2f2
Background color for dark muted section (.ds.ms): #252525
Border colors for elements in light section (and .with_border elements): #eaeaea, rgba(0, 0, 0, 0.1)
Background color for elements in light section (.with_background): #eaeaea

Dark section (.ds) colors: 
Text color in dark section: #b9b9b9
Border colors for elements in dark section: rgba(185, 185, 185, 0.2)
Background color for elements in dark section (.with_background): rgba(255, 255, 255, 0.05)

Color section (.cs) colors: 
Border colors for elements in color section: rgba(255, 255, 255, 0.2)

*/
/*
** Bootstrap Overrides
*/
/* columns with 20 and 40 percents width */
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-20 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-20 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
		float: left;
	}
}

.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-40 {
	width: 40%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-40 {
		width: 40%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-40 {
		width: 40%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-40 {
		width: 40%;
		float: left;
	}
}

/* half on .container in .container-fluid */
.container-left-half,
.container-right-half {
	padding-right: 15px;
	padding-left: 15px;
}

.container-left-half {
	margin-right: 0;
	margin-left: auto;
}

.container-right-half {
	margin-right: auto;
	margin-left: 0;
}

@media (min-width: 768px) {
	.container-left-half,
  .container-right-half {
		width: 375px;
	}
}

@media (min-width: 992px) {
	.container-left-half,
  .container-right-half {
		width: 485px;
	}
}

@media (min-width: 1200px) {
	.container-left-half,
  .container-right-half {
		width: 585px;
	}
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select,
.form-control {
	height: 50px;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	color: #969696;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	border: 1px solid #d6d6d6;
	font-style:italic;
}

input[type="text"] + .theme_button,
input[type="email"] + .theme_button,
input[type="url"] + .theme_button,
input[type="password"] + .theme_button,
input[type="search"] + .theme_button,
input[type="tel"] + .theme_button,
input[type="number"] + .theme_button,
input[type="date"] + .theme_button,
textarea + .theme_button,
select + .theme_button,
.form-control + .theme_button {
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	box-shadow: none;
	background-color: #d1ab6a;
	border-color: #d1ab6a;
}

input[type="text"] + .theme_button i,
input[type="email"] + .theme_button i,
input[type="url"] + .theme_button i,
input[type="password"] + .theme_button i,
input[type="search"] + .theme_button i,
input[type="tel"] + .theme_button i,
input[type="number"] + .theme_button i,
input[type="date"] + .theme_button i,
textarea + .theme_button i,
select + .theme_button i,
.form-control + .theme_button i {
	font-size: 1em;
	top: 0;
}

input[type="text"] + .theme_button.no-bg-button,
input[type="email"] + .theme_button.no-bg-button,
input[type="url"] + .theme_button.no-bg-button,
input[type="password"] + .theme_button.no-bg-button,
input[type="search"] + .theme_button.no-bg-button,
input[type="tel"] + .theme_button.no-bg-button,
input[type="number"] + .theme_button.no-bg-button,
input[type="date"] + .theme_button.no-bg-button,
textarea + .theme_button.no-bg-button,
select + .theme_button.no-bg-button,
.form-control + .theme_button.no-bg-button {
	font-size: 14px;
	color: #d1ab6a;
	background-color: transparent !important;
	border-color: transparent !important;
}

aside input[type="text"], aside
input[type="email"], aside
input[type="url"], aside
input[type="password"], aside
input[type="search"], aside
input[type="tel"], aside
input[type="number"], aside
input[type="date"], aside
textarea, aside
select, aside
.form-control {
	border-color: transparent !important;
	background-color: #f2f2f2;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-group-wrap {
	position: relative;
	display: inline-block;
}

/* select styling */
.form-control option {
	color: #323232;
	background-color: #ffffff;
}

.form-control-unstyled {
	border: none;
	background-color: transparent;
}

/* select styling */
.select-group {
	position: relative;
	border-radius: 0;
	padding: 0;
	border: 1px solid #eaeaea;
}

.select-group select {
	position: relative;
	cursor: pointer;
	z-index: 1;
	padding-right: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none !important;
	box-shadow: none !important;
}

.select-group select::-ms-expand {
	display: none;
}

.select-group .empty {
	color: #aeaeae;
	font-style: italic;
}

.select-group option {
	font-style: normal;
}

.select-group option[data-default] {
	color: #aeaeae;
	font-style: italic;
}

.select-group:hover .no_bg_button.color1 {
	color: #323232;
}

.select-group:hover .theme_button {
	color: #08275d;
	transition: all 0.05s linear 0s;
}

.cs .select-group:hover .theme_button {
	color: #ffffff;
}

.select-group .theme_button {
	font-size: 20px;
}

.inline-form .select-group {
	display: inline-block;
	min-width: 200px;
}

.form-control:focus {
	border-color: #787878;
	box-shadow: none;
}

.form-control.invalid {
	box-shadow: 0 0 0 2px #08275d;
}

.form-control:focus {
	border-color: rgba(120, 120, 120, 0.5);
}

.form-control:-moz-placeholder {
	color: #9a9a9a;
	font-style: italic;
}

.form-control::-moz-placeholder {
	color: #9a9a9a;
	font-style: italic;
}

.form-control:-ms-input-placeholder {
	color: #9a9a9a;
	font-style: italic;
}

.form-control::-webkit-input-placeholder {
	color: #9a9a9a;
	font-style: italic;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

/*icons for forms */
form label + i,
form label + i {
	position: absolute;
	font-size: 14px;
	left: 14px;
	top: 17px;
	width: 1em;
	line-height: 1;
	text-align: center;
}

form label + i + .form-control,
form label + i + .form-control {
	padding-left: 45px;
}

form .with_icon {
	padding-left: 25px;
}

form .with_icon + [class*="fa-"],
form .with_icon + [class*="icon2-"] {
	position: absolute;
	top: 17px;
	left: 2px;
	font-size: 12px;
}

form .with_icon:focus + [class*="fa-"],
form .with_icon:focus + [class*="icon2-"] {
	color: #d1ab6a;
}

label {
	font-weight: inherit;
}

.checkbox label,
.radio label {
	font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
	font-weight: inherit;
}

.form-control + [class*="icon2-"] {
	position: absolute;
	font-size: 24px;
	left: 20px;
	top: 50%;
	color: #08275d;
}

.checkbox label[for] + input[type=checkbox],
.checkbox label[for] + input[type=radio],
.radio label[for] + input[type=checkbox],
.radio label[for] + input[type=radio] {
	left: 20px;
}

input[type=checkbox],
input[type=radio] {
	margin-top: 6px;
}

.form-wrapper.with_background, .form-wrapper.muted_background, .form-wrapper.cs, .form-wrapper.ds, .form-wrapper.ls {
	padding: 35px;
}

.form-inline-button .form-inline {
	position: relative;
}

.form-inline-button .form-inline .form-control {
	width: 100%;
	margin: 0;
}

.form-inline-button .form-inline label {
	display: block;
}

.form-inline-button .form-inline label[for] {
	display: none;
}

.form-inline-button .form-inline .form-group {
	display: block;
	vertical-align: top;
	position: relative;
}

@media (min-width: 768px) {
	.form-inline-button .form-inline .form-group.inline-block {
		min-width: 370px;
		margin-right: 5px;
	}
}

.form-inline-button .form-inline [type="text"],
.form-inline-button .form-inline [type="password"],
.form-inline-button .form-inline [type="search"],
.form-inline-button .form-inline [type="email"] {
	padding-right: 50px;
	width: 100%;
}

.form-inline-button .form-inline [type="submit"],
.form-inline-button .form-inline .theme_button {
	font-size: 0;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: #08275d;
	color: #ffffff;
}

.form-inline-button .form-inline [type="submit"] i,
.form-inline-button .form-inline .theme_button i {
	font-size: 16px;
	content: "\e656";
	font-family: 'rt-icons-2';
	line-height: 1;
	top: 0;
}

.form-inline-button .form-inline [type="submit"]:hover,
.form-inline-button .form-inline .theme_button:hover {
	opacity: 0.5;
}

.has-error .form-control {
	border-color: #08275d;
}

.has-error label,
.has-error .help-block {
	color: #08275d;
}

/*styled checkbox */
.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
	display: inline-block;
}

input[type="checkbox"] + label {
	padding-left: 0;
}

input[type="checkbox"] + label > a {
	color: #323232;
}

input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px 0;
	text-align: center;
	width: 12px;
	height: 12px;
	line-height: 10px;
	font-size: 8px;
	border: 1px solid rgba(120, 120, 120, 0.5);
	font-family: "FontAwesome";
}

input[type="checkbox"]:checked + label:before {
	content: "\f00c";
	color: #d1ab6a;
}

input[type="checkbox"]:disabled + label:before {
	background-color: #eaeaea;
}

/*styled radio*/
.radio input[type="radio"] {
	display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
	display: inline-block;
}

input[type="radio"] + label {
	padding-left: 0;
}

input[type="radio"] + label > a {
	color: #999999;
}

input[type="radio"] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #eaeaea;
}

input[type="radio"]:checked + label:before {
	padding: 3px;
	background-color: #323232;
	background-clip: content-box;
}

input[type="radio"]:disabled + label:before {
	background-color: #eaeaea;
}

/* inline input with button */
.button-on-input {
	position: relative;
}

.button-on-input input[type*="text"],
.button-on-input input[type*="email"]
input[type*="password"],
.button-on-input .form-group {
	width: 100%;
}

.button-on-input button,
.button-on-input input[type*="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

/* carousel */
.carousel {
	overflow: hidden;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-width: 0;
	background-color: #323232;
	margin: 0 3px;
	transition: all 0.2s ease-in-out 0s;
}

.carousel-indicators li:hover {
	opacity: 0.8;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background-color: #08275d;
}

.carousel-control.left,
.carousel-control.right {
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	left: -50px;
	top: 50%;
	margin-top: -25px;
	text-shadow: none;
	opacity: 1;
	background-image: none;
	filter: alpha(opacity=100);
	text-align: center;
}

.carousel-control.right {
	right: -50px;
}

.carousel:hover .carousel-control {
	left: 50px;
}

.carousel:hover .carousel-control.right {
	left: auto;
	right: 50px;
}

.carousel-control.left span,
.carousel-control.right span {
	font-family: 'rt-icons-2';
	width: 50px;
	height: 50px;
	margin: 0;
	font-size: 16px;
	left: 0;
	top: 0;
	line-height: 50px;
}

.carousel-control .icon-prev:before {
	content: "\e7c4";
}

.carousel-control .icon-next:before {
	content: "\e7c5";
}

/* collapse accordion */
.panel-heading .panel-title {
	font-size: inherit;
	letter-spacing: 0;
	padding: 0;
	position: relative;
}

.panel-heading .panel-title > a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	display: block;
	padding: 22px 20px 23px 40px;
	background: #0d395e;
	border: none;
	color: #ffffff;
	border-radius: 0;
	word-wrap: break-word;
}

@media (min-width: 1200px) {
	.panel-heading .panel-title > a {
		padding-left: 70px;
	}
}

.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
	background-color: #0d395e;
	border-color: #d1ab6a;
	color: #ffffff;
	text-decoration:none;
}

.panel-heading .panel-title > a.collapsed:hover i, .panel-heading .panel-title > a.collapsed:hover:after,
.panel-heading .panel-title > a:hover i,
.panel-heading .panel-title > a:hover:after {
	color: #ffffff;
}

.panel-heading .panel-title > a.collapsed {
	color: #4d4d4d;
	background: #eaeaea;
	border-radius: 2px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
}

.panel-heading .panel-title > a.collapsed i {
	color: #08275d;
}

.panel-heading .panel-title > a:after {
	font-family: 'Poppins', sans-serif;
	content: "-";
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: 200;
	transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
	.panel-heading .panel-title > a:after {
		left: 15px;
		top:5px;
	}
}

.panel-heading .panel-title > a.collapsed:after {
	content: "+";
	color: #d1ab6a;
}

.panel-heading .panel-title > a > i {
	position: relative;
	width: 2em;
	padding-right: 30px;
	text-align: center;
	display: inline-block;
	line-height: 0;
}

.panel {
	box-shadow: none;
}

.panel-group .panel {
	border-radius: 5px;
	background-color: transparent;
}

.panel-default > .panel-heading {
	color: inherit;
	position: relative;
	border: none;
	border-radius: 0;
}

.panel-default {
	border: none;
}

.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-body {
	border: 1px solid #eaeaea;
	font-size: 14px;
	line-height: 24px;
	border-top: none !important;
	background-color: transparent;
}

.panel-body .media-left {
	padding-right: 15px;
}

.panel-body .media-left .img-circle {
	max-width: 50px;
}

.panel-body .media-left img {
	max-width: 80px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	padding: 20px;
}

@media (min-width: 400px) {
	.panel-group .panel-heading + .panel-collapse .panel-body {
		padding: 20px 15px 15px;
		padding-bottom:30px;
	}
}


.collapse-unstyled .panel h4 {
	margin: 0 0 0.5em;
}

.collapse-unstyled .panel h4 a:after {
	color: #08275d;
	padding: 0 5px;
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f107";
}

.collapse-unstyled .panel h4 a.collapsed:after {
	content: "\f105";
}

.collapse-unstyled .panel-content {
	padding: 10px 20px;
}


/*
** General Styles for HTML tags
*/
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::-moz-selection {
	color: #ffffff;
	background-color: #08275d;
}

::selection {
	color: #ffffff;
	background-color: #08275d;
}

::-moz-selection {
	color: #ffffff;
	background-color: #08275d;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	word-break: break-word;
	margin-top: 1.1em;
	margin-bottom: 0.7em;
	position: relative;
}

h1 > .number,
h2 > .number,
h3 > .number,
h4 > .number,
h5 > .number,
h6 > .number {
	z-index: 0;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}

table td, table th {
	padding: 13px 4px;
	line-height: 1.42857143;
	vertical-align: top;
}

table th {
	color: #323232;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1;
}

table thead th {
	color: #ffffff;
}

.table_template thead {
	background-color: #08275d;
	color: #323232;
}

.table_template thead.light {
	background-color: #ffffff;
}

.table_template th {
	font-weight: 700;
}

.table_template td, .table_template th {
	padding: 18px 30px;
}

.table_template tbody tr:nth-of-type(odd) {
	background-color: rgba(238, 238, 238, 0.1);
}

.table_template tbody tr:nth-of-type(even) {
	background-color: rgba(17, 17, 17, 0.05);
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/*
** Styled Lists
*/
ul, ol {
	padding-left: 0px;
	margin-bottom: 20px;
}

.list1 ul,
ul.list1 {
	list-style: none;
	padding: 0;
}

.padding_30 .list1 ul, .padding_30
ul.list1 {
	margin: 0;
}

.list1 li {
	position: relative;
	padding: 9px 0 10px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.muted_background .list1 li {
	border-color: rgba(255, 255, 255, 0.4);
}

.list1 li > .media {
	margin: 3px 0;
}

.list1.big-padding li {
	padding-top: 22px;
	padding-bottom: 21px;
}

.list1.huge-padding li {
	padding-top: 37px;
	padding-bottom: 36px;
}

.list1.no-bullets li {
	padding-left: 0;
}

.list1.no-bullets li:before {
	display: none;
}

.list1 li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list1.no-top-border li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.list1.no-bottom-border li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list1 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #d1ab6a;
	left: 10px;
	top: 18px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.list2 ul,
ul.list2 {
	list-style: none;
	padding-left: 20px;
}

.list2 li {
	position: relative;
	padding: 7px 0 7px 0;
}

.list2 li:first-child {
	padding-top: 0;
}

.list2 li:first-child:before {
	top: calc(50% - 7px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.list2 li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #d1ab6a;
	border-radius: 50%;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #08275d;
}

.list2.star-bullets li:before {
	content: "\f005";
	font-family: FontAwesome;
	font-size: 10px;
	color: #d1ab6a;
	width: auto;
	height: auto;
	background-color: transparent;
}

.list2.star-bullets li:first-child:before {
	margin-top: -9px;
}

.list2.no-bullets {
	padding-left: 0 !important;
}

.list2.no-bullets li:before {
	display: none;
}

.list3 ol,
ol.list3 {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
}

.list3 li {
	position: relative;
	padding: 6px 0 6px 35px;
}

.list3 li.active:after {
	color: #d1ab6a;
}

.list3 li:after {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	position: absolute;
	left: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 500;
	color: #323232;
}

.list-unstyled .media {
	margin-bottom: 10px;
}

.list-unstyled li:last-child > .media {
	margin-bottom: 0;
}

.list-unstyled .media-left {
	padding-right: 10px;
}

.list-unstyled .media-left img {
	border-radius: 50%;
}

.list-unstyled .media-right {
	padding-left: 10px;
}

.list-unstyled .media-right img {
	border-radius: 50%;
}

.list-unstyled .media-body .pull-right {
	margin: 0 20px;
}

.inline-list {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

.inline-list > li {
	display: inline-block;
	padding: 0 15px;
}

@media (min-width: 992px) {
	.inline-list.big-padding > li {
		padding: 0 25px;
	}
}

.inline-list.menu-style-links > li {
	padding-top: 5px;
	padding-bottom: 5px;
}



/* ** toTop*/
#toTop {
	bottom: 10px;
	right: 10px;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 9999;
	font-size: 0;
	color: transparent;
	color: #ffffff;
	background: #fe8804;
}

@media (min-width: 768px) {
	#toTop {
		bottom: 30px;
		right: 30px;
	}
}

@media (min-width: 992px) {
	#toTop {
		width: 60px;
		height: 60px;
		bottom: 60px;
		right: 60px;
	}
}

#toTop:after {
	color: #ffffff;
	content: "\f106";
	font-size: 16px;
	line-height: 50px;
	font-family: FontAwesome;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.2s linear;
}

@media (min-width: 992px) {
	#toTop:after {
		line-height: 60px;
	}
}

#toTopHover, #toTop:hover {
	bottom: 15px;
	opacity: 1;
}

@media (min-width: 768px) {
	#toTopHover, #toTop:hover {
		bottom: 35px;
	}
}

@media (min-width: 992px) {
	#toTopHover, #toTop:hover {
		bottom: 65px;
	}
}

#toTop:hover:after {
	color: #ffffff;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

/*
** Vertical Margins and Paddings
*/
/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
	padding: 0;
}

.section_padding_15 > [class*="container"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_padding_25 > [class*="container"] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.section_padding_50 > [class*="container"] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section_padding_75 > [class*="container"] {
	padding-top: 75px;
	padding-bottom: 75px;
}

.section_padding_100 > [class*="container"] {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*top paddings for sections*/
.section_padding_top_0 > [class*="container"] {
	padding-top: 0;
}

.section_padding_top_5 > [class*="container"] {
	padding-top: 5px;
}

.section_padding_top_10 > [class*="container"] {
	padding-top: 10px;
}

.section_padding_top_15 > [class*="container"] {
	padding-top: 15px;
}

.section_padding_top_20 > [class*="container"] {
	padding-top: 20px;
}

.section_padding_top_25 > [class*="container"] {
	padding-top: 25px;
}

.section_padding_top_30 > [class*="container"] {
	padding-top: 30px;
}

.section_padding_top_40 > [class*="container"] {
	padding-top: 40px;
}

.section_padding_top_50 > [class*="container"] {
	padding-top: 50px;
}

.section_padding_top_65 > [class*="container"] {
	padding-top: 65px;
}

.section_padding_top_75 > [class*="container"] {
	padding-top: 75px;
}

.section_padding_top_100 > [class*="container"] {
	padding-top: 100px;
}

.section_padding_top_130 > [class*="container"] {
	padding-top: 130px;
}

.section_padding_top_150 > [class*="container"] {
	padding-top: 150px;
}

/*bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
	padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
	padding-bottom: 5px;
}

.section_padding_bottom_10 > [class*="container"] {
	padding-bottom: 10px;
}

.section_padding_bottom_15 > [class*="container"] {
	padding-bottom: 15px;
}

.section_padding_bottom_25 > [class*="container"] {
	padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
	padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
	padding-bottom: 40px;
}

.section_padding_bottom_50 > [class*="container"] {
	padding-bottom: 50px;
}

.section_padding_bottom_65 > [class*="container"] {
	padding-bottom: 65px;
}

.section_padding_bottom_75 > [class*="container"] {
	padding-bottom: 75px;
}

.section_padding_bottom_100 > [class*="container"] {
	padding-bottom: 100px;
}

.section_padding_bottom_130 > [class*="container"] {
	padding-bottom: 130px;
}

.section_padding_bottom_150 > [class*="container"] {
	padding-bottom: 150px;
}

.section_padding_bottom_165 > [class*="container"] {
	padding-bottom: 165px;
}

@media (max-width: 991px) {
	.section_padding_100 > [class*="container"],
  .section_padding_top_100 > [class*="container"],
  .section_padding_top_130 > [class*="container"],
  .section_padding_top_150 > [class*="container"] {
		padding-top: 75px;
	}

	.section_padding_100 > [class*="container"],
  .section_padding_bottom_100 > [class*="container"],
  .section_padding_bottom_130 > [class*="container"],
  .section_padding_bottom_150 > [class*="container"],
  .section_padding_bottom_165 > [class*="container"] {
		padding-bottom: 75px;
	}
}

[class*="col-"] {
	margin-top: 0px;
	margin-bottom: 0px;
}

[class*="_0"] [class*="col-"],
header [class*="col-"],
.page_topline [class*="col-"] {
	margin-top: 0;
	margin-bottom: 0;
}

.columns_padding_1 [class*="col-"] {
	margin-top: 0;
	margin-bottom: 1px;
}

.columns_padding_2 [class*="col-"] {
	margin-top: 1px;
	margin-bottom: 1px;
}

.columns_padding_5 [class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.columns_padding_10 [class*="col-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.columns_padding_1 [class*="col-"] {
	padding-left: 0;
	padding-right: 1px;
}

.columns_padding_2 [class*="col-"] {
	padding-left: 1px;
	padding-right: 1px;
}

.columns_padding_5 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.columns_padding_10 [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.columns_padding_0 [class*="col-"] {
	padding: 0;
}

.columns_padding_0 > .container,
.columns_padding_1 > .container,
.columns_padding_2 > .container {
	padding-left: 30px;
	padding-right: 30px;
}

.columns_padding_5 > .container {
	padding-left: 25px;
	padding-right: 25px;
}

.columns_padding_10 > .container {
	padding-left: 20px;
	padding-right: 20px;
}

.columns_padding_10 > .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.columns_padding_0 > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.row.columns_padding_0,
.columns_padding_0 .row {
	margin: 0;
}

.row.columns_padding_1,
.columns_padding_1 .row {
	margin-left: 0;
	margin-right: -1px;
}

.row.columns_padding_2,
.columns_padding_2 .row {
	margin-left: -1px;
	margin-right: -1px;
}

.row.columns_padding_5,
.columns_padding_5 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.row.columns_padding_10,
.columns_padding_10 .row {
	margin-left: -10px;
	margin-right: -10px;
}

@media (min-width: 992px) {
	.columns_padding_25 > [class*="container"] > .row,
  .row.columns_padding_25 {
		margin-right: -25px;
		margin-left: -25px;
	}

	.columns_padding_25 > [class*="container"] > .row > [class*="col-"],
  .row.columns_padding_25 > [class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}

	.columns_padding_50 > [class*="container"] > .row {
		margin-right: -50px;
		margin-left: -50px;
	}

	.columns_padding_50 > [class*="container"] > .row > [class*="col-"] {
		padding-left: 50px;
		padding-right: 50px;
	}

	.columns_padding_80 > [class*="container"] > .row {
		margin-right: -50px;
		margin-left: -50px;
	}

	.columns_padding_80 > [class*="container"] > .row > [class*="col-"] {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.columns_padding_80 > [class*="container"] > .row {
		margin-right: -80px;
		margin-left: -80px;
	}

	.columns_padding_80 > [class*="container"] > .row > [class*="col-"] {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/*top and bottom margins for columns inside sections and rows */
.columns_margin_top_0 [class*="col-"],
.row.columns_margin_top_0 [class*="col-"] {
	margin-top: 0;
}

.columns_margin_top_5 [class*="col-"],
.row.columns_margin_top_5 [class*="col-"] {
	margin-top: 5px;
}

.columns_margin_top_10 [class*="col-"],
.row.columns_margin_top_10 [class*="col-"] {
	margin-top: 10px;
}

.columns_margin_top_15 [class*="col-"],
.row.columns_margin_top_15 [class*="col-"] {
	margin-top: 15px;
}

.columns_margin_top_20 [class*="col-"],
.row.columns_margin_top_20 [class*="col-"] {
	margin-top: 20px;
}

.columns_margin_top_30 [class*="col-"],
.row.columns_margin_top_30 [class*="col-"] {
	margin-top: 30px;
}

.columns_margin_top_60 [class*="col-"],
.row.columns_margin_top_60 [class*="col-"] {
	margin-top: 60px;
}

.columns_margin_bottom_0 [class*="col-"],
.row.columns_margin_bottom_0 [class*="col-"] {
	margin-bottom: 0;
}

.columns_margin_bottom_5 [class*="col-"],
.row.columns_margin_bottom_5 [class*="col-"] {
	margin-bottom: 5px;
}

.columns_margin_bottom_10 [class*="col-"],
.row.columns_margin_bottom_10 [class*="col-"] {
	margin-bottom: 10px;
}

.columns_margin_bottom_15 [class*="col-"],
.row.columns_margin_bottom_15 [class*="col-"] {
	margin-bottom: 15px;
}

.columns_margin_bottom_20 [class*="col-"],
.row.columns_margin_bottom_20 [class*="col-"] {
	margin-bottom: 20px;
}

.columns_margin_bottom_30 [class*="col-"],
.row.columns_margin_bottom_30 [class*="col-"] {
	margin-bottom: 30px;
}

.columns_margin_bottom_40 [class*="col-"],
.row.columns_margin_bottom_40 [class*="col-"] {
	margin-bottom: 40px;
}

/* vertical alignmetn in columns */
.table_section .container {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.table_section .row {
	min-width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 767px) {
	aside {
		margin-top: 60px !important;
	}
}

@media (min-width: 768px) {
	.table_section.table_section_sm .row {
		display: table;
	}

	.table_section.table_section_sm > [class*="container"] > .row > [class*="col-"] {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

@media (min-width: 992px) {
	.table_section.table_section_md .row {
		display: table;
	}

	.table_section.table_section_md > [class*="container"] > .row > [class*="col-"] {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

@media screen and (min-width: 1200px) {
	.table_section.table_section_lg .row {
		display: table;
	}

	.table_section.table_section_lg > [class*="container"] > .row > [class*="col-"] {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
}

@media screen and (min-width: 992px) {
  /* overlap featured person */
	.top-overlap {
		margin-top: -50px;
		max-width: 110%;
	}

	.top-overlap-small {
		margin-top: -40px;
		max-width: 140%;
		margin-right: -20%;
		margin-left: -20%;
	}
}

@media (min-width: 1200px) {
	.top-overlap {
		margin-top: -200px;
	}
}

.section_full_height {
	min-height: 100vh;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
	min-width: 300px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row > [class*='col-'] > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-row.flex-row-vertical-centered > [class*='col-'] > * {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 50px;
		padding-left: 50px;
	}
}

@media (min-width: 1600px) {
	.container-fluid {
		padding-right: 80px;
		padding-left: 80px;
	}
}

.fluid_padding_0 .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 767px) {
	.table_section .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

/* float clear fixes */
@media (min-width: 768px) and (max-width: 991px) {
	.clear-sm {
		clear: both;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.clear-md {
		clear: both;
	}
}

@media (min-width: 1200px) {
	.clear-lg {
		clear: both;
	}
}

@media (max-width: 399px) {
	.col-xxs-12 {
		width: 100%;
	}
}

/*
** Common Sections Styles
*/
/*parallax*/
.image_cover,
.background_cover,
.parallax {
	background-size: cover;
}

.background_cover {
	background-position: center;
}

.image_cover {
	display: block;
	position: absolute;
	width: 50%;
	z-index: 2;
	top: 0;
	bottom: 0;
	background-position: 50% 50%;
}

.image_cover > img {
	visibility: hidden;
}

.image_cover > a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image_cover.image_cover_right {
	right: 0;
}

@media (max-width: 991px) {
	.image_cover {
		height: 0;
		padding-bottom: 66%;
		margin-bottom: -30px;
		width: 100%;
		position: relative;
	}
}

.image_cover + [class*='container'] [class*='col-'] > img,
.image_cover + [class*='container'] [class*='col-'] > a:after,
.image_cover + [class*='container'] [class*='col-'] > a > img {
	display: none;
}

@media (min-width: 992px) {
	.half_section.columns_padding_80 > [class*="container"] > .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.half_section .image_cover_left + .container .col-md-6 {
	padding-right: 0;
}

.half_section .image_cover_right + .container .col-md-6 {
	padding-left: 0;
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.parallax {
		background-size: auto auto;
	}
}

.parallax.ls:after {
	background-color: #ffffff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
	filter: alpha(opacity=92);
	opacity: 0.92;
}

.parallax.ls.ms:after {
	background-color: #f2f2f2;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=88)";
	filter: alpha(opacity=88);
	opacity: 0.88;
}

.parallax.cs:after {
	background-color: #08275d;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.parallax.cs.main_color2:after {
	background-color: #d1ab6a;
}

.parallax.cs.main_color3:after {
	background-color: #f6c730;
}

.parallax.cs.grey:after {
	background-color: #909098;
	opacity: 0.9;
}

.parallax.ds:after {
	background-color: #323232;
	opacity: 0.8;
}

.background_cover.ds:after {
	background-color: #323232;
	opacity: 0.9;
}

.parallax.ds.ms:after {
	background-color: #252525;
	opacity: 0.9;
}

.parallax.ds.black:after {
	background-color: #000;
	opacity: 0.6;
}

.parallax.abstract_background.ls:after,
.parallax.abstract_background.ds:after {
	display: none;
}

.texture_bg {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/aside_bg.html);
}

.muted_section:before {
	background-color: rgba(50, 50, 50, 0.1);
	opacity: 1;
}

.parallax > *,
.muted_section > *,
.radial_gradient > *,
.gradient > *,
.vertical_gradient > *,
.darken_gradient > *,
.diagonal_section > *,
.background_cover > * {
	z-index: 4;
	position: relative;
}

.radial_gradient {
	position: relative;
	overflow: hidden;
}

.gradient,
.muted_section,
.vertical_gradient,
.darken_gradient,
.background_cover {
	position: relative;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.gradient:before,
.gradient:after,
.vertical_gradient:before,
.vertical_gradient:after,
.darken_gradient:before,
.darken_gradient:after,
.background_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.background_cover:after {
	display: none;
}

.background_cover.background_overlay:after {
	display: block;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.background_cover:after {
	opacity: 0.8;
}

.parallax.clear_parallax:before, .parallax.clear_parallax:after {
	display: none;
}

.gradient:before,
.dark_gradient:before {
	background: #08275d;
	background: linear-gradient(to right, #08275d 0%, #d1ab6a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=1 );
}

.vertical_gradient:before {
	background: #08275d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #08275d 0%, #d1ab6a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=0 );
  /* IE6-9 */
}

.darken_gradient:before {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}

.overflow_hidden {
	overflow: hidden;
	position: relative;
}

.with_top_border,
.with_bottom_border,
.with_top_border_container .container,
.with_bottom_border_container .container {
	position: relative;
}

.with_top_border:before,
.with_bottom_border:after,
.with_top_border_container .container:before,
.with_bottom_border_container .container:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-color: #eaeaea;
	z-index: 1;
}

.ds .with_top_border:before, .ds
.with_bottom_border:after, .ds
.with_top_border_container .container:before, .ds
.with_bottom_border_container .container:after {
	background-color: rgba(185, 185, 185, 0.2);
}

.ds.with_top_border:before, .ds.with_bottom_border:after,
.ds.with_top_border_container .container:before,
.ds.with_bottom_border_container .container:after {
	background-color: rgba(185, 185, 185, 0.2);
}

.with_top_border_container .container:before,
.with_bottom_border_container .container:after {
	right: 15px;
	left: 15px;
}

.with_bottom_border:after,
.with_bottom_border_container .container:after {
	top: auto;
	bottom: 0;
}

.bg_image,
.bg_image:after {
	background-image: url(../img/background_section.html);
}

/* Hero text in sections */
.section_header {
	margin-bottom: 45px;
	font-size: 35px;
	position: relative;
	word-wrap: break-word;
	line-height: 1;
	font-weight: 700;
}

.section_header.big {
	font-size: 40px;
}

.section_header.small {
	font-size: 30px;
}

@media (min-width: 1200px) {
	.section_header.big {
		font-size: 50px;
	}
}

.section_header + hr {
	margin-top: -19px;
	margin-bottom: 25px;
}

.section_header + hr + .fontsize_18 {
	margin-bottom: 25px;
}

.text-center .section_header + hr, .section_header.text-center + hr {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.text-center .section_header + hr + .fontsize_18, .section_header.text-center + hr + .fontsize_18 {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.text-center .section_header + p {
		font-size: 16px;
		max-width: 65%;
		margin-right: auto;
		margin-left: auto;
	}
}

h3 + .section_header,
.big + .section_header {
	margin-top: -3px;
}

.section_header + h3 {
	margin: -5px 0 44px;
	font-size: 30px;
}

h5 + .section_header {
	margin-top: 0;
}

.section_header.big + .underheading {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.text-center .section_header + p.text-center,
  .section_header.text-center + p.text-center,
  .text-center .section_header + p.fontsize_20,
  .section_header.text-center + p.fontsize_20 {
		max-width: 68%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.section_header.text-center + p,
  .text-center .section_header + p {
		max-width: 100%;
	}

	.section_header + p {
		font-size: 1.1em;
		letter-spacing: 0;
	}
}

/*page preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.99);
	z-index: 13000;
	height: 100%;
}


.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
	display: none;
}

.preloader_image {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
	margin: -50px 0 0 -50px;
}

/* animated elements */
.to_animate {
	visibility: hidden;
}

.no-js .to_animate,
.lt-ie10 .to_animate,
.lt-ie9 .to_animate {
	visibility: visible;
}

.animated {
  /*IE7 fix*/
	visibility: visible !important;
}

/* boxed layout */
#box_wrapper, #canvas {
	overflow: hidden;
	position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	position: static;
	width: auto;
	height: auto;
}

.pattern1 {
	background-image: url(../img/pattern1.html);
}

.pattern2 {
	background-image: url(../img/pattern2.html);
}

.pattern3 {
	background-image: url(../img/pattern3.html);
}

.pattern4 {
	background-image: url(../img/pattern4.html);
}

.pattern5 {
	background-image: url(../img/pattern5.html);
}

.pattern6 {
	background-image: url(../img/pattern6.html);
}

.pattern7 {
	background-image: url(../img/pattern7.html);
}

.pattern8 {
	background-image: url(../img/pattern8.html);
}

.pattern9 {
	background-image: url(../img/pattern9.html);
}

.pattern10 {
	background-image: url(../img/pattern10.html);
}

.pattern11 {
	background-image: url(../img/pattern11.html);
}

.boxed .container,
.boxed .container-fluid,
.boxed .container-left-half,
.boxed .container-right-half {
	max-width: 100%;
}

.boxed .container,
.boxed .container-left-half,
.boxed .container-right-half {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1400px) {
	.boxed #box_wrapper.container {
		width: 1370px;
	}
}

@media (min-width: 1590px) {
	.boxed #box_wrapper.container {
		width: 1560px;
	}
}

.boxed #box_wrapper.container {
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1300px) {
	.top_offset_content {
		margin-top: -150px;
	}
}

.top_offset_content [class*="col-"] > * {
	position: relative;
	z-index: 2;
}

/*
**utilites
*/
/* 
**Helper Utilites 
*/
/* layout */
.clear, .clearfix {
	clear: both;
}

.alignleft {
	float: left;
	margin: 5px 30px 15px 0;
	max-width: 50%;
}

.alignright {
	float: right;
	margin: 5px 0 15px 30px;
	max-width: 50%;
}

.round {
	border-radius: 50%;
}

.rounded {
	border-radius: 5px;
}

.top_rounded {
	border-radius: 5px 5px 0 0;
}

.bottom_rounded {
	border-radius: 0 0 5px 5px;
}

.overflow_hidden {
	overflow: hidden;
}

.inline-block {
	display: inline-block;
	max-width: 100%;
}

.display-block {
	display: block;
}

.with_padding {
	padding: 20px;
}

@media (min-width: 400px) {
	.with_padding {
		padding: 35px;
	}
}

@media (min-width: 400px) {
	.with_padding.small_padding {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.with_padding.big-padding {
		padding: 55px;
	}
}

.with_background {
	background-color: #eaeaea;
}

.with_background.transp_black_bg {
	background-color: rgba(50, 50, 50, 0.6);
}

.muted_background {
	background-color: #f5f5f5;
}

.with_border {
	border: 1px solid #eaeaea;
}

.no_top_border {
	border-top: none;
}

.no_bottom_border {
	border-bottom: none;
}

.bottom_color_border {
	border-bottom: 5px solid #08275d;
}

.bottom-border {
	position: relative;
}

.bottom-border:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.before_cover,
.after_cover {
	overflow: hidden;
}

.before_cover,
.after_cover,
.before_cover > *,
.after_cover > * {
	position: relative;
	z-index: 2;
}

.before_cover:before,
.after_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-corner {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.big {
	font-size: 42px;
	line-height: 1;
}

@media (min-width: 768px) {
	.big {
		font-size: 52px;
	}
}

/* borders, colors and backgrouns */
.response,
.highlight {
	color: #08275d;
	border-color: #08275d;
}

.highlight2 {
	color: #d1ab6a;
	border-color: #d1ab6a;
}

.highlight3 {
	color: #f7bd04;
	border-color: #f7bd04;
}

.highlight4 {
	color: #6773bc;
	border-color: #6773bc;
}

.red, .required {
	color: #fa5c5d;
}

.lightgrey {
	color: #aeaeae;
}

.black {
	color: #252525;
	border-color: #252525;
}

.grey {
	color: #323232;
	border-color: #323232;
}

.greylinks a {
	color: #787878;
}

.greylinks a.social-icon {
	color: rgba(120, 120, 120, 0.6);
}

.greylinks a.social-icon:hover, .greylinks a.social-icon:focus, .greylinks a.social-icon:active {
	color: #08275d;
}

.darklinks a {
	color: #323232;
}

.underlined-links a {
	text-decoration: underline;
}

.thin {
	font-weight: 200;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.weight-black {
	font-weight: 900;
}

.success_color {
	color: #9cc026;
}

.info_color {
	color: #007ebd;
}

.warning_color {
	color: #f9b516;
}

.danger_color {
	color: #dc5753;
}

.main_bg_color,
.main_bg_color2,
.main_bg_color3,
.dark_bg_color,
.darkblue_bg_color,
.darkgrey_bg_color,
.success_bg_color,
.info_bg_color,
.warning_bg_color,
.danger_bg_color,
.danger_bg_color,
.transp_gradient_bg {
	color: #ffffff;
}

.main_bg_color h1, .main_bg_color h2, .main_bg_color h3, .main_bg_color h4, .main_bg_color h5, .main_bg_color h6,
.main_bg_color2 h1,
.main_bg_color2 h2,
.main_bg_color2 h3,
.main_bg_color2 h4,
.main_bg_color2 h5,
.main_bg_color2 h6,
.main_bg_color3 h1,
.main_bg_color3 h2,
.main_bg_color3 h3,
.main_bg_color3 h4,
.main_bg_color3 h5,
.main_bg_color3 h6,
.dark_bg_color h1,
.dark_bg_color h2,
.dark_bg_color h3,
.dark_bg_color h4,
.dark_bg_color h5,
.dark_bg_color h6,
.darkblue_bg_color h1,
.darkblue_bg_color h2,
.darkblue_bg_color h3,
.darkblue_bg_color h4,
.darkblue_bg_color h5,
.darkblue_bg_color h6,
.darkgrey_bg_color h1,
.darkgrey_bg_color h2,
.darkgrey_bg_color h3,
.darkgrey_bg_color h4,
.darkgrey_bg_color h5,
.darkgrey_bg_color h6,
.success_bg_color h1,
.success_bg_color h2,
.success_bg_color h3,
.success_bg_color h4,
.success_bg_color h5,
.success_bg_color h6,
.info_bg_color h1,
.info_bg_color h2,
.info_bg_color h3,
.info_bg_color h4,
.info_bg_color h5,
.info_bg_color h6,
.warning_bg_color h1,
.warning_bg_color h2,
.warning_bg_color h3,
.warning_bg_color h4,
.warning_bg_color h5,
.warning_bg_color h6,
.danger_bg_color h1,
.danger_bg_color h2,
.danger_bg_color h3,
.danger_bg_color h4,
.danger_bg_color h5,
.danger_bg_color h6,
.danger_bg_color h1,
.danger_bg_color h2,
.danger_bg_color h3,
.danger_bg_color h4,
.danger_bg_color h5,
.danger_bg_color h6,
.transp_gradient_bg h1,
.transp_gradient_bg h2,
.transp_gradient_bg h3,
.transp_gradient_bg h4,
.transp_gradient_bg h5,
.transp_gradient_bg h6 {
	color: #ffffff;
}

.main_bg_color {
	background-color: #08275d;
}

.main_bg_color2 {
	background-color: #d1ab6a;
}

.main_bg_color3 {
	background-color: #f7bd04;
}

.main_bg_color4 {
	background-color: #6773bc;
}

.gradient_bg_color {
	background: linear-gradient(to right, #08275d, #123573);
}

.vertical_gradient_bg_color {
	background: linear-gradient(#08275d, #123573);
}

.dark_bg_color {
	background-color: #252525;
}

.darkblue_bg_color {
	color: #ffffff;
	background-color: #2e2e37;
}

.darkgrey_bg_color {
	color: #ffffff;
	background-color: #323232;
}

.success_bg_color {
	background-color: #9cc026;
}

.info_bg_color {
	background-color: #007ebd;
}

.warning_bg_color {
	background-color: #f9b516;
}

.danger_bg_color {
	background-color: #dc5753;
}

.light_bg_color {
	background-color: #ffffff;
}

.hoverable-banner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 214px;
}

.hoverable-banner .media-links:before {
	display: none;
}

.hoverable-banner:before,
.hoverable-banner .highlight2 {
	transition: all 0.2s ease 0s;
}

.hoverable-banner.gradient_bg_color:hover:before {
	background-color: #d1ab6a;
}

.hoverable-banner.gradient_bg_color:hover .highlight2 {
	color: #08275d;
}

.theme_bg {
	background-color: #ffffff;
}

/*dividers, margins and paddings*/
.divider_20 {
	margin: 20px 0;
}

.divider_25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.divider_30 {
	margin: 30px 0;
}

.divider_40 {
	margin: 40px 0;
}

.star_divider {
	width: 60px;
	height: 10px;
	position: relative;
	background-color: transparent !important;
}

.star_divider:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f005\f005\f005\f005\f005";
	font-family: FontAwesome;
	color: #d1ab6a;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.2em;
}

.text-center hr[class*="divider_"],
.text-center hr[class*="_divider"] {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.margin_0 {
	margin: 0 !important;
}

.topmargin_0 {
	margin-top: 0 !important;
}

.topmargin_1 {
	margin-top: 1px;
}

.topmargin_5 {
	margin-top: 5px;
}

.topmargin_10 {
	margin-top: 10px;
}

.topmargin_20 {
	margin-top: 20px;
}

.topmargin_25 {
	margin-top: 25px;
}

.topmargin_30 {
	margin-top: 30px;
}

.topmargin_35 {
	margin-top: 35px;
}

.topmargin_40 {
	margin-top: 40px;
}

.topmargin_45 {
	margin-top: 45px;
}

.topmargin_50 {
	margin-top: 50px;
}

.topmargin_60 {
	margin-top: 60px;
}

.bottommargin_0 {
	margin-bottom: 0 !important;
}

.bottommargin_5 {
	margin-bottom: 5px;
}

.bottommargin_10 {
	margin-bottom: 10px;
}

.bottommargin_20 {
	margin-bottom: 20px;
}

.bottommargin_25 {
	margin-bottom: 25px;
}

.bottommargin_30 {
	margin-bottom: 30px;
}

.bottommargin_40 {
	margin-bottom: 40px;
}

.bottommargin_50 {
	margin-bottom: 50px;
}

.bottommargin_60 {
	margin-bottom: 60px;
}

.leftmargin_10 {
	margin-left: 10px;
}

.leftmargin_20 {
	margin-left: 20px;
}

.leftmargin_30 {
	margin-left: 30px;
}

.leftmargin_40 {
	margin-left: 40px;
}

.leftmargin_50 {
	margin-left: 50px;
}

.leftmargin_60 {
	margin-left: 60px;
}

.rightmargin_10 {
	margin-right: 10px;
}

.rightmargin_20 {
	margin-right: 20px;
}

.rightmargin_30 {
	margin-right: 30px;
}

.rightmargin_40 {
	margin-right: 40px;
}

.rightmargin_50 {
	margin-right: 50px;
}

.rightmargin_60 {
	margin-right: 60px;
}

.padding_0 {
	padding: 0;
}

.padding_10 {
	padding: 10px;
}

.padding_20 {
	padding: 20px;
}

.padding_30 {
	padding: 30px;
}

.padding_40 {
	padding: 40px;
}

.toppadding_10 {
	padding-top: 10px;
}

.toppadding_20 {
	padding-top: 20px;
}

.toppadding_30 {
	padding-top: 30px;
}

.toppadding_40 {
	padding-top: 40px;
}

.toppadding_50 {
	padding-top: 50px;
}

.toppadding_60 {
	padding-top: 60px;
}

.bottompadding_10 {
	padding-bottom: 10px;
}

.bottompadding_20 {
	padding-bottom: 20px;
}

.bottompadding_30 {
	padding-bottom: 30px;
}

.bottompadding_40 {
	padding-bottom: 40px;
}

.bottompadding_50 {
	padding-bottom: 50px;
}

.bottompadding_60 {
	padding-bottom: 60px;
}

.leftpadding_10 {
	padding-left: 10px;
}

.leftpadding_20 {
	padding-left: 20px;
}

.leftpadding_30 {

	padding-left: 30px;
}

.leftpadding_40 {
	padding-left: 40px;
}

.leftpadding_50 {
	padding-left: 50px;
}

.leftpadding_60 {
	padding-left: 60px;
}

.rightpadding_5 {
	padding-right: 5px;
}

.rightpadding_10 {
	padding-right: 10px;
}

.rightpadding_20 {
	padding-right: 20px;
}

.rightpadding_25 {
	padding-right: 25px;
}

.rightpadding_30 {
	padding-right: 30px;
}

.rightpadding_40 {
	padding-right: 40px;
}

.rightpadding_50 {
	padding-right: 50px;
}

.rightpadding_60 {
	padding-right: 60px;
}

.fontsize_14 {
	font-size: 14px;
}

.fontsize_16 {
	font-size: 16px;
}

.fontsize_18 {
	font-size: 18px;
}

.fontsize_20 {
	font-size: 20px;
	line-height: 30px;
}

.fontsize_22 {
	font-size: 22px;
}

.fontsize_26 {
	font-size: 26px;
}

.fontsize_28 {
	font-size: 28px;
}

.fontsize_30 {
	font-size: 30px;
}

.fontsize_32 {
	font-size: 32px;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

.playfair {
	font-family: 'Playfair Display', serif;
}

.lineheight_thin {
	line-height: 24px;
}

/*alignment*/
.display_table {
	display: table;
	min-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.display_table_cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
	overflow: hidden;
	zoom: 1;
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	.pull-lg-right {
		float: right;
	}

	.pull-lg-left {
		float: left;
	}

	.text-lg-right {
		text-align: right;
	}

	.text-lg-left {
		text-align: left;
	}

	.text-lg-center {
		text-align: center;
	}

	.display_table_lg {
		display: table;
		min-width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		border-collapse: collapse;
	}

	.display_table_cell_lg {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
		box-sizing: border-box;
	}
}

@media (min-width: 992px) {
	.pull-md-right {
		float: right;
	}

	.pull-md-left {
		float: left;
	}

	.text-md-right {
		text-align: right;
	}

	.text-md-left {
		text-align: left;
	}

	.text-md-center {
		text-align: center;
	}

	.display_inline_md {
		display: inline;
	}

	.display_table_md {
		display: table;
		min-width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		border-collapse: collapse;
	}

	.display_table_cell_md {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
		box-sizing: border-box;
	}
}

@media (min-width: 768px) {
	.pull-sm-right {
		float: right;
	}

	.pull-sm-left {
		float: left;
	}

	.text-sm-right {
		text-align: right;
	}

	.text-sm-left {
		text-align: left;
		color:#000;
		font-size:14px;
	}

	.text-sm-center {
		text-align: center;
	}

	.display_table_sm {
		display: table;
		min-width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		border-collapse: collapse;
	}

	.display_table_cell_sm {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	.text-xs-right {
		text-align: right;
	}

	.text-xs-left {
		text-align: left;
	}

	.text-xs-center {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.hidden-xxs {
		display: none;
	}
}

.inline-dropdown {
	list-style: none;
	margin: 0;
}

.inline-dropdown > li {
	display: inline-block;
	margin: 0 -2px;
}

.small-text {
	font-size: 12px;
	text-transform: uppercase;
}

.small-text .big {
	font-size: 24px;
	display: block;
	font-weight: 400;
}


.small-text2 {
	font-size: 12px;
	text-transform: uppercase;
	background:#f6c216;
	Border-radius: 25px;
	padding-left:30px !important;
	padding-right:30px !important;
	color:#000;
}


.nowrap {
	white-space: nowrap;
}

.media.inline-block {
	display: inline-block;
}

.media.inline-block .media-body {
	width: auto;
}

.content-justify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-justify.content-margins > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-justify.nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.inline-content {
	margin-right: -13px;
	margin-left: -13px;
}

.inline-content > * {
	display: inline-block;
	vertical-align: middle;
	display: inline-block;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 0;
}

.inline-content > *.media {
	margin-top: 10px;
	margin-bottom: 10px;
}

.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vertical-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-style-links a {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.menu-style-links a:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #d1ab6a;
	-webkit-transform: translate(0, 10px) scaleX(0);
	transform: translate(0, 10px) scaleX(0);
	opacity: 0;
	transition: all 0.2s ease 0s;
}

.menu-style-links a:hover:after, .menu-style-links a:active:after, .menu-style-links a:focus:after {
	-webkit-transform: translate(0, 0) scaleX(1);
	transform: translate(0, 0) scaleX(1);
	opacity: 1;
}

/* media items - common side and vertical items */
.with_border .item-media,
.with_border .entry-thumbnail {
	margin: -1px;
	z-index: 2;
}

.with_border .item-media + header,
.with_border .entry-thumbnail + header {
	margin: 0 -1px;
}

.with_border.full-padding .item-media {
	margin: 0;
}

/* side and vertical items paddings */
.side-item .row {
	margin: 0;
}

.side-item .row [class*="col-"] {
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) {
	.side-item.side-sm .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.side-item.side-sm .row .item-content {
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.side-item.side-md .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

/*-xs- side-item paddings and margins*/
@media (max-width: 767px) {
	.no-content-padding [class*='col-xs-'] .item-content,
  .full-padding [class*='col-xs-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content,
  .full-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-xs-12 .item-content,
  .full-padding .col-xs-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

/*-sm- side-item paddings and margins*/
@media (min-width: 768px) {
	.no-content-padding [class*='col-sm-'] .item-content,
  .full-padding [class*='col-sm-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-sm-'][class*='col-sm-pull'] .item-content,
  .full-padding [class*='col-sm-'][class*='col-sm-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
  .full-padding .col-sm-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

/*-md- side-item paddings and margins*/
@media (min-width: 992px) {
	.no-content-padding [class*='col-md-'] .item-content,
  .full-padding [class*='col-md-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-md-'][class*='col-md-pull'] .item-content,
  .full-padding [class*='col-md-'][class*='col-md-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-md-12 .item-content,
  .full-padding .col-md-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* 
** Header 
*/
.header_white {
	color: #787878;
	background-color: #ffffff;
}

.header_white.affix {
	box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.07);
}

.header_white a.logo {
	color: #323232;
}

.header_darkgrey {
	background-color: #323232;
}

.header_darkgrey.affix {
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
}

.header_darkgrey a[class*='soc-'] {
	color: #ffffff;
}

.header_darkgrey .logo-meta,
.header_darkgrey .grey,
.header_darkgrey .black {
	color: #ffffff;
}

.header_darkgrey.header_darkblue {
	background-color: #2e2e37;
}

.header_darkgrey.with_top_border:before {
	background-color: rgba(185, 185, 185, 0.2);
}

.header_gradient {
	background: linear-gradient(to right, #08275d, #d1ab6a);
}

.header_transparent {
	background-color: transparent;
}

.header_transparent.header_darkgrey.affix {
	background-color: #3d3d47;
}

.header_transparent .lightgrey {
	color: rgba(255, 255, 255, 0.6);
}

.header_transparent_wrap {
	height: 0 !important;
	position: relative;
}

.header_transparent_wrap .header_transparent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

/* logo */
.logo {
	display: inline-block;
	word-break: break-word;
	font-size: 24px;
	position: relative;
	z-index: 2;
	padding: 5px 0;
}

.logo.small_logo img {
	max-width: 40px;
}

.ls .logo {
	color: #08275d;
}

.ds .logo,
.ds .logo:hover,
.cs .logo,
.cs .logo:hover {
	color: #ffffff;
}

.logo.logo_text_only {
	margin-left: 30px;
	line-height: 80px;
}

.header_gradient .logo,
.header_darkgrey .logo {
	color: #ffffff;
}

.logo.bottom_logo {
	padding: 0;
	font-size: 28px;
}

.logo.bottom_logo img {
	max-width: 65px;
}

.floating_logo .logo {
	float: left;
	margin-right: 30px;
}

.logo.vertical_logo {
	padding: 0;
}

.logo.vertical_logo img {
	display: block;
	margin: auto;
}

.logo.vertical_logo .logo_text {
	margin: 10px 0 0;
}

@media (min-width: 992px) {
	.header_logo_center .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 600px) {
	.logo.logo_image_and_text .logo_text {
		display: none;
	}
}

.logo_text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-left: 15px;
	margin-bottom: 8px;
}

.small_logo .logo_text {
	margin-left: 5px;
	margin-bottom: 5px;
}

.logo_text .site-name {
	font-size: 32px;
	display: block;
}

.logo_text > * {
	display: block;
}

.logo_text .small-text {
	letter-spacing: 0;
}

@media (min-width: 1200px) {
	.page_header .logo_text .site-name {
		font-size: 40px;
	}

	.page_header .logo_text .small-text {
		letter-spacing: 0.16em;
	}
}

@media (min-width: 992px) {
	.header_logo_center .logo_wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}

.logo-meta {
	line-height: 1;
	display: inline-block;
	margin: 11px 20px;
	vertical-align: middle;
	text-align: left;
}

@media (max-width: 1400px) {
	.logo + .logo-meta {
		display: none;
	}
}

.logo-meta strong {
	display: block;
	font-size: 16px;
}

.logo-meta span {
	display: block;
}

.page_header_side .logo-meta {
	display: block !important;
}

.lt-ie9 .page_header_wrapper {
	height: auto !important;
}

.lt-ie9 .page_header_wrapper .md-hidden {
	display: inline-block;
}

.page_header {
	transition: background 0.2s ease-in-out 0s,
 margin 0.6s ease-in-out 0s;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
	height: auto;
}

.page_header.affix {
	position: fixed;
	z-index: 1001;
}

.page_header.mobile-active {
	z-index: 1002;
}

.page_header.affix-bottom {
	top: 0 !important;
	position: fixed;
}

@media (min-width: 1200px) {
	.page_header.section_padding_20 [class*="container"] {
		padding-top: 20px;
		padding-bottom: 20px;
		transition: padding-top 0.2s linear 0s,
 padding-bottom 0.2s linear 0s;
	}

	.page_header.section_padding_20.affix [class*="container"] {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.page_header .search_modal_button {
	background-position: 50% 0;
	border-color: transparent;
	margin: 0;
	color: #ffffff;
}

.page_header .search_modal_button:hover {
	color: rgba(255, 255, 255, 0.5);
}

.page_header a.header-button {
	display: inline-block;
}

.page_header a.header-button i {
	position: relative;
}

@media (min-width: 992px) {
	.page_header .sf-menu > li .header-button {
		display: block;
		padding: 1px;
		margin-left: 12px;
	}
}

@media (min-width: 992px) {
	.page_header .sf-menu > li .header-button {
		margin-left: 7px;
	}
}

@media (min-width: 1400px) {
	.page_header .big-header-buttons {
		padding: 0 15px;
	}
}

.page_header .page_social_icons {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page_header .social-icon {
	margin-bottom: 0;
}

.page_header [class*="display_table_cell"] {
	overflow: visible;
}

.header-button {
	display: inline-block;
	position: relative;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.search_form_trigger {
	font-size: 14px;
	height: 24px;
	display: none;
	overflow: hidden;
}

.sf-menu .search_form_trigger i[class] {
	display: block;
	line-height: 24px;
}

.search_form_trigger > span {
	display: block;
	margin-top: 0;
	transition: margin-top 0.2s ease 0s;
}

.search_form_trigger.active > span {
	margin-top: -25px;
}

@media (min-width: 992px) {
	.search_form_trigger {
		display: block;
	}
}

.search_form_wrapper {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.search_form_wrapper.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* modal search */
#search_modal {
	color: #ffffff;
}

#search_modal .search-form {
	margin: 0 0 0 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#search_modal a {
	color: #ffffff;
	opacity: 0.6;
	font-size: 12px;
	text-transform: uppercase;
}

#search_modal a:hover {
	color: #08275d;
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
}

#search_modal .form-control {
	border: none;
	background-color: transparent;
	height: 50px;
	color: #ffffff;
	width: 100%;
}

#search_modal .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

#search_modal .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

#search_modal .theme_button {
	color: #ffffff;
	width: 50px;
	padding: 0;
}

#search_modal .theme_button:hover, #search_modal .theme_button:focus, #search_modal .theme_button:active {
	color: #323232;
}

#search_modal .close {
	padding: 14px 14px 13px;
	position: absolute;
	min-width: 0;
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
}

/* header floats */
.page_header:before,
.page_header:after {
	content: '';
	display: block;
	clear: both;
}

.header_left_logo {
	position: relative;
}

.page_header {
	height: auto;
}

.header_left_logo {
	white-space: nowrap;
	padding: 0 15px;
	overflow: visible;
}

.header_left_logo .logo img {
	max-width: 229px;
}

.header_mainmenu {
	overflow: visible;
	width: 10000px;
	padding: 0 15px;
}

.header_right_buttons {
	white-space: nowrap;
	padding: 0 15px;
	text-align: right;
	overflow: visible;
}

.header_right_buttons.ls {
	background-color: transparent !important;
}

@media (min-width: 1600px) {
	.header_left_logo {
		padding: 0 50px;
	}

	.row .header_left_logo {
		padding: inherit;
	}

	.header_right_buttons {
		padding: 0 50px;
	}

	.row .header_right_buttons {
		padding: inherit;
	}
}

/*
** Side Header
*/
/* side header layout */
body {
	position: relative;
	left: 0;
}

body:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
}

body,
body:after,
.page_header_side {
	transition: all 0.6s ease-in-out;
}

body {
	transition-property: left, right;
}

body.active-side-header {
	left: 270px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	visibility: visible;
	opacity: 1;
}

.page_header_side {
	z-index: 1002;
	position: fixed;
	width: 270px;
	left: -270px;
	top: 0;
	bottom: 0;
}

.page_header_side.active-slide-side-header {
	box-shadow: 0px 0px 4px 3px rgba(50, 50, 50, 0.05);
}

.page_header_side ~ * .toggle_menu {
	display: none;
}

.page_header_side .widget {
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.side_header_inner {
	padding: 10px 0 60px;
}

.toggle_menu_side {
	position: absolute;
	top: 5px;
	right: -65px;
	background-color: #ffffff;
	width: 60px;
	height: 60px;
	cursor: pointer;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.05);
	z-index: 2;
}

.toggle_menu_side:before,
.toggle_menu_side span,
.toggle_menu_side span:before,
.toggle_menu_side span:after {
	content: '';
	display: block;
	width: 24px;
	position: absolute;
	background-color: #323232;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	height: 2px;
}

.toggle_menu_side:before,
.toggle_menu_side span {
	left: 18px;
	top: 50%;
}

.toggle_menu_side span:before {
	opacity: 1;
	top: -6px;
}

.toggle_menu_side span:after {
	opacity: 1;
	top: 6px;
}

.active-slide-side-header .toggle_menu_side:before,
.active-side-header .toggle_menu_side:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.active-slide-side-header .toggle_menu_side span,
.active-side-header .toggle_menu_side span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.active-slide-side-header .toggle_menu_side span:before, .active-slide-side-header .toggle_menu_side span:after,
.active-side-header .toggle_menu_side span:before,
.active-side-header .toggle_menu_side span:after {
	opacity: 0;
}

.ds .toggle_menu_side {
	background-color: #3d3d47;
}

.ds .toggle_menu_side span,
.ds .toggle_menu_side span:before,
.ds .toggle_menu_side span:after, .ds .toggle_menu_side:before {
	background-color: #ffffff;
}

.bs .toggle_menu_side {
	background-color: #2e2e37;
}

@media (max-width: 350px) {
	.toggle_menu_side {
		top: 0;
		right: -50px;
	}
}

.page_header_side.page_header_side_sticked .toggle_menu_side {
	transition: 0.6s ease-in-out;
	right: -65px;
	top: 5px;
}

.admin .page_header_side.page_header_side_sticked .toggle_menu_side {
	right: -60px;
	top: 0;
}

.admin .page_header_side.page_header_side_sticked.active-slide-side-header .toggle_menu_side {
	top: 0;
	right: 0;
	box-shadow: none;
}

.page_header_side.active-slide-side-header {
	left: 0;
}

.container {
	max-width: 100%;
}

@media (max-width: 767px) {
	.container {
		max-width: 500px;
	}
}

@media (min-width: 600px) {
	.page_header_side.page_header_side_sticked.active-slide-side-header {
		left: 0;
	}

	.page_header_side_sticked ~ * {
		transition: margin 0.6s ease-in-out;
	}

	.page_header_side_sticked ~ div .page_header {
		padding-left: 35px;
	}

	.page_header_side_sticked.active-slide-side-header ~ div .page_header {
		padding-left: 0;
		margin-left: 270px;
	}

	.page_header_side_sticked.active-slide-side-header ~ * {
		margin-left: 270px;
	}

	.boxed .page_header_side_sticked.active-slide-side-header ~ *,
  .boxed .page_header_side_sticked.active-slide-side-header ~ div .page_header {
		margin-left: 0;
	}

	.page_header_side_sticked ~ .page_header_wrapper {
		margin-left: 0;
	}
}

.page_header_side.header_side_right {
	left: auto;
	right: -270px;
}

.page_header_side.header_side_right.active-slide-side-header {
	right: 0;
}

.page_header_side.header_side_right .toggle_menu_side {
	right: auto;
	left: -65px;
}

@media (max-width: 350px) {
	.page_header_side.header_side_right .toggle_menu_side {
		left: -50px;
	}
}

body.active-side-header.slide-right {
	left: -270px;
}

body.active-side-header.slide-right .page_header_side {
	left: auto;
	right: 0;
}

/* sidebar scroll plugin */
.scroll-wrapper {
	overflow: hidden;
	padding: 0;
	position: relative;
	height: 100%;
}

.scroll-wrapper > .scroll-content {
	border: none;
	box-sizing: content-box;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	overflow: scroll;
	padding: 0;
	position: relative;
	top: 0;
	width: auto;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-wrapper.scroll--rtl {
	direction: rtl;
}

.scroll-element {
	box-sizing: content-box;
	display: none;
}

.scroll-element div {
	box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
	background-color: rgba(127, 127, 127, 0.4);
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 1px;
	transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

/*
** Light Section - .ls
*/
.ls {
	background-color: #ffffff;
	color: #787878;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #08275d;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #d1ab6a;
}

.ls [class*='_bg']:not(.light_bg_color) {
	color: rgba(255, 255, 255, 0.7);
}

.ls [class*='_bg']:not(.light_bg_color) h1,
.ls [class*='_bg']:not(.light_bg_color) h2,
.ls [class*='_bg']:not(.light_bg_color) h3,
.ls [class*='_bg']:not(.light_bg_color) h4,
.ls [class*='_bg']:not(.light_bg_color) h5,
.ls [class*='_bg']:not(.light_bg_color) h6 {
	color: #ffffff;
}

.ls [class*='_bg']:not(.light_bg_color) .highlight2 {
	color: #d1ab6a;
}

.ls .hoverable-banner.gradient_bg_color:hover .highlight2 {
	color: #08275d;
}

.ls .light_bg_color {
	color: #323232;
}

.ls a {
	color: #fff;
}

.ls a:hover {
	color: #fff;
}

.ls .color-icon.bg-icon {
	background-color: #ececec;
}

.ls .grey {
	color: #323232;
}

.ls .highlight {
	color: #08275d;
	border-color: #08275d;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
}

.ls .highlight2 {
	color: #d1ab6a;
	border-color: #d1ab6a;
}

.ls .greylinks a {
	color: #787878;
}

.ls .greylinks a:hover {
	color: #d1ab6a;
}

.ls .greylinks a:hover i {
	color: #d1ab6a;
}

.ls .greylinks a.social-icon {
	color: #aeaeae;
}

.ls .darklinks a,
.ls a.darklink {
	color: #323232;
}

.ls .darklinks a:hover,
.ls a.darklink:hover {
	color: #d1ab6a;
}

.ls .darklinks a.theme_button,
.ls a.darklink.theme_button {
	color: #ffffff;
}

.ls .highlightlinks a,
.ls .highlightlink {
	color: #08275d;
}

.ls .highlightlinks a:hover,
.ls .highlightlink:hover {
	color: #d1ab6a;
}

.ls .highlight2links a,
.ls .highlight2link {
	color: #d1ab6a;
}

.ls .highlight2links a:hover,
.ls .highlight2link:hover {
	color: #323232;
}

.ls .theme_background {
	background-color: #ffffff;
}

.ls .pagination > li > a,
.ls .pagination > li > span {
	color: #787878;
}

.ls .pagination > li.active > a,
.ls .pagination > li.active > span,
.ls .pagination > li > a:hover,
.ls .pagination > li > span:hover,
.ls .pagination > li > a:focus,
.ls .pagination > li > span:focus {
	color: #08275d;
}

.ls .breadcrumb > li + li:before {
	color: #787878;
}

.ls .breadcrumb > .active {
	color: #08275d;
}

.ls .nav-unstyled .active a {
	color: #d1ab6a;
}

.ls .theme_buttons a,
.ls .theme_button {
	color: #ffffff;
}

.ls .theme_buttons a:hover, .ls .theme_buttons a:focus, .ls .theme_buttons a:active,
.ls .theme_button:hover,
.ls .theme_button:focus,
.ls .theme_button:active {
	color: #d1ab6a;
}

.ls .theme_buttons.inverse a,
.ls .theme_button.inverse {
	color: #323232;
}

.ls .theme_buttons.inverse a:hover, .ls .theme_buttons.inverse a:focus, .ls .theme_buttons.inverse a:active,
.ls .theme_button.inverse:hover,
.ls .theme_button.inverse:focus,
.ls .theme_button.inverse:active {
	color: #d1ab6a;
}

.ls .theme_buttons.color1.inverse a,
.ls .theme_button.color1.inverse {
	color: #08275d;
	border-color: #08275d;
}

.ls .theme_buttons.color1.inverse a:hover, .ls .theme_buttons.color1.inverse a:focus, .ls .theme_buttons.color1.inverse a:active,
.ls .theme_button.color1.inverse:hover,
.ls .theme_button.color1.inverse:focus,
.ls .theme_button.color1.inverse:active {
	color: #d1ab6a;
}

.ls .theme_buttons.color2 a:hover, .ls .theme_buttons.color2 a:focus, .ls .theme_buttons.color2 a:active,
.ls .theme_button.color2:hover,
.ls .theme_button.color2:focus,
.ls .theme_button.color2:active {
	color: #08275d;
}

.ls .theme_buttons.color2.inverse a,
.ls .theme_button.color2.inverse {
	color: #d1ab6a;
}

.ls .theme_buttons.color2.inverse a:hover, .ls .theme_buttons.color2.inverse a:focus, .ls .theme_buttons.color2.inverse a:active,
.ls .theme_button.color2.inverse:hover,
.ls .theme_button.color2.inverse:focus,
.ls .theme_button.color2.inverse:active {
	color: #08275d;
}

/*
** Grey Section - light section, muted section - .ls.ms
*/
.ls.ms {
	background-color: #f2f2f2;
}

.ls.ms.dark {
	background-color: #eaeaea;
}

.ls.ms .with_background {
	background-color: #ffffff;
}

.ls.ms .with_background hr {
	background-color: #eaeaea;
}

.ls.ms .theme_bg .with_background {
	background-color: #eaeaea;
}

.ls.ms hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.ls.ms .with_background input[type="text"],
.ls.ms .with_background input[type="email"],
.ls.ms .with_background input[type="url"],
.ls.ms .with_background input[type="password"],
.ls.ms .with_background input[type="search"],
.ls.ms .with_background input[type="tel"],
.ls.ms .with_background input[type="number"],
.ls.ms .with_background textarea,
.ls.ms .with_background select,
.ls.ms .with_background .form-control {
	border-color: #f2f2f2;
	background-color: #f2f2f2;
}

.ls.ms td,
.ls.ms th,
.ls.ms .with_border {
	border-color: #dddddd;
}

.ls.ms .main_bg_color {
	background-color: #08275d;
}

.ls.ms .main_bg_color2 {
	background-color: #d1ab6a;
}

.ls.ms .tab-content .with_border {
	border-color: #e6e6e6;
}

.ls.ms .tab-content.no-border {
	background-color: transparent;
}

.ls.ms .tab-content .form-control {
	background-color: #f2f2f2;
}

.ls.ms .panel-body {
	background-color: #ffffff;
}

/*
** Specific Styles
*/
/* topline styles */
.page_topline {
	font-size: 12px;
	position: relative;
	z-index: 1001;
}

.page_topline span {
	vertical-align: middle;
}

.page_topline .menu > li > a {
	text-transform: uppercase;
}

/* toplogo styles */
.page_toplogo .teaser,
.page_toplogo .small-teaser {
	vertical-align: middle;
	display: inline-block;
}

.page_toplogo .teaser .media-left,
.page_toplogo .small-teaser .media-left {
	line-height: 1;
}

.page_toplogo .teaser .media-body,
.page_toplogo .small-teaser .media-body {
	text-align: left;
	width: auto;
}

.page_toplogo .teaser h4,
.page_toplogo .small-teaser h4 {
	font-size: 18px;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.page_toplogo {
		white-space: nowrap;
	}

	.page_toplogo .social-icon {
		margin-bottom: 0;
	}
}

.page_mainslider .flex-custom-nav {
	opacity: 0;
}

/* title section (breadcrumbs) styles */
.page_breadcrumbs .breadcrumbs_logo {
	margin: 0 0 15px;
}

.page_breadcrumbs .breadcrumbs_logo img {
	opacity: 0.3;
}

.page_breadcrumbs h2 {
	display: inline;
	font-size: 24px;
	font-weight: 400;
	word-wrap: break-word;
}

.page_breadcrumbs h2 + .breadcrumb {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.page_breadcrumbs h2 {
		font-size: 50px;
	}

	.page_breadcrumbs h2 + .breadcrumb {
		margin-top: 15px;
	}
}

@media screen and (min-width: 992px) {
	.page_breadcrumbs .display_table_md {
		width: auto;
		min-width: 0;
	}

	.page_breadcrumbs h2.display_table_cell_md {
		padding-right: 20px;
		padding-left: 15px;
	}

	.page_breadcrumbs .breadcrumb.display_table_cell_md {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		padding-left: 25px;
	}
}

.page_breadcrumbs .bottom_breadcrumbs {
	text-align: center;
	float: right;
	padding: 4px 20px 0;
	margin: 0 0 -25px 0;
	background-color: rgba(37, 37, 37, 0.035);
}

.page_portfolio {
	overflow: hidden;
}

/* footer styles */
.page_footer .logo_footer_media {
	margin-top: -26px;
	margin-bottom: 20px;
}

.page_footer .widget {
	margin-bottom: 10px;
}

.page_footer .widget p {
	color:#000 !important;
	margin-bottom:0px !important;
}

/* copyrights styles */

.page_copyright{background:#12375d;}

.page_copyright p {
	margin: 0;
	padding-top:15px;
	padding-bottom:10px;
	color:#FFF;
}

.page_copyright i.fa {
	opacity: 0.8;
}

.page_copyright.table_section .bottom_logo img {
	margin-bottom: 0;
}

.ds.ms + .page_footer.ds.ms {
	background-color: #202020;
}

.ds.ms.page_subscribe + .ds.ms.page_footer {
	margin-top: -50px;
	background-color: #252525;
}

/* google map  */
#map,
.page_map {
	height: 600px;
}

#map img,
.page_map img {
	max-width: inherit;
}

#map p,
.page_map p {
	line-height: 1.3;
	margin-bottom: 0;
}

#map .map_marker_description,
.page_map .map_marker_description {
	padding: 10px 5px 5px;
}

#map .map_marker_icon,
.page_map .map_marker_icon {
	display: none;
}

.widget #map, .widget
.page_map {
	height: 225px;
}

/* intro slider inside content */
section .intro_section .slide_description_wrapper {
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 600px) {
	section .intro_section .slide_description_wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.muted_background .pagination {
	margin: 40px 40px 20px;
}

/* 
** Intro Section Styles
*/
.intro_section {
	position: relative;
	clear: both;
}

.intro_section > img {
	width: 100%;
}

.intro_section.ds {
	color: #ffffff;
}

.intro_section .slides > li {
	position: relative;
	overflow: hidden;
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
	content: '';
	display: block;
	clear: both;
}

.intro_section .flexslider .intro-layer img {
	width: auto;
	display: inline-block;
}

.intro_section .flexslider .container,
.intro_section img + .container-fluid {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.intro_section [class*="col-"] {
	position: static;
	min-height: 0;
}

.intro_section .slide_description_wrapper {
	height: 100%;
	font-size: 0;
	z-index: 1;
	padding: 30px 0;
	margin:25% 0 0 0%;
}

@media (min-width: 600px) {
	.boxed .intro_section .slide_description_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 992px) {
	.intro_section .slide_description_wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.intro_section .slide_description {
	font-size: 16px;
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
	display: inline-block;
	vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
}

.intro_section .slide_description_wrapper.slide_text_top:before {
	vertical-align: top;
}

.intro_section .theme_button {
	margin-top: 40px;
}

@media (min-width: 992px) {
	.intro_section .flex-control-nav {
		position: absolute;
		bottom: 10px;
	}
}

@media (min-width: 768px) {
	.intro_section h2 {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	.intro_section h2 {
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.intro_section .theme_button {
		margin-top: 50px;
	}
}

@media (min-width: 1450px) {
	.intro_section .slide_description_wrapper.slide_text_top {
		padding-top: 130px;
	}

	.boxed .intro_section .slide_description_wrapper.slide_text_top {
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	.intro_section {
		text-align: center;
	}

	.intro_section .nav-container-fluid {
		padding: 0;
	}

	.intro_section .flex-control-nav,
  .intro_section .flex-custom-nav {
		text-align: center;
		margin-top: 0;
		margin-bottom: 50px;
		display:none;
	}

	.intro_section .flexslider .container-fluid {
		position: static;
		width: auto;
		max-width: 100%;
	}

	.intro_section .slide_description_wrapper:before {
		display: none;
	}

	.intro_section .slide_description {
		padding: 0px 0;
		display: block;
		margin: auto;
		text-align: center;
	}

	.intro_section .slide_description_wrapper {
		padding: 0;
		position: static;
	}

	.intro_section .flex-direction-nav .flex-prev {
		top: 24%;
	}

	.intro_section .flex-direction-nav .flex-next {
		top: 24%;
	}
}

/*
** Widgets
*/
/* common widgets styles */
aside > div + div {
	margin-top: 30px;
}

aside .widget + .widget {
	margin-top: 60px;
}

aside .with_padding {
	padding: 30px;
}

.widget-theme-wrapper.with_background, .widget-theme-wrapper.muted_background, .widget-theme-wrapper.cs, .widget-theme-wrapper.ds, .widget-theme-wrapper.ls {
	padding: 35px;
}


/* contact forms */
.contact-form {
	position: relative;
	z-index: 3;
}

.contact-form.ls {
	background-color: #fafafa;
}

.contact-form.ls.ms {
	background-color: #efefef;
}

.contact-form label[for] {
	display: none;
}

.contact-form-message textarea {
	min-height: 170px;
}

.contact-form.parallax {
	padding: 50px 50px 35px;
	background-image: url(../img/parallax/map.html);
}

.contact-form-respond {
	display: block;
	font-weight: 800;
}

.contact-form-respond:before {
	font-family: 'rt-icons-2';
	content: "\e71a";
	padding-right: 10px;
}

.contact-form p {
	margin-bottom: 10px;
	position: relative;
}

.contact-form-submit .theme_button {
	margin-right: 6px;
}

.contact-form.transparent-background .form-control {
	background-color: transparent;
}

.contact-email {
	font-size: 40px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.contact-email {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.contact-form.parallax {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}
}

.wrap-forms .form-group {
	margin: 0;
}

.wrap-forms .form-group p {
	margin: 10px 0 0;
}

.wrap-forms .form-group textarea {
	min-height: 150px;
}

.has-placeholder label {
	display: none;
}

#messages_modal .fw-messages-wrap {
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -150px;
	width: 300px;
}

#messages_modal ul {
	margin-bottom: 0;
}

/* partners carousel */
.owl-carousel.partners-carousel {
	margin-bottom: 0;
}

.owl-carousel.partners-carousel a img {
	opacity: 0.2;
}

.owl-carousel.partners-carousel a:hover img {
	opacity: 1;
}

.owl-carousel.partners-carousel .center a img {
	opacity: 1;
}
	
@media only screen and (min-width: 320px) and (max-width: 469px) {	

.header_left_logo .logo img {
    max-width: 249px;
}

.header_left_logo {
    white-space: nowrap;
    padding: 0 0px;
    overflow: visible;
}


.flt-right{ float:none !important;}
.home_button{ margin:60px 0 0px !important 0px;}


.slide_banner_bg iframe{border-radius: 15px; border:solid 10px #f6b7c6; min-height:250px !important;}

.development_goals_list{ padding:10px !important; padding-bottom:30px !important; box-shadow: 0 0 20px #ccc; float:left; margin-bottom:50px;}

.development_goals_list h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px !important;
    line-height: 32px !important;
    font-weight: 700;
    margin: 20px 0 10px 0px;
    color: #2e2e2e;
	text-transform:uppercase;
}
.development_goals_list p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400;
    margin: 0px 0 15px 0px;
    color: #2e2e2e;
	text-align:left !important;
}

.development_goals_list img {
    border: solid 3px #fdca00;
    padding: 10px;
	margin-top:20px;
}

#topic {
	background-color: #f5f5f5; 
	border-top: 1px solid #eee;
	padding-top: 40px;
	padding-bottom: 70px;
}

#topic h1{font-family: 'Open Sans', sans-serif; font-size:28px !important; color:#232f3a; text-decoration:none;font-family: 'Open Sans', sans-serif; font-weight:bold; text-transform:uppercase; margin-top:50px; margin-bottom:30px !important; text-align:center;}

.commonwide_box{ width:100%; padding: 20px !important; border:solid 10px #f2dddd; float:left; margin:0 0 40px 0px;}
.commonwide_box h2 {font-family: 'Open Sans', sans-serif; font-size: 22px !important; line-height: 26px !important; font-weight: 700; margin: 0px 0 10px 0px;
    color: #2e2e2e; text-transform:uppercase;}
.commonwide_box h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 26px; font-weight: 700; margin: 20px 0 10px 0px;
    color: #2e2e2e; text-transform:uppercase;}
.commonwide_box h4 {font-family: 'Open Sans', sans-serif; font-size: 18px !important; line-height: 22px !important; font-weight: 700; margin: 0px 0 10px 0px;
    color: #2e2e2e; text-transform:uppercase;}
.commonwide_box p {font-family: 'Open Sans', sans-serif; font-size: 18px !important; line-height: 24px !important; font-weight: 400; color: #2e2e2e; text-align: left !important;}
.commonwide_box img { margin:0 0 10px 0px;}
.commonwide_box iframe { width:100%; min-height:220px !important; border:solid 1px #000; margin-bottom:20px;}

ul.widget2 { float:left; width:100%; list-style-type:none; margin-bottom:0px !important; padding-left:0px !important;}
ul.widget2  li {width: 100%;
float: left;
clear: both;
margin-bottom: 5px;
background: url(../images/arrow.png) no-repeat 0 8px;
padding-left: 20px;
text-decoration: none;
display: block;
font-family: 'Open Sans', sans-serif;
font-size:18px !important; 
color:#2e2e2e;
font-weight:500;}

.mt20{ margin-top:20px;}
.mt40{ margin-top:40px;}
.mt70{ margin-top:30px !important;}

.video_mp4 { border:solid 5px #2e2e2e; padding:70px; text-align:center; float:left;}
.video_mp4 h2{font-family: 'Open Sans', sans-serif; color:#2e2e2e; font-size:24px !important;}

.outreach{ background:#ebebeb; padding:20px; border:solid 1px #ebebeb;}
.outreach col-md-4{ padding-left:0px; padding-right:0px;}
.outreach h3 {font-family: 'Open Sans', sans-serif; font-size: 16px !important; line-height: 20px !important; font-weight: 700; color: #2e2e2e; text-transform:uppercase;  margin: 0px 0 10px 0px !important; height:auto !important;}
.outreach:hover{ background:#fff; padding:20px; border:solid 1px #000000;}

.creche-pics{ margin-top:30px; float:left;}
.creche-pics img{ margin-bottom:20px;}

.panel-heading .panel-title > a.collapsed {
	color: #4d4d4d;
	background: #eaeaea;
	border-radius: 2px;
	font-size:15px !important;
	font-family: 'Titillium Web', sans-serif;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 10px !important;
}

ul#topic_list li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    color: #232f3a;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px !important;
}

.programme_table h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 700;
    color: #0d395e;
    margin-bottom: 0px;
}

.programme_table td {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400;
    color: #2e2e2e;
    border: solid 1px #000000;
    padding: 10px;
}

.auh_content iframe{border-radius: 15px; border:solid 10px #f6b7c6; min-height:250px !important; margin-bottom:20px !important;}

.auh{ padding:70px 0 20px 0px;}
.auh h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700;
    margin: 0px 0 0px 0px;
    color: #2e2e2e;
	text-transform:uppercase;
	text-align:center;
}

.auh_content{ padding:10px !important; float:left; margin-bottom:30px;}
.auh_content p {font-size: 18px !important; line-height: 24px !important; text-align:left !important;}

.auh_content img {
    border: solid 3px #aa889c;
    padding: 10px;
	margin-bottom:20px !important;
}

.auh_content a { font-size:12px !important;
}


.green_campus_box{ width:92% !important; border-bottom:solid 5px #f2dddd; margin:0 0 40px 0px !important; padding-top:20px; padding-bottom:20px; margin:auto !important; float:none !important;}
.green_campus_box h2 {font-family: 'Open Sans', sans-serif; font-size: 22px !important; line-height: 26px !important; font-weight: 700; margin: 0px 0 10px 0px;
color: #2e2e2e; text-transform:uppercase;}
.green_campus_box h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 22px !important; font-weight: 700; margin: 20px 0 10px 0px;
color: #2e2e2e; text-transform:uppercase;}
.green_campus_box h4 {font-family: 'Open Sans', sans-serif; font-size: 18px !important; line-height: 22px !important; font-weight: 700; margin: 0px 0 10px 0px;
color: #2e2e2e; text-transform:uppercase;}
.green_campus_box p {font-family: 'Open Sans', sans-serif; font-size: 18px !important; line-height: 24px !important; font-weight: 400; color: #2e2e2e; text-align: left !important;}
.green_campus_box img { margin-bottom:20px;}
.green_campus_box video { width:100%;}
.green_campus_box row { padding-left:-15px !important; padding-right:-15px !important;}

.intro p { text-align:center !important; font-size:18px !important; line-height:24px !important;}
.university_resource h3 {font-family: 'Open Sans', sans-serif; font-size: 20px !important; line-height: 24px !important; font-weight: 700; margin: 0px 0 8px 0px;
    color: #2e2e2e; text-transform: uppercase;}
.university_resource p{ text-align:left !important; font-size:18px !important; line-height:24px !important;}

.plant-pic{ margin-bottom:0px !important;}

ul#topic_links{ position:relative; width:100% !important; margin:auto !important;}
ul#topic_links li {list-style:none; display:inline-block; width:100%; border-bottom:solid 1px #ffcc01; padding-top:8px !important; padding-bottom:8px !important; margin:auto !important; background: url(../images/arrow-right.png) no-repeat 0 12px !important; padding-left: 25px;}
ul#topic_links h2{font-family: 'Open Sans', sans-serif; text-decoration:none;font-family: 'Open Sans', sans-serif; font-weight:bold; text-transform:uppercase; margin-top:50px; margin-bottom:10px;}
ul#topic_links li a{font-family: 'Open Sans', sans-serif; font-size:15px !important; color:#232f3a; text-decoration:none; font-weight:bold; line-height:18px !important;}

.sidebar{ display:none;}

.dropbtn-m {
  padding-bottom:30px;
}
}



	
@media only screen and (min-width: 1100px) and (max-width: 1280px) {	
.header_white .sf-menu > li > a {
    color: #323232;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

}


.footer_address{box-shadow: 0 0 20px #ccc; padding:10px;}
.footer_address h1{font-family: 'Open Sans', sans-serif; font-size:16px; color:#000; font-weight:600;}

.banner_line{width:80%; margin-bottom:0px;}
.flt-right{ float:right;}
.home_button{ margin:60px 0 60px 0px;}

.slide_desktop{ display:block;}
.slide_mobile{ display:none;}

.development-goals{ padding:70px 0 20px 0px;}
.development_goals_list{ padding:30px; box-shadow: 0 0 20px #ccc; float:left; margin-bottom:50px;}
.development_goals_list h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin: 0px 0 10px 0px;
    color: #2e2e2e;
	text-transform:uppercase;
}
.development_goals_list p {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin: 0px 0 25px 0px;
    color: #2e2e2e;
	text-align:justify;
}

.development_goals_list img {
    border: solid 3px #fdca00;
    padding: 10px;
}

.development_goals_list a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0 15px 0px;
    color: #fff;
	background:#ef402b;
	padding:7px 25px 7px 25px;
	border-radius: 20px;
}

#topic {
	background-color: #f5f5f5; 
	border-top: 1px solid #eee;
	padding-top: 40px;
	padding-bottom: 40px;
}

#topic h1{font-family: 'Open Sans', sans-serif; font-size:42px; color:#232f3a; text-decoration:none;font-family: 'Open Sans', sans-serif; font-weight:bold; text-transform:uppercase; margin-top:50px; margin-bottom:50px; text-align:center;}

.commonwide_box{ width:100%; padding: 40px; border:solid 10px #f2dddd; float:left; margin:0 0 40px 0px;}
.commonwide_box h2 {font-family: 'Open Sans', sans-serif; font-size: 28px; line-height: 34px; font-weight: 700; margin: 0px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.commonwide_box h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 26px; font-weight: 700; margin: 20px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.commonwide_box h4 {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 26px; font-weight: 700; margin: 0px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.commonwide_box p {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 30px; font-weight: 400; color: #2e2e2e; text-align: justify;}
.commonwide_box iframe { width:100%; min-height:450px; border:solid 1px #000;}
.commonwide_box video { width:100%; height:auto; margin-top:10px;}

.graph_text{ text-align:left;}
.graph_text p {font-family: 'Open Sans', sans-serif; font-size: 23px; line-height: 28px; font-weight: 400; color: #2e2e2e; text-align: left;}

ul.widget2 { float:left; width:100%; list-style-type:none; margin-bottom:10px !important; padding-left:0px !important;}
ul.widget2  li {width: 100%;
float: left;
clear: both;
margin-bottom: 5px;
background: url(../images/arrow.png) no-repeat 0 8px;
padding-left: 20px;
text-decoration: none;
display: block;
font-size:16px;
line-height:22px;
color:#2e2e2e;
font-weight:300;}

.mt0{ margin-top:0px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt70{ margin-top:70px;}

.mb0{ margin-bottom:0px;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb40{ margin-bottom:40px;}

.outreach{ background:#ebebeb; padding:20px; border:solid 1px #ebebeb; min-height:140px; margin-bottom:30px;}
.outreach col-md-4{ padding-left:0px; padding-right:0px;}
.outreach h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 26px; font-weight: 700; color: #2e2e2e; text-transform:uppercase;  margin: 0px 0 10px 0px !important;}
.outreach:hover{ background:#fff; padding:20px; border:solid 1px #000000;}

.applications{ background:#ebebeb; padding:20px; border:solid 1px #ebebeb; min-height:170px; margin-bottom:20px;}
.applications col-md-4{ padding-left:0px; padding-right:0px;}
.applications h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 26px; font-weight: 700; color: #2e2e2e; text-transform:uppercase;  margin: 0px 0 10px 0px !important;}
.applications:hover{ background:#fff; padding:20px; border:solid 1px #000000;}

.creche-pics{ margin-top:30px; float:left;}
.creche-pics img{ margin-bottom:20px;}

.intro{ width:100%; float:left; margin:0 0 20px 0px;}
.intro h3 {font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 30px; font-weight: 700; margin: 20px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.intro p {font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 22px; font-weight: 300; color: #2e2e2e; text-align: justify;}

.programme_table{}
.programme_table h2{font-family: 'Open Sans', sans-serif; font-size: 20px; line-height: 26px; font-weight: 700; color: #0d395e; margin-bottom:0px;}
.programme_table td{font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 22px; font-weight: 300; color: #2e2e2e; border:solid 1px #000000; padding:10px;}
.programme_table p{font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 22px; font-weight: 300; color: #2e2e2e; text-align: left;}
.programme_table a{font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 22px; font-weight: 400; color: #2e2e2e;}

ul#topic_list{ position:relative; width:100% !important; margin:auto !important;}
ul#topic_list li {list-style:none; display:inline-block; width:100%; border-bottom:solid 1px #ffcc01; padding-top:8px;
padding-bottom:8px; margin:auto !important;}
ul#topic_list h2{font-family: 'Open Sans', sans-serif; font-size:20px !important; color:#232f3a; text-decoration:none;font-family: 'Open Sans', sans-serif; font-weight:bold; text-transform:uppercase; margin-top:50px; margin-bottom:10px;}
ul#topic_list li a{font-family: 'Open Sans', sans-serif; font-size:16px; color:#232f3a; text-decoration:none; font-weight:bold; line-height:22px;}

ul#topic_links{ position:relative; width:100% !important; margin:auto !important;}
ul#topic_links li {list-style:none; display:inline-block; width:100%; border-bottom:solid 1px #ffcc01; padding-top:12px; padding-bottom:8px; margin:auto !important; background: url(../images/arrow-right.png) no-repeat 0 14px; padding-left: 25px;}
ul#topic_links h2{font-family: 'Open Sans', sans-serif; text-decoration:none;font-family: 'Open Sans', sans-serif; font-weight:bold; text-transform:uppercase; margin-top:50px; margin-bottom:10px;}
ul#topic_links li a{font-family: 'Open Sans', sans-serif; font-size:16px; color:#232f3a; text-decoration:none; font-weight:bold; line-height:22px;}

.university_resource{ text-align:left;}
.university_resource h3 {font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 30px; font-weight: 700; margin: 0px 0 8px 0px; color: #2e2e2e; text-transform:uppercase;}
.university_resource h4 {font-family: 'Open Sans', sans-serif; font-size: 20px; line-height: 26px; font-weight: 700; margin: 0px 0 8px 0px; color: #2e2e2e;}
.university_resource p {font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 22px; font-weight: 300; color: #2e2e2e; text-align: justify;}

.know-more a {font-family: 'Open Sans', sans-serif; font-size: 17px; line-height: 22px; font-weight: 500; color: #2e2e2e; text-transform:uppercase; border:solid 1px #2e2e2e; padding:10px 20px 10px 20px; margin-top:5px; float:left;}
.know-more a:hover {color: #fff; text-transform:uppercase; background:#2e2e2e;}

.video_mp4 { border:solid 5px #2e2e2e; padding:0px; text-align:center;}
.video_mp4 iframe{ width:100%; height:250px;}

.banner_video{margin-bottom:70px;}
.banner_video iframe{min-height:450px;}

.auh{ background:url(../images/casey-horner-unsplash.jpg) no-repeat center top #e1e1e1; padding:70px 0 70px 0px; position: relative;
    background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom:70px;}
.auh h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin: 0px 0 20px 0px;
    color: #fff;
	text-transform:uppercase;
}

.auh_content{float:left; margin-bottom:30px;}
.auh_content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #fff;
	margin-left:0px;
	text-align:justify;
}

.auh_content img {
    border: solid 3px #aa889c;
    padding: 10px;
}

.auh_content a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px 0 15px 0px;
    color: #fff;
	background:#ef402b;
	padding:7px 25px 7px 25px;
	border-radius: 20px;
	text-align:left;
}

.auh_content iframe{border-radius: 15px; border:solid 10px #f6b7c6; min-height:350px;}

.topic-home{ padding:0px 0 30px 0px;}
.topic_home_content{float:left; margin-bottom:30px; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.topic_home_content:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px); transform: translateY(-10px);}

.green_campus_box{ width:100%; border-bottom:solid 5px #f2dddd; float:left; margin:0 0 40px 0px; padding-bottom:20px;}
.green_campus_box h2 {font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 30px; font-weight: 700; margin: 0px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.green_campus_box h3 {font-family: 'Open Sans', sans-serif; font-size: 18px; line-height: 26px; font-weight: 700; margin: 20px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.green_campus_box h4 {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 26px; font-weight: 700; margin: 0px 0 10px 0px; color: #2e2e2e; text-transform:uppercase;}
.green_campus_box p {font-size: 16px; line-height: 22px; font-weight: 300; color: #2e2e2e; text-align: justify;}
.green_campus_box img { margin-bottom:20px;}
.green_campus_box iframe { width:100%; min-height:550px;}
.green_campus_box .col-md-6{ padding-left:15px; padding-right:15px;}

.plant-pic{ margin-bottom:30px;}

/*c-btn*/
.c-btn {
display: inline-block;
position: relative;
overflow: hidden;
}
.c-btn.type-1 {
font-size: 22px;
line-height: 26px;
font-weight: 500;
color: #fff;
letter-spacing: 0.7px;
background: #34c6f2;
border: 2px solid #34c6f2;
-moz-border-radius: 3px;
border-radius: 10px;
vertical-align: top;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
text-transform:uppercase;
width:100%;
text-align:center;
padding:10px;
margin-bottom:30px;
}

.c-btn.type-1 span, .c-btn.type-1 input {
display: inline-block;
padding: 11px 19px 11px 19px;
}
.c-btn.type-1:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
background: #fff;
z-index: -1;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.c-btn.type-1:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 0;
background: #fff;
z-index: -1;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.c-btn.type-1 input {
background: transparent;
border: 0;
font-size: inherit;
line-height: inherit;
text-transform: inherit;
letter-spacing: inherit;
}
.c-btn.type-1 .fa {
position: absolute;
top: 50%;
right: 19px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size:22px;
}
.c-btn.type-1:hover {
color: #34c6f2;
}
.c-btn.type-1:hover:before, .c-btn.type-1:hover:after {
width: 51%;
}
.c-btn.type-1.color-2 {
border-color: #f8d24b;
background: #fecc00;
color: #323232;
}

.heading2{ border:solid 2px #ef0319; padding:20px; margin-top:10px; margin-bottom:20px; font-family: 'Open Sans', sans-serif; font-size: 32px; color: #ef0319; font-weight:600; text-transform:uppercase;}





/*Mandeep Singh 12021995 (26/10/2023)*/
.topic-2020-2021 {
	background-color: #f5f5f5;
    border-top: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 60px
}
.topic-2020-2021 h1 { 
    font-size: 42px;
    color: #232f3a;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase; 
    margin-bottom: 50px ;
	text-align: center;
}

.topic-2020-2021 p { 
    font-size: 16px;
    color: #2e2e2e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.topic-2020-2021 .topic-2020-2021-detail a {
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	height: 150px;
	border: 1px solid #f2dddd;
	background-color: #f2dddd;
	justify-content: center;
}

.topic-2020-2021 .topic-2020-2021-detail a h2 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #232f3a;
	font-size: 22px
}

.topic-2020-2021 h3 { 
	font-family: 'Open Sans', sans-serif;
	color: #232f3a;
	font-size: 20px;
}

.list-item-2020-2021 { 
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}

.list-item-2020-2021 li {
	list-style: none;
    font-size: 16px;
	line-height:22px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
    margin: 0px 0 10px 0px;
    display: block;
	position: relative;
}

.list-item-2020-2021 li:before {
	content:'';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #2e2e2e;
    border-radius: 100%;
    top: 9px;
    left: -15px;
}

@media (max-width: 1199px) {
	.topic-2020-2021 h1 {
    font-size: 36px; 
    margin-bottom: 30px; 
}
.topic-2020-2021 h3 { 
	font-size: 24px;
	margin: 10px 0 15px 0;
}
.topic-2020-2021 { 
	padding-top: 30px;
	padding-bottom: 40px;
}
}

@media (max-width: 767px) {
	.topic-2020-2021 h1 {
    font-size: 27px;
		margin: 0 0 24px 0;
	}
	.topic-2020-2021 .topic-2020-2021-detail a {
		margin: 0 0 20px 0;
	}
	.topic-2020-2021 .topic-2020-2021-detail a h2 { 
    font-size: 24px;
}
.topic-2020-2021 { 
	padding-top: 15px;
	padding-bottom: 30px;
}
.topic-2020-2021 h3 { 
	font-size: 21px;
	margin: 15px 0 10px 0;
}
.list-item-2020-2021 li { 
	font-size: 15px; 
	margin: 0px 0 5px 0px; 
}
}

.topic-2020-2021 .accordion1 .panel-heading a { position: relative; 
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #2e2e2e;
	display: block;
	position: relative;}
.topic-2020-2021 .accordion1 .panel-heading a:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #000000;
	border-radius: 100%;
	top: 10px;
	left: -15px;
}
.topic-2020-2021 .accordion1 .panel-heading{ 
	padding: 0 0 0 20px;}
	.topic-2020-2021 .accordion1 .panel-heading > a:after, .topic-2020-2021 .panel-heading h3 a:after {
		font-family: 'Poppins', sans-serif;
		content: "-";
		position: absolute;
		text-align: center;
		right: 0;
		top: 2px;
		font-size: 22px;
		font-weight: 200;
		transition: all 0.2s ease-in-out 0s;
	}
	.topic-2020-2021 .panel-heading h3 a:after{top:6px;}
	.topic-2020-2021 .accordion1 .panel-heading > a.collapsed:after, .topic-2020-2021 .panel-heading h3 a.collapsed:after {
		content: "+";
		color: #d1ab6a;
	}
	.topic-2020-2021 .accordion1 .panel-heading {
		width: 100%;
	}
	.topic-2020-2021 .accordion1{ margin-bottom: 10px;}
	.topic-2020-2021 .panel-heading h3 a{    font-family: 'Open Sans', sans-serif;
		color: #232f3a;}
		.topic-2020-2021 .panel{background-color: transparent;}
		.topic-2020-2021 .panel-heading h3{ margin-bottom: 0; position: relative;  padding-right: 12%;display: table;}
		.topic-2020-2021 .panel-body{ border: 0;    padding: 20px 30px 15px;}
		.topic-2020-2021 tr th {
			background: #012e58;
			padding: 16px 20px;
			font-size: 16px;
		}
		.topic-2020-2021 tr td{padding: 20px 30px 15px;    border-bottom: 1px solid #e5e5e5;
			border-right: 1px solid #e5e5e5;vertical-align: middle;}
			.topic-2020-2021 tr td:nth-child(3){ border-right: 0;}
			.topic-2020-2021 table{     margin-bottom: 25px;}
			.pb-11{ padding-bottom: 12px;}
			.list-item-2020-2021 li a{    color: #2e2e2e;}

/*------------------------------------------*/
/*	  SDG BOX
/*------------------------------------------*/

.sdg-box {
    margin-bottom: 10px;
	background-color:#f1efef;
	padding:15px;
	min-height:160px;
}

.sdg-pic-box {
    float: left;
}


/*------------------------------------------*/
/*	  SDG Text
/*------------------------------------------*/

.sdg-text {
    overflow: hidden;
    padding: 0px 0px 0px 30px;
}

.sdg-text p {
	color: #000;
	font-size: 16px;
    font-weight: 300;
	line-height: 26px;
	padding-right: 20px;
}

.sdg-text a {
	display:block;
    font-weight: 700;
}

.sdg-block{background-color: #fff; -webkit-box-shadow: 0 30px 40px rgb(14 16 48 / 6%); -ms-box-shadow: 0 30px 40px rgba(14,16,48,.06); box-shadow: 0 30px 40px rgb(14 16 48 / 6%); padding:30px; margin-bottom:20px;}
.sdg-commonwide {background-color: #f5f5f5; border-top: 1px solid #eee; padding-top: 60px; padding-bottom: 60px}
.sdg-commonwide h2 {font-family: 'Open Sans', sans-serif; color: #232f3a; font-size: 32px;}
.sdg-commonwide h3 {font-size: 16px; color: #2e2e2e; font-family: 'Open Sans', sans-serif; font-weight: 600;}
.sdg-commonwide h4 {font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 28px; font-weight: 700; margin: 0px 0 8px 0px; color: #2e2e2e;}
.sdg-commonwide p {font-size: 16px; line-height:22px; color: #2e2e2e; font-family: 'Open Sans', sans-serif; font-weight: 300;}

.box-commonwide {width:100%; box-shadow: inset 0 0 10px rgba(0,0,0,.5); padding:20px 15px; margin-top:1%; display:inline-block;}
.box-commonwide h2{font-size: 16px; line-height: 22px; font-weight: 700; margin: 0px 0 8px 0px; color: #2e2e2e;}
.box-commonwide p{ padding-top:10px;}
.box-commonwide .col-md-3, .col-md-4, .col-md-6{ padding-left:5px; padding-right:5px;}
.box-commonwide img{ margin-bottom:2%;}

.button {
	pointer-events: auto;
	cursor: pointer;
	background: #e7e7e7;
	border: none;
	padding: 5rem 3rem;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
	width:100%;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--calypso {
	overflow: hidden;
	font-size: 26px;
	border-radius: 0.85rem;
	color: #fff;
	font-weight:500;
}

.button--calypso span {
	display: block;
	position: relative;
	mix-blend-mode: difference;
	z-index: 10;
}

.button--calypso:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0,-105%,0) scale3d(1,2,1);
		opacity: 0;
	}
}

@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0,100%,0) scale3d(1,2,1);
		opacity: 0;
	}
	to {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
}

.button--calypso::before {
	content: '';
	background: #000;
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0,68%,0) scale3d(0,0,0);
}

.button--calypso:hover::before {
	transform: translate3d(0,0,0) scale3d(1,1,1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso::after {
	content: '';
	background: #000;
	transform: translate3d(0,-100%,0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--calypso:hover::after {
	transform: translate3d(0,0,0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}

.stanford_university{ border:solid 1px #000000; padding:15px; margin-bottom:30px; min-height:440px; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease; text-align:center;}
.stanford_university h2{font-size: 20px; color: #212121; line-height: 26px; font-weight:600; margin:10px 0 2px 0px;}
.stanford_university p{font-size: 15px; color: #212121; line-height: 20px; font-weight:500;}
.stanford_university:hover{ border:solid 1px #ffcc2a; padding:15px; background:#fff; box-shadow: 0 0 20px #ccc; -webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px); -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);-moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); background:#ffcc2a;}

.ment{ margin-bottom:2%;}

.brand-default {
	padding: 0;
	margin: 0;
	list-style: none
}

.brand-default.brand-style--3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	display: -ms-grid;
	display: grid
}

.brand-default .brand {
	text-align: center
}

.brand-default .brand a img {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display: inline-block
}

.brand-default .brand a:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1
}

.brand-default.brand-style--2 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	display: -ms-grid;
	display: grid
}

@media only screen and (max-width:575px) {
	.brand-default.brand-style--2 {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(2, 1fr)
	}
}

.brand-default.brand-style--2 .brand {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.brand-default.brand-style--2 .brand::after {
	display: block;
	position: absolute;
	content: "";
	left: -1px;
	top: -1px;
	right: 0;
	bottom: 0;
	border: 1px solid #f3d4d4;
	pointer-events: none
}

.brand-default.brand-style--2.no-border .brand::after {
	display: none
}

#topic{background: #fff; border: 0;padding-top: 0;}
.mt-0{ margin-top: 0 !important;}




.sdg-2024 {background: linear-gradient(45deg, #83776a, #0f547f); border-top: 1px solid #eee; padding-top: 120px; padding-bottom: 120px}
.sdg-programs {padding: 60px; height: 100%; margin-bottom: 40px; box-shadow: inset 0 0 10px rgb(0 0 0 / 0.5); background-color: #fff;}
.sdg-programs h2 {background-color: #f4da58; padding: 20px; font-size: 30px; line-height:40px; margin-bottom: 20px; text-transform:uppercase;}

.sdg-programs-block {}
.sdg-programs-block h1 {font-size: 24px; line-height:30px; color:#00324c; margin-bottom: 20px;}
.sdg-programs-block h3 {font-size: 26px; line-height:36px; font-style:italic; font-weight:600;}
.sdg-programs-block p {font-size: 18px; line-height: 26px; color: #2e2e2e; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align:justify;}

.list-item-2023 {margin: 0 0 15px 0; padding: 0 0 0 20px;}
.list-item-2023 li {
	list-style: none;
    font-size: 18px;
	line-height:26px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
    margin: 0px 0 10px 0px;
    display: block;
	position: relative;
	text-align:justify;
}

.list-item-2023 li:before {
	content:'';
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #2e2e2e;
    border-radius: 100%;
    top: 9px;
    left: -15px;
}
.list-item-2023 li a{ color:#d90d2a;}

.sdg5-block{ background:#dde6f0; margin-bottom:30px;}
.sdg5-block-list{ padding:25px;}
.sdg5-block-list h1 {font-size: 22px; line-height: 25px; color: #00324c; margin-bottom: 20px;}
.sdg5-block-list p {font-size: 17px; line-height: 22px; color: #2e2e2e; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align: left;}


.c-btn3 {
display: inline-block;
position: relative;
overflow: hidden;
}
.c-btn3.type-1 {
font-size: 22px;
line-height: 28px;
font-weight: 500;
color: #323232;
letter-spacing: 0.7px;
background: #fecc00;
border: 2px solid #fecc00;
-moz-border-radius: 3px;
border-radius: 10px;
vertical-align: top;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
text-transform:uppercase;
width:100%;
text-align:center;
padding:20px;
margin-bottom:10px;
height:100px;
display: flex;
justify-content: center;
align-items: center;
}
.c-btn3.type-1:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
background: #fff;
z-index: -1;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.c-btn3.type-1:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 0;
background: #fff;
z-index: -1;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.c-btn3.type-1:hover {
color: #323232;
}
.c-btn3.type-1:hover:before, .c-btn3.type-1:hover:after {
width: 51%;
}

.no-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
}

.links-urllink { display: block;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    border: 1px solid #fff;
    color: #fff;
	letter-spacing:0.5px;
	background: url(../img/arrow.png) no-repeat 0 2px;
    background-position: right 2rem center;
    background-repeat: no-repeat;
    background-size: 1rem;
    -webkit-transition: background-color 0.3s ease, background-image 0.3s ease;
    -moz-transition: background-color 0.3s ease, background-image 0.3s ease;
    -ms-transition: background-color 0.3s ease, background-image 0.3s ease;
    transition: background-color 0.3s ease, background-image 0.3s ease;
    padding: 1rem 1.5rem 1rem 0.95rem;
    background-position: right 1rem center;
	margin-bottom:20px;
}

.links-urllink:hover { background-color: #f4da58; border: 1px solid #f4da58; color: #2e2e2e; background-image: url('../img/arrow-black1.png'); text-decoration:none;}
.links-urllink.active { background-color: #f4da58; border: 1px solid #f4da58; color: #2e2e2e; font-size:18px; font-weight:700; background-image: url('../img/arrow-black1.png'); }


.dropbtn {
  background-color: #e9e7e7;
  color: #012e58;
  padding: 10px 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  float:right;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:14px;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #012e58; color:#FFF;}


.sublink{border: #ddd solid 1px;
    display: block;
    color: #ddd;
    font-weight: 500;
    font-size: 18px;
    padding: 2px 0px 4px 10px;}

.sublink:hover{color: #fff !important;}