﻿
html {
    direction: rtl;
    font-family: 'Changa', sans-serif;
}
body{
    font-family: 'Changa', sans-serif;    
}
footer {
    font-family: 'Changa', sans-serif;
}
section {
    font-family: 'Changa', sans-serif;
}
article {
    font-family: 'Changa', sans-serif;
}
a {
    font-family: 'Changa', sans-serif;
}


    .breadcrumb > .active {        
        font-family: 'Changa', sans-serif;
        font-weight: 300;
        font-size: 18px;
        
    }
    
    .breadcrumb  li a {
        font-family: 'Changa', sans-serif;
        font-size:18px;
        font-weight:300;
    }
    .breadcrumb li a:hover {
        font-family: 'Changa', sans-serif;
        font-size: 18px;
        font-weight: 300;
        
    }
    .breadcrumb > li + li:before {        
        padding: 0 20px;
        font-family: 'FontAwesome';
        content: "\f104";
    }

/*pagination*/
.pagination {
	margin-bottom: 10px;
}

	.pagination > li > a,
	.pagination > li > span {
		text-align: center;
		padding: 9px 0;
		border-width: 1px;
		margin-left: 10px;
		margin-bottom: 10px;
		min-width: 50px;
		max-width: 50px;
		font-size: 18px;
		font-weight: 200;
		text-transform: uppercase;
		border-radius: 10px;
	}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius: 10px;
	padding: 9px 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 10px;
	padding: 9px 0;
	
}



/*forms*/
.form-control {
	height: 50px;	
	border-radius: 0;	
	padding-left: 30px;
	padding-right: 40px;
	font-size: 16px;
}



.form-control, .form-control:focus {
	box-shadow: none;
}

.form-control.invalid {
	box-shadow: 0 0 0 2px #5fa901;
}



.form-control:-moz-placeholder {	
	opacity: 1;
}

.form-control::-moz-placeholder {
	
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	
}

.form-control::-webkit-input-placeholder {
	
}

.form-control:focus:-moz-placeholder {
	
	opacity: 1;
}

.form-control:focus::-moz-placeholder {
	
	opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
	
}

.form-control:focus::-webkit-input-placeholder {
	
}

/*icons for forms */
form label + [class*="icon2-"] {
	position: absolute;
	font-size: 16px;
	
	left: 20px;
	top: 25px;
}

form label + [class*="icon2-"] + .form-control {
	padding-left: 50px;
}

label {
	font-weight: normal;
}

.form-control + [class*="icon2-"] {
	position: absolute;
	font-size: 24px;
	right: 20px;
	top: 7px;
	
}

input[type=checkbox],
input[type=radio] {
	margin-top: 8px;
}

/*carousel*/
.carousel {
	overflow: hidden;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-width: 0;
	
	margin: 0 3px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	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;
	
}

.carousel-control.left,
.carousel-control.right {	
	border-radius: 0px;
	width: 50px;
	height: 50px;
	left: -50px;
	top: 50%;
	margin-top: -25px;
	text-shadow: none;
	opacity: 1;
	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-weight: 400;
	letter-spacing: 0;
	padding: 0;
	position: relative;
}

.panel-heading .panel-title > a {
	line-height: 1;
	display: block;
	padding: 17px 65px 17px 30px;
	
	
	border: none;
	word-wrap: break-word;
}

.panel-heading .panel-title > a.collapsed:hover,
.panel-heading .panel-title > a:hover {
	
	
}

.panel-heading .panel-title > a.collapsed {
	
    
}

.panel-heading .panel-title > a:after {
	
	content: '+';
	position: absolute;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	letter-spacing: 0;
}

.panel-heading .panel-title > a.collapsed:after {
	content: '-';
	line-height: 40px;
	font-size: 40px;
}

.panel-heading .panel-title > a.icon-tab:after {
	font-size: 0;
	
}

.panel-heading .panel-title > a.icon-tab > i {
	font-size: 28px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.panel {
	box-shadow: none;
}

.panel-group .panel {
	border-radius: 0;
	
}

.panel-default > .panel-heading {
	
	
	position: relative;
	border: none;
	border-radius: 0;
	padding: 0;
}



.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-body {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none !important;
}

.panel-body .media-left {
	padding-top: 8px;
	padding-right: 28px;
}

.panel-body .media-left .img-circle {
	max-width: 50px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
	padding: 23px 30px 30px;
	border-radius: 0px;
}

/*progress bars*/
p + .progress {
	margin-top: -10px;
}

.progress {
	overflow: hidden;
	height: 20px;
	position: relative;
	border-radius: 10px;
	box-shadow: none;	
	border: none;
}

.progress-bar {
	
	
	box-shadow: none;
	border-radius: 10px;
	height: 20px;
}

.progress-bar span {
	position: relative;
	
	top: -5px;
	font-size: 0.9em;
	display: none;
}



.alert {
	border-radius: 0;
	border-width: 1px;
}

.media-right, .media > .pull-right {
	padding-left: 20px;
}

.media-left, .media > .pull-left {
	padding-left: 20px;
}

/*nav*/
.nav > li > a {
	
}



/*tabs*/
.tab-content {
	border-radius: 0 0 0 0;
	padding: 30px 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-content.no-border {
	padding: 0;
	border: none;
	
}

.tab-content.top-color-border {
	position: relative;
}

.tab-content.top-color-border:before {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	height: 10px;
	
}

.tab-content .featured-tab-image {
	margin: -30px -31px 24px -31px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs {	
	margin-top: 0px;
	margin-bottom: -1px;
}
.nav-tabs >li {
	float: right;
	
}
.nav-tabs > li > a {
	padding: 13px 24px;
	margin-right: 1px;
	margin-top: 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;

}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	
	
	
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > .active > a {
	
}

/*bs buttons*/
.btn {
	padding: 18px 30px;
	text-transform: uppercase;
	margin: 0 2px 6px 0;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

li.media:before,
li.media:after {
	display: block;
	content: '';
	clear: both;
}

/* dropdown menu */
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;	
	z-index: 1001;
	font-size: 16px;
	margin-top: 3px;
}

[class*="right"] .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	
	
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 13px 8px;
	
}



.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}

.table-responsive {
	border: none;
}

.well {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

/*
**vertical margins and paddings
*/
.page_contact + footer > [class*="container"] {
    padding-top: 75px;
    
}

/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
	padding-top: 0;
	padding-bottom: 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_15 > [class*="container"] {
	padding-top: 15px;
}

.section_padding_top_25 > [class*="container"] {
	padding-top: 25px;
}

.section_padding_top_50 > [class*="container"] {
	padding-top: 50px;
}

.section_padding_top_75 > [class*="container"] {
	padding-top: 75px;
}

.section_padding_top_100 > [class*="container"] {
	padding-top: 100px;
}

/*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_15 > [class*="container"] {
	padding-bottom: 15px;
}

.section_padding_bottom_25 > [class*="container"] {
	padding-bottom: 25px;
}

.section_padding_bottom_50 > [class*="container"] {
	padding-bottom: 50px;
}

.section_padding_bottom_75 > [class*="container"] {
	padding-bottom: 75px;
}

.section_padding_bottom_100 > [class*="container"] {
	padding-bottom: 100px;
}

/* margins inside sections */
.row .row + .row {
	margin-top: 30px;
}

section > [class*="container"] > .row > [class*="col-"],
footer > [class*="container"] > .row > [class*="col-"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	[class*="col-md-"] + [class*="col-md-"] {
		margin-top: 30px !important;
	}

	[class*="col-md-"] + [class*="col-md-"][class*="col-sm-"] {
		margin-top: 15px !important;
	}
}

@media (max-width: 767px) {
	div[class*="col-sm-"] + [class*="col-sm-"] {
		margin-top: 30px !important;
	}
}

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
	margin-bottom: 0;
}

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
	margin-top: 0;
}

/* vertical alignmetn in columns */
.table_section [class*="container"] {
	height: 100%;
}

.table_section .row {
	display: table;
	min-width: 100%;
	height: 100%;
}

.table_section [class*="col-"] {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media screen and (max-width: 767px) {
	.table_section .row,
  .table_section [class*="col-"] {
		display: block;
		width: auto;
	}

	[class*="col-xs"] + [class*="col-xs"] {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.table_section.table_section_md .row,
  .table_section.table_section_md [class*="col-"] {
		display: block;
		width: auto;
	}
}

@media screen and (max-width: 1199px) {
	.table_section.table_section_lg .row,
  .table_section.table_section_lg [class*="col-"] {
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
  /* overlap featured person */
	.top-overlap {
		margin-top: -170px;
	}

	.top-overlap-small {
		margin-top: -100px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 500px;
       
	}
}

/*
**general styles
*/
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

::-moz-selection {
	
	
}

::selection {
	
	
}

::-moz-selection {
	
	
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	
	overflow: visible;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 40px 20px 29px 98px;
    line-height: 1.57;
    border: none;
    
    font-style: italic;
    font-family: 'Changa', sans-serif;
    
}

blockquote .media {
	font-style: normal;
	margin: 26px 0 16px !important;
	
}

blockquote .media img {
	min-width: 50px;
	max-width: 50px;
	border-radius: 50%;
}

blockquote .media h4 {
	margin-bottom: -3px;
}

blockquote:before,
blockquote:after {
	font-family: 'PT Sans', sans-serif;
	font-size: 100px;
	font-style: normal;
	content: '\201c';
	
	position: absolute;
	left: 52px;
	top: 6px;
}

@media (max-width: 600px) {
	blockquote {
		padding-right: 58px;
	}

	blockquote:before,
  blockquote:after {
		right: 14px;
	}
}

.blockquote-big {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	line-height: 1.5;
	
	padding: 30px 40px;
	border: none;
}

@media (max-width: 767px) {
	.blockquote-big {
		font-size: 20px;
		max-width: 100%;
	}
}

.blockquote-big h3 {
	font-size: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;	
	margin-top: 30px;
}

.blockquote-big:after {
	left: auto;
	right: 0;
	top: -0px;
	content: '\201d';
}

.blockquote-big:before {
	top: 4px;
	left: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.panel-body .media-left img {
	max-width: none;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {	
	text-decoration: none;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

a:focus {
	outline: medium none;
	text-decoration: none;
}

a img {
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

iframe {
	border: none;
	max-width: 100%;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*
**styled lists
*/
ul.list1 {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

ul.list1 li {
	position: relative;
	padding: 9px 0 10px 30px;
}

ul.list1 li > .media {
	margin: 7px 0 7px;
}

ul.list1.no-bullets li {
	padding-left: 0;
}

ul.list1.no-bullets li:before {
	display: none;
}

ul.list1 li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.list1 li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.list1 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #5fa901;
	left: 10px;
	top: 22px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

ul.list2 {
	list-style: none;
	padding-left: 20px !important;
}

ul.list2 li {
	position: relative;
	padding: 5px 0 5px;
}

ul.list2 li:before {
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 16px;
	
	display: block;
	position: absolute;
	left: -18px;
}

ol.list3 {
	counter-reset: li;
	list-style: none outside none;
	padding: 0;
}

ol.list3 li {
	position: relative;
	padding: 8px 0 8px 38px;
}

ol.list3 li:after {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -16px;
	font-weight: 700;	
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	
	
	border-radius: 100%;
}

/*
**icons
*/
a[class*='soc-'] {
	font-size: 0;
	
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

a[class*='soc-'] + a[class*='soc-'],
.tooltip + a[class*='soc-'] {
	margin-left: 20px;
}

a[class*='soc-'].bg-icon + a[class*='soc-'].bg-icon {
	margin-left: 7px;
}

a[class*='soc-']:before {
	font-family: 'socicon';
	font-size: 16px;
	line-height: 1;
	text-align: center;
	
	display: inline-block;
	-webkit-transition: all 0.6s linear 0s;
	transition: all 0.6s linear 0s;
}

a[class*='soc-']:hover:before {
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

a.border-icon:before {
	border: 1px solid #b2b2b2;
	padding: 15px;
	margin-bottom: 4px;
}

a.bg-icon:before {
	
	
	padding: 16px;
	margin-bottom: 4px;
}

a.bg-icon:hover:before {
	
}

a.color-bg-icon:before {
	
	
	margin-bottom: 4px;
	padding: 16px;
}

a.color-bg-icon:hover:before {
	
	
}

a.color-icon:hover:before {
	
}

a.color-icon.border-icon:hover:before {
	
}

a[class*='soc-'].rounded-icon:before {
	border-radius: 50%;
}

/*corporate colors*/

.demo-icon {
	display: inline-block;
	text-align: center;
	padding: 15px 20px 10px;
	
}

.demo-icon span {
	display: block;
}

.demo-icon .name {
	font-size: 1.01em;
	font-weight: 700;
	
}

.demo-icon a[class*="soc-"]:before {	
	font-size: 35px;
	margin: 10px 0 0;
}

.social-icons-demo a[class*="soc-"]:before {
	margin: 10px !important;
}

.social-icons-demo a + a {
	margin: 0 !important;
}

h1 > [class*="rt-icon"],
h2 > [class*="rt-icon"],
h3 > [class*="rt-icon"],
h4 > [class*="rt-icon"],
h5 > [class*="rt-icon"],
h6 > [class*="rt-icon"] {
	font-size: 1.2em;
	position: relative;
	top: .1em;
	line-height: 0;
	padding-right: 0.1em;
}

p > [class*="rt-icon"] {
	font-size: 1.1em;
	position: relative;
	top: .1em;
	line-height: 0;
	padding-right: 0.45em;
}

p > [class*="rt-icon"] + [class*="rt-icon"] {
	margin-left: -0.75em;
}

.theme_button > [class*="rt-icon"],
.theme_button > [class*="glyphicon"],
.theme_button > [class*="fa-"] {
	padding: 0 4px;
	position: relative;
	top: 1px;
}

/* 
**buttons 
*/
.theme_button {
    font-family: 'Changa', sans-serif;
    font-size: 16px;
    font-weight: 200;
    padding: 16px 38px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    
    border: 1px solid #323232;
    
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}


.theme_button:active,
.theme_button:hover,
.theme_button:focus {
	opacity: 1;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.05s linear 0s;
	transition: all 0.05s linear 0s;
}

.theme_button:active {
	top: 1px;
}



.block_button {
	display: block;
	width: 100%;
	text-align: center;
}

/*
**common sections styles
*/
/*parallax*/
.parallax {
	attachment: fixed !important;
	size: cover !important;
	position: 50% 0;
	repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.parallax {
		size: auto auto !important;
	}
}

.parallax:before,
.parallax:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}

.parallax.ls:after {
	
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.parallax.ls.ms:after {
	
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=93)";
	filter: alpha(opacity=93);
	opacity: 0.93;
}

.parallax.cs:after {
	
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.parallax.cs:before {
	display: none;
}



.parallax.ds:before {	
	opacity: 0.85;
}

.parallax.ds:after {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=0.2);
	opacity: 0.20;
}

.parallax.ds.ms:before {	
	opacity: 0.85;
}

.parallax.ds.ms:after {
	opacity: 0.1;
}

.parallax > *,
.radial_gradient > *,
.gradient > *,
.diagonal_section > * {
	z-index: 4;
	position: relative;
}

.radial_gradient {
	position: relative;
	overflow: hidden;
}

.gradient {
	position: relative;
}

.gradient:before,
.gradient:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

   

.with_background_image {
	background-image: url(../images/background_section.png);
}

.with_top_border,
.with_bottom_border {
	position: relative;
}

.with_top_border:before,
.with_bottom_border:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	
}

.with_bottom_border:after {
	top: auto;
	bottom: 0;
}

.bg_image,
.bg_image:after {
	image: url(../images/background_section.png);
}

.section_header {
    margin: 0 0 22px;
    font-size: 50px;
    position: relative;
    word-wrap: break-word;
    font-family: 'Changa', sans-serif;
    font-weight:200;
}

.section_header.big {
	font-size: 100px;
	font-weight: 700;
	margin-bottom: 30px;
}

.section_header.small {
	font-size: 30px;
}

.section_header.page-title {
	font-size: 48px;
}

h3 + .section_header {
	margin-top: -10px;
}

.section_header + h3 {
	margin: -22px 0 44px;
	font-size: 30px;
	font-weight: 300;
}

.section_header + p {
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 28px;
	line-height: 1.5em;
}

.section_header.big + p {
	margin-bottom: 30px;
}

.text-center .section_header + p,
.section_header.text-center + p {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section_header + blockquote {
	font-size: 16px;
	max-width: 60%;
	margin: 50px auto 44px;
	border: none;
	
	padding: 0 40px;
	text-align: center;
}

.section_header + blockquote:before, .section_header + blockquote:after {
	font-style: normal;
	font-family: 'rt-icons-2';
	content: "\e977";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 30px;
	
}

.section_header + blockquote:after {
	content: "\e978";
	left: auto;
	right: 0;
}

@media (max-width: 991px) {
	.section_header {
		font-size: 30px;
		margin-top: 0;
	}

	.section_header + blockquote, .section_header + p {
		max-width: 100% !important;
	}

	.section_header + p {
		font-size: 1.1em;
		letter-spacing: 0;
	}
}

@media (max-width: 767px) {
	.section_header {
		font-size: 30px;
		margin-top: 0;
	}

	.section_header.big {
		font-size: 36px;
		margin-top: 0;
	}

	.section_header + blockquote, .section_header + p {
		max-width: 100% !important;
	}
}

/*page preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}

.preloader_image {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/preloader.gif) no-repeat 50% 50% transparent;
	margin: -40px 0 0 -40px;
}

/*
animated elements
*/
.to_animate {
	visibility: hidden;
}

.animated {
  /*IE7 fix*/
	visibility: visible !important;
}

/*
**boxed layout
*/
body.boxed {
	position: static;
	width: auto;
	height: auto;
}



.boxed .container {
	max-width: 100%;
	padding-left: 50px;
	padding-right: 50px;
    
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-top: 40px;
	margin-bottom: 40px;
    
}

/**light section - .ls*/
.ls {
	
	
}

.ls.bg_image {
	
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	
}

.ls a {
	
}

.ls a:hover {
	
}

.ls .theme_button {
	
}

.ls .theme_button:hover, .ls .theme_button:focus {
	
	
	
}

.ls .theme_button.inverse {
	
}

.ls .theme_button.inverse:hover, .ls .theme_button.inverse:focus {
	
	
}

.ls .theme_button.color1:active,
.ls .theme_button.color1:hover,
.ls .theme_button.color1:focus {
	
}

.ls .color-icon.bg-icon:before {
	
}

.ls .color-icon.bg-icon:hover:before {
	
}

.ls .greylinks a {
	
}

.ls .darklinks a {
	
}

.ls .darklinks a:hover {
	
}

.ls .thumbnail .caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
}

.ls .thumbnail > img,
.ls .thumbnail > a > img {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
}

/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
	
}

.ls.ms h1,
.ls.ms h2,
.ls.ms h3,
.ls.ms h4,
.ls.ms h5,
.ls.ms h6 {
	
}

.ls.ms h1 a,
.ls.ms h2 a,
.ls.ms h3 a,
.ls.ms h4 a,
.ls.ms h5 a,
.ls.ms h6 a {
	
}

.ls.ms h1 a:hover,
.ls.ms h2 a:hover,
.ls.ms h3 a:hover,
.ls.ms h4 a:hover,
.ls.ms h5 a:hover,
.ls.ms h6 a:hover {
	
}

.ls.ms blockquote {
	
}

.ls.ms .theme_button {
	
}

.ls.ms .theme_button:hover, .ls.ms .theme_button:focus {
	
}

.ls.ms .theme_button.inverse {
	
}

.ls.ms .theme_button.inverse:hover {
	
	
}

.ls.ms .greylinks a {
	
}

.ls.ms .greylinks a:hover {
	
}

.ls.ms .panel-title > a {
	
	
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
	
    
}

.ls.ms .panel-title > a.collapsed {
	
}

.ls.ms .panel-title > a:after {	
	
}

.ls.ms .color-icon.bg-icon:before {
	
}

.ls.ms .color-icon.bg-icon:hover:before {
	
}

.ls.ms .breadcrumb {
	
}

.ls.ms .breadcrumb a {
	
}

.ls.ms .breadcrumb a:hover {
	
}

.ls.ms .post {
	
	
}

.ls.ms .post a:hover {
	
}

.ls.ms .post .entry-title a {
	
}

.ls.ms .post .entry-title a:hover {
	
}

.ls.ms .thumbnail .caption {
	border: none;
}

.ls.ms .countdown-section {	
	padding-right: 20px;
	padding-left: 20px;
	
}

@media (max-width: 767px) {
	.ls.ms .countdown-section {
		border: none;
		padding-left: 8px;
		padding-right: 8px;
	}
}

/**common dark and color sections - .ds and .ds.cs*/
.ds {
  /* blog */
  /* single blog post */
  /* shortcodes */
  /* shop */
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
	
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	
}

.ds a {
	
}

.ds a:hover {
	
}

.ds hr {
	
}

.ds blockquote, .ds .blockquote {
	
	
}

.ds .theme_button {
	
}

.ds .theme_button:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
}

.ds .theme_button:hover, .ds .theme_button:focus {
	
	
	
}

.ds .theme_button.inverse {
	
	
	
}

.ds .theme_button.inverse:after {
	display: none;
}

.ds .theme_button.inverse:hover, .ds .theme_button.inverse:focus {
	
	
}

.ds .with_background, .ds .well {
	
}

.ds .with_border {
	
}

.ds .grey, .ds .black {	
	
}

.ds.with_top_border:before, .ds.with_bottom_border:after {
	
}

.ds .section_header + p {
	
}

.ds .form-control {
	
	
}

.ds form label + [class*="icon-"] {
	
}

.ds .form-group-select:before {
	
}

.ds .form-control:-moz-placeholder {
	
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	
}

.ds .form-control::-webkit-input-placeholder {
	
}

.ds .contact-form.transparent-background .form-control {
	
}

.ds .border-paragraphs p {
	
	
}

.ds .table,
.ds .table-bordered,
.ds .table th,
.ds .table td {
	
}

.ds .table-striped > tbody > tr:nth-child(odd),
.ds .table-striped > tbody > tr:nth-child(odd) > td,
.ds .table-striped > tbody > tr:nth-child(odd) > th {
	
	
}

.ds .color-icon.bg-icon:before {
	
}

.ds .color-icon.bg-icon:hover:before {
	
}

.ds .color-bg-icon:hover:before {
	
}

.ds .tab-content, .ds .nav-tabs > li > a {
	
	
}

.ds .nav-tabs > li.active > a, .ds .nav-tabs > li.active > a:hover, .ds .nav-tabs > li.active > a:focus {
	
	
	
}

.ds #isotope_filters a, .ds .filters a {
	
	
}

.ds .price-table {	
	
}

.ds .price-table.style2 {
	
}

.ds .plan-name {
	
}

.ds .plan-price p {
	
}

.ds .features-list .disabled:before {
	
}

.ds ul.list1 {
	
}

.ds ul.list1 li {
	
}

.ds .greylinks a {
	
}

.ds .greylinks a:hover {
	
}

.ds .darklinks a {
	
}

.ds .darklinks a:hover {
	
}

.ds a.logo {
	
}

.ds a.logo:hover {
	
}

.ds.blog-single .post {
	
}

.ds.blog-single .post .entry-header {
	
	
}

.ds.blog-single .post .entry-header span {
	
}

.ds.blog-single .post .entry-title a {
	
}

.ds.blog-single .post .entry-excerpt {
	
	
}

.ds .post-content {
	
}

.ds .blog-grid-post-meta {
	
	
}

.ds .owl-theme .owl-dots .owl-dot span {
	
}

.ds .testimonials-carousel .media + p {
	
}

.ds .side-item,
.ds .blog-item .from-blog-social {
	
}

@media (min-width: 992px) {
	.ds.blog article.post .date {
		
	}
}

.ds .entry-excerpt {
	
}

.ds .comment-meta {
	
}

.ds .comment-meta .author_url {
	
}

.ds .comment-list article:after {
	
}

.ds .comment-respond {
	
}

.ds .entry-tags {
	
}

.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li {
	
}

.ds .widget_nav_menu ul ul {
	
}

.ds .widget_popular_entries .media-heading {
	
}

.ds .widget_recent_entries a:before, .ds .widget_archive a:before, .ds .widget_categories a:before, .ds .widget_meta a:before, .ds .widget_nav_menu a:before, .ds .widget_pages a:before {
	
}

.ds .tweet_list li + li .tweet_right {
	
}

.ds .widget_tag_cloud a {
	
}

.ds #calendar_wrap {
	
}

.ds .widget_calendar table {
	
}

.ds .widget_calendar tfoot td a {
	
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
	
}

.ds .widget_calendar tbody td a:hover {
	
}

.ds .grid-view h3:before, .ds .grid-view h3:after {
	
}

.ds .price {
	
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
	
}

.ds .ui-slider {
	
}

.ds .ui-slider .ui-slider-handle {
	
}

.ds #sort_view {
	
	
}

.ds #toggle_shop_view.grid-view:after, .ds #toggle_shop_view:before {
	
}

.ds .widget_layered_nav .color-filters a:before {
	
}

.ds aside .widget a {
	
}

.ds .pagination > li > a, .ds .pagination > li > span {
	
	
	
}

.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus,
.ds .pagination > .active > a,
.ds .pagination > .active > span,
.ds .pagination > .active > a:hover,
.ds .pagination > .active > span:hover,
.ds .pagination > .active > a:focus,
.ds .pagination > .active > span:focus {
	
	
}

.ds .thumbnail {
	
}

.ds .thumbnail h3 a {
	
}

.ds .thumbnail .caption {
	
}

.ds .progress {
	
}

.ds .panel-group .panel-heading + .panel-collapse .panel-body {
	
}

.ds .entry-meta .comments-link a {
	
}

.ds .entry-meta .comments-link strong {
    
}

.ds #timetable tbody th,
.ds #timetable tbody td {
	
}

/**dark section - .ds*/
.ds {
	
}

/**darkgrey section - .ds.ms*/
.ds.ms {
	
}

.ds.ms .section_header + p {
	
}

.ds.ms.darkgrey_lighter {
	
}

/**color section*/
.cs.main_color2 {
	
}

.cs.main_color2 .highlight {
	
}

.cs {
	
	
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
	
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
	
}

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
	
}

.cs a {
	
}

.cs a:hover {
	
}

.cs blockquote, .cs .blockquote {
	
}

.cs .theme_button.color1 {
	
	
	
}

.cs .theme_button.color1:hover {
	
	
	
}

.cs .theme_button:hover, .cs .theme_button:focus {
	
	
	
}

.cs .theme_button.inverse {
	
	
	
}

.cs .theme_button.inverse:hover, .cs .theme_button.inverse:focus {
	
	
	
}

section .cs .theme_button {
	
	
	
}

section .cs .theme_button:hover {
	
	
	
}

.cs .with_background {
	
}

.cs .with_border {
	
}

.cs.with_top_border .container:before,
.cs.with_bottom_border .container:after {
	
}

.cs .section_header:before {
	
}

.cs .black {
	
	
}

.cs .grey {
	
	
}

.cs #response,
.cs .highlight {
	
}

.cs ul.list1 li {
	
}

.cs [class*='soc-']:before {
	
	
}

.cs .color-icon.bg-icon:before {
	
}

.cs .color-icon.bg-icon:hover:before {
	
}

.cs .form-control {
	
	
}

.cs .form-control:-moz-placeholder {
	
}

.cs .form-control::-moz-placeholder {
	
}

.cs .form-control:-ms-input-placeholder {
	
}

.cs .form-control::-webkit-input-placeholder {
	
}

.cs .form-control:focus:-moz-placeholder {
	
	opacity: 1;
}

.cs .form-control:focus::-moz-placeholder {
	
	opacity: 1;
}

.cs .form-control:focus:-ms-input-placeholder {
	
}

.cs .form-control:focus::-webkit-input-placeholder {
	
}

.cs .form-control.invalid {
	
}

/*
**template styles
*/
#box_wrapper, #canvas {
	overflow: visible;
	position: relative;
}

#canvas.boxed {
	padding: 1px 0;
}

#box_wrapper:before {
	content: '';
	display: block;
	right: 0;
	left: 0;
	top: 0;
	height: 10px;
}

.page_topline {
	padding: 4px 0;
	font-size: 14px;
	position: relative;
	z-index: 1001;
}

.page_topline.gradient {
	padding-top: 0;
	margin-top: -6px;
}

.page_topline.gradient a[id] {
	
	padding: 0 10px;
}

.page_topline.gradient [class*="col-"] > span {
	
}

.page_topline.ls.ms a[id] {
	
	padding: 0 10px;
}

.page_topline [class*="rt-icon"] {
	font-size: 18px;
	position: relative;
	top: 3px;
	padding-right: 6px;
}

@media (min-width: 768px) {
	.page_topline [class*="col-"] > span {
		padding-left: 33px;
	}

	.page_topline [class*="col-"] > span:first-child {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.page_topline [class*="col-"] > span {
		display: block;
	}
}

.currency-dropdown .dropdown-menu {
	min-width: 0;
	padding: 20px 10px;
}

.currency-dropdown .dropdown-menu > li > a {
	
	padding: 5px 20px;
}

.currency-dropdown .dropdown-menu > li > a:hover,
.currency-dropdown .dropdown-menu > li.active-currency {
	
}

.login-dropdown .dropdown-menu {
	min-width: 400px;
	padding: 30px 30px;
}

.login-dropdown .dropdown-menu label {
	display: none;
}

.login-dropdown .dropdown-menu .form-control {
	
}

.cart-dropdown .dropdown-menu {
	min-width: 400px;
	padding: 20px 30px;
}

@media (max-width: 767px) {
	.login-dropdown,
  .cart-dropdown {
		position: static;
	}

	.login-dropdown .dropdown-menu,
  .cart-dropdown .dropdown-menu {
		right: 0;
		left: 0;
		min-width: 0;
	}
}

.page_toplogo {
	position: relative;
}
.langues {
		padding: 0;
		position: relative;
	}
	.langues button {
		border: none;
		background: none;
		background-color: transparent;
	}
    .langues button:hover {
        
        border: none;
    }
.langues .ar{
    font-size:20px;
    /*padding-left:10px;*/
}

.langues .fr {
    font-size: 14px;
    /*padding-left:10px;*/
}
.langues .en{
    font-size:14px;
    /*padding-left:10px;*/
}
@media (max-width: 767px) {
	.page_social_icons {
		padding: 10px 0 0;
		position: relative;
	}
    
}
.page_social_icons a{
    padding-right: 8px;
    
}
.page_social_icons a:hover {
    padding-right: 8px;
    
}
a.logo {
	position: relative;
	top: -20px;
	margin: 0px;
	padding: 0px;
	
}
	a.logo h1 {
		font-family: 'Changa', sans-serif;
		position: relative;
		top: 10px;
		display: inline-block;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: -0.05em;
		line-height: 1;
		padding:0;
		word-break: break-word;
		padding-top: 0px;
		float: right;
	}
a.logo h1 small {
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.05em;
	line-height: 1;	
}
/*a.logo img {
    position:relative;
	float:right;
    top:0px;
	margin-right: 10px;
    height:50px;
    width:50px;
}*/
	a.logo img {
		position: relative;
		float: right;
		top: 30px;
		margin-right: 0px;
		margin-left: 1px;
		height: 60px;
		width: 60px;
		
	}
.home a.logo img,
footer a.logo img {
	max-width: 100%;
}

a.logo:hover {
	
}

.header_gradient a.logo {
	
}

a.logo.bottom_logo {
	padding: 0;
	font-size: 28px;
}

a.logo.bottom_logo img {
	max-width: 50px;
}

a.logo.vertical_logo {
	padding: 0;
}

a.logo.vertical_logo img {
	margin: 0 0 10px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	a.logo {
		font-size: 36px;
	}
}

@media (max-width: 600px) {
	a.logo {
		font-size: 26px;
	}

	a.logo img {
		max-width: 50px;
	}
}

.page_header {
	top: 0;
	left: 0;
	right: 0;
	position: relative;
	z-index: 1000;
	-webkit-transition: all ease 0.1s 0;
	transition: all ease 0.1s 0;
}

.page_header.mobile-active {
	z-index: 1002;
}

.page_header.affix {
	position: fixed;
}

.page_header .widget_search {
	position: absolute;
	right: 60px;
	top: 50%;
	height: 50px;
	margin-top: -20px;
	z-index: 3;
  /* navigation with search  */
  /* hide search  on small devices*/
}

.page_header .widget_search label {
	display: inline !important;
	font-size: 0;
	
	cursor: pointer;
}

.page_header .widget_search label:before {
	display: block;
	position: absolute;
	text-align: center;
	width: 50px;
	right: 0;
	line-height: 48px;
	
	font-size: 24px;
	font-weight: normal;
	content: "\e6d4";
	font-family: "rt-icons-2";
	z-index: 3;
	border-left: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.page_header .widget_search input#search {
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	border-
	
	
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.page_header .widget_search input#search:focus {
	width: 230px;
	
	
	
}

.page_header .widget_search input#search:focus + label:before {
	
}

.page_header .widget_search button, .page_header .widget_search .theme_button {
	display: none;
}

@media (min-width: 992px) {
	.page_header .widget_search {
		right: 15px;
		margin-top: -25px;
	}

	.page_header .widget_search + nav {
		margin-right: 60px;
	}
}

@media (max-width: 991px) {
	.page_header .widget_search {
		display: none;
	}
}

.header_white {
	
}

.header_white.affix {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.header_darkgrey {
	
}

@media (max-width: 992px) {
	.page_header_wrapper .col-sm-12 {
		min-height: 0;
        
	}
}

/* modal search */
.modal-open .page_header_wrapper,
.modal-open .page_header.affix {
	right: 16px;
}

#search_modal {
	
}

#search_modal a {
	
	opacity: 0.6;
	font-size: 12px;
	text-transform: uppercase;
}

#search_modal a:hover {
	
	opacity: 1;
}

#search_modal .searchform-respond {
	width: 300px;
	margin: 20px auto;
}

#search_modal .form-control {
	border: none;
	
	height: 60px;
	
}

#search_modal .theme_button {
	padding: 18px;
}

#search_modal .form-control:-moz-placeholder {
	
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	
}

#search_modal .form-control::-webkit-input-placeholder {
	
}

/** 
* mainslider styles
*/
/* flexslider */
.mainslider {
	position: relative;
}

.mainslider > img {
	width: 100%;
}

.mainslider .flexslider:before, .mainslider .flexslider:after {
	content: '';
	display: block;
	clear: both;
}

.mainslider .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.mainslider [class*="col-"] {
	position: static;
}

.mainslider .slide_description_wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	z-index: 5;
	padding: 40px 0;
}

.mainslider .slide_description_wrapper:before,
.mainslider .slide_description {
	display: inline-block;
	vertical-align: middle;
}

.mainslider .slide_description_wrapper:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.mainslider p {
	font-size: 20px;
	margin-bottom: 20px;
}

.mainslider p:first-child {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -0.05em;
	margin-bottom: 14px;
}

.mainslider h3 {
	font-size: 40px;
	line-height: 0.9;
	
	margin: 0 0 28px;
	padding: 0 0 2px;
}

.mainslider i {
	font-size: 42px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 1px solid #323232;
	
	margin: 3px;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.mainslider i:hover {
	
	
}

.mainslider .theme_button {
	margin: 10px 0 10px;
}

@media (min-width: 1200px) {
	.mainslider h3 {
		font-size: 80px;
	}
}

@media (min-width: 1600px) {
	.mainslider h3 {
		font-size: 100px;
	}

	.mainslider p:first-child {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.mainslider p {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.mainslider p:first-child {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.mainslider h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.mainslider .theme_button {
		margin-top: 5px;
	}

	.mainslider .flex-control-nav {
		display: none;
	}

	.mainslider .slide_description_wrapper {
		padding: 4px 0;
	}

	.mainslider i {
		line-height: 50px;
		width: 50px;
		font-size: 28px;
	}
}

@media (max-width: 600px) {
	.mainslider h3 {
		
	}

	.mainslider .container {
		position: static;
	}

	.mainslider .slide_description_wrapper:before {
		display: none;
	}

	.mainslider .slide_description {
		padding: 10px 0 20px;
		display: block;
		text-align: center;
	}

	.mainslider .slide_description_wrapper {
		padding: 10px 0 0;
		position: relative;
	}

	#layerslider .theme_button {
		padding: 5px 1px;
		font-size: 11px;
	}
}

#layerslider {
	padding: 0;
}

#layerslider [class*="container"] {
	padding: 0;
}

.breadcrumbs_section h1 {
	display: inline;
	font-size: 40px;
}

.breadcrumbs_section {
  /* styles for breadcrumbs style 3 */
  /* styles for breadcrumbs style 4 */
}

@media screen and (min-width: 992px) {
	.breadcrumbs_section .display_table_md {
		width: auto;
		min-width: 0;
	}

	.breadcrumbs_section h1.display_table_cell_md {
		padding-right: 20px;
	}

	.breadcrumbs_section .breadcrumb.display_table_cell_md {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		padding-left: 25px;
	}
}

.breadcrumbs_section .bottom_breadcrumbs {
	float: right;
	padding: 0 20px;
	margin: -15px 15px -15px 15px;
	
}

#mainteasers [class*="col-"] {
	vertical-align: top;
}

#mainteasers [class*="col-"] .media-left h4 {
	font-size: 20px;
}

#mainteasers [class*="col-"] .media-left h3 {
	font-size: 43px;
	margin: 0;
}

@media (min-width: 1200px) {
	#sliderteasers .row {
		margin-top: -100px;
	}
}

#folio, .page_portfolio {
	overflow: hidden;
}

#grid [class*="col-"] {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

@media (min-width: 500px) {
	.page_contact.negative_margin .row:last-child .col-sm-12 {
		margin-bottom: -140px;
	}

	.page_contact.negative_margin + .page_copyright > .container {
		padding-top: 130px;
	}
}

.section_subscribe .form-control {
	width: 350px;
	max-width: 100%;
	margin: 11px auto -5px;
	display: inline-block;
}

#partners-carousel {
	text-align: center;
	margin-bottom: 0;
}

#partners-carousel img {
	opacity: 0.8;
}

#partners-carousel img:hover {
	opacity: 1;
}

#partners-carousel .owl-nav {
	margin-top: -12px;
}

#partners-carousel .owl-nav > div:after {
	font-size: 20px;
	
}

#partners-carousel .owl-nav > div:hover {
	opacity: 0.6;
}

#related-gallery-items-carousel {
	margin-top: 30px;
}

.breadcrumbs_section.parallax {
	background-image: url(../images/parallax/breadcrumbs.jpg);
}

#comingsoon1 {
	background-image: url(../images/parallax/comingsoon1.jpg);
}

#comingsoon2 {
	background-image: url(../images/parallax/comingsoon2.jpg);
}

#comingsoon3 {
	background-image: url(../images/parallax/comingsoon3.jpg);
}

#donate {
	background-image: url(../images/parallax/donate.jpg);
}

#progress.parallax {
	background-image: url(../images/parallax/progress.jpg);
}

.section_subscribe.parallax,
#partners.parallax {
	background-image: url(../images/parallax/subscribe.jpg);
}

#team {
	background-image: url(../images/parallax/blog.jpg);
}

#services {
	background: url(../images/parallax/services.jpg) no-repeat 100% 0;
}

#featured {
	background: url(../images/parallax/featured.jpg) no-repeat 100% 0;
}

#featured .teaser .media-body h3,
#comingsoon1 .teaser .media-body h3 {
	font-size: 20px;
}

#skills {
	background: url(../images/parallax/skills.jpg) no-repeat 100% 0;
}

.page_contact.parallax {
	background-image: url(../../images/map.jpg);
}

#recent .section_header {
	margin-bottom: 42px;
}

#recent > img {
	z-index: 3;
	position: relative;
	right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	#recent > img {
		position: absolute;
		top: 20%;
		max-width: 60%;
	}
}

@media (min-width: 992px) {
	#recent > img {
		position: absolute;
		top: -30px;
		max-width: 60%;
	}
}

.page_copyright {
	font-size: 16px;
}
    .page_copyright a {
        font-size: 22px;
        font-weight: 200;
        font-family: 'Changa', sans-serif;
    }
        .page_copyright a img {
            height: 80px;
            width: 80px;
        }
    .page_copyright p {
        margin: 0;
        font-size: 18px;
        font-weight: 300;
        
        font-family: 'Changa', sans-serif;
    }
    .page_copyright p a{
        margin: 0;
        font-size: 18px;
        font-weight: 300;
            
    }
        .page_copyright p a:hover {
            margin: 0;
            font-size: 18px;
            font-weight: 300;
            
        }

.page_copyright.table_section .bottom_logo img {
	margin-bottom: 0;
}

#map, .page_map {
	height: 500px;
}

#map img, .page_map img {
	max-width: inherit;
}

#map h3, .page_map h3 {
	margin-top: 0;
}

#map p, .page_map p {
	line-height: 1.3;
}


/*
**main menu (min 992px) styles
*/
@media (min-width: 992px) {
  /* menu layout */
	.sf-menu, .sf-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.sf-menu li {
			position: relative;
			padding:0px;
/*			border: 1px solid #ed0a0a;*/
		}

	.sf-menu ul {
		position: absolute;
		display: none;
		top: 100%;
		z-index: 99;
	}

	.sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
		
		padding-left:1px;
		padding-right:3px;
	}

	.sf-menu ul ul {
		top: -20px;
		left: 100%;
	}
  /* menu skin */
	.sf-menu a {
		font-weight: 400;
		padding: .75em 1.1em;
		text-decoration: none;
		zoom: 1;
    /* IE7 */
		-webkit-transition-property: color, color, border-color;
		transition-property: color, color, border-color;
	}

	.sf-menu li {
		white-space: nowrap;
    /* no need for Supersubs plugin */
		*white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
		-webkit-transition: background .2s;
		transition: background .2s;
	}

	.sf-menu > li {
		display: inline-block;
		padding: 10px 0 10px;
		position: relative;
	}

	.sf-menu > li > a {
/*		padding: 10px 15px;*/
		font-size: 16px;
	}

	.boxed .sf-menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sf-menu > li > a:hover,
  .sf-menu > li.active > a {
		
	}

	.bordered_items .sf-menu {
		text-align: center;
	}

	.bordered_items .sf-menu > li {
		padding: 0;
	}

	.bordered_items .sf-menu > li > a {
		padding: 20px 40px 20px 44px;
	}

	.bordered_items .sf-menu > li + li:before {
		content: '';
		width: 1px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		
	}

	.header_white .sf-menu > li > a {
        font-family: 'Changa', sans-serif;
        font-weight:200;
        font-size:18px;		
	}

	.header_white .sf-menu > li > a:hover,
  .header_white .sf-menu > li.active > a {
		
	}

	.header_white .sf-menu > li + li:before {
		
	}

	.header_darkgrey .sf-menu > li > a {
		
	}

	.header_darkgrey .sf-menu > li > a:hover,
  .header_darkgrey .sf-menu > li.active > a {
		
	}

	.header_gradient .sf-menu > li > a {
		
	}

	.header_gradient .sf-menu > li > a:hover,
  .header_gradient .sf-menu > li.active > a {
		
	}

	.sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
  /* second level */
	.sf-menu ul {
		text-align: right;
		list-style: none;
		padding: 20px 0;
		
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
		min-width: 12em;
    /* allow long menu items to determine submenu width */
		*width: 12em;
    /* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu ul a {
		font-family: 'Changa', sans-serif;
        font-weight:200;
        font-size:18px;
		
		padding-left: 40px;
		padding-right: 40px;
	}

	.sf-menu ul > li + li:before {
		position: absolute;
		content: '';
		height: 1px;
		left: 40px;
		right: 40px;
		
	}

	.sf-menu ul a:hover,
  .sf-menu ul li.active a {
		
	}
  /* third level */
	.sf-menu ul ul {		
		border-top: 0;
	}

	.affix-top .sf-menu > li > a [class*='icon'] {
		display: block;
		font-size: 1.9em;
		line-height: 1em;
		padding: 0;
		top: 0;
		text-align: center;
	}
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		font-family: 'FontAwesome';
		content: "\f107";
		padding-left: 4px;
	}
  /*top menu level*/
  /* styling for right-facing arrows */
	.sf-arrows ul .sf-with-ul:after {
		content: "\f105";
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.sf-menu > li > a {
		padding-left: 6px;
		padding-right: 6px;
	}

	.boxed .sf-menu > li > a {
		padding-left: 2px;
		padding-right: 2px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.bordered_items .sf-menu > li > a {
		padding-right: 20px;
		padding-left: 24px;
	}
}

.toggle_menu {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	display: none;
	
	left: 15px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1001;
	visibility: visible;
}

.page_toplogo .toggle_menu {
	position: fixed;
	top: 35px;
	margin: 0;
}

.page_toplogo .toggle_menu.mobile-active {
	top: 0;
}

.toggle_menu:hover span:before {
	top: -7px;
}

.toggle_menu:hover span:after {
	top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	
	content: '';
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
	left: 20px;
	top: 50%;
	margin-top: -1px;
}

.toggle_menu span:before {
	top: -5px;
}

.toggle_menu span:after {
	top: 5px;
}

/*
**main menu mobile styles
*/
@media (max-width: 991px) {
	.mainmenu_wrapper {
    /*position: relative;*/
		position: fixed;
		visibility: hidden;
		z-index: 10;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		
		opacity: 0;
		-webkit-transition: all 0.2s linear 0s;
		transition: all 0.2s linear 0s;
	}

	.mobile-active .mainmenu_wrapper {
		visibility: visible;
		opacity: 1;
		
	}

	.toggle_menu {
		display: block;
	}

	.toggle_menu.mobile-active {		
		border: none;
		top: 0;
		right: 0;
		position: fixed;
		margin: 0;
		z-index: 3000;
	}

	.toggle_menu.mobile-active:after {
		position: absolute;
		top: 14px;
		left: 10px;
		font-family: 'rt-icons-2';
		content: "\e117";
		font-size: 40px;
		
	}

	.toggle_menu.mobile-active span {
		display: none;
	}

	.nav-justified > li > a {
		text-align: left;
	}

	.sf-menu {
		position: fixed;
		overflow: auto;
		
		width: auto;
		top: 30px;
		left: 30px;
		bottom: 30px;
		right: 30px;
		padding: 20px;
		font-size: 1.1em;
		text-transform: uppercase;
		font-weight: 800;
		word-wrap: break-word;
		text-align: left;
	}

	.sf-menu a {
		
	}

	.sf-menu ul {
		list-style: none;
		padding-left: 10px;
	}

        .sf-menu ul li a {
            display: block;
            padding: 10px;
            font-weight: normal;
            text-transform: none;
            
        }

	.sf-menu ul li a:before {
		content: '-';
		padding-right: 5px;
	}

	.sf-menu ul ul li a:before {
		content: '--';
		padding-right: 5px;
	}
  /*** arrows (for all except IE7) **/
	.sf-arrows .sf-with-ul {
		padding-right: 2.5em;
		*padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
	}
  /* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		font-family: 'FontAwesome';
		content: '\f107';
		position: absolute;
		right: 1.44em;
		height: 0;
		width: 0;
		font-size: 20px;
	}
  /*top menu level*/
	.sf-arrows .sfHover > a,
  .sf-arrows .sfHover > a:hover {
		
		
	}
}

@media (max-width: 400px) {
	.sf-menu {
		top: 15px;
		left: 15px;
		bottom: 15px;
		right: 15px;
		padding: 15px 5px;
	}
}

/*
**blog
*/
article.post iframe {
	margin-bottom: -8px;
}

h1.entry-title {
    font-size: 40px;
    font-weight:400;
    margin-bottom: 5px;
    font-family: 'Changa', sans-serif;
}

h2.entry-title {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 0;
    line-height: 0.9;
    font-family: 'Changa', sans-serif;
}

h3.entry-title {
	margin-bottom: 4px;
}
.entry-content {
    font-family: 'Changa', sans-serif;
    font-size: 18px;
    /*font-weight:100;*/
    
}

article.post + article.post {
    margin-top: 50px;
}

article.post.isotope-item {
	margin: 0 0 30px !important;
}

.entry-title {
	margin-top: 0;
}

.entry-header {
	font-weight: 400;
}

.entry-meta {
    font-family: 'Changa', sans-serif;
    margin: 4px 0 17px 0;
    font-size:16px;
}

.entry-meta span + span {
	margin-right: 14px;
}

.entry-meta i {
	font-size: 14px;
	margin-left: 5px;
}

.entry-tags {
	padding: 21px 0 0;
	margin: 27px 0 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-tags span + span {
	margin-left: 14px;
}

.entry-tags i {
	font-size: 14px;
	margin-right: 5px;
}

.entry-meta:before,
.entry-meta:after,
.comment-meta:before,
.comment-meta:after {
	display: block;
	clear: both;
	content: '';
	width: 0;
	height: 0;
}

.entry-thumbnail {
	text-align: center;
	position: relative;
}

    .entry-thumbnail img {        
        width: 100%;        
    }

.entry-thumbnail[class*='col-'] {
	margin-bottom: 0;
}

/* additional meta in corner of thumbnail */
.entry-meta-corner {
	position: absolute;
	z-index: 2;
	text-align: center;
	
	
}

.entry-meta-corner a {
	
}

.entry-meta-corner .date {
	
	display: block;
	padding-bottom: 8px;
}

.entry-meta-corner .date strong {
	
	display: block;
	font-size: 40px;
	padding: 14px 17px 0;
}
	.entry-meta-corner .year {
		display: block;
		padding: 4px 0;
	}
	.entry-meta-corner .view {
		display: block;
		padding: 4px 0;
	}
.entry-meta-corner .comments-link {
	display: block;
	padding: 4px 0;
	
}

.entry-meta-corner .comments-link i {
	font-size: 14px;
}

.post-content {
	border: 1px solid rgba(0, 0, 0, 0.1);	
	padding: 35px 44px 20px;
}

.post-content .theme_button {
	margin: 18px 0 10px;
}

@media (max-width: 600px) {
	.post-content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.entry-excerpt {
	
	font-weight: 300;
	font-size: 24px;
	margin: 24px 0 24px;
}

.entry-excerpt p {
	margin-bottom: 16px !important;
}

.st_facebook_hcount,
.st_twitter_hcount,
.st_googleplus_hcount {
	position: relative;
	text-align: right;
}

.st_facebook_hcount span,
.st_twitter_hcount span,
.st_googleplus_hcount span {
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.author-meta h2 {
	margin: 0 0 2px;
}

.author-meta .author-place {
	margin: -3px 0 7px;
	font-size: 14px;
}

/* gallery single */
.gallery-items-nav {
	margin-top: 60px;
}

.gallery-items-nav h4 {
	margin: -5px 0 0;
}

.gallery-items-nav .media {
	position: relative;
	padding: 10px 0;
}

.gallery-items-nav .next-item img {
	max-width: none;
	padding: 0 30px 0 0;
}

.gallery-items-nav .next-item i {
	right: 0;
}

.gallery-items-nav .prev-item img {
	max-width: none;
	padding: 0 0 0 30px;
}

.gallery-items-nav .prev-item i {
	left: 0;
}

.gallery-items-nav a {
	position: relative;
}

.gallery-items-nav a i {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	font-size: 23px;
}

/* common side item */
.side-item {
	border: 1px solid #e5e5e5;
}

/*.item-content {
	margin: 34px 40px;
}*/
.item-content {
	margin: 10px 10px;
}
.item-media {
	margin: -1px 0 0 -1px;
}

@media (min-width: 992px) {
	.item-content.left {
		margin-right: 10px;
	}

	.item-content.right {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.entry-title {
		font-size: 28px !important;
	}
}

/* events */
.event-item {
	margin-bottom: 30px;
}

.event-item h2 {
	font-size: 28px;
	font-weight: 300;
}

/*comments*/
.comments-area {
	margin-top: 76px;
}

.comments-area h2 {
	margin-bottom: 28px;
	font-size: 30px;
	font-size: 40px;
	font-weight: 700;
}

.comments-area li {
	list-style: none;
	padding-top: 15px;
}

.comments-area .media-object {
	max-width: 50px;
	border-radius: 50%;
}

.comment-list {
	margin: 0;
	padding: 0;
	position: relative;
}

.comment-list ol {
	padding-right: 30px;
}

@media (min-width: 992px) {
	.comment-list ol {
		padding-right: 70px;
	}
}

@media (min-width: 768px) {
	.entry-thumbnail.col-sm-5 {
		padding-right: 0;
	}
}

.comments-area .media-body {
	padding: 0 0 8px 0;
	margin-bottom: 7px;
}

.comment-meta {
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.comment-meta .comment-date {
	display: block;
	margin-top: 4px;
}

.comment-meta .author_url {
	
	font-weight: 700;
}

.reply {
	float: left;
}

.reply i {
	font-size: 14px;
}

.comment-respond {
	margin-top: 42px;
}

    .comment-respond h3 {
        font-family: 'Changa', sans-serif;
        font-size: 40px;
        margin: 0 0 35px;
    }

.comment-respond p {
	margin-bottom: 10px;
	position: relative;
}

/*
**shop
*/
/* sort panel */
.storefront-sorting {
	line-height: 1;
}

#toggle_shop_view {
	margin-left: 14px;
}

#toggle_shop_view:before,
#toggle_shop_view:after {
	font-family: 'FontAwesome';
	display: inline-block;
	
	
	padding: 17px 16px 18px;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#toggle_shop_view:before {
	content: "\f00a";
	margin-right: 5px;
}

#toggle_shop_view:after {
	content: "\f03a";
	
}

#toggle_shop_view.grid-view:before {
	
}

#toggle_shop_view.grid-view:after {
	
}

#sort_view {
	
	display: inline-block;
	padding: 16px 20px 17px;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.columns-1 .product {
	width: 100%;
	margin-right: 0;
	float: none;
}

@media (min-width: 768px) {
	.columns-2 .product {
		width: 50%;
		float: left;
	}

	.columns-3 .product {
		width: 33.33333333%;
		float: left;
	}

	.columns-4 .product {
		width: 25%;
		float: left;
	}
}

.products {
	margin-left: -15px;
	margin-right: -15px;
}

.products:before, .products:after {
	content: '';
	clear: both;
	display: block;
}

.product {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.owl-item .product {
	padding: 0;
}

.product h3 {
	font-weight: 300;
	font-size: 28px;
	margin: 20px 140px 12px 0;
}

.product .theme_button {
	margin: 4px 0 11px;
	padding-right: 25px;
	padding-left: 25px;
	min-width: auto;
}

.product [class*="col-"]:first-child a span {
	position: absolute;
	
	
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	top: 10px;
	right: 25px;
}

.product [class*="col-"]:first-child a span.onsale {
	
	left: 25px;
	right: auto;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 11px;
	width: 5.1em;
	font-family: "fontawesome";
	margin-bottom: 4px;
}

.star-rating:before,
.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 0.1em;
	letter-spacing: 0\9;
	
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	
}

.price {
	position: absolute;
	right: 50px;
	top: 36px;
	font-weight: 700;
	
	font-size: 28px;
}

.price del {
	
	font-size: 16px;
	font-weight: normal;
}

.price ins {
	text-decoration: none;
}

.grid-view {
	text-align: center;
}

.grid-view .product [class*="col-"]:last-child {
	padding: 18px 40px 18px 36px;
	margin-top: 0 !important;
}

.grid-view h3 {
	font-size: inherit;
	
	font-weight: 400;
	margin: 10px 0 14px;
	position: relative;
	letter-spacing: 0;
}

.grid-view h3:before, .grid-view h3:after {
	content: '';
	height: 1px;
	width: 23%;
	position: absolute;	
	bottom: -20px;
	right: 14%;
}

.grid-view h3:before {
	right: auto;
	left: 14%;
}

.grid-view .star-rating {
	margin: auto;
}

.grid-view .price {
	position: static;
	display: block;
	margin: 8px 0 22px;
}

.grid-view .product-description {
	display: none;
}

.grid-view [class*="col-"] {
	width: 100%;
	float: none;
}

.list-view .product {
	float: none;
	width: 100%;
}

.list-view .product [class*="col-"]:last-child {
	padding: 18px 40px 18px 36px;
	margin-top: 0 !important;
}

/* single-product */
.summary h1 {
	margin-bottom: 3px;
}

.summary .product-rating {
	margin-bottom: 10px;
}

.summary .price {
	position: static;
	margin-top: 20px;
	font-size: 50px;
}

.summary .price del {
	font-size: 28px;
}

.summary .star-rating {
	display: inline-block;
	top: 4px;
	margin-right: 20px;
}

.summary .stock {
	margin-bottom: 0;
}

.summary .email-to {
	margin-bottom: 10px;
}

.summary .product-option-name {
	display: inline-block;
	margin-top: 15px;
}

.summary .theme_button {
	margin-top: 0;
}

.owl-carousel.product-thumbnails {
	margin: 30px 0 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.owl-carousel.product-thumbnails .owl-nav {
	margin-top: -18px;
}

.owl-carousel.product-thumbnails .owl-nav > div {
	right: 0;
}

.owl-carousel.product-thumbnails .owl-nav > div:first-child {
	left: 0;
}

.owl-carousel.product-thumbnails .owl-nav > div:after {
	font-size: 16px;
	
}

.product-icons .teaser [class*="_bg_color"] {
	padding: 10px;
}

.product + .nav-tabs {
	margin-top: 60px;
}

.tab-content .comments-area {
	margin-top: 10px;
}

.tab-content .comment-respond {
	margin-top: 0;
}

.tab-content .comment-respond h3 {
	margin-bottom: 0;
	font-size: 28px;
}

.comment .star-rating {
	display: inline-block;
	top: 5px;
	margin-left: 10px;
}

.stars {
	position: relative;
}

.stars a {
	font-size: 11px;
	display: inline-block;
	font-weight: 700;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0 !important;
	outline: 0;
	
}

.stars a:after {
	font-family: "fontawesome";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 0.1em;
}

.stars a.star-1 {
	width: 1em;
}

.stars a.star-1:after {
	content: "\f005";
}

.stars a.star-2 {
	width: 2em;
}

.stars a.star-2:after {
	content: "\f005\f005";
}

.stars a.star-3 {
	width: 3em;
}

.stars a.star-3:after {
	content: "\f005\f005\f005";
}

.stars a.star-4 {
	width: 4em;
}

.stars a.star-4:after {
	content: "\f005\f005\f005\f005";
}

.stars a.star-5 {
	width: 5em;
}

.stars a.star-5:after {
	content: "\f005\f005\f005\f005\f005";
}

/* cart */
.shop-adds {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.4;
}

.shop-adds .fa {
	width: 1em;
}

.shop-adds.teaser {
	margin-bottom: 0;
}

.shop-adds.teaser [class*="_bg_color"] {
	padding: 12px;
}

.cart-table {
	margin-bottom: 30px;
}

.cart_item .media {
	margin-left: -15px;
}

.cart_item img {
	max-width: 80px;
}

.cart_item h4 {
	margin-bottom: 12px;
}

.cart_item td {
	vertical-align: middle !important;
	padding: 18px 10px !important;
}

.cart_totals h4 {
	margin: 60px 0 30px;
}

.cart_totals td {
	padding: 20px 10px !important;
}

/* cart gradient section with teasers */
.coupon-teaser {
	
	padding: 20px 30px;
}

.shipping-calculator-teaser {
	
	padding: 20px 30px;
}

.shop-teaser {
	text-align: center;
	padding: 30px 30px;
}

.quantity {
	position: relative;
	display: inline-block;
}

.quantity [type="button"] {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	border: none;
	width: 22px;
	height: 24px;
	
}

.quantity [type="button"].minus {
	top: auto;
	bottom: 0;
}

.quantity [type="number"] {
	padding-right: 30px;
	padding-left: 20px;
	max-width: 70px;
}

/* chekcout */
.shop-info {
	margin-bottom: 15px;
}

form.checkout .checkbox {
	margin: -5px 0 0;
}

form.checkout .lost_password {
	margin: 15px 0 -15px;
}

form.checkout label {
	text-align: left !important;
}

#order_review table thead {
	display: none;
}

#order_review table td + td {
	border-left: none;
	text-align: right;
}

.shop-checkout-payment {
	margin-top: 40px;
}

.shop-checkout-payment .radio {
	margin: 2px 0;
}

/* shop widgets */
/* cart */
.widget_shopping_cart img {
	max-width: 80px;
}

.widget_shopping_cart h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.widget_shopping_cart .cart_list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 20px;
	margin: 7px 0;
}

.widget_shopping_cart .media-body:last-child {
	width: 1000px;
}

.widget_shopping_cart .media-body:last-child i {
	padding: 0 0 0 10px;
}

/* price filter */
.widget_price_filter input[readonly] {
	
	padding-right: 3px;
	padding-left: 3px;
	max-width: 89px;
	margin-bottom: 4px;
	display: inline-block;
}

.widget_price_filter .ui-slider-horizontal {
	margin-bottom: 30px;
}

.widget_price_filter label[for] {
	display: inline !important;
	padding-right: 4px;
}

.widget_price_filter .form-group {
	display: inline-block;
}

.widget_price_filter .theme_button {
	margin-top: 30px;
}

/*! jQuery UI - v1.11.1 - 2014-10-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
	
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 12px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	
	border-radius: 50%;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -1px;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* color layered nav */
.widget_layered_nav .color-filters li {
	display: inline-block;
	margin: 0 29px 14px 0;
}

.widget_layered_nav .color-filters a {
	display: inline-block;
	width: 23px;
	height: 23px;
	font-size: 0;
	
	
	position: relative;
}

.widget_layered_nav .color-filters a:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.1);
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
}

.widget_layered_nav .color-filters span {
	position: relative;
	top: 2px;
	left: 5px;
}

/* widget_products */
.widget_products img {
	max-width: 80px;
}

.widget_products .media h3 {
	font-size: inherit;
	font-weight: normal;
	margin: 3px 0 10px;
	letter-spacing: 0;
}

.widget_products .price {
	position: static;
	font-size: 24px;
}

/*
**widgets
*/
aside .widget a {
	
}

aside .widget a:hover {
	
}

.module-header {
	margin: 0 0 38px;
	text-transform: capitalize;
	font-size: 40px;
}

footer .module-header {
    font-size: 40px;
    font-family: 'Changa', sans-serif;
    font-weight:200;
}

.widget label[for],
.comment-form label[for], .contact-form label[for], .order-form label[for] {
	display: none;
}

.widget > h3,
.widget-title {
    font-size: 30px;
    font-weight:300;
    margin: 0 0 28px;
    position: relative;
    font-family: 'Changa', sans-serif;
}

.widget li {
	position: relative;
}

footer .widget-title {
	font-size: 28px;
}

aside .widget + .widget {
	margin-top: 43px;
}



.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_flickr ul,
.widget_twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
widget_search,
widget_mailchimp
*/
.widget_search .form-inline,
.widget_mailchimp .form-inline {
	position: relative;
}

.widget_search .form-inline .form-group,
.widget_mailchimp .form-inline .form-group {
	display: block;
	vertical-align: top;
	position: relative;
}

.widget_search .form-inline input[type="text"],
.widget_mailchimp .form-inline input[type="email"] {
	padding-left: 50px;
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.widget_search .form-group.inline-block,
  .widget_mailchimp .form-group.inline-block {
		min-width: 370px;
		margin-left: 5px;
	}
}

.widget_search .form-inline .theme_button,
.widget_mailchimp .form-inline .theme_button {
	font-size: 0;
	padding: 12px;
	margin: 0;
}

.widget_search .form-inline .theme_button,
.widget_mailchimp .form-inline .theme_button {
	position: absolute;
	left: 0;
	top: -1px;
	
}

.widget_search .form-inline .theme_button:before,
.widget_mailchimp .form-inline .theme_button:before {
	font-size: 24px;
	content: "\e6d4";
	font-family: 'rt-icons-2';
}

.widget_mailchimp .form-inline .theme_button:before {
	content: "\e73f";
}

/*
widget_recent_entries
widget_recent_comments
widget_archive
widget_categories
widget_meta
widget_nav_menu
widget_pages
*/
.widget_recent_comments li {
	padding: 15px 0;
}

.widget_recent_comments li:first-child {
	padding-top: 0;
}

.widget_recent_comments li:before {
	font-family: 'rt-icons-2';
	content: "\e674";
	font-size: 20px;
	line-height: 1;
	position: relative;
	top: 2px;
	padding-right: 10px;
	
}

.widget_recent_entries li {
	padding: 15px 0 15px 30px;
}

.widget_recent_entries p {
	margin-bottom: 0;
}

.widget_recent_entries li:first-child {
	padding-top: 0;
}

.widget_recent_entries li:before {
	font-family: 'rt-icons-2';
	content: "\e67c";
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 0;
	padding-right: 10px;
	
}

.widget_recent_entries li:first-child:before {
	top: 9px;
}

.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li + li,
.widget_popular_entries li,
.widget_nav_menu li,
.widget_pages li {
    font-family: 'Changa', sans-serif;
}

.widget_recent_entries li + li,
.widget_recent_comments li + li,
.widget_archive li + li,
.widget_categories li + li,
.widget_meta li + li,
.widget_popular_entries li + li,
.widget_nav_menu li + li,
.widget_pages li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
	display: inline-block;
	padding: 9px 4px 10px 0;
    font-size:18px;
}

    .widget_archive a:before,
    .widget_categories a:before,
    .widget_meta a:before,
    .widget_nav_menu a:before,
    .widget_pages a:before {
        font-family: 'FontAwesome';
        content: '\f104';
        font-size: 20px;
        
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -15px;
       
    }

.widget_archive span,
.widget_categories span {
	
}

.widget_archive li:first-child span,
.widget_categories li:first-child span {
	margin-top: -14px;
}

.widget_nav_menu ul ul {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 20px;
}

.widget_nav_menu ul ul li:first-child a {
	padding-top: 15px;
}

@media (min-width: 768px) {
	.page_copyright .widget_nav_menu li, .page_topline .widget_nav_menu li {
		display: inline-block;
		position: relative;
		border: none;
		padding-right: 5px;
	}

	.page_copyright .widget_nav_menu li:before, .page_topline .widget_nav_menu li:before {
		content: '';
		position: absolute;
		padding: 0;
		left: -5px;
		top: 5px;
		bottom: 5px;
		width: 1px;
		
		opacity: 0.3;
		display: block;
	}

	.page_copyright .widget_nav_menu li:first-child:before, .page_topline .widget_nav_menu li:first-child:before {
		display: none;
	}

	.page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a {
		padding: 0 10px;
	}

	.page_copyright .widget_nav_menu a:before, .page_topline .widget_nav_menu a:before {
		display: none;
	}
}

/*widget_tag_cloud*/
.widget_tag_cloud a {
    border: 1px solid #e5e5e5;
    padding: 4px 20px;
    margin: 0 4px 10px 0;
    font-size: 15px;
    display: inline-block;
    font-family: 'Changa', sans-serif;
}

.widget_tag_cloud a.selected{
    border: 1px solid #e5e5e5;
    padding: 4px 20px;
    margin: 0 4px 10px 0;
    font-size: 15px;
    display: inline-block;
    font-family: 'Changa', sans-serif;
    
}

aside .widget_tag_cloud a {
	
}

aside .widget_tag_cloud a:hover {
	
}

.widget_tag_cloud a:hover {	
	
	
}

/*widget_flickr*/
.widget_flickr li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.widget_flickr img {
	max-width: 70px;
	border-radius: 1px;
}

/*widget_popular_entries*/
.widget_popular_entries .media-list {
    padding-right: 0;
}

.widget_popular_entries p {
	margin-bottom: 0;
}

.widget_popular_entries .media-body {
	overflow: visible;
}

.widget_popular_entries .media-heading {
	line-height: 1;
	margin-bottom: 8px;
	
}

.widget_popular_entries .media-object {
	max-width: 80px;
}

.widget_popular_entries li {
	margin-top: 2px;
	padding: 25px 0 18px 0;
}

.widget_popular_entries li:first-child {
	padding-top: 8px;
}

/*widget_calendar*/
#calendar_wrap {
	width: 100%;
	margin-bottom: 15px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width: 768px) and (max-width: 992px) {
	#calendar_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.widget_calendar table {
	font-size: 16px;
	line-height: 26px;
	width: 270px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	position: relative;
	text-align: center;
}

.widget_calendar caption {
	line-height: 1;
	font-weight: 400;
	font-weight: 700;
	font-size: 24px;
	padding: 18px 0 18px;
	text-align: center;
	
	
}

.widget_calendar thead {	
	border-width: 7px 1px 7px 1px;
	
}

.widget_calendar thead th:first-child {
	padding-left: 30px;
}

.widget_calendar thead th:last-child {
	padding-right: 30px;
}

.widget_calendar tbody {
	font-weight: 300;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 18px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 18px;
}

.widget_calendar tbody td {
	border: none;
	padding: 1px 4px;
	position: relative;
}

.widget_calendar tbody td:first-child {
	padding-left: 30px;
}

.widget_calendar tbody td:last-child {
	padding-right: 30px;
}

.widget_calendar tbody td a {
	font-weight: 700;
	
}

.widget_calendar tbody td a:hover {
	
}

.widget_calendar th {
	text-align: center;
}

.widget_calendar tfoot {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 14px;
}

.widget_calendar tfoot td a {
	
	text-align: center;
	font-size: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.widget_calendar tfoot td a:hover {
	
}

.widget_calendar tfoot #prev {
	left: 16px;
}

.widget_calendar tfoot #prev a:before {
	font-size: 32px;
	font-family: 'FontAwesome';
	content: '\f104';
}

.widget_calendar tfoot #next {
	right: 16px;
}

.widget_calendar tfoot #next a:after {
	font-size: 32px;
	font-family: 'FontAwesome';
	content: '\f105';
}

/*widget_twitter*/
.tweet_avatar {
	float: left;
}

.tweet_right {
	overflow: hidden;
	zoom: 1;
	margin-left: 60px;
}

.tweet_list li + li {
	margin-top: 10px;
	clear: both;
}

.tweet_list li + li .tweet_right {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tweet_list li + li .tweet_right, .tweet_list li + li .tweet_avatar {
	padding-top: 10px;
}

/* widget schedule */
.widget_schedule ul {
	margin: 0;
}

/*
**shortcodes
*/
/*teasers*/
.teaser {
	position: relative;
	margin-bottom: 30px;
}

.teaser[class*="_bg_color"] {
	padding: 35px 40px;
}

.teaser [class*="_bg_color"] {
	padding: 21px;
	margin-bottom: 2px;
	text-align: center;
}

.teaser [class*="_bg_color"] + h4 {
	margin-top: 24px;
}

.teaser .border_icon {
	padding: 0.35em;
	min-width: 1.8em;
	border-width: 3px;
	border-style: solid;
}

.teaser i {
	min-width: 1em;
	display: inline-block;
}

.teaser h2 {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 33px;
	position: relative;
	padding-bottom: 10px;
}

.teaser h2:after {
	content: '';
	position: absolute;
	width: 50px;
	margin-left: -25px;
	height: 1px;	
	bottom: -12px;
	left: 50%;
}

.teaser h3 {
	margin-bottom: 16px;
	font-size: 24px;
}

.teaser h4 {
	font-size: 20px;
	margin-bottom: 18px;
}

.teaser .media-left {
	padding-right: 30px;
}

.teaser .media-body h3 {
	margin-bottom: 8px;
	font-size: 28px;
}

.teaser .media-body h4 {
	margin-bottom: 6px;
}

@media (max-width: 500px) {
	.teaser h2, .teaser h3, .teaser h4 {
		font-size: 1.4em !important;
	}
}

.teaser [class*="count"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 80px;
	margin: 10px 0 6px;
}

.teaser [class*="count"] + p {
	margin: 0;
	font-size: 28px;
	font-weight: 300;
}

.teaser .theme_button {
	margin: 22px 0 0;
}

.section_padding_bottom_0 .teaser {
	margin-bottom: 0;
}

.teaser_icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.teaser_icon + p {
	margin-top: 27px;
}

.teaser:hover .teaser_icon {
	-webkit-animation: pulse 0.9s infinite;
	animation: pulse 0.9s infinite;
}

.size_big {
	font-size: 64px;
}

.size_normal {
	font-size: 42px;
}

.size_small {
	font-size: 26px;
}

/*horizontal teaser*/
.teaser.table_section {
	margin-top: 26px;
}

.teaser.table_section + .teaser.table_section {
	margin-top: 70px;
}

@media (min-width: 768px) {
	.teaser.table_section [class*="col-"] * {
		margin: 0;
		top: 0;
	}
}

@media (max-width: 767px) {
	.teaser.table_section [class*="col-"] * {
		text-align: center !important;
	}
}

/* background teaser */
.bg_teaser {
	/*size: cover !important;
	repeat: no-repeat;
	position: 50% 0;*/
	position: relative;	
	overflow: hidden;
}

.bg_teaser .bg_overlay {
	position: absolute;
	width: 100%;
	height: 1000px;
}

.bg_teaser .highlight {
	
}

.bg_teaser h4 + h3 {
	margin-top: -14px;
	font-size: 50px;
}

.bg_teaser.rectangular .teaser_content {
	padding: 200px 30px 50px;
}

.bg_teaser.rectangular .teaser_content h3 {
	font-size: 40px;
}

.bg_teaser > img {
	display: none;
	visibility: hidden;
}

.bg_teaser .teaser_content {
	margin: 0;
	padding: 30px 40px 30px;
	z-index: 2;
}

.bg_teaser .teaser_content > .media-left {
	padding-right: 35px;
}

.bg_teaser .teaser_content.media {
	padding: 65px 30px;	
}

.bg_teaser.width-gt-600 .teaser_content {
	padding-left: 80px;
	padding-right: 80px;
}

.bg_teaser.width-gt-600 .teaser_content > .media-left {
	padding-right: 70px;
}

.bg_teaser.width-lt-500 .teaser_content {
	padding-left: 30px;
	padding-right: 30px;
}

.bg_teaser.width-lt-500 .teaser_content > .media-left {
	padding-right: 0;
	display: block;
	margin-bottom: 60px;
	text-align: center;
}



/* testimonials-carousel */
.testimonials-carousel {
	padding: 0 0 20px;
}

.testimonials-carousel .item > p {
	font-style: italic;
	padding-left: 40px;
	margin-bottom: 40px;
	position: relative;
}

.testimonials-carousel .item > p:before {
	font-family: 'PT Sans', sans-serif;
	font-size: 100px;
	font-style: normal;
	content: '\201c';
	position: absolute;
	left: -3px;
	top: 30px;
	z-index: 10;
}

.testimonials-carousel h4 {
	margin: 0;
}

.testimonials-carousel h4 + p {
	margin-bottom: 0;
}

.testimonials-carousel .carousel-indicators {
	bottom: -16px;
	display: none;
}

.testimonials-carousel .carousel-control {
	display: none;
}

.testimonials-carousel .media + p {
	position: relative;
	padding: 10px 16px;
	
}

.testimonials-carousel .media:after {
	content: '';
	display: block;
	clear: both;
}

.testimonials-carousel .media + p:before,
.testimonials-carousel .media + p:after {
	content: '';
	position: absolute;
	left: 0;
	top: auto;
	bottom: -18px;
	border-style: solid;
	border-width: 18px 0 0 18px;
	
}

.testimonials-carousel .media + p:after {
	left: auto;
	right: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
}

.testimonials-carousel .media-object {
	max-width: 50px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.testimonials-carousel .carousel-indicators li {
	
}

.testimonials-carousel .carousel-indicators li.active {
	
}

.testimonials-control {
	font-size: 22px;
}

@media (min-width: 768px) {
	.single-slide h2 {
		font-size: 50px;
	}
}

.single-slide h2 {
	font-weight: 900;
}

.single-slide h3 {
	margin-bottom: 10px;
	font-size: 28px;
}

/*thumbnail*/
.thumbnail {
	position: relative;
	text-align: center;
	border-radius: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	
}

.isotope-item .thumbnail {
	margin-bottom: 30px;
}

.thumbnail h3 {
	font-size: 20px;
	margin-bottom: 2px;
	
}

.thumbnail h3 a {
	
}

.thumbnail h3 a:hover {
	
}

.thumbnail h3 + p {
	
	margin-bottom: 10px;
}

.thumbnail .caption {
	
	
	padding: 16px 20px 26px;
}

.thumbnail a[class*="soc-"]:before {
	
}

/* team side item */
.team-item, .team-item.isotope-item {
	margin-bottom: 30px;
}

/*vertical tabs*/
.vertical-tabs .nav > li > a {
	
	
	padding: 9px 60px 9px 16px;
	margin-bottom: 1px;
	font-size: 16px;
	line-height: 2em;
	position: relative;
}

.vertical-tabs .nav > li > a:after {
	
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	letter-spacing: 0;
}

.vertical-tabs .nav > li.active a,
.vertical-tabs .nav > li > a:hover {
	
}

@media (min-width: 768px) {
	.vertical-tabs .nav > li.active {
		position: relative;
		z-index: 2;
	}
}

/*price tables*/
.price-table,
.price-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.price-table {
	margin: 0;
}



.plan-name {
	padding: 20px 0;
}

.plan-name h3 {
	font-size: 28px;
	margin: 0;
}

.plan-price {
	padding: 35px 0 25px;
	position: relative;
  /* dollar sign */
  /* price */
  /* per month */
}

.plan-price span:first-child {
	font-size: 28px;
	font-weight: 300;
}

.plan-price span + span {
	font-size: 60px;
	font-weight: 700;
}

.plan-price p {
	display: inline;
	font-size: 28px;
	font-weight: 300;
}

.features-list {
	margin-top: 20px;
}

.features-list li {
	margin: 10px 50px;
	padding-top: 10px;
}

.call-to-action {
	padding: 30px 20px 50px;
}

.price-table.style1 {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.price-table.style1 .features-list li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.price-table.style1 .plan-price {
	
	
	margin: 1px -1px;
}

.price-table.style2 {
	
}

.price-table.style2 .plan-name {
	
	padding: 30px 0;
}

.price-table.style2 .plan-name h3 {
	
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 32px;
}

.price-table.style2 .plan-price {
	padding-bottom: 0;
	
}

.price-table.style2 .enabled:before,
.price-table.style2 .disabled:before {
	font-family: 'rt-icons-2';
	content: "\e621";
	padding-right: 13px;
	
}

.price-table.style2 .disabled:before {
	
	content: "\e622";
}

/*contacts*/
.contact-form {
	position: relative;
	z-index: 3;
}

    .contact-form textarea {
        height: 170px;
        font-family: 'Changa', sans-serif;
        font-size: 18px;
        padding-right: 15px;
        font-weight: 100;
        border: 1px solid #c7c5c5;
    }
    .contact-form input[type="text"], input[type="tel"], input[type="date"], input[type="datetime"], input[type="number"], input[type="email"], input[type="password"], input[type="url"], select, .input-group-addon {
        padding-right: 15px;
        font-family: 'Changa', sans-serif;
        font-size: 18px;
        height: 60px;
        font-weight: 100;
        border: 1px solid #c7c5c5;
    }
    .contact-form input[type="submit"]{       
        font-family: 'Changa', sans-serif;
        font-size: 18px;
        font-weight: 200;
    }

.contact-form.parallax {
	padding: 50px 50px 100px;
	image: url(../images/parallax/progress.jpg);
}

.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.transparent-background .form-control {
	
}

.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;
	}
}

.border-paragraphs {
	margin: 25px 0 25px;
}

.border-paragraphs p {
	padding: 9px 0 10px;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-paragraphs p:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*
**utilites
*/
.alignleft {
	float: left;
	margin: 5px 30px 15px 0;
	max-width: 50%;
}

.round {
	border-radius: 50%;
}

.inline-block {
	display: inline-block;
	max-width: 100%;
}

.with_background {
	padding: 40px;
	
}

.with_border {
	padding: 40px;
	border: 1px solid #e5e5e5;
}

.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;
}

#response,
.highlight {	
	
}

.highlight2 {
    font-size: 26px;   
    padding-bottom: 100px;
}
.highlight3 {
    margin:100px;
    font-size: 19px;
    
}



.greylinks a {
	
}

.darklinks a {
	
}

.thin {
    font-weight: 200;
    font-family: 'Changa', sans-serif;
}


.bold {
	font-weight: 700;
}

.quotesign {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 1;
}

.quotesign:before {
	font-size: 150px;
	font-family: 'PT Sans', sans-serif;
	content: '‘‘';
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

[class*="_bg_color"] {
	
}

.light_bg_color {
	
}

.main_bg_color {
	
	
}

.dark_bg_color {
	
}

.dark_bg_color h1, .dark_bg_color h2, .dark_bg_color h3, .dark_bg_color h4, .dark_bg_color h5, .dark_bg_color h6 {
	
}

.darkgrey_bg_color {
	
}

.darkgrey_bg_color h1, .darkgrey_bg_color h2, .darkgrey_bg_color h3, .darkgrey_bg_color h4, .darkgrey_bg_color h5, .darkgrey_bg_color h6 {
	
}

/*dividers*/
.divider_20 {
	margin: 20px 0;
}

.divider_30 {
	margin: 30px 0;
}

.divider_40 {
	margin: 40px 0;
}

.topmargin_0 {
	margin-top: 0 !important;
}

.topmargin_10 {
	margin-top: 10px;
}

.topmargin_20 {
	margin-top: 20px;
}

.topmargin_30 {
	margin-top: 30px;
}

.topmargin_40 {
	margin-top: 40px;
}

.bottommargin_0 {
	margin-bottom: 0;
}

.bottommargin_10 {
	margin-bottom: 10px;
}

.bottommargin_20 {
	margin-bottom: 20px;
}

.bottommargin_30 {
	margin-bottom: 30px;
}

.bottommargin_40 {
	margin-bottom: 40px;
}

.margin_0 {
	margin: 0;
}

/*alignment*/
.display_table {
	display: table;
	min-width: 100%;
	height: 100%;
	margin: auto;
}

.display_table_cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
	overflow: hidden;
	zoom: 1;
}

.columns_padding_0 [class*="col-"] {
	padding: 0;
}

@media (min-width: 500px) {
	.columns_padding_25 .row {
		margin-right: -25px;
		margin-left: -25px;
	}

	.columns_padding_25 [class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.not_found {
	font-size: 140px;
	font-weight: 200;
	line-height: 0.7;
	letter-spacing: -0.04em;
}

    .not_found + h2 {
        font-family: 'Changa', sans-serif;
        font-size: 48px;
        margin: 54px 0 0px;
        font-weight:200;
    }

        .not_found + h2 + h3 {
            font-family: 'Changa', sans-serif;
            margin: 14px 0 42px;
        }

@media (min-width: 1200px) {
	.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: auto;
	}

	.display_table_cell_lg {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
}

@media (min-width: 992px) {
	.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: auto;
	}

	.display_table_cell_md {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
	}
}

@media (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}

	.text-sm-left {
		text-align: left;
	}

	.text-sm-center {
		text-align: center;
	}

	.display_table_sm {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
	}

	.display_table_cell_sm {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
	}

	.big {
		font-size: 50px;
		font-weight: 300;
	}
}

@media (max-width: 767px) {
	.text-xs-right {
		text-align: right;
	}

	.text-xs-left {
		text-align: left;
	}

	.text-xs-center {
		text-align: center;
	}

	.not_found {
		font-size: 130px;
	}
}

.inline-dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inline-dropdown > li {
	display: inline-block;
}

/*
**plugins
*/
/* small item */
.small-item {
	text-align: center;
}

.small-item .item-image {
	position: relative;
}

.small-item .item-image h3 {
	position: absolute;
	bottom: 26px;
	right: 20px;
	left: 20px;
	font-weight: 700;
	font-size: 30px;
	
}

.small-item .progress {
	margin: 0;
}

.small-item .row {
	position: relative;
	margin-top: 24px;
}

.small-item .row strong {
	font-size: 30px;
}

.small-item .row strong .highlight {
	font-size: 50px;
}

@media (max-width: 500px) {
	.small-item .row strong .highlight {
		font-size: 30px;
	}
}

.small-item .row .col-xs-6 > span {
	margin: -8px 0 20px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.small-item .of {
	position: absolute;
	font-style: italic;
	font-weight: 400;
	left: 50%;
	top: 30px;
	margin-left: -12px;
}

.small-item .of:before {
	content: '';
	display: block;
	position: absolute;
	top: -50%;
	left: 50%;
	width: 1px;
	height: 60px;
	
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

article.small-item .row {
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

article.small-item .col-xs-6 {
	padding: 34px 0 0;
}

article.small-item .col-xs-6 + .col-xs-6 {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 0;
	left: 0;
}

.owl-carousel .owl-nav > div {
	
	font-size: 0;
	position: absolute;
	right: -40px;
	text-align: center;
	cursor: pointer;
}

.owl-carousel .owl-nav > div:first-child {
	left: -40px;
	right: auto;
}

.owl-carousel .owl-nav > div:after {
	font-family: 'FontAwesome';
	font-size: 50px;
	content: "\f105";
	
}

.owl-carousel .owl-nav > div:first-child:after {
	content: "\f104";
}

@media (max-width: 900px) {
	.owl-carousel .owl-nav > div {
		right: 0;
	}

	.owl-carousel .owl-nav > div:first-child {
		left: 0;
	}
}

.owl-carousel.owl-center .owl-nav {
	top: 0;
	bottom: 0;
	position: static;
	margin-top: 0;
}

.owl-carousel.owl-center .owl-nav > div {
	right: 0px;
	width: 60px;
	top: 0;
	bottom: 0;
	
}

.owl-carousel.owl-center .owl-nav > div:first-child {
	left: 0px;
	right: auto;
	
}

.owl-carousel.owl-center .owl-nav > div:after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	
	font-size: 20px;
	left: 27px;
}

/* 
 * Owl Carousel CSS File
 *  v2.0
 */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-
  /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
  /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-dots {
	text-align: center;
	margin-top: 10px;
	-webkit-tap-highlight-
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 6px;
	background: #323232;
	display: block;
	cursor: pointer;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #5fa901;
}

/* owl images fix */
.owl-carousel .owl-item {
	-webkit-transition: opacity 0.4s ease 0.2s;
	transition: opacity 0.4s ease 0.2s;
	opacity: 0;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

/*======================================
  Selectric
======================================*/
.selectricWrapper {
	position: relative;
	cursor: pointer;
}

.selectricResponsive {
	width: 100%;
}

.selectric {
	position: relative;
}

.selectric .selectric-label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	font: 0/0 a;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-
	border-bottom: none;
}

.selectricOpen {
	z-index: 9999;
}

.selectricOpen .selectricItems {
	display: block;
}

.selectricDisabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectricItems {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	z-index: -1;
}

.selectricItems .selectricScroll {
	height: 100%;
	overflow: auto;
}

.selectricAbove .selectricItems {
	top: auto;
	bottom: 100%;
}

.selectricItems ul, .selectricItems li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	min-height: 20px;
}

.selectricItems li {
	display: block;
	padding: 8px;
	
	cursor: pointer;
}

.selectricItems li.selected {
	
}

.selectricItems li:hover {
	
}

.selectricItems .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectricItems .selectricGroup .selectricGroupLabel {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	
}

.selectricItems .selectricGroup.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectricItems .selectricGroup li {
	padding-left: 25px;
}

/*
flexslider
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

/*.carousel li { margin-right: 5px; }*/
/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
	
	text-align: center;
}

.flex-direction-nav .flex-prev {
	left: 40px;
}

.flex-direction-nav .flex-next {
	right: 40px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 40px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 40px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 40px;
	content: '\f104';
	
	position: absolute;
	top: 5px;
	left: 12px;
}

.flex-direction-nav a.flex-next:before {
	content: '\f105';
	left: 14px;
}

/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	
}

.flex-pauseplay a:before {
	font-family: 'rt-icons-2';
	font-size: 20px;
	display: inline-block;
	content: "\e6a2";
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\e711";
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 16px;
	text-align: center;
	z-index: 10;
}

.flex-control-nav li {
	text-align: center;
	display: inline-block;
	padding: 0 5px;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #323232;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
}

.flex-control-paging li a:hover {
	
}

.flex-control-paging li a.flex-active {
	
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 600px) {
	.flex-direction-nav .flex-prev {
		top: 14%;
	}

	.flex-direction-nav .flex-next {
		top: 14%;
	}
}

/*
prettyPhoto
*/
div.facebook .pp_expand {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_expand:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}

div.facebook .pp_contract:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}

div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	z-index: 3000;
}

div.facebook .pp_description {
	margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
	background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
	position: 0 -96px;
	cursor: default;
}

div.facebook .pp_arrow_next {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}

div.facebook .pp_arrow_next.disabled {
	position: -32px -96px;
	cursor: default;
}

div.facebook .pp_nav {
	margin-top: 0;
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
	margin-top: -2px;
}

div.facebook .pp_nav .pp_play {
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}

div.facebook .pp_next:hover {
	background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}

div.facebook .pp_previous:hover {
	background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}

div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_content {
	height: 40px;
	min-width: 40px;
	overflow: hidden;
}

* html .pp_content {
	width: 40px;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
  /*margin:10px 0 2px;*/
	padding: 7px 10px;
	
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0;
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: auto;
	overflow: hidden;
}

.pp_social .twitter {
	float: left;
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}

.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}

.pp_gallery ul a {
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}

a.pp_next {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	transition: none;
}

a.pp_previous {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	-webkit-transition: none;
	transition: none;
}

a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}

a.pp_close {
	position: absolute;
	right: 6px;
	top: -16px;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}

#pp_full_res {
	line-height: 1 !important;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px;
}

div.ppt {
	
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px;
}

.pp_top, .pp_bottom {
	height: 20px;
	position: relative;
}

* html .pp_top, * html .pp_bottom {
	padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
	display: none;
}

/*
easy pie chart
*/
.chart {
	position: relative;
	display: inline-block;
	width: 270px;
	height: 270px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.percent {
	display: inline-block;
	padding-top: 103px;
	font-size: 80px;
	font-weight: 700;
	z-index: 2;
	letter-spacing: -0.05em;
}

.percent:after {
	font-weight: 300;
	content: '%';
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

/* 
timetable 
*/
#timetable {
	text-align: center;
	border-top: none;
	width: 99%;
}

#timetable span {
	display: block;
}

#timetable th, #timetable td {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	padding: 20px 2px;
}

#timetable thead {
	
}

#timetable thead th {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0 1px;
}

#timetable tbody {
	font-size: 14px;
}

#timetable tbody th, #timetable tbody td {
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#timetable tbody .current {
	
	border-
}

#timetable tbody .current a {
	
}

/* 
totop 
*/
#toTop {
	bottom: 5px;
	right: 5px;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 9999;
	font-size: 0;
	
	
}

#toTop:after {
	
	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;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
	
	bottom: 8px;
}

#toTop:hover:after {
	
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

/* jQuery Countdown styles 2.0.2. */
#comingsoon-countdown {
	text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
	clear: both;
	display: table;
	content: ' ';
}

.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	display: table;
	margin: auto;
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: center;
}

.countdown-section {
	display: table-cell;
	padding: 10px 40px 20px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.countdown-section:first-child {
	border-left-width: 0;
}

.countdown-amount {
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	
}

.countdown-period {
	display: block;
	font-size: 28px;
	font-weight: 300;
}

.countdown-descr {
	display: block;
}

@media (max-width: 767px) {
	.countdown-section {
		padding: 20px 8px 0;
	}

	.countdown-amount {
		font-size: 40px;
	}

	.countdown-period {
		font-size: 16px;
	}
}

/*
isotope portfolio
*/
#isotope_filters,
.filters {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

#isotope_filters li,
.filters li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#isotope_filters a,
.filters a {
	padding: 4px 25px;
	margin: 0 2px 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	
}

#isotope_filters a:hover, #isotope_filters a.selected, #isotope_filters a.active,
.filters a:hover,
.filters a.selected,
.filters a.active {
	
	border-
	
}

#isotope_filters {
	margin: 0 0 44px;
}

#isotope_filters.text-left {
	text-align: left;
}

.blog-grid .isotope-item {
	margin-right: -1px;
	margin-bottom: 30px;
}

.page_portfolio .gallery-item {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	text-align: center;
}

.page_portfolio .gallery-item + .gallery-item {
	margin-top: 0 !important;
}

.page_portfolio .gallery-item.padding-item {
	margin-bottom: 30px;
}

.page_portfolio .gallery-item.padding-item > div {
	position: relative;
	overflow: hidden;
}

.gallery-item-description {
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 5px 5px 5px;
	text-align: center;
	z-index: 5;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.entry-thumbnail .gallery-item-description {
	opacity: 1;
	text-align: left;
	text-transform: uppercase;
	padding: 0 40px 20px;
	letter-spacing: 0.2em;
	font-size: 16px;
	
}

.entry-thumbnail .gallery-item-description a {
	
}

.entry-thumbnail .gallery-item-description a i {
	font-size: 1em;
}

.entry-thumbnail .gallery-item-description a:hover {
	
}

.gallery-item:hover .gallery-item-description {
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery-item .gallery-item-description a {
	
}

.gallery-item .gallery-item-description a:hover {
	
}

.gallery-item .gallery-item-description h3 {
	margin: 0 40px 10px 40px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

@media (max-width: 1400px) {
	.gallery-item .gallery-item-description h3 {
		font-size: 22px;
	}
}

.gallery-item .gallery-item-description h3 a {
	
}

.gallery-item .gallery-item-description h3 a:hover {
	
}

.gallery-item .gallery-item-description p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.item-meta {
	margin: -12px 0 10px;
	font-size: 16px;
	font-weight: 400;
}

.gallery-item:hover .gallery-item-description h3,
.gallery-item:hover .gallery-item-description p {
	
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery-classic-item-description {
	padding: 0px 10px 0;
}

.gallery-classic-item-description h3 {
	font-weight: 300;
	font-size: 20px;
}

.gallery-item .post-content h3 {
	margin: -3px 0 10px;
}

.gallery-image {
	overflow: hidden;
	position: relative;
}

.gallery-image-links, .gallery-image-links:before {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.gallery-item:hover .gallery-image-links:before {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.gallery-item:hover .gallery-image-links {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.gallery-image-links a {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	top: -50px;
	left: 50%;
	z-index: 3;
	font-size: 24px;
	text-align: center;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	
	
}

.gallery-image-links a:hover {
	
}

.gallery-image-links a.p-view {
	margin-left: -45px;
}

.gallery-image-links a.p-link {	
	margin-left: 5px;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.gallery-item:hover .gallery-image-links a {
	top: 12%;
}

.gallery-image-links a:before {
	font-family: 'rt-icons-2';
	content: "\e6d4";
}

.gallery-image-links a.p-link:before {
	content: "\e707";
}

/* single item */
.gallery-post {
	text-align: center;
}

.gallery-post h1 {
	margin-top: 0;
}

.project-details h4 {
	margin-top: 0;
}

.project-details p span {
	font-weight: 700;
}

.project-details p + p {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 15px;
}

.project-details p:last-child {
	border: none;
}

/*switcher styles*/
#switcher {
	position: fixed;
	top: 22%;
	right: -200px;
	width: 200px;	
	z-index: 1001;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#switcher.active {
	right: 0;
}

#switcher a {
	
}

#switcher .checkbox {
	margin: 4px 0;
	line-height: 1.5;
}

#switcher h4 {
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	
	margin: 0;
	font-weight: 300;
	letter-spacing: 0;
	padding: 0 36px;
}

#switcher span[class^="rt-icon2-"] {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	
	font-size: 24px;
	
	text-align: center;
	left: -60px;
	top: 0;
	cursor: pointer;
	z-index: 2;
}

#switcher span[class^="rt-icon2-"]:hover {
	
}

#switcher span[class="rt-icon2-delete-outline"] {
	
	z-index: 1;
	left: -20px;
}

#switcher li {
	margin-bottom: 0px;
	padding: 0 4px;
}

#switcher p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
}

#switcher label {
	
}

#switcher ul {
	margin-bottom: 0;
}

#switcher .tooltip {
	min-width: 110px;
}

#switcher .tooltip-arrow {
	display: none;
}

#switcher-version a {
	padding: 13px 14px;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

#switcher-version a:hover {
	
}

#switcher-version a.light {
	
	
}

#switcher-version a.dark {
	
	
}

#switcher-colors a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	
	overflow: hidden;
}

#switcher-colors a:hover {
	opacity: 0.7;
}

#switcher-colors a:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 74px;
	right: 0;
	
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#switcher-colors a.color2 {
	
}

#switcher-colors a.color2:after {
	
}

#switcher-colors a.color3 {
	
}

#switcher-colors a.color3:after {
	
}

#switcher-colors {
	line-height: 0;
}

#switcher-patterns a {
	display: block;
	line-height: 1;
	height: 40px;
	width: 40px;
	overflow: hidden;
	
}

#switcher-patterns a img {
	opacity: 0;
}

#switcher-patterns a:hover {
	opacity: 0.7;
}

#switcher-patterns li:first-child a img {
	opacity: 1;
}

#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout,
#switcher_patterns {
	padding: 26px 30px 0px;
}

.checkbox-slider--b-flat {
	position: relative;
}

.checkbox-slider--b-flat input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.checkbox-slider--b-flat input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-slider--b-flat input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}

.checkbox-slider--b-flat input + span > h4 {
	display: inline;
}

.checkbox-slider--b-flat input + span {
	padding-left: 40px;
}

.checkbox-slider--b-flat input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: #ffffff;
}

.checkbox-slider--b-flat input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	-webkit-transition: margin-left 0.4s ease-in-out;
	transition: margin-left 0.4s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}

.checkbox-slider--b-flat input:checked + span:after {
	margin-left: 20px;
	content: "";
}

.checkbox-slider--b-flat input:checked + span:before {
	-webkit-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

.checkbox-slider--b-flat input + span {
	padding-left: 30px;
}

.checkbox-slider--b-flat input + span:before {
	border-radius: 20px;
	width: 40px;
}

.checkbox-slider--b-flat input + span:after {
	background: #5fa901;
	content: "";
	width: 20px;
	border: solid transparent 2px;
	clip: padding-box;
	border-radius: 20px;
}

.checkbox-slider--b-flat input:checked + span:after {
	content: "";
	margin-left: 20px;
	border: solid transparent 2px;
	clip: padding-box;
}

.checkbox-slider--b-flat input:checked + span:before {
	background: #ffffff;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
	border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
	border-radius: 30px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
	border-radius: 40px;
}

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
	border-radius: 40px;
}

.checkbox-slider--b-flat input + span:before {
	box-shadow: none;
}
/* css DZ*/
.bg-color-maron{
    
    
}
.menu-margin{
    margin:0px;    
    width:100%;
	padding-right:5px;
}

.top-header{
    
}
.republic h1{
    font-family: 'Changa', sans-serif;
    
    font-size:26px;
    line-height: 1;
	font-weight: 200;
	/*letter-spacing: -0.02em;*/
}
.republic h4{
    font-family: 'Changa', sans-serif;
    
    font-size:18px;
    line-height: 1;
	font-weight: 200;
	/*letter-spacing: -0.02em;*/
}
.republic h3{
    font-family: 'Changa', sans-serif;
    
    font-size:22px;
    line-height: 1;
	font-weight: 400;
	/*letter-spacing: -0.02em;*/
}



.ls.gs .thumbnail .caption {
	border: none;
}

.ls.gs .countdown-section {	
	padding-right: 20px;
	padding-left: 20px;
	
}

@media (max-width: 767px) {
	.ls.gs .countdown-section {
		border: none;
		padding-left: 8px;
		padding-right: 8px;
	}
}
.header-contact {
    font-family: 'Changa', sans-serif;
    font-size:14px;
}
.ar-font {
    font-family: 'Changa', sans-serif;
}
.teaser_content .media-left .media-heading {
    font-family: 'Changa', sans-serif;
    font-size:18px;
    font-weight:100;
}

.teaser_content .media-left .media-heading-big {
    font-family: 'Changa', sans-serif;
    font-size: 50px;
    font-weight: 200;
}
.teaser_content .media-body p {
    font-size: 18px;
    font-weight: 200;
}
.section_subscribe .highlight {
    font-family: 'Changa', sans-serif;
    font-size: 40px;
    font-weight: 200;
    margin-bottom:50px;
}
.post-content .entry-title {
    font-family: 'Changa', sans-serif;
    
    font-size: 25px;
    font-weight: 400;
}
.comments-link{
   
}
    .comments-link strong {
        
    }

body {
    font-family: 'Changa', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Changa', sans-serif;
    font-weight:200;
}
.entry-content h3 {
    
    font-weight: 300;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        left: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        left: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        right: 100%;
    }

    .col-lg-push-11 {
        right: 91.66666667%;
    }

    .col-lg-push-10 {
        right: 83.33333333%;
    }

    .col-lg-push-9 {
        right: 75%;
    }

    .col-lg-push-8 {
        right: 66.66666667%;
    }

    .col-lg-push-7 {
        right: 58.33333333%;
    }

    .col-lg-push-6 {
        right: 50%;
    }

    .col-lg-push-5 {
        right: 41.66666667%;
    }

    .col-lg-push-4 {
        right: 33.33333333%;
    }

    .col-lg-push-3 {
        right: 25%;
    }

    .col-lg-push-2 {
        right: 16.66666667%;
    }

    .col-lg-push-1 {
        right: 8.33333333%;
    }

    .col-lg-push-0 {
        right: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/*.teaser{
	height:300px;
	background-color:#e5e5e5;
}*/