/* --------------------------------------------
	 Author: www.windowsvlx.com 
     Version: 1.0
     License: GNU General Public License version
-------------------------------------------- */

@font-face {
	font-family: "Corsica";
	src: url('fonts/CorsicaLX-Regular.otf');
}

#maps {
	height: 700px;
	width: 100%;
}

#wrapper {
	position: relative;
}

#over_map {
	position: absolute;
	background-color: transparent;
	top: 35%;
	left: 45%;
	z-index: 99;
	opacity: 0.8;
	display: none;
	width: 10%;
}

#over_map_center {
	position: absolute;
	top: 0px;
	padding: 5px;
	background-color: transparent;
	fond-weight: bold;
	font-size: 22px;
	color: black;
	font-family: 'Corsica';
	width: 65%;
	opacity: 0.9;

}

input#map_adress {
	background-color: #fff !important;
	font-family: Corsica;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	color: black;
}

input#map_adress:focus {
	border: 2px double #538ecc;
}


#divLoading {
	margin: 0px;
	padding: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(102, 102, 102);
	z-index: 30001;
	opacity: 0.9;
	display: none;
}

#divLoading p {
	position: absolute;
	color: White;
	top: 45%;
	left: 45%;
	font-size: 16px;
}

#divLoading p img {
	margin-top: 40px;
}

@font-face {
	font-family: "Calibri";
	src: url('fonts/calibrii.ttf');
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#contacts, #card_contacts {
   background: #FFFFFF;
   border-radius: 5px;
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
   width: 650px;
   display : none;
   position : absolute;
}

.contacts_text{
	padding: 10px;
	text-align: left;
}


#contacts-header {
    background: #538ecc;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 100%;
    height: 45px;
    text-align: center;
    color: white;
    padding-top: 10px;
    font-size: 12pt; 
}


body {
	color: #555;
	font-size: 13px;
	line-height: 22px;
	font-family: "Corsica";
}

h1, h2, h3, h4, h5, .custom-caption p, span.dropcap1, span.dropcap2,
	span.dropcap3, span.dropcap4, .v-call-text, .smash-text,
	.v-smash-text-large, .testimonial-text, .header-advert,
	.v-icon-character, .v-fancy-heading h1 {
	font-family: "Corsica";
}

h6, .v-counter h6.v-counter-text, .progress-bar-wrap .bar-text>span.progress-value,
	table.v-table th, .team-member figcaption span, .read-more-button,
	.v-pagination li span.current, .twitter-link a, .comment-meta .comment-author
	{
	font-family: "Corsica";
	letter-spacing: 1.5px;
	font-weight: normal !important;
}

.padding-100 {
	padding-bottom: 100px !important;
	padding-top: 100px !important;
}

.padding-90 {
	padding-bottom: 90px !important;
	padding-top: 90px !important;
}

.padding-80 {
	padding-bottom: 80px !important;
	padding-top: 80px !important;
}

.padding-70 {
	padding-bottom: 70px !important;
	padding-top: 70px !important;
}

.padding-60 {
	padding-bottom: 60px !important;
	padding-top: 60px !important;
}

.padding-50 {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}

.padding-40 {
	padding-bottom: 40px !important;
	padding-top: 40px !important;
}

.padding-30 {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.no-bottom-padding {
	padding-bottom: 0px !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.pull-bottom {
	margin-bottom: 35px;
}

.pull-bottom-small {
	margin-bottom: 20px;
}

.pull-bottom-big {
	margin-bottom: 45px;
}

.pull-top-small {
	margin-top: 20px;
}

.pull-top {
	margin-top: 35px;
}

.pull-top-big {
	margin-top: 50px;
}

.v-height-mini {
	height: 15px !important;
}

.v-height-small {
	height: 30px !important;
}

.v-height-standard {
	height: 50px !important;
}

.v-height-big {
	height: 75px !important;
}

.v-lead {
	font-size: 16px !important;
	line-height: 28px;
	font-family: "Corsica";
	color: #194a8f;
}

div.center {
	text-align: center !important;
}

::selection, ::-moz-selection {
	background-color: #25CBF5;
	color: #fff;
}

body.modal-open {
	margin-right: 0;
}

label {
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	font-family: "Corsica";
}

a {
	outline: none !important;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none !important;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #25CBF5;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
	outline-style: none;
	outline: none;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	line-height: 34px;
	color: #333333;
}

h2 {
	font-size: 20px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h6.special {
	font-family: "Corsica";
	font-weight: 400 !important;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #323436;
	margin-bottom: 15px;
}

h1 a {
	color: #333333;
}

h2, h2 a {
	color: #333333;
}

h3, h3 a {
	color: #333333;
}

h4, h4 a {
	color: #333333;
}

h5, h5 a {
	color: #333333;
}

h6, h6 a {
	color: #333333;
}

p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 22px;
	font-family: "Corsica";
}

ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

ul>li>ul, ol>li>ol {
	margin-left: 20px;
	padding-left: 0;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 20px;
}

dl dt, dl dd {
	line-height: 180%;
}

ul ul, ul ol, ol ol, ol ul {
	margin-left: 0;
}

a.text-link {
	border-bottom: 1px dotted #e3e3e3;
	border-color: #25CBF5;
}

.no-js-alert {
	background: none repeat scroll 0 0 #222222;
	color: #FFFFFF;
	font-size: 24px;
	height: 100%;
	left: 0;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	padding: 20% 5% 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 90%;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.clearfix {
	clear: none !important;
}

.clearfix h3 {
	font-weight: bold;
}

#container {
	position: relative;
	background: white;
}

.no-csstransforms3d #container {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform-style: flat;
	transform-style: flat;
	position: inherit;
}

iframe {
	border: 0;
}

video.wp-video-shortcode {
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
}

table th {
	font-weight: bold;
}

table thead th {
	text-transform: uppercase;
}

table tr>th {
	padding-right: 20px;
}

table td {
	padding: 5px 10px 5px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

img {
	max-width: 100%;
	height: auto;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	border: 1px solid #E4E4E4;
	border-radius: 2px;
}

audio {
	margin: 20px 0;
}

.v-spacer {
	min-height: 0;
}

.chat-transcript .chat-author {
	font-weight: bold;
}

.nicescroll-rails {
	background: #fff;
	width: 5px !important;
}

.nicescroll-rails>div {
	width: 5px !important;
	border: 0 !important;
	background: #666 !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	border-radius: 6px !important;
}

.fw-row {
	margin-left: 0;
	margin-right: 0;
}

.row.fw-row .coloured-box-wrap .col-sm-2, .row.fw-row .coloured-box-wrap .col-sm-3,
	.row.fw-row .coloured-box-wrap .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.row.fw-row .coloured-box-wrap .btn.v-btn {
	margin-top: 10px;
}

.row.fw-row .coloured-box-wrap .coloured-box-inner {
	padding: 12%;
	color: #ffffff;
}

.single .container .body-text>.container {
	margin-left: -15px;
	max-width: 100%;
}

.modal-body .container {
	max-width: 100%;
}

.white-color {
	color: white !important;
}

div.white-color {
	color: white !important;
}

.v-color, div.v-color {
	color: #25CBF5;
}

.v-link {
	color: #25CBF5;
}

.v-link:hover {
	border-bottom: 1px dotted #25CBF5;
}

.v-bg-color {
	background-color: #f7f7f7 !important;
}

figure {
	margin: 0;
}

figure img {
	width: 100%;
	height: auto;
}

figure a {
	display: block;
}

figure .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 3;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: -0.6px;
	padding-right: 0.6px;
}

figure:hover>a>.overlay {
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	margin-top: -1.6px;
	padding-bottom: 1.6px;
}

figure.animated-overlay figcaption {
	background-color: rgba(29, 198, 223, 0.90);
}

figure.animated-overlay.transparent figcaption {
	background-color: transparent;
}

figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5,
	figcaption .thumb-info-excerpt p {
	color: #ffffff;
}

figure.animated-overlay figcaption .thumb-info i {
	background: #222222;
	color: #ffffff;
	cursor: pointer !important;
	-webkit-transform: scale(0.5) rotate(-90deg);
	-moz-transform: scale(0.5) rotate(-90deg);
	-ms-transform: scale(0.5) rotate(-90deg);
	-o-transform: scale(0.5) rotate(-90deg);
	transform: scale(0.5) rotate(-90deg);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

figure.animated-overlay figcaption .thumb-info i.fa-angle-right:before {
	content: '\E832';
	font-family: "Corsica";
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


figure:hover .overlay {
	box-shadow: inset 0 0 0 500px #25CBF5;
}

figcaption .thumb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

figcaption .thumb-info h4 {
	line-height: 20px;
	padding: 0 5%;
	width: 100%;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	-moz-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 25px;
}

figcaption .thumb-info-extended h4 {
	margin-top: -60px;
}

figcaption .thumb-info-extended h5 {
	padding: 0 5%;
	width: 100%;
	position: absolute;
	bottom: 5px;
}

figcaption .thumb-info a:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

figcaption .thumb-info i {
	font-size: 18px;
	line-height: 24px;
	padding: 14px;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	display: block;
	-moz-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: 50%;
	top: 47%;
	margin: -24px 0 0 -24px;
}

figcaption .thumb-info-v2 i {
	font-size: 18px;
	line-height: 30px;
	padding: 10px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	left: 50%;
	position: absolute;
}

figcaption .thumb-info-excerpt h4 {
	line-height: 20px;
	margin-bottom: 0;
	padding: 0 5%;
	width: 100%;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	-moz-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: absolute;
	top: 40%;
	margin-top: -40px;
}

figcaption .thumb-info-excerpt p {
	line-height: 22px;
	margin-bottom: 0;
	padding: 0 5%;
	width: 100%;
	text-align: center;
	-moz-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	text-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: absolute;
	top: 40%;
	margin-top: 0;
}

figcaption .thumb-info-excerpt i {
	display: none;
}

figure.animated-overlay {
	position: relative;
	overflow: visible;
	z-index: 2;
}

figure.animated-overlay>a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

figure.animated-overlay .thumb-slider ul.slides li a {
	position: relative;
	z-index: 2;
}

figure.animated-overlay figcaption {
	height: 100%;
	width: 100%;
	display: block;
	opacity: 0;
	filter: alpha(opacity = 0);
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.browser-ie figure.animated-overlay figcaption, .browser-ie10 figure.animated-overlay figcaption
	{
	background-image: none;
}

figure.animated-overlay:hover figcaption {
	opacity: 1;
	filter: alpha(opacity = 100);
}

figure.animated-overlay.overlay-alt:hover figcaption {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.curved-bar-styling {
	border: 1px solid #e4e4e4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

ul.bar-styling {
	height: auto;
	overflow: hidden;
}

ul.page-numbers {
	float: right;
}

ul.bar-styling li, ul.page-numbers li {
	float: left;
	display: block;
}

ul.bar-styling li>a, ul.bar-styling li>div, ul.page-numbers li>a, ul.page-numbers li>span
	{
	padding: 8px 15px;
	border: 1px solid transparent;
	display: block;
	margin-right: -1px;
	text-decoration: none;
	height: auto;
	overflow: hidden;
}

ul.bar-styling li>form input {
	border: 1px solid transparent;
	display: block;
	margin-right: -1px;
	overflow: hidden;
	padding: 10px 14px;
	height: 40px;
	font-size: 14px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

ul.bar-styling li:first-child a, ul.bar-styling li:first-child div, ul.page-numbers li:first-child a,
	ul.page-numbers li:first-child span {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

ul.bar-styling li:last-child a, ul.bar-styling li:last-child div, ul.page-numbers li:last-child a,
	ul.page-numbers li:last-child span {
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.page-numbers li a.prev i, ul.page-numbers li a.next i {
	height: 10px;
	display: inline-block;
	vertical-align: -3px;
}

.v-pagination li a:hover, ul.bar-styling li:not (.selected) >a:hover,
	ul.bar-styling li>.comments-likes:hover, ul.page-numbers li>a:hover, ul.page-numbers li>span.current
	{
	color: #ffffff !important;
	background: #25CBF5;
	border-color: #25CBF5;
}

ul.bar-styling li>.comments-likes:hover * {
	color: #ffffff !important;
}

.v-pagination li a, .v-pagination li span, .v-pagination li span.expand,
	ul.bar-styling li>a, ul.bar-styling li>div, ul.page-numbers li>a, ul.page-numbers li>span,
	.curved-bar-styling, ul.bar-styling li>form input {
	border-color: #e4e4e4;
}

ul.bar-styling li>a, ul.bar-styling li>span, ul.bar-styling li>div, ul.bar-styling li>form input
	{
	background-color: #ffffff;
}

ul.bar-styling li.facebook>a:hover {
	color: #fff !important;
	background: #3b5998;
	border-color: #3b5998;
}

ul.bar-styling li.twitter>a:hover {
	color: #fff !important;
	background: #4099FF;
	border-color: #4099FF;
}

ul.bar-styling li.google-plus>a:hover {
	color: #fff !important;
	background: #d34836;
	border-color: #d34836;
}

ul.bar-styling li.pinterest>a:hover {
	color: #fff !important;
	background: #cb2027;
	border-color: #cb2027;
}

.modal-header {
	padding: 22px 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f7f7f7;
}

.modal-header h2, .modal-header h3 {
	margin: 0;
}

.modal-header .close {
	margin-top: 2px;
	outline: none !important;
}

.modal-body {
	padding: 20px 30px;
}

.viewer li {
	-webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-o-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.viewer .caption {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-o-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
	opacity: 100;
	visibility: visible;
}

.viewer .close:hover {
	color: #fff;
}

.grid {
	list-style: none;
}

.grid>li {
	display: block;
	float: left;
	opacity: 0;
}

.grid>li.shown, .no-js .grid>li, .no-cssanimations .grid>li, .grid.no-effect>li
	{
	opacity: 1;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	-moz-animation: fadeIn 0.65s ease forwards;
	-o-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	-o-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	-moz-animation: moveUp 0.65s ease forwards;
	-o-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	-moz-animation: scaleUp 0.65s ease-in-out forwards;
	-o-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(300px) rotateX(-90deg);
	-moz-transform: translateY(300px) rotateX(-90deg);
	-ms-transform: translateY(300px) rotateX(-90deg);
	-o-transform: translateY(300px) rotateX(-90deg);
	transform: translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	-moz-animation: fallPerspective .8s ease-in-out forwards;
	-o-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	-moz-animation: fly .8s ease-in-out forwards;
	-o-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	-moz-transform: rotateX(-80deg);
	-ms-transform: rotateX(-80deg);
	-o-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	-moz-animation: flip .8s ease-in-out forwards;
	-o-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	-moz-animation: helix .8s ease-in-out forwards;
	-o-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	-o-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

.flexslider {
	background: transparent;
	border: 0;
	width: 100%;
	z-index: 2;
	display: block;
	position: relative;
	overflow: hidden;
}

.flexslider ul.slides {
	background: transparent;
	margin: 0;
	height: auto;
	overflow: hidden;
	list-style: none !important;
}

.flexslider .slides>li {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider .slides li img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block !important;
}

.flex-direction-nav, .flex-direction-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-direction-nav a, .carousel-wrap a.next, .carousel-wrap a.prev {
	width: 38px;
	height: 38px;
	margin: -19px 0 0;
	display: block;
	background: transparent url('../img/icons/showcase-nav.png') no-repeat
		center left;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity = 0);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.flex-direction-nav .flex-next {
	background-position: center right;
	right: -36px;
}

.flex-direction-nav .flex-prev {
	left: -36px;
}

.carousel-wrap>a {
	color: #333333;
}

.carousel-wrap>a:hover {
	color: #25CBF5 !important;
}

.carousel-wrap a.prev {
	left: -10px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.carousel-wrap a.next {
	right: -10px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	background-position: center right;
}

.carousel-wrap:hover a.next, .carousel-wrap:hover a.prev {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity = 0) !important;
	pointer-events: none;
}

.carousel-wrap {
	position: relative;
	margin-right: -11px;
	margin-left: -11px;
}

.content-slider {
	position: static;
}

.content-slider .flex-direction-nav .flex-next {
	right: 20px !important;
}

.content-slider .flex-direction-nav .flex-prev {
	left: 20px !important;
}

.flexslider:hover .flex-next {
	opacity: 1;
	filter: alpha(opacity = 100);
	right: 20px !important;
}

.flexslider:hover .flex-prev {
	opacity: 1;
	filter: alpha(opacity = 100);
	left: 20px !important;
}

.tp-caption a.btn.v-btn {
	margin-right: 0;
}

.flex-direction-nav .disabled {
	opacity: .3 !important;
	filter: alpha(opacity = 30);
	cursor: default;
}

.thumb-slider .flex-direction-nav {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.thumb-slider .flex-direction-nav li {
	position: relative !important;
	left: auto !important;
	top: 50% !important;
}

.thumb-slider .flex-direction-nav a, .gallery-slider .flex-direction-nav a,
	.gallery-nav .flex-direction-nav a, .item-slider .flex-direction-nav a
	{
	height: 38px;
	width: 36px;
	background: transparent url('../img/icons/slider-nav.png') no-repeat
		center left;
}

.thumb-slider .flex-prev, .thumb-slider:hover .flex-prev,
	.gallery-slider .flex-prev, .gallery-slider:hover .flex-prev,
	.gallery-nav .flex-prev, .gallery-nav:hover .flex-prev, .item-slider .flex-prev,
	.item-slider:hover .flex-prev {
	left: 0 !important;
}

.thumb-slider .flex-next, .thumb-slider:hover .flex-next,
	.gallery-slider .flex-next, .gallery-slider:hover .flex-next,
	.gallery-nav .flex-next, .gallery-nav:hover .flex-next, .item-slider .flex-next,
	.item-slider:hover .flex-next {
	right: 0 !important;
}

.thumb-slider .flex-direction-nav a.flex-next, .gallery-slider .flex-direction-nav a.flex-next,
	.gallery-nav .flex-direction-nav a.flex-next, .item-slider .flex-direction-nav a.flex-next
	{
	background-position: center right;
}

.thumb-slider:hover .flex-direction-nav a.flex-prev, .gallery-slider:hover .flex-direction-nav a.flex-prev,
	.gallery-nav:hover .flex-direction-nav a.flex-prev, .item-slider:hover .flex-direction-nav a.flex-prev
	{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.thumb-slider:hover .flex-direction-nav a.flex-next, .gallery-slider:hover .flex-direction-nav a.flex-next,
	.gallery-nav:hover .flex-direction-nav a.flex-next, .item-slider:hover .flex-direction-nav a.flex-next
	{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.flex-control-nav {
	position: absolute;
	bottom: 20px;
	margin: 0;
	z-index: 4;
	list-style: none !important;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}

.flexslider .flexslider-caption {
	position: absolute;
	bottom: 0px;
	z-index: 10;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background: rgba(0, 0, 0, 0.6);
	left: 0%;
	right: 0%;
}

.flex-control-nav li a {
	color: #FFF;
}

.flex-control-nav li a:hover {
	cursor: pointer;
}

.flex-control-nav li a.flex-active {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.flex-pauseplay {
	position: absolute;
	color: #fff;
	bottom: 18px;
	left: 20px;
	font-size: 13px;
	height: 13px;
}

.flex-pauseplay span:before {
	font-family: "Corsica";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
}

.flex-pauseplay .pause:before {
	content: "\f04c";
}

.flex-pauseplay .play:before {
	content: "\f04b";
}

.blog-slider .flex-pauseplay, .thumb-slider .flex-pauseplay {
	bottom: 16px;
	font-size: 11px;
	height: 13px;
}

.flex-pauseplay:hover {
	cursor: pointer;
}

.flex-pauseplay span {
	height: 11px;
	display: block;
	line-height: 13px;
}

.thumb-slider .flex-control-nav, .thumb-slider .flex-pauseplay {
	display: none;
}

p.flex-caption {
	text-shadow: none;
	background: rgba(0, 0, 0, .4);
}

.item-slider p.flex-caption {
	position: absolute;
	bottom: 0;
	padding: 15px 25px;
	color: #fff;
	margin: 0;
	font-size: 16px;
	right: 0;
}

.custom-caption {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 60px;
	width: auto;
	max-width: 500px;
}

.custom-caption p {
	text-align: left;
	width: auto;
	font-size: 24px;
	padding: 0px 4px 2px;
	line-height: 28px;
	margin-bottom: 0;
	text-decoration: underline;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.ls-wp-fullwidth-container {
	min-height: 100px;
}

.ls-container .ls-nav-prev, .ls-container .ls-nav-next {
	background-image: url('../img/icons/slider-nav.png') !important;
	background-position: center left !important;
	width: 36px !important;
	height: 38px !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.ls-container .ls-nav-prev {
	left: 0px !important;
}

.ls-container .ls-nav-next {
	background-position: center right !important;
	right: 0px !important;
}

.ls-container:hover .ls-nav-prev, .ls-container:hover .ls-nav-next {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.v-rev-slider {
	height: 450px;
}

.v-rev-slider .v-slider-overlay {
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-image: url('../img/icons/video-overlay-1.png');
}

.v-rev-slider .v-slider-overlay.overlay-colored {
	background-color: #6DBFEC;
	opacity: 0.4;
}

.v-overlay-colored {
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

img.size-full {
	max-width: 100%;
	height: auto;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter, img.alignleft, img.alignright, img.alignnone {
	max-width: 100%;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.no-margin {
	margin: 0;
}

.img-link {
	display: block;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
	{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

body.boxed-layout {
	width: 1000px;
	margin: 0px auto;
	background: #F1F1F1;
}

body.boxed-layout #container {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.bg-special {
	background: none;
	background-image: url(../img/irongrip.png) !important;
	background-attachment: scroll;
	background-size: initial;
	background-position: 50% 50%;
	background-repeat: repeat;
}

#back-to-top {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	position: fixed;
	bottom: -40px;
	right: 20px;
	z-index: 1000;
	padding: 10px 15px 10px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
	color: #fff;
}

#back-to-top:hover {
	color: #25CBF5;
}

#back-to-top i.fa {
	font-size: 19px;
}

.v-page-wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 500px;
}

.v-page-wrap.no-bottom-spacing {
	margin-bottom: 0;
}

.v-page-wrap.no-top-spacing {
	margin-top: 0;
}

aside.left-sidebar.sticky {
	float: none;
	position: fixed;
	z-index: 6;
	left: auto;
	padding-top: 100px !important;
}

aside.right-sidebar.sticky {
	float: none;
	position: fixed;
	z-index: 6;
	right: auto;
	padding-top: 100px !important;
}

.has-left-sidebar aside.sidebar {
	float: left;
}

.has-left-sidebar>article, .has-left-sidebar .type-page,
	.has-left-sidebar .archive-page, .has-left-sidebar .push-right {
	float: right !important;
}

.has-both-sidebars aside.left-sidebar {
	float: left;
}

.has-both-sidebars aside.right-sidebar {
	float: right;
}

.has-both-sidebars>article, .has-both-sidebars .type-page,
	.has-both-sidebars .archive-page {
	float: left;
}

.has-both-sidebars .page-content {
	float: right !important;
}

.page-content {
	border-bottom: 0 solid transparent;
}

.page-content>ul {
	list-style: disc inside none;
}

.search-no-results .page-content>h3 {
	margin-top: 0;
}

.has-both-sidebars aside.sidebar {
	padding-top: 0;
}

.v-bg-stylish {
	margin: 0;
	padding: 30px 0px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.fw-row .v-bg-stylish {
	padding-bottom: 0px;
}

.v-heading i {
	font-size: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: -1px;
}

.heading-wrap {
	position: relative;
	z-index: 2;
}

h4.v-heading, h3.v-heading, h4.v-line-heading {
	line-height: 0 !important;
	text-align: left;
	padding: 10px 0;
	margin-top: 0;
	max-width: 100%;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

h3.v-heading {
	margin-bottom: 28px;
}

h4.v-heading span, h3.v-heading span, h4.v-line-heading span {
	display: inline-block;
	position: relative;
}

h4.v-heading span:before, h4.v-heading span:after, h3.v-heading span:before,
	h3.v-heading span:after, h4.v-line-heading span:before, h4.v-line-heading span:after
	{
	content: "";
	position: absolute;
	height: 7px !important;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	top: -2px;
	width: 1200px;
}

aside h4.v-heading span:before, aside h4.v-heading span:after {
	display: none;
}

h3.spb-icon-heading span:before, h3.spb-icon-heading span:after {
	top: 11px;
}

h4.v-heading span:before, h3.v-heading span:before, h4.v-line-heading span:before
	{
	right: 100%;
	margin-right: 15px;
}

h4.v-heading span:after, h3.v-heading span:after, h4.v-line-heading span:after
	{
	left: 100%;
	margin-left: 15px;
}

h4.v-center-heading span:before, h3.v-center-heading span:before, h4.v-center-heading span:after,
	h3.v-center-heading span:after {
	max-width: 30px;
	margin: 0 -10px;
}

h3.v-center-heading, h4.v-center-heading {
	display: block !important;
	max-width: 100%;
	margin: 20px auto 45px;
	text-align: center;
}

h3.v-center-heading span, h4.v-center-heading span {
	padding: 0 20px;
	position: relative;
	z-index: 5;
}

.slider-wrap .heading-wrap {
	text-align: center;
	margin-bottom: 10px;
}

.v-full-width-text h4.v-heading:before, .v-bg-stylish h4.v-heading:before
	{
	border: 0;
}

.v-full-width-text h4.v-heading span, .v-bg-stylish h4.v-heading span {
	background: transparent !important;
}

h4.v-heading span:before, h4.v-heading span:after, h3.v-heading span:before,
	h3.v-heading span:after, h4.v-line-heading span:before, h4.v-line-heading span:after
	{
	border-color: #e4e4e4;
}

h4.v-heading:before, h3.v-heading:before, h4.v-line-heading:before {
	border-top-color: #e4e4e4;
}

.no-shadow {
	box-shadow: none !important;
}

.v-bg-stylish .carousel-wrap .heading-wrap {
	text-align: center;
}

.v-bg-stylish h4.v-heading {
	display: inline-block;
}

.v-heading-v2 {
	display: block;
	margin-bottom: 25px;
	border-bottom: 1px dotted #e4e4e4;
}

.v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 7px;
	display: inline-block;
	border-bottom: 2px solid #25CBF5;
}

.v-heading-v2 span {
	margin-left: 8px;
	font-size: 10px;
	background-color: #25CBF5;
	padding: 2px 4px;
	border-radius: 50%;
	font-weight: 600;
	color: white;
	padding-top: 1px;
}

.help-text {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 60px;
}

.help-text .search-form {
	margin-bottom: 40px;
}

.help-text .search-form input {
	font-size: 14px;
}

.help-text a.btn.v-btn {
	margin: 0;
	text-transform: uppercase;
}

.no-results-text {
	margin-top: 20px;
}

.no-results-text p {
	margin-bottom: 15px;
}

.no-results-text .search-form input {
	margin-top: 0;
	margin-bottom: 60px;
}

.v-page-heading {
	padding-top: 26px;
	padding-bottom: 22px;
	margin-top: 0;
	margin-bottom: 0 !important;
	position: relative;
	text-align: left;
	border-bottom: 1px solid transparent;
	border-top: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.header-overlay .v-page-heading {
	padding-top: 125px;
}

.v-page-heading .heading-text {
	float: left;
	margin-left: 15px;
}

.v-page-heading h1 {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 22px;
}

.v-page-heading h3 {
	margin-bottom: 0;
}

.v-page-heading.v-fancy-heading {
	background-attachment: local;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 50% 0;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
	display: none;
}

.v-page-heading {
	background-color: #f7f7f7;
	border-bottom-color: #e4e4e4;
}

.v-page-heading h1, .v-page-heading h3 {
	color: #222222;
}

.v-fancy-heading .heading-text {
	float: none;
	margin-left: 0;
}

.v-fancy-heading h1 {
	font-size: 38px;
	line-height: 48px;
	letter-spacing: inherit;
	font-family: "Corsica";
}

.v-fancy-heading.v-fancy-image.light-style h1, .v-fancy-heading.v-fancy-image.light-style h3
	{
	color: #fff !important;
}

.v-fancy-heading.v-fancy-image.dark-style h1, .v-fancy-heading.v-fancy-image.dark-style h3
	{
	color: #222 !important;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header {
	padding-top: 180px;
	padding-bottom: 120px;
}

.v-fancy-heading.v-fancy-top-header .heading-text {
	float: left;
}

.v-fancy-heading.v-fancy-top-header.v-fancy-image.light-style h2 {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	opacity: 0.7;
}

.v-pagination {
	margin-top: 30px;
	clear: both;
}

.v-pagination li span.current {
	-moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 9px rgba(0, 0, 0, .1);
	border-color: #e4e4e4;
}

.paged .v-pagination {
	display: block !important;
	visibility: visible !important;
}

.v-pagination ul {
	height: auto;
	overflow: hidden;
	margin: 15px 0;
}

.v-pagination li {
	float: left;
	display: inline-block;
	margin-bottom: 0;
}

.v-pagination li:first-child {
	border-left: 0;
}

.v-pagination li a {
	padding: 10px 16px;
	border: 1px solid transparent;
	display: block;
	margin-right: -1px;
	text-decoration: none;
}

.v-pagination li span {
	padding: 8px 16px;
	border: 1px solid transparent;
	display: block;
	margin-right: -1px;
	text-decoration: none;
}

.v-pagination li.next a {
	margin-left: -1px;
}

.v-pagination li i {
	margin-left: 3px;
	margin-right: 4px;
}

.v-pagination a, .v-pagination a:hover {
	text-decoration: none;
}

.v-pagination a:hover {
	color: #25CBF5;
}

.v-pagination a, .search-pagination a {
	color: #444444;
}

.v-pagination .nav-previous {
	text-align: left;
	float: left;
	max-width: 45%;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	background-color: #25CBF5;
	border-color: #25CBF5;
}

.pagination>li>a, .pagination>li>span {
	border: 1px solid #e4e4e4;
	color: #444444;
	font-size: 13px;
}

.pagination>li:not (.active) >a:hover, .pagination>li:not (.active) >span:hover
	{
	color: #ffffff !important;
	background: #25CBF5;
	border-color: #25CBF5;
}

.pagination>.active>a, .pagination>.active>a:hover {
	box-shadow: inset 0 0 9px rgba(0, 0, 0, .1);
	background-color: #FFFFFF;
	border-color: #e4e4e4;
	color: #444444;
	font-weight: bold;
}

.pagination-lg>li:first-child>a {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.pagination-lg>li:last-child>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#container aside.right-sidebar {
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 70px;
	border-left: solid 1px #EBEBEB;
	margin-bottom: -50px !important;
	width: 25% !important;
	padding-left: 26px;
}

#container .has-right-sidebar .col-sm-9 {
	border-right: solid 1px #EBEBEB;
	margin-right: -1px;
	padding-right: 30px !important;
	width: 75% !important;
	padding-left: 20px !important;
}

#container .has-left-sidebar .col-sm-9 {
	border-left: solid 1px #EBEBEB;
	margin-left: -1px;
	padding-left: 30px !important;
	width: 75% !important;
	padding-right: 20px !important;
}

#container aside.left-sidebar {
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 70px;
	border-right: solid 1px #EBEBEB;
	margin-bottom: -50px !important;
	width: 25% !important;
	padding-right: 26px;
}

.sidebar .widget hr {
	border-color: #e4e4e4;
}

.sidebar .widget-heading h4 {
	font-family: "Corsica";
	letter-spacing: 1.1px;
	font-weight: 400 !important;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	color: #333;
}

.sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar.left-sidebar {
	padding-right: 20px;
}

.sidebar.right-sidebar {
	padding-left: 20px;
}

.sidebar .widget_heading {
	margin-top: -6px;
}

.sidebar .widget-heading h4 {
	margin-bottom: 15px;
}

.sidebar object, .sidebar object>img .sidebar embed {
	width: 100%;
	max-width: 100%;
}

.sidebar object>img {
	height: auto;
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar .v-heading-v2 {
	margin-bottom: 20px !important;
}

.sidebar p {
	margin: 0 0 20px;
}

.sidebar .list-group {
	margin-left: -26px;
}

.sidebar .v-nav-menu-widget ul>li a {
	padding: 9px 15px;
	border-bottom: 0px solid #EBEBEB !important;
	padding-left: 30px;
}

.sidebar .v-category-widget ul>li a, .sidebar .v-archive-widget ul>li a,
	.sidebar .v-meta-data-widget ul>li a, .sidebar .v-recent-entry-widget ul>li
	{
	color: #25CBF5;
	font-family: "Corsica";
	border-bottom: 1px solid #EBEBEB;
	font-size: 13px;
}

.sidebar .v-category-widget ul>li a {
	font-size: 14px;
}

.sidebar .v-category-widget ul>li a:hover, .sidebar .v-archive-widget ul>li a:hover,
	.sidebar .v-nav-menu-widget ul>li a:hover, .v-nav-menu-widget ul>li.current-menu-item a,
	.sidebar .v-meta-data-widget ul>li a:hover, .sidebar .v-recent-entry-widget ul>li a:hover
	{
	color: #25CBF5;
}

.list-toggle:after {
	top: 9px;
	right: 10px;
	color: #25CBF5;
	font-size: 14px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: "Corsica";
}

.sidebar .list-group span.badge {
	margin-top: 9px;
	margin-right: 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
	{
	border-left-color: #25CBF5;
}

.sidebar .v-nav-menu-widget ul>li a i.fa {
	width: 20px;
	font-size: 14px;
	opacity: .9;
}

.sidebar .list-group .accordion-toggle {
	background-color: transparent;
	box-shadow: none;
}

.sidebar .list-group .list-group-item {
	padding: 0px;
	border-left: 0px !important;
	border-bottom: 1px solid #F7F7F7;
	border-right: 0px !important;
}

.sidebar.left-sidebar .list-group {
	margin-left: 0px;
	margin-right: -26px;
}

.sidebar.left-sidebar .v-nav-menu-widget ul>li a {
	padding-left: 5px;
}

.sidebar .v-nav-menu-widget ul>li a i[class*="icon-"] {
	width: 20px;
	font-size: 13px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: -1px;
}

.sidebar .v-nav-menu-widget ul>li.active {
	border-bottom: 1px solid rgb(241, 241, 241);
	border-top: 1px solid rgb(241, 241, 241);
	background: #FAFAFA;
	border-left: 1px solid #25CBF5 !important;
}

.sidebar .v-nav-menu-widget ul>li a:before {
	content: ' ';
}

.v-sidebar-content-wrap {
	padding-top: 40px;
	padding-bottom: 26px;
}

.v-right-sidebar-wrap {
	padding-top: 40px;
	padding-bottom: 60px;
}

.v-right-sidebar-nav .v-sidebar-content-wrap {
	padding-right: 15px;
	padding-left: 30px;
}

.v-right-sidebar-nav .v-sidebar-content-wrap .tab-content {
	padding: 0px;
	box-shadow: none;
	border: 0px solid #fff;
}

.v-right-sidebar-nav .v-right-sidebar-wrap {
	padding-right: 30px;
	padding-left: 15px;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
	box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
}

.v-right-sidebar-inner {
	position: relative;
	z-index: 101;
	margin: 0 0 2em;
	border-top: 1px solid #e5e5e5;
}

.v-right-sidebar-inner>li {
	padding: 0;
	margin: 0;
}

.v-right-sidebar-inner>li>a {
	padding: 11px 10px !important;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
}

.v-right-sidebar-inner>li>a .fa {
	width: 1em;
	margin-right: 9px;
	font-size: 1.15em;
	text-align: center;
}

.v-right-sidebar-inner>li>a:hover {
	background-color: #f4f4f4;
}

.v-right-sidebar-inner>.active>a, .v-right-sidebar-inner>.active>a:focus,
	.v-right-sidebar-inner>.active>a:hover {
	color: #25CBF5;
	background-color: #fff;
}

.v-right-sidebar-inner>li+li {
	margin-top: 0;
}

.v-right-sidebar-nav .v-right-sidebar-inner {
	margin-left: 0;
	margin-right: -31px;
}

.v-right-sidebar-nav .v-right-sidebar-inner>li {
	margin: 0 1px 0 0;
}

.v-right-sidebar-nav .v-right-sidebar-inner>.active {
	margin-right: 0;
}

.widget {
	padding-bottom: 50px;
}

.widget ul {
	margin: 0;
	list-style: none;
}

.widget ul li {
	margin-bottom: 0;
	line-height: 19px;
}

.widget ul.v-list li {
	line-height: 180%;
}

.v-recent-comments-widget ul li {
	padding: 10px 0;
}

.widget ul li>a {
	padding: 10px 0;
	display: block;
}

.widget a {
	text-decoration: none;
}

.widget a:hover {
	text-decoration: underline;
}

.v-category-widget ul>li, .v-archive-widget ul>li, .v-nav-menu-widget ul>li,
	.v-recent-comments-widget ul>li, .v-meta-data-widget ul>li,
	.v-recent-entry-widget ul>li {
	border-top: 1px solid transparent;
}

.v-category-widget ul>li:first-child, .v-archive-widget ul>li:first-child,
	.v-nav-menu-widget ul>li:first-child, .v-recent-comments-widget ul>li:first-child,
	.v-meta-data-widget ul>li:first-child, .v-recent-entry-widget ul>li:first-child
	{
	border-top: 0;
}

.v-category-widget ul>li a:hover, .v-archive-widget ul>li a:hover,
	.v-nav-menu-widget ul>li a:hover, .v-meta-data-widget ul>li a:hover,
	.v-recent-entry-widget ul>li a:hover {
	text-decoration: none;
}

.v-archive-widget ul>li a:before, .v-nav-menu-widget ul>li a:before,
	.v-meta-data-widget ul>li a:before {
	content: "\f105";
	font-family: "Corsica";
	font-weight: normal;
	font-style: normal;
	display: block;
	float: right;
	text-decoration: inherit;
	font-size: 14px;
}

.v-nav-menu-widget ul.sub-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.v-nav-menu-widget ul.sub-menu li {
	padding-left: 15px;
}

.widget .wp-tag-cloud {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
	overflow: hidden;
}

.widget .wp-tag-cloud li a {
	background: #f7f7f7;
	border-color: #e4e4e4;
}

.widget .tagcloud a:hover, .widget ul.wp-tag-cloud li:hover>a {
	background-color: #25CBF5;
	color: #ffffff;
}

.widget .wp-tag-cloud li {
	float: left;
	margin-bottom: 4px;
}

.widget ul.wp-tag-cloud li>a {
	margin-right: 4px;
	padding: 5px 8px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #333333;
	font-size: 11px !important;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-color: #333333;
	color: white;
	font-family: "Corsica";
}

.widget .wp-tag-cloud li>a:hover {
	border-color: transparent;
	color: #ff8000;
}

.browser-ie .widget .wp-tag-cloud li>a:hover, .browser-ie10 .widget .wp-tag-cloud li>a:hover
	{
	background-image: none;
}

.sidebar .v-recent-entry-widget span.post-date {
	display: block;
	line-height: 13px;
	font-size: 11px;
	color: #999;
	margin-bottom: 15px;
	margin-top: -5px;
}

.sidebar .v-recent-entry-widget a {
	color: #25CBF5;
	font-size: 14px;
}

.widget-video iframe {
	width: 100%;
}

.widget.v-photo-stream-widget li {
	height: 72px;
	width: 72px;
	padding: 0;
	border: 0;
	overflow: hidden;
	float: left;
	display: inline-block;
	position: relative;
	margin: 0 5px 5px 0;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #25CBF5 !important;
	color: #ffffff;
}

.browser-ie .widget.v-photo-stream-widget li, .browser-ie10 .widget.v-photo-stream-widget li
	{
	background-image: none;
}

.v-photo-stream-widget li img {
	height: 72px;
	width: auto;
	min-height: 72px;
	min-width: 72px;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.v-photo-stream-widget li:hover img {
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.widget ul.v-photo-stream-images li a {
	padding: 0;
}

.widget ul.v-photo-stream-images li a:after {
	content: "\f064";
	font-family: "Corsica";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 17px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -8px;
	margin-right: -10px;
	color: #999;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget ul.v-photo-stream-images li:hover a:after {
	opacity: 1;
}

.browser-ie .widget ul.v-photo-stream-images li a:after {
	display: none;
}

.widget ul.v-photo-stream-images li a:after, .portfolio-grid li a:after
	{
	color: #ffffff;
}

.widget.v-search-widget {
	padding-bottom: 35px;
}

.v-search-widget form {
	position: relative;
	margin-bottom: 0;
}

.v-search-widget form input {
	margin: 0;
	border: 1px solid #e3e3e3;
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 19px;
	padding-left: 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #ffffff;
	border-color: #e4e4e4;
}

.v-search-widget form input[type="submit"] {
	visibility: hidden;
	height: 0;
	padding: 0;
}

.v-search-widget form:after {
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 15px;
	padding-right: 15px;
	position: absolute;
	float: right;
	top: 11px;
	right: 0;
	color: #A8A8A8;
	content: "\f002";
	font-family: "Corsica";
}

footer {
	padding: 55px 0 0;
	border-top: 0 solid transparent;
	padding-bottom: 44px;
	border-top-width: 1px;
	background: #222222;
}

.footer-v2 footer {
	background: #f7f7f7;
	border-top: 3px solid #eee;
	padding: 45px 0;
	padding-bottom: 30px;
}

footer a:hover {
	color: #25CBF5;
}

footer, footer p {
	color: #999;
	line-height: 21px;
}

.footer-v2 footer, .footer-v2 footer p {
	color: #666;
}

footer .widget ul li, footer .v-category-widget ul, footer .v-archive-widget ul,
	footer .v-nav-menu-widget ul, footer .v-recent-comments-widget ul,
	footer .v-meta-data-widget ul, footer .v-recent-entry-widget ul {
	border-color: #333333;
}

footer .widget hr {
	border-color: #333333;
}

footer h4 {
	font-family: "Corsica";
	letter-spacing: 1.8px;
	font-weight: 400 !important;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	color: #f4f4f4 !important;
}

footer a {
	color: #fff;
}

.footer-v2 footer a {
	color: #444;
}

footer a, footer a:hover {
	text-decoration: none !important;
}

footer .widget {
	padding-bottom: 10px;
}

footer ul.social-icons li a {
	border: 1px solid rgba(247, 247, 247, 0.17);
	border-radius: 100px;
	margin-right: 8px;
}

.footer-v2 footer ul.social-icons li a {
	border: 1px solid rgba(61, 61, 61, 0.52);
}

.copyright {
	padding: 16px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	border-top: 0 solid transparent;
	border-top-width: 1px;
	background-color: #2C2C2C;
	border-top-color: #333333;
}

.footer-v2 .copyright {
	background-color: #EBEBEB;
	border-top-color: #E0E0E0;
}

.copyright p {
	font-size: 12px;
	float: left;
	margin-bottom: 0;
	line-height: 24px;
	color: #aaa;
	padding-bottom: 2px;
}

.footer-v2 .copyright p {
	color: #555;
}

.copyright a, .copyright a:hover {
	text-decoration: none;
}

.copyright nav .menu {
	float: right;
}

.copyright nav .menu li {
	font-size: 13px;
	margin: 0 !important;
}

.copyright nav .menu li:first-child {
	border-left: 0;
}

.copyright nav .menu li ul {
	display: none;
}

footer .widget ul.wp-tag-cloud li>a {
	border: 1px solid #3F3E3E;
	padding: 5px 8px;
}

footer .widget .wp-tag-cloud li a {
	background: #242424;
	border-color: #5E5E5E;
}

footer .widget ul.wp-tag-cloud li>a:hover {
	color: #fff;
}

footer .footer-contact-info p {
	margin-bottom: 6px;
}

footer .footer-contact-info .fa {
	margin-right: 10px;
	font-size: 14px;
	width: 12px;
}

footer .widget ul li>a {
	padding-bottom: 4px;
	padding-top: 10px;
}

footer .v-recent-entry-widget.widget ul li:first-child a {
	padding-top: 0px;
}

footer .v-recent-entry-widget .post-date {
	margin-bottom: 10px;
	display: block;
	margin-top: -2px;
	font-size: 12px;
}

.copyright a {
	color: #aaa;
	border-bottom: solid 1px rgba(255, 255, 255, .07);
	padding-bottom: 2px;
	font-size: 12px;
}

.footer-v2 .copyright a {
	color: #555;
	border-bottom: solid 1px rgba(206, 206, 206, 0.6);
}

.copyright a:hover {
	color: #25CBF5;
}

a[rel="tooltip"] {
	border-bottom: 1px dotted #e3e3e3;
	border-color: #25CBF5;
}

span.tooltip {
	display: block;
	background: #5F5F5F;
	color: #f7f7f7;
	position: absolute;
	left: 50%;
	bottom: 25px;
	padding: 3px 10px;
	width: auto;
	line-height: 20px;
	white-space: nowrap;
	z-index: 8;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	display: none;
}

span.tooltip .arrow {
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #5F5F5F;
}

.grid-img-wrap span.tooltip {
	bottom: 65px;
}

.read-more {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #e3e3e3;
	border-color: #25CBF5;
	font-weight: bold;
}

.read-more i, .read-more em {
	color: transparent;
}

.read-more i:before, .read-more em:before {
	color: #25CBF5;
}

.read-more-button {
	font-size: 12px;
	height: auto;
	padding: 10px 16px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	border-color: #e4e4e4;
}

.read-more-link {
	text-decoration: none;
	margin-top: 5px;
	font-weight: bold;
	display: block;
}

.item-link {
	text-decoration: none;
}

.item-link:hover {
	color: #25CBF5;
}

.portfolio .item-link i {
	margin-right: 5px;
	vertical-align: -2px;
}

.v-smash-text {
	background: transparent;
	clear: both;
	height: auto;
	overflow: hidden;
	border-color: #e4e4e4;
}

.v-smash-text .v-call-text, .smash-text, .v-smash-text-large {
	color: #333333;
}

.v-smash-text.v-bg-stylish {
	padding-top: 30px;
	padding-bottom: 30px;
}

.v-smash-text-wrap {
	position: relative;
	padding: 30px 35px;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-color: #e4e4e4;
}

.v-bg-stylish .v-smash-text-wrap {
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0 15px;
}

.v-smash-text-wrap .v-smash-text-arrow {
	font-size: 42px;
}

.v-smash-text-wrap .v-smash-text-arrow i {
	line-height: 50px;
}

.v-smash-text.v-control-right a.btn.v-btn {
	margin-right: 0;
}

.v-smash-text .v-call-text, .smash-text {
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 0;
}

p.v-smash-text-large {
	font-size: 24px !important;
	line-height: 40px;
	margin-bottom: 0;
	font-family: "Corsica";
	color: #194a8f;
	font-weight: bold;
}

p.v-smash-text-large-2x {
	font-size: 20px !important;
	line-height: 30px;
	font-family: "Corsica";
	color: #194a8f;
}

p.v-smash-text-large-3x {
	font-size: 18px !important;
	line-height: 30px;
	font-family: "Corsica";
	color: #194a8f;
	font-weight: bold;
}

p.v-smash-text-large-4x {
	font-size: 16px !important;
	line-height: 28px;
	font-family: "Corsica";
	color: #194a8f;
}

.v-smash-text .v-call-text p {
	margin-bottom: 0;
}

.v-bg-stylish.v-smash-text .v-call-text {
	border-left: 0;
	padding-left: 0;
}

.v-smash-text .btn.v-btn {
	margin-bottom: 0;
}

.v-call-to-action {
	position: relative;
	background: #f4f4f4;
	padding: 20px;
	padding: 3%;
}

.v-call-to-action .btn.v-btn {
	margin: 0;
	margin-top: 5px;
}

.v-call-to-action h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 25px;
}

.v-call-to-action h3 {
	font-size: 20px;
	font-weight: 400 !important;
	color: #8c8c8c !important;
	margin-top: 0px;
	font-family: "Corsica";
}

.v-call-to-action.v-bg-stylish {
	padding-top: 40px;
	padding-bottom: 40px;
}

.v-control-left .btn.v-btn {
	float: left;
	margin-right: 2.5641%;
}

.v-control-right .btn.v-btn {
	float: right;
	margin-left: 2.5641%;
}

.v-control-left .btn.v-btn, .v-control-right .btn.v-btn {
	max-width: 31.6239%;
}

.v-control-left .v-call-text, .v-control-right .v-call-text {
	width: 65.812%;
	float: left;
	clear: none;
}

.v-control-right .v-call-text h1 {
	font-family: "Corsica";
	font-size: 26px;
	margin-top: 10px;
}

.v-control-right .v-smash-text-wrap {
	border-left: 2px solid #25CBF5;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

.v-control-left .v-call-text {
	float: right;
}

.v-call-to-action .v-call-text, #content .v-call-to-action .v-call-text
	{
	margin: 0;
}

.cta_align_bottom {
	text-align: center;
}

.cta_align_bottom .btn.v-btn {
	position: static;
	margin-top: 2%;
	display: inline-block;
}

.v-control-left .v-call-text, .v-control-right .v-call-text {
	width: 80%;
}

.v-control-left .btn.v-btn, .v-control-left .v-smash-text-arrow {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -20px;
	max-width: 20%;
}

.v-bg-stylish .v-control-left .btn.v-btn, .v-bg-stylish .v-control-left .v-smash-text-arrow
	{
	left: 0;
}

.v-control-right .btn.v-btn, .v-control-right .v-smash-text-arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -23px;
	max-width: 20%;
}

.v-bg-stylish .v-control-right .btn.v-btn, .v-bg-stylish .v-control-right .v-smash-text-arrow
	{
	right: 0;
}

.cta_align_bottom .btn.v-btn {
	margin: 15px 0 0 0;
}

.v-latest-tweets-widget {
	padding: 25px 0;
}

.v-latest-tweets-widget .twitter-bird {
	font-size: 14px;
	line-height: 26px;
	float: left;
}

.v-latest-tweets-widget ul {
	margin-left: 25px;
}

.v-latest-tweets-widget ul li {
	margin-top: 15px;
}

.v-latest-tweets-widget ul li:first-child {
	margin-top: 0;
}

.v-latest-tweets-widget .tweet-text {
	line-height: 24px;
	display: block;
}

.v-latest-tweets-widget .tweet-text a {
	font-weight: bold;
	text-decoration: none;
}

.v-latest-tweets-widget .twitter_intents {
	display: block;
}

.v-latest-tweets-widget .twitter_intents a {
	margin-right: 5px;
}

.v-latest-tweets-widget a.twitter-timestamp {
	display: inline-block;
	line-height: 24px;
	margin-left: 10px;
	font-size: 12px;
}

.v-video-widget .v-wrapper.shadow {
	margin-bottom: 20px;
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
}

figure.lightbox {
	position: relative;
}

.widget .recent-posts-list>li {
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.recent-posts-list li .recent-post-image {
	padding: 0;
	float: left;
	width: 90px;
	height: auto;
	min-height: 70px;
	background: #222;
}

.recent-posts-list li .recent-post-image img {
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts-list li .recent-post-details {
	padding: 0 10px;
	margin-left: 98px;
}

.recent-posts-list li .recent-post-title {
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.recent-posts-list li .recent-post-details>span {
	font-size: 12px;
	font-style: italic;
}

.recent-posts-list li .recent-post-details .like-info {
	float: none;
	margin-top: 5px;
	font-size: 12px !important;
}

.recent-comments-list .comment .comment-wrap {
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.recent-comments-list .comment .comment-meta-actions a {
	font-size: 12px;
	text-transform: uppercase;
}

.recentcomments {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.sidebar-ad-grid {
	padding: 15px;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
}

.sidebar-ad-grid ul>li {
	float: left;
	margin: 5px;
	max-width: 125px;
}

.sidebar-ad-grid ul>li img {
	display: block;
}

.widget input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 20px 5px 10px;
	line-height: 21px;
	height: 32px;
	display: block;
	border: 0;
	background: #f7f7f7;
	color: #999;
}

.infocus-title .like-info-wrap {
	display: block;
	float: right;
	margin: 10px 16px 10px 0;
}

.widget hr {
	border-bottom: 0;
}

.type-page #comment-area {
	padding-top: 20px;
}

#comment-area a {
	text-decoration: none;
}

.logged-in-as a {
	border-bottom: 1px dotted #e3e3e3;
	border-color: #25CBF5;
}

#comments-list {
	margin-bottom: 50px;
}

#comments-list ol {
	list-style: none;
	margin: 0 0 -10px;
	padding: 0;
}

#comments-list ol li {
	margin-bottom: 0;
}

.comment .comment-wrap {
	position: relative;
	height: auto;
}

.comment-wrap .comment-avatar {
	float: left;
	position: relative;
}

.comment-wrap .comment-avatar img {
	height: 50px;
	width: 50px;
	display: block;
}

#comments-list li ul {
	list-style: none;
	margin: 0 0 0 30px;
	font-size: 100%;
}

.comment-content {
	margin-left: 65px;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 14px;
}

.comment-content .comment-body p {
	margin-bottom: 10px;
	font-family: "Corsica";
	color: #25CBF5;
	font-size: 14px;
}

.comment-meta {
	position: relative;
	margin-top: -8px;
}

.comment-meta .comment-date {
	margin-left: 2px;
	font-size: 12px;
	color: #999;
}

.comment-meta-actions {
	display: inline-block;
	font-size: 12px;
}

.comment-meta-actions .edit-link {
	margin-left: 5px;
	border-bottom: 1px dotted #e3e3e3;
}

.comment-meta-actions .meta-sep {
	margin: 0 0 0 1px;
	color: rgba(0, 0, 0, 0.1);
}

.comment-meta-actions .comment-reply {
	border-bottom: 1px dotted #e3e3e3;
}

.comment-meta-actions .edit-link, .comment-meta-actions .comment-reply {
	border-color: #25CBF5;
}

#comment-area .edit-link a:hover, #comment-area .comment-reply a:hover {
	text-decoration: none;
}

.comment-avatar .is-author {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}

.comment-meta cite {
	font-style: normal;
}

.comment-meta-actions a.comment-reply-link {
	font-weight: normal;
}

.comment-meta .comment-author {
	letter-spacing: normal;
}

#commentform p.comment-notes span.required {
	float: none;
}

.required {
	color: #ee3c59;
}

.home-intro {
	background-color: #f8f8f8;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 30px 0 21px 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
}

.home-intro .btn-buy {
	margin-top: 30px;
}

.home-intro .v-smash-text-large {
	margin-bottom: 10px;
	font-size: 30px !important;
}

.special-contact-form textarea, .special-contact-form input {
	margin-bottom: 10px !important;
}

.fw-map {
	background: #292929;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.map-info-section {
	width: 440px;
	padding: 20px 30px;
	background: #FFF;
	background: rgba(255, 255, 255, .94);
	position: relative;
	z-index: 91;
	float: right;
	margin: 60px 0;
	border: solid 1px #f5f8ff;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.fw-map-wrapper {
	position: relative;
	min-height: 600px;
	display: block;
	overflow: hidden;
}

.map-info-section .minimize-section {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #ccc;
}

.map-info-section.minimized {
	height: 60px !important;
}

.panel-default>.panel-heading {
	background-color: #fff;
	box-shadow: none;
	border-color: #e4e4e4;
}

.panel-default {
	border-color: #e4e4e4;
}

.panel {
	box-shadow: none;
}

.panel-title {
	font-size: 14px;
	font-family: "Corsica" !important;
	color: #555 !important;
}

.panel-title i.fa {
	width: 20px;
	margin-right: 3px;
}

.panel-group .panel {
	border-radius: 2px;
}

.panel-group .panel+.panel {
	margin-top: 6px;
}

.panel-body {
	padding: 20px;
}

.panel-blue {
	border-color: #3498db;
}

.panel-blue>.panel-heading {
	background: #3498db;
}

.panel-green {
	border-color: #2ecc71;
}

.panel-green>.panel-heading {
	background: #2ecc71;
}

.panel-grey {
	border-color: #95a5a6;
}

.panel-grey>.panel-heading {
	background: #95a5a6;
}

.panel-red {
	border-color: #e74c3c;
}

.panel-red>.panel-heading {
	background: #e74c3c;
}

.bs-glyphicons {
	margin-right: 0;
	margin-left: 0;
	margin: 0 -10px 20px;
	overflow: hidden;
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.bs-glyphicons li {
	width: 12.5%;
	float: left;
	width: 16.5%;
	height: 100px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff;
}

.glyphs.css-mapping {
	padding: 0px 0 20px 30px;
}

.glyphs.css-mapping li {
	margin: 0 30px 5px 0;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

.glyphs.css-mapping .icon {
	margin: 0;
	margin-right: 10px;
	padding: 13px;
	height: 50px;
	width: 50px;
	color: #162a36 !important;
	overflow: hidden;
	float: left;
	font-size: 24px;
}

.glyphs.css-mapping input {
	margin: 0;
	margin-top: 5px;
	padding: 8px;
	line-height: 16px;
	font-size: 16px;
	display: block;
	width: 270px;
	height: 40px;
	border: 1px solid #F0F0F0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	outline: 0;
	float: right;
}

.v-page-not-found-wrap h1.v-404 {
	font-size: 160px;
	font-weight: 500;
	letter-spacing: -5px;
	line-height: 160px;
	font-family: "Corsica" !important;
}

.v-page-not-found-wrap h1.v-error {
	margin-top: 15px;
	margin-bottom: -35px;
	font-size: 50px;
	margin-left: 48px;
}

.v-page-not-found-wrap .v-search-widget {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.features .prostir-image {
	margin: auto;
	max-height: 600px;
	margin-bottom: 0;
}

.app-brief .prostir-image {
	margin: auto;
	max-height: 800px;
	padding-top: 8%;	
}

#order_btn {
   background-image: url('../img/nbu/1_1.png');
   display: block;
  height: 72px;
   width: 180px;
   margin: auto;
}

#order_btn:hover {
   background-image: url('../img/nbu/1_2.png');
}

#order_btn_eng {
   background-image: url('../img/nbu/1_1_eng.png');
   display: block;
  height: 72px;
   width: 180px;
   margin: auto;
}

#order_btn_eng:hover {
   background-image: url('../img/nbu/1_2_eng.png');
}

.subscription-form .subscriber-button {
	margin-bottom: 0px;
	padding: 15px 20px 14px;
}

.subscription-form .subscriber-email {
	width: 300px;
	height: 45px;
	margin-bottom: 0px;
	background-color: #fff !important;
}

.subscription-form .subscriber-email:active, .subscription-form .subscriber-email:focus
	{
	background-color: #fff !important;
}

.v-page-heading .breadcrumb {
	float: right;
	background-color: transparent;
	margin-bottom: 0px;
	padding: 8px 0 6px;
	font-size: 12px;
}

.v-page-heading .breadcrumb>li+li:before {
	padding: 0 3px;
}

.v-yellow, .v-yellow:hover, .v-third-dark, .v-third-dark:hover,
	.v-second-dark:hover, .v-second-dark {
	box-shadow: none;
}

.post-block-wrap {
	padding-top: 20px;
}

img.media-object {
	width: 60px;
	height: auto;
	border-radius: 50%;
}

.media-heading {
	font-family: "Corsica";
	font-weight: normal !important;
	font-size: 13px;
	color: #555;
	margin-top: 5px;
	margin-bottom: 2px;
}

.media-body .date {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	color: #999;
	font-family: "Corsica";
}

.media-body .reply-link {
	font-family: "Corsica";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-bottom: 1px dotted #e3e3e3;
	border-color: #25CBF5;
}

.media {
	margin-top: 0px;
}

.comments-wrap {
	margin-bottom: 65px;
}

#newsletterForm .btn.btn-default {
	margin-right: 0px;
	box-shadow: none;
	padding: 9px 12px;
	padding-bottom: 10px;
	font-family: "Corsica";
	text-transform: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#newsletterForm .btn:active {
	top: 0px !important;
}

#newsletterForm .input-group-btn:last-child>.btn {
	margin-left: -1px;
}

#newsletterForm .input-group .form-control {
	background-color: #fff !important;
}

.input-group-btn:last-child>.btn {
	margin-left: 0px;
}

.sep-double {
	height: 8px;
	border-top: 1px solid #e7e6e6;
	border-bottom: 1px solid #e7e6e6;
}

.demo-sep {
	clear: both;
}

.sep-double, .sep-dashed, .sep-dotted, .search-page-search-form {
	border-color: #e0dede !important;
}

input, input[type="text"], input[type="password"], input[type="datetime"],
	input[type="datetime-local"], input[type="date"], input[type="month"],
	input[type="time"], input[type="week"], input[type="number"], input[type="email"],
	input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
	{
	outline: 0;
	border-radius: 0;
	box-shadow: none;
}

input[type=email], input[type=password], input[type=tel], input[type=text],
	textarea {
	width: 100%;
	border: solid 1px #e3e3e3;
	border-bottom-color: #F0F0F0;
	border-top-color: #e0e0e0;
	color: #777;
	background-color: rgba(0, 0, 0, .03) !important;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	outline: none !important;
	-moz-box-shadow: 0 1px 2px rgba(10, 10, 10, .1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(10, 10, 0, .1) inset;
	-o-box-shadow: 0 1px 2px rgba(10, 10, 10, .1) inset;
	box-shadow: 0 1px 2px rgba(10, 10, 10, .1) inset;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

input[type=email]:focus, input[type=text]:focus, textarea:focus {
	color: #323436;
	background-color: rgba(150, 150, 150, .01) !important;
	outline: none !important;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.form-control {
	font-size: 13px;
	height: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
}

.form-control:focus {
	box-shadow: none;
	color: #323436;
	background-color: rgba(250, 250, 250, .01);
	outline: none !important;
	border: solid 1px #e3e3e3;
	border-bottom-color: #F0F0F0;
	border-top-color: #e0e0e0;
	-moz-box-shadow: 0 1px 2px rgba(10, 10, 10, .1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(10, 10, 0, .1) inset;
	-o-box-shadow: 0 1px 2px rgba(10, 10, 10, .1) inset;
	box-shadow: 0 1px 2px rgba(10, 10, 10, .1) inset;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"]
	{
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder,
	input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder,
	input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder,
	input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
	input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder,
	input[type="color"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder
	{
	color: #999;
}

.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder,
	input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder,
	input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder,
	input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
	input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder,
	input[type="color"]::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner {
	border: 0;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.signup {
	width: 430px;
	background: #fff;
	padding: 40px;
	padding-bottom: 30px;
	border-radius: 2px;
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, .1);
	border-top: 4px solid #25CBF5;
}

.body-sign .checkbox-custom {
	margin-top: 8px;
}

.body-sign .line-thru {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}

.body-sign .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}

.body-sign .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-sign .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

body .btn-facebook, body .btn-facebook:focus {
	background: #3B5998;
	border: 1px solid #37538D;
}

body .btn-twitter, body .btn-twitter:focus {
	background: #55ACEE;
	border: 1px solid #47A5ED;
}

body .btn-facebook, body .btn-facebook:active, body .btn-facebook:hover,
	body .btn-facebook:focus, body .btn-twitter, body .btn-twitter:active,
	body .btn-twitter:hover, body .btn-twitter:focus, body .btn-gplus, body .btn-gplus:active,
	body .btn-gplus:hover, body .btn-gplus:focus {
	color: #FFF;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

.btn-facebook:hover {
	background: #4162a7;
	border-color: #3d5c9c;
}

.btn-twitter:hover {
	background: #63b3ef;
	border-color: #55acee;
}

.portfolio-grid li {
	float: left;
	height: 80px;
	position: relative;
	margin: 0 6px 6px 0 !important;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #25CBF5 ! important;
	color: #ffffff;
}

.banks li {
	height: 100%;
	background-color: rgba(0, 0, 255, 0.6) !important;
}

.banks li a img {
	width: 100% !important;
	height: 100% !important;
	
}

.banks li a{
	color: red !important;
}

.banks li a:after{
	content: none !important;
	font-size: 36px !important;
	margin-top: -15px !important;
	margin-right: -20px !important; 
}



.browser-ie .portfolio-grid li, .browser-ie10 .portfolio-grid li {
	background-image: none;
}

.portfolio-grid li a {
	padding: 0 !important;
}

.portfolio-grid li a img {
	width: 80px;
	height: 80px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio-grid li:hover img {
	-moz-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity = 0.3);
}

.portfolio-grid li a:after {
	content: "\f064";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 16px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -8px;
	margin-right: -9px;
	color: #ffffff;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio-grid li:hover a:after {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.browser-ie .portfolio-grid li a:after {
	display: none;
}

.v-portfolio-items.no-padding li.v-portfolio-item {
	padding: 1px;
}

.full-width-area.v-portfolio-items {
	padding: 0 2%;
}

.full-width-area.v-portfolio-items .v-portfolio-item {
	width: 24%;
	padding: 0 1%;
}

.v-portfolio-item.standard figcaption .thumb-info a {
	top: 50%;
	position: absolute;
	margin-top: -25px;
	margin-left: -25px;
}

.v-portfolio-filter-wrap {
	display: block;
	margin-bottom: 20px;
}

.v-portfolio-filter-wrap .select {
	line-height: 30px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	outline: none;
}

.has-no-sidebar .v-portfolio-filter-wrap .select {
	text-align: center;
	padding-left: 20px;
}

.v-portfolio-filter-wrap .select:hover {
	text-decoration: none;
}

.v-portfolio-filter-wrap .select i {
	margin-right: 10px;
}

/* --------------------------------------------
	Menu 
-------------------------------------------- */
header {
	clear: both;
	background: #FFF;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.v-header-shadow {
	background: url(../img/icons/shadow-top.png) no-repeat;
	position: absolute;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	height: 40px;
	width: 80%;
	bottom: -40px;
	margin-left: auto;
	opacity: 0.6;
	margin-right: auto;
}

.shadow-right {
	position: absolute;
	pointer-events: none;
	background-image: url(../img/icons/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 32px;
	width: 100%;
	bottom: 0;
	z-index: 99;
	border-bottom: 1px solid #d2d3d4;
}

body.boxed-layout header {
	margin: 0 auto;
	/*margin-top: 40px;*/
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

nav.nav-main.one-page-menu .fa {
	margin-right: 6px;
	font-size: 14px;
}

header nav ul.nav-main ul.dropdown-menu i.fa {
	width: 20px;
	font-size: 15px;
	opacity: .9;
	margin-right: 4px;
}

.menu-logo-wrap {
	position: absolute;
	right: 25px;
	bottom: 25px;
	opacity: 0.1;
}

nav.std-menu .menu {
	height: auto;
	margin: 0;
	position: relative;
	padding: 0;
}

nav.std-menu .menu li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 14px;
	margin: 8px 0;
}

nav.std-menu .menu li:first-child {
	background: none;
}

nav.std-menu .menu li>a {
	text-decoration: none;
	padding: 2px 0;
	margin: 0 10px;
	display: block;
	white-space: nowrap;
	background: transparent;
}

.v-menu-item-info {
	background: #c10841;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	line-height: 1;
	margin: 2px 0 0 7px;
	padding: 3px 5px;
	display: inline-block;
	font-size: 12px;
}

.bg-warning {
	background: #f89406 !important;
}

.bg-success {
	background: #738d00 !important;
}

.bg-info {
	background: #9c9c9c !important;
}

header.transparent-header {
	border-bottom: 1px solid rgba(228, 228, 228, 0.23);
}

header.transparent-header nav ul.nav-main>li>a {
	font-size: 14px;
}

header.semi-transparent-header {
	border-bottom: 1px solid rgba(228, 228, 228, 0.23);
}

header.semi-transparent-header nav ul.nav-main>li>a {
	font-size: 14px;
}

header.semi-transparent-header nav ul.nav-main i.fa-caret-down {
	color: white;
}

header.semi-transparent-header nav ul.nav-pills>li>a.menu-icon>.fa {
	margin-right: 5px;
}

.promo-block {
	background-color: rgb(250, 250, 250);
	border-left: 1px solid rgb(236, 236, 236) !important;
	padding: 0 0 !important;
}

.promo-block .promo-block-inner {
	padding: 33px 0px;
}

.promo-block .promo-block-inner img {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
}

body.no-page-top {
	background: #EDEFF2;
}

body header.transparent-header {
	padding-top: 0 !important;
	background: transparent;
}

body header.semi-transparent-header {
	padding-top: 0px !important;
	background: transparent;
}

body {
	padding-top: 90px;
}

body.header-top {
	padding-top: 130px;
}

body .shopping-cart-widget, body .logo, body .search, body nav ul.nav-main
	{
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

body .form-control.search {
	margin-top: 1px !important;
	height: 40px !important;
	border: 1px solid #EBEBEB;
}

header>.container {
	position: relative;
}

header div.header-top {
	background: #ffffff;
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	z-index: 1002;
	margin: 0;
	min-height: 40px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

body.header-top-v2 header div.header-top {
	background: #f9f9f9;
	box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

body.header-top-v2 header .header-inner {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

header div.header-top p {
	float: left;
	font-size: 0.9em;
	line-height: 35px;
	margin: 0;
	padding-top: 3px;
}

header div.header-top ul.social-icons {
	float: right;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
	position: relative;
	top: 0px;
	right: 10px;
}

header div.header-top ul.social-icons li a {
	width: 33px;
}

header div.header-top ul.social-icons li:not (.sf-love) a {
	font-size: 14px;
}

header div.header-top ul.social-icons li:first-child {
	border-left: 1px solid rgb(233, 233, 233);
}

header div.header-top ul.social-icons li:last-child {
	border-right: 1px solid rgb(233, 233, 233);
}

header div.header-top i.fa {
	position: relative;
	top: 1px;
}

header div.header-top nav i.fa {
	top: 0;
}

header div.header-top nav {
	float: left;
}

header div.header-top nav ul.nav-top li a, header div.header-top nav ul.nav-top li span
	{
	color: #999;
	font-size: 0.9em;
	line-height: 50px;
	padding: 0 6px;
}

header div.header-top nav ul.nav-top li a:before {
	display: none;
}

header div.header-top.color nav ul.nav-top li a, header div.header-top.color nav ul.nav-top li span,
	header div.header-top.color ul.social-icons li a {
	color: #FFF;
}

.dropdown-menu {
	min-width: 210px;
}

a.current-menu-item {
	color: #25CBF5 !important;
	background-color: rgb(243, 243, 243) !important;
}

a.current {
	color: #25CBF5 !important;
	background-color: rgb(243, 243, 243) !important;
}

button.btn-responsive-nav {
	display: none;
}

header div.logo {
	display: table;
	position: absolute;
	height: 90px;
}

header div.logo a {
	display: table-cell;
	vertical-align: middle;
}

header div.logo img {
	margin-left: auto;
	margin-right: auto;
}

header div.search {
	float: right;
	position: relative;
	display: block;
	/*height: 90px;*/
	z-index: 9999999;
}

header div.search .btn-primary:hover, header div.search .btn-primary {
	background-color: #25CBF5;
	border-color: #25CBF5;
	border-radius: 2px;
}

header div.search .btn-primary .fa {
	line-height: 26px;
	padding: 0;
}

header div.search a {
	width: 25px;
	text-align: center;
	line-height: 20px;
	color: #2D343E;
	position: relative;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: block;
	font-size: 14px;
	padding: 35px 5px;
}

header div.search-input {
	position: absolute;
	right: -12px;
	top: 90px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 15px;
	width: 300px;
	z-index: 9998;
	filter: alpha(opacity = 0);
	opacity: 0;
	display: none;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #e1e1e1;
}

header div.search input[type=text] {
	box-shadow: none;
}

.v-arrow-wrap {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	right: 10px;
	margin-left: -10px;
	overflow: hidden;
}

.v-arrow-inner {
	top: 15px;
	background-color: #ffffff;
	color: #808080;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #e1e1e1;
}

header div.search-input.active {
	filter: alpha(opacity = 100);
	opacity: 100;
}

header div.search-input input {
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

header div.search-input .input-group-btn:last-child>.btn {
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 6px 12px;
	border-radius: 0px;
	box-shadow: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

header div.search-input .input-group-btn:last-child>.btn:hover {
	margin-top: 1px;
	margin-bottom: 0px;
	box-shadow: none;
}

header div.search-input .input-group-btn:last-child>.btn:active {
	top: 0px !important;
}

header div.search-input .input-group-btn:last-child>.btn i {
	margin-right: 0px !important;
	font-size: 14px;
}

html.webkit header div.search-input .btn {
	margin-top: 0;
	margin-bottom: 0px;
}

header nav.nav-main {
	float: right;
}

header .nav>li>a {
	padding: 35px 15px;
}

header .nav-pills>li {
	margin-right: 3px;
}

header div.nav-main-collapse, header div.nav-main-collapse.in {
	overflow-y: visible;
}

header div.nav-main-collapse.in {
	overflow-y: visible;
	float: none;
	margin: 0;
}

header nav ul.nav-main i.fa-caret-down {
	background: transparent;
	border-radius: 100%;
	color: #888;
	display: inline-block;
	font-size: 10px;
	height: 14px;
	line-height: 15px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 10px;
}

header nav ul.nav-main>li+li {
	margin-left: -8px;
}

header nav ul.nav-main .dropdown-submenu {
	position: relative;
}

header nav ul.nav-main .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

header nav ul.nav-main .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

header nav ul.nav-main .dropdown-submenu>a:after {
	float: right;
	content: "\f105";
	font-family: "Corsica";
	font-size: 14px;
	margin-right: -6px;
}

header nav ul.nav-main .dropdown-submenu.pull-left {
	float: none;
}

header nav ul.nav-main .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

header nav ul.nav-main ul.dropdown-menu, header nav ul.nav-main li.dropdown.open a.dropdown-toggle,
	header nav ul.nav-main li.active a {
	background-color: transparent;
}

header nav ul.nav-main ul.dropdown-menu {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 0 0;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 0 0;
	border: 0;
	border-radius: 2px;
	margin: 0 0 0 3px;
	padding: 10px 0px;
	top: auto;
	background: #FFFFFF;
	border-top: 4px solid #25CBF5;
	-moz-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
	border-right-color: rgb(235, 235, 235);
	border-top: 3px solid #25CBF5;
}

header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 0px !important;
	margin-top: -10px;
}

header nav ul.nav-main ul.dropdown-menu li:hover>a {
	filter: none;
	background: #F5F5F5;
}

header nav ul.nav-main ul.dropdown-menu>li>a {
	color: #333;
	font-weight: 400;
	text-transform: none;
	position: relative;
	padding: 7px 18px 7px 19px;
	font-size: 0.9em;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header nav ul.nav-main ul.dropdown-menu>li>a:hover {
	color: #25CBF5;
}

header nav ul.nav-main ul.dropdown-menu li:last-child>a {
	border-bottom: 0;
}

header nav ul.nav-main li a {
	font-style: normal;
	line-height: 20px;
	position: relative;
	background: none;
	text-transform: none;
	display: block;
	color: #555;
	letter-spacing: 0px;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
	font-size: 13px;
	font-weight: 500;
	font-family: "Corsica" !important;
}

header nav ul.nav-main li a:hover {
	color: #25CBF5;
}

header.transparent-header ul.nav-pills>li.active>a {
	color: #FFFFFF;
}

header.semi-transparent-header ul.nav-pills>li>a {
	font-weight: 500;
}

header.semi-transparent-header ul.nav-pills>li.active>a {
	color: #FFFFFF;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a:hover {
	color: #25CBF5;
}

header nav ul.nav-main i.fa-caret-down.fa-caret-down:before {
	content: "\f107";
	font-size: 12px;
	vertical-align: -1px;
	margin-left: 3px;
}

header nav ul.nav-main li.dropdown.active>a i.fa-caret-down, header ul.nav-pills>li.active>a
	{
	color: #25CBF5;
}

header nav ul.nav-pills>li>a:before {
	display: none;
}

header ul.nav-pills>li>a:hover {
	color: #fff;
	background-color: #25CBF5;
	background: none !important;
}

header nav ul.nav-pills>li>a, header nav ul.nav-pills>li>a:hover, header nav ul.nav-pills>li>a:focus,
	header nav ul.nav-pills>li.active>a, header nav ul.nav-pills>li.active>a:hover,
	header nav ul.nav-pills>li.active>a:focus {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus
	{
	color: #25CBF5;
	background-color: transparent;
}

header nav ul.nav-main li ul a {
	text-transform: none;
	font-weight: normal;
	font-size: 0.9em;
}

header nav ul.nav-main li.dropdown:hover>a {
	padding-bottom: 35px;
	margin-bottom: 0px;
	position: relative;
}

header nav ul.nav-main li.dropdown:hover>a i.fa-caret-down {
	color: #25CBF5;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header nav ul.nav-main li.dropdown:hover>a:after {
	/*display: block;
                content: " ";
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #25CBF5;
                position: absolute;
                bottom: -3px;
                left: 40%;*/
	display: none;
}

header nav ul.nav-main li.dropdown:hover>ul {
	display: block;
}

/*header Top Menu*/
.header-top-menu {
	float: right !important;
	line-height: 1.428571429;
	margin-right: -10px;
}

nav.std-menu.header-top-menu .menu li {
	margin: 0px 0;
	line-height: 35px !important;
}

header .header-top nav ul.nav-main li a {
	line-height: 23px !important;
	font-size: 11px;
}

header .header-top ul.social-icons li {
	height: 39px;
}

header .header-top ul.social-icons li:not (.sf-love) a {
	height: 39px;
	padding-top: 13px;
}

nav.std-menu.header-top-menu .menu li.m-item {
	border-left: 1px solid #EBEBEB;
}

nav.std-menu.header-top-menu ul.nav-main ul.dropdown-menu li>a {
	margin: 0;
}

header nav.header-top-menu ul.nav-main ul.dropdown-menu {
	margin: 0 0 0 0px;
	padding: 10px 0;
	padding-top: 7px;
}

header nav.header-top-menu ul.nav-main ul.dropdown-menu li {
	float: none;
	display: block;
}

header nav.header-top-menu ul.nav-main ul.dropdown-menu li a {
	padding: 4px 10px 4px 15px;
}

header nav.header-top-menu ul.nav-main ul.dropdown-menu {
	min-width: 120px;
}

nav.std-menu.header-top-menu .menu li>a {
	padding: 8px 0px;
	color: #777;
}

header nav.header-top-menu ul.nav-main li.dropdown:hover>a {
	padding-bottom: 8px;
}

.header-top-menu a {
	font-size: 12px;
}

.header-top-info ul {
	margin: 0px;
	float: left;
}

.header-top-info li {
	list-style: none;
	display: inline-block;
	line-height: 39px;
	border-left: 1px solid #EBEBEB;
	padding: 0px 10px;
	font-size: 12px;
	color: #777;
}

.header-top-info li:last-child {
	border-right: 1px solid #EBEBEB;
}

.header-top-info li i.fa {
	margin-right: 5px;
	vertical-align: 1px;
}

header.big-logo div.logo {
	margin-top: -60px;
	padding-top: 20px;
}

header.big-logo div.header-top {
	background: #FFF;
	margin-top: 5px;
	margin-bottom: -10px;
}

header.big-logo div.header-top p {
	float: right;
	padding-left: 20px;
	margin-left: 0;
	margin-right: 20px;
}

.v-bg-stylish.v-divider {
	border-color: #e4e4e4;
}

.v-bg-stylish.v-bg-stylish-v1 {
	background-color: #FFFFFF;
	background-image: url(../img/icons/ff_rp_bkg2.png);
	background-repeat: repeat;
	background-position: center top;
	-moz-background-size: auto;
	background-size: auto;
	border-top: 1px solid rgb(236, 236, 236);
	border-bottom: 1px solid rgb(238, 238, 238);
}

.v-page-heading.v-bg-stylish.v-bg-stylish-v1 {
	background-color: #f7f7f7;
	border-color: #DDDDDD;
	background-image: url(../img/icons/page-heading-bg.png);
}

.v-bg-stylish.v-bg-stylish-v1, .v-bg-stylish.v-bg-stylish-v1 h1,
	.v-bg-stylish.v-bg-stylish-v1 h2, .v-bg-stylish.v-bg-stylish-v1 h3,
	.v-bg-stylish.v-bg-stylish-v1 h3, .v-bg-stylish.v-bg-stylish-v1 h4,
	.v-bg-stylish.v-bg-stylish-v1 h5, .v-bg-stylish.v-bg-stylish-v1 h6,
	.v-bg-stylish-v1 .carousel-wrap>a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v1 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v1 h4.v-center-heading span:after {
	border-color: #333;
}

.v-bg-stylish-v1.v-full-width-text:after {
	border-top-color: #FFFFFF;
	background-image: url(../img/icons/page-heading-bg.png);
	background-repeat: repeat;
	background-size: cover;
}

.v-bg-stylish-v1 h4.v-text-heading, .v-bg-stylish-v1 h4.v-heading {
	border-bottom-color: #333;
}

.v-bg-stylish.v-bg-stylish-v2 {
	background-color: #FFFFFF;
}

.v-bg-stylish.v-bg-stylish-v2 {
	background-image: url(../img/icons/pw_maze_white.png);
	background-repeat: repeat;
	background-position: center top;
	-moz-background-size: auto;
	background-size: auto;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}

.v-bg-stylish.v-bg-stylish-v2, .v-bg-stylish.v-bg-stylish-v2 h1,
	.v-bg-stylish.v-bg-stylish-v2 h2, .v-bg-stylish.v-bg-stylish-v2 h3,
	.v-bg-stylish.v-bg-stylish-v2 h3, .v-bg-stylish.v-bg-stylish-v2 h4,
	.v-bg-stylish.v-bg-stylish-v2 h5, .v-bg-stylish.v-bg-stylish-v2 h6,
	.v-bg-stylish-v2 .carousel-wrap>a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v2 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v2 h4.v-center-heading span:after {
	border-color: #333;
}

.v-bg-stylish-v2.v-full-width-text:after {
	border-top-color: #FFFFFF;
}

.v-bg-stylish-v2 h4.v-text-heading, .v-bg-stylish-v2 h4.v-heading {
	border-bottom-color: #333;
}

.v-bg-stylish.v-bg-stylish-v3 {
	background-image: url(../img/icons/tiny_grid.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	border-top: 1px solid rgb(236, 236, 236);
	border-bottom: 1px solid rgb(228, 228, 228);
	box-shadow: none;
}

.v-bg-stylish.v-bg-stylish-v3 .flex-control-nav li a {
	color: #7A7A7A;
}

.v-bg-stylish.v-bg-stylish-v3 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v3 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v3.v-full-width-text:after {
	border-top-color: #FFFFFF;
}

.v-bg-stylish-v3 h4.v-text-heading, .v-bg-stylish-v3 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v4 {
	background-color: #f7f7f7;
	border-color: #e4e4e4;
}

.v-bg-stylish.v-bg-stylish-v4, .v-bg-stylish.v-bg-stylish-v4 h1,
	.v-bg-stylish.v-bg-stylish-v4 h2, .v-bg-stylish.v-bg-stylish-v4 h3,
	.v-bg-stylish.v-bg-stylish-v4 h3, .v-bg-stylish.v-bg-stylish-v4 h4,
	.v-bg-stylish.v-bg-stylish-v4 h5, .v-bg-stylish.v-bg-stylish-v4 h6,
	.v-bg-stylish-v4 .carousel-wrap>a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v4 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v4 h4.v-center-heading span:after {
	border-color: #333;
}

.v-bg-stylish-v4.v-full-width-text:after {
	background-color: #f7f7f7;
}

.v-bg-stylish-v4 h4.v-text-heading, .v-bg-stylish-v4 h4.v-heading {
	border-bottom-color: #333;
}

.v-bg-stylish.v-bg-stylish-v5 {
	background-color: #333;
}

.v-bg-stylish.v-bg-stylish-v5, .v-bg-stylish.v-bg-stylish-v5 h1,
	.v-bg-stylish.v-bg-stylish-v5 h2, .v-bg-stylish.v-bg-stylish-v5 h3,
	.v-bg-stylish.v-bg-stylish-v5 h3, .v-bg-stylish.v-bg-stylish-v5 h4,
	.v-bg-stylish.v-bg-stylish-v5 h5, .v-bg-stylish.v-bg-stylish-v5 h6,
	.v-bg-stylish-v5 .carousel-wrap>a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v5 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v5 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v5.v-full-width-text:after {
	background-color: #333;
	border-color: #333;
}

.v-bg-stylish-v5 h4.v-text-heading, .v-bg-stylish-v5 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v6 .social-icons a {
	color: #999;
}

.v-bg-stylish.v-bg-stylish-v6 {
	background-image: url(../img/icons/ff_header_bkg_dark.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
	background-color: #FFFFFF;
}

.v-bg-stylish.v-bg-stylish-v6, .v-bg-stylish.v-bg-stylish-v6 h1,
	.v-bg-stylish.v-bg-stylish-v6 h2, .v-bg-stylish.v-bg-stylish-v6 h3,
	.v-bg-stylish.v-bg-stylish-v6 h3, .v-bg-stylish.v-bg-stylish-v6 h4,
	.v-bg-stylish.v-bg-stylish-v6 h5, .v-bg-stylish.v-bg-stylish-v6 h6,
	.v-bg-stylish-v6 .carousel-wrap>a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v6 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v6 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v6.v-full-width-text:after {
	background-image: url(../img/icons/ff_header_bkg_dark.png);
	background-repeat: repeat;
	border: 0;
}

.v-bg-stylish-v6 h4.v-text-heading, .v-bg-stylish-v6 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v7 {
	background-color: #ffc154;
}

.v-bg-stylish.v-bg-stylish-v7, .v-bg-stylish.v-bg-stylish-v7 h1,
	.v-bg-stylish.v-bg-stylish-v7 h2, .v-bg-stylish.v-bg-stylish-v7 h3,
	.v-bg-stylish.v-bg-stylish-v7 h3, .v-bg-stylish.v-bg-stylish-v7 h4,
	.v-bg-stylish.v-bg-stylish-v7 h5, .v-bg-stylish.v-bg-stylish-v7 h6,
	.v-bg-stylish-v7 .carousel-wrap>a {
	color: #4a504e;
}

.v-bg-stylish.v-bg-stylish-v7 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v7 h4.v-center-heading span:after {
	border-color: #4a504e;
}

.v-bg-stylish-v7.v-full-width-text:after {
	background-color: #ffc154;
	border-color: #ffc154;
}

.v-bg-stylish-v7 h4.v-text-heading, .v-bg-stylish-v7 h4.v-heading {
	border-bottom-color: #4a504e;
}

.v-bg-stylish.v-bg-stylish-v8 {
	background-color: #000000;
}

.v-bg-stylish-v8.v-full-width-text:after {
	background-color: #000000;
	border-color: #000000;
}

.v-bg-stylish.v-bg-stylish-v8, .v-bg-stylish.v-bg-stylish-v8 h1,
	.v-bg-stylish.v-bg-stylish-v8 h2, .v-bg-stylish.v-bg-stylish-v8 h3,
	.v-bg-stylish.v-bg-stylish-v8 h3, .v-bg-stylish.v-bg-stylish-v8 h4,
	.v-bg-stylish.v-bg-stylish-v8 h5, .v-bg-stylish.v-bg-stylish-v8 h6,
	.v-bg-stylish-v8 .carousel-wrap>a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v8 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v8 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v8.v-full-width-text:after {
	border-top-color: #000000;
}

.v-bg-stylish-v8 h4.v-text-heading, .v-bg-stylish-v8 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v9 {
	background-image: url(../img/icons/starring.png);
	background-repeat: repeat;
	background-position: center top;
	-moz-background-size: auto;
	background-size: auto;
}

.v-bg-stylish-v9.v-full-width-text:after {
	background-image: url(../img/icons/starring.png);
	background-repeat: repeat;
	border: 0;
}

.v-bg-stylish.v-bg-stylish-v9, .v-bg-stylish.v-bg-stylish-v9 h1,
	.v-bg-stylish.v-bg-stylish-v9 h2, .v-bg-stylish.v-bg-stylish-v9 h3,
	.v-bg-stylish.v-bg-stylish-v9 h3, .v-bg-stylish.v-bg-stylish-v9 h4,
	.v-bg-stylish.v-bg-stylish-v9 h5, .v-bg-stylish.v-bg-stylish-v9 h6,
	.v-bg-stylish-v9 .carousel-wrap>a {
	color: #FFFFFF;
}

.v-bg-stylish.v-bg-stylish-v9 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v9 h4.v-center-heading span:after {
	border-color: #cf514b;
}

.v-bg-stylish-v9 h4.v-text-heading, .v-bg-stylish-v9 h4.v-heading {
	border-bottom-color: #cf514b;
}

.v-bg-stylish.v-bg-stylish-v10 {
	background-color: #25CBF5;
}

.v-bg-stylish.v-bg-stylish-v10, .v-bg-stylish.v-bg-stylish-v10 h1,
	.v-bg-stylish.v-bg-stylish-v10 h2, .v-bg-stylish.v-bg-stylish-v10 h3,
	.v-bg-stylish.v-bg-stylish-v10 h3, .v-bg-stylish.v-bg-stylish-v10 h4,
	.v-bg-stylish.v-bg-stylish-v10 h5, .v-bg-stylish.v-bg-stylish-v10 h6,
	.v-bg-stylish-v10 .carousel-wrap>a {
	color: #ffffff;
}

.v-bg-stylish.v-bg-stylish-v10 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v10 h4.v-center-heading span:after {
	border-color: #ffffff;
}

.v-bg-stylish-v10.v-full-width-text:after {
	border-color: #25CBF5;
	background-color: #25CBF5;
}

.v-bg-stylish-v10 h4.v-text-heading, .v-bg-stylish-v10 h4.v-heading {
	border-bottom-color: #ffffff;
}

.v-bg-stylish.light-style, .v-bg-stylish.light-style h1, .v-bg-stylish.light-style h2,
	.v-bg-stylish.light-style h3, .v-bg-stylish.light-style h3,
	.v-bg-stylish.light-style h4, .v-bg-stylish.light-style h5,
	.v-bg-stylish.light-style h6 {
	color: #fff !important;
}

.v-bg-stylish.dark-style, .v-bg-stylish.dark-style h1, .v-bg-stylish.dark-style h2,
	.v-bg-stylish.dark-style h3, .v-bg-stylish.dark-style h3, .v-bg-stylish.dark-style h4,
	.v-bg-stylish.dark-style h5, .v-bg-stylish.dark-style h6 {
	color: #333 !important;
}

.v-parallax .v-bg-overlay {
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-image: url('../img/icons/video-overlay-1.png');
}

.v-parallax .v-bg-overlay.overlay-colored {
	background-color: #25CBF5;
	opacity: 0.6;
}

.v-bg-stylish.v-bg-stylish-v11 {
	background-color: #f7f7f7;
	background-image: url(../img/icons/v-arrow.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.v-bg-stylish.v-bg-stylish-v11, .v-bg-stylish.v-bg-stylish-v11 h1,
	.v-bg-stylish.v-bg-stylish-v11 h2, .v-bg-stylish.v-bg-stylish-v11 h3,
	.v-bg-stylish.v-bg-stylish-v11 h3, .v-bg-stylish.v-bg-stylish-v11 h4,
	.v-bg-stylish.v-bg-stylish-v11 h5, .v-bg-stylish.v-bg-stylish-v11 h6,
	.v-bg-stylish-v11 .carousel-wrap>a {
	color: #333;
}

.v-bg-stylish.v-bg-stylish-v11 h4.v-center-heading span:before,
	.v-bg-stylish.v-bg-stylish-v11 h4.v-center-heading span:after {
	border-color: #333;
}

.v-bg-stylish-v11.v-full-width-text:after {
	border-top-color: #FFFFFF;
}

.v-bg-stylish-v11 h4.v-text-heading, .v-bg-stylish-v1 h4.v-heading {
	border-bottom-color: #333;
}
.count-number {
	font-size: 6pt !important;
	color: #194a8f !important;
}

#action_kino {
    margin-bottom: 50px;
}

/*----------------------------
feedback form + google captcha
------------------------------*/
.g-recaptcha>div {margin: 10px auto !important;
	text-align: center;
	width: auto !important;
	height: auto !important;
}

.feedback {
	max-width: 450px;
	background: #FAFAFA;
	padding: 30px;
	margin: 50px auto;
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 6px solid #e4e4e4;
}

.feedback ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.feedback ul li {
	display: block;
	margin-bottom: 10px;
	min-height: 40px;
}

.feedback select {
	background-color: #F2F2F2 !important;
	color: #999999;
}

.feedback select option {
	background-color: white !important
}

.feedback ul li  .field-style {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

.feedback ul li   .field-style:focus {
	box-shadow: 0 0 5px #B0CFE0;
	border: 1px solid #B0CFE0;
}

.feedback ul li .field-split {
	width: 49%;
}

.feedback ul li .field-full {
	width: 100%;
}

.feedback ul li input.align-left {
	float: left;
}

.feedback ul li input.align-right {
	float: right;
}

.feedback ul li textarea {
	width: 100%;
	height: 60px;
}

.feedback ul li input[type="button"], .feedback ul li input[type="submit"]
	{
	-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
	box-shadow: inset 0px 1px 0px 0px #3985B1;
	background-color: #194A8F;
	border: 1px solid #194A8F;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}

.feedback ul li input[type="button"]:hover, .feedback ul li input[type="submit"]:hover
	{
	background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
	background-color: #28739E;
}

.feedback legend {
	font: 16px Arial, Helvetica, sans-serif;
	color: #194A8F;
}

.feedback fieldset {
	margin-top: 10px;
}

.fbutton {
	position: fixed;
	top: 45%;
	right: 1%;
}

.fbutton:hover {
	 background-color: #28739E;
}



