
/*
Free Responsive Html5 Templates - Bootstrap Themes : http://www.html5xcss3.com
*/


/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* font-family: "Evolventa Bold Oblique"; */
@font-face {
    font-family: "fontawesome";
    src: url("../font-awesome-4.7.0/fonts/fontawesome-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'certege';
    src: local('certege'), url('../fonts/certege.woff2') format('woff2'), url('../fonts/certege.woff') format('woff'), url('../fonts/certege.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* font-family: "BebasRegular"; */
@font-face {
    font-family: "BebasRegular";
    src: url("../fonts/BebasRegular/BebasRegular.eot");
    src: url("../fonts/BebasRegular/BebasRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasRegular/BebasRegular.woff") format("woff"),
    url("../fonts/BebasRegular/BebasRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BebasBook"; */
@font-face {
    font-family: "BebasBook";
    src: url("../fonts/BebasBook/BebasBook.eot");
    src: url("../fonts/BebasBook/BebasBook.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasBook/BebasBook.woff") format("woff"),
    url("../fonts/BebasBook/BebasBook.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BebasBold"; */
@font-face {
    font-family: "BebasBold";
    src: url("../fonts/BebasBold/BebasBold.eot");
    src: url("../fonts/BebasBold/BebasBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasBold/BebasBold.woff") format("woff"),
    url("../fonts/BebasBold/BebasBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BebasLight"; */
@font-face {
    font-family: "BebasLight";
    src: url("../fonts/BebasLight/BebasLight.eot");
    src: url("../fonts/BebasLight/BebasLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasLight/BebasLight.woff") format("woff"),
    url("../fonts/BebasLight/BebasLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "BebasThin"; */
@font-face {
    font-family: "BebasThin";
    src: url("../fonts/BebasThin/BebasThin.eot");
    src: url("../fonts/BebasThin/BebasThin.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasThin/BebasThin.woff") format("woff"),
    url("../fonts/BebasThin/BebasThin.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "Evolventa Oblique"; */
@font-face {
    font-family: "Evolventa Oblique";
    src: url("../fonts/Evolventa Oblique.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "Evolventa Bold Oblique"; */
@font-face {
    font-family: "Evolventa Bold Oblique";
    src: url("../fonts/Evolventa Bold Oblique.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: 'BebasBook';color: #666;background: #fff;font-size: 24px;line-height: 1.6em;font-weight: 400;}
html, body {width:100%; min-width: 720px; padding:0; margin:0;letter-spacing:.02em;}

::-moz-selection{background:#000;color:#fff;text-shadow:none}
::selection{background:#000;color:#fff;text-shadow:none}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{
	max-width:100%;	
    height: auto;
	width: auto\9; /* ie8 */
	}

h1 {font-size: 36px;}
h2 {font-size: 34px;}
h3 {font-size: 30px;}
h4 {font-size: 26px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {font-weight: 600;color: #808080;}

p { color:#333;}

a {
   color: #339900;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

a:hover,
a:focus {color: #666;text-decoration: none;}

.f-right{float: right;}
.f-left{float: left;}
.t-center{text-align: center; margin: 0 auto;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-primary {
    color: #FFDE00;
}

hr{
	max-width: 100%;
    border-color: #FFDE00;
    border-width: 5px;
	margin-top:20px;
	margin-bottom:100px;
	}
	
.anchor {font-size:40px;font-weight:bold;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Header------------------------------------ */
/* ---------------------------------------------------------------------------- */

@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  
  header h1#logo {
    display: block;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  header nav {
    display: block;
    float: none;
    height: 50px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 50px;
      margin: 0 10px; }
  header.smaller {
    height: 75px; }
    header.smaller h1#logo {
      height: 40px;
      line-height: 40px;
      font-size: 30px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 35px; } }
		



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: none;}
.greyline {border-color: transparent;background-color: #222;background: url(../images/opacity.png)}
.redline {border-color: transparent;background-color: #222;background: url(../images/opacity_hover.png)}

.navbar-default .navbar-collapse {border-color: rgba(255,255,255,.02);}

.navbar-default .navbar-toggle {border: none;background-color: #FFDE00;}
.navbar-default .navbar-toggle span.icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #FFDE00;}

.navbar-default .nav li a {margin-right:10px;padding-right:12px; background-color: rgba(0, 0, 0, 0.2);border: 0px solid #fff;border-radius: 4px; text-shadow: 1px 1px 2px black, 0 0 0.8em white;text-transform: uppercase;font-weight: bold;letter-spacing: 1px;color: #fff;}
.navbar-default .nav li a:last-child{color: #fff;}
.navbar-default .nav li a:hover{color: #fff;background-color: rgba(255, 255, 255, 0.2);},
.navbar-default .nav li a:focus {outline: 0;color: yellow;}

.navbar-default .navbar-nav>.active>a {border-radius: 0;color: #000;background: none;}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {}

@media(min-width:768px) {
    .navbar-default {
        padding: 0px 0;
        border: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		height:50px;
    }
    .navbar-default.navbar-shrink {
        padding: 0;
        background: url(../images/opacity_hover.png);
		border-bottom: 0px solid #fff;
    }
	
	.navbar-default.navbar-shrink .nav li a{color: #fff;}
	.navbar-default.navbar-shrink .nav li a:hover,
	.navbar-default.navbar-shrink .nav li a:focus
	{color: #fff;}
	
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/* Carousel Header Styles */
.header-text {position: relative;top: 60%;left: 0%;right: auto;width: 100%;color: #fff;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: bold;color: #fff;font-size: 70px;}
.header-text hr{margin: 30px auto;}
.header-text p{ margin-bottom: 50px;font-size: 16px;font-weight: 300;color: #fff;}
.header-text .btn-header-1{font-family: 'Arial'; font-style: italic; background-color: rgba(0, 0, 0, 0.6);padding: 18px 45px;font-weight: bold;font-size: 22px;border: 3px solid #fff;border-radius: 4px; text-shadow: 1px 1px 2px black, 0 0 0.8em white;}
.header-text .btn-header-1:hover{color: #fff;background-color: rgba(255, 255, 255, 0.2);}
.header-text .btn-header-2{background-color: #FFDE00;border:none;padding: 18px 45px;font-weight: bold;font-size: 16px;border: 3px solid #FFDE00;border-radius: 4px;}
.header-text .btn-header-2:hover{background-color: rgba(255, 222, 0, 0.9);color: #fff;border: 3px solid rgba(241, 210, 4, 0.9);}
.menu-contacts{float: right;margin-left:10px;font-weight: bold;color: #fff;font-size:30px;margin:0;padding:0;margin-right:0;position:relative;}
.service-box h2{font-size: 40px;font-weight: bold;color: #fff;text-shadow: 1px 1px 2px black, 0 0 0.8em white;}

.avtoservis {position: absolute;top: 250px;left: 0%;right: auto;width: 100%;color: #fff; text-shadow: 0 4px 18px rgba(0, 0, 0, .65);}
.avtoservis h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: bold;color: #fff;font-size: 70px;background-color: rgba(255, 255, 255, 0.2);font-family: 'BebasBook';text-shadow: 0 3px 16px rgba(0,0,0,.72);}
.avtoservis hr{margin: 30px auto;}
.avtoservis p{ margin-bottom: 50px;font-size: 33px;font-weight: 300;color: #fff;}
.avtoservis .btn-header-1{font-family: 'Arial'; font-style: italic; background-color: rgba(0, 0, 0, 0.6);padding: 18px 45px;font-weight: bold;font-size: 22px;border: 3px solid #fff;border-radius: 4px; text-shadow: 1px 1px 2px black, 0 0 0.8em white;}
.avtoservis .btn-header-1:hover{color: #fff;background-color: rgba(255, 255, 255, 0.2);}
.avtoservis .btn-header-2{background-color: #FFDE00;border:none;padding: 18px 45px;font-weight: bold;font-size: 16px;border: 3px solid #FFDE00;border-radius: 4px;}
.avtoservis .btn-header-2:hover{background-color: rgba(255, 222, 0, 0.9);color: #fff;border: 3px solid rgba(241, 210, 4, 0.9);}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Content------------------------------------ */
/* ---------------------------------------------------------------------------- */	
#page-content{}

/* ---HomePage--- */
.box-content {padding: 100px 0;padding-bottom: 200px;}
.box-content .heading{margin-bottom: 50px; text-align: center;}
.box-content.box-style-1{background-color: #FFF; padding: 100px 10%;font-size:16px;}
.box-content.box-style-2{background-color: #ccc; padding: 0px 0;}
.box-content.box-style-3{background: linear-gradient(to bottom, #FFF 0%, transparent 20%), linear-gradient(to top, #FFF 0%, transparent 20%), url(../images/akciiiskidki.jpg) no-repeat scroll center center ;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;}
.box-content.box-style-4{background-color: #DDA06F;}
.box-style-uslugi.ugol,
.box-style-uslugi.ugolup {
	display: none !important;
}

.box-content.box-style-uslugi {
	position: relative;
	overflow: hidden;
	margin: 40px 5% 60px;
	padding: 55px 5% 40px !important;
	border-radius: 56px;
	background:
		radial-gradient(circle at 78% 16%, rgba(255,255,255,0.72), rgba(255,255,255,0) 22%),
		radial-gradient(circle at 18% 76%, rgba(255,244,188,0.54), rgba(255,244,188,0) 28%),
		linear-gradient(135deg, #fff7cf 0%, #ffe16a 48%, #bdd87b 100%);
	box-shadow: 0 28px 58px rgba(140, 152, 72, 0.18);
}

.box-content.box-style-uslugi:before {
	content: "";
	position: absolute;
	top: 0;
	left: -4%;
	width: 108%;
	height: 180px;
	background: radial-gradient(120% 140px at 50% 0, rgba(255,255,255,0.34), rgba(255,255,255,0) 72%);
	pointer-events: none;
}

.box-content.box-style-uslugi:after {
	content: "";
	position: absolute;
	left: -4%;
	bottom: -36px;
	width: 108%;
	height: 140px;
	background: radial-gradient(90% 110px at 50% 100%, rgba(129, 176, 84, 0.30), rgba(129, 176, 84, 0) 70%);
	pointer-events: none;
}
.box-content.box-style-1{background-color: #FFF; padding:10%;padding-top:50px;padding-bottom:100px;font-size:16px;}
.box-content.box-style-seo{
	padding: 0 10% 70px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fffaf0 100%);
}
.seo-home{
	position: relative;
	overflow: hidden;
	padding: 42px 48px 36px;
	border-radius: 42px;
	background:
		radial-gradient(circle at 82% 18%, rgba(255,255,255,0.85), rgba(255,255,255,0) 22%),
		radial-gradient(circle at 14% 78%, rgba(255,232,138,0.34), rgba(255,232,138,0) 26%),
		linear-gradient(135deg, #fffdf4 0%, #fff4bf 100%);
	box-shadow: 0 24px 50px rgba(145, 132, 66, 0.12);
}
.seo-home:before{
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(rgba(255,255,255,0.22) 1px, transparent 1px),
		radial-gradient(rgba(97,146,58,0.08) 1px, transparent 1px);
	background-size: 28px 28px, 36px 36px;
	background-position: 0 0, 16px 18px;
	opacity: 0.5;
	pointer-events: none;
}
.seo-home > *{
	position: relative;
	z-index: 1;
}
.seo-home__eyebrow{
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(76,175,80,0.12);
	color: #427f34;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.seo-home h2{
	margin: 0 0 18px;
	color: #2a3320;
	font-size: 34px;
	line-height: 1.2;
}
.seo-home__lead{
	margin: 0 0 26px;
	max-width: 980px;
	color: #47523f;
	font-size: 18px;
	line-height: 1.75;
}
.seo-home__grid{
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 26px;
	align-items: start;
}
.seo-home__text p{
	margin: 0 0 16px;
	color: #505a48;
	font-size: 17px;
	line-height: 1.8;
}
.seo-home__points{
	padding: 24px 26px;
	border-radius: 28px;
	background: rgba(255,255,255,0.72);
	box-shadow: inset 0 0 0 1px rgba(76,175,80,0.08);
}
.seo-home__points h3{
	margin: 0 0 14px;
	color: #2d3824;
	font-size: 22px;
}
.seo-home__points ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.seo-home__points li{
	margin-bottom: 12px;
	padding-left: 22px;
	position: relative;
	color: #55604d;
	line-height: 1.6;
}
.seo-home__points li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4CAF50;
	box-shadow: 0 0 0 5px rgba(76,175,80,0.12);
}
.seo-home__bottom{
	margin-top: 18px;
	color: #46503e;
	font-size: 16px;
	line-height: 1.7;
}

.box-content.box-1 {}

.box-content.box-2 .service-box {margin: 20px auto 0;}
.box-content.box-2 .service-box h2{font-size: 22px;}
.portfolio-box {display: block;position: relative;margin: 0 auto;}
.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;opacity: 0;background: rgba(255, 222, 0,.9);-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding: 0 15px;font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {text-transform: uppercase;font-size: 14px;font-weight: 600;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {font-size: 18px;}
.portfolio-box:hover .portfolio-box-caption {opacity: 1;}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

@media(max-width: 768px) {
	.box-content.box-style-uslugi {
		margin: 20px 15px 40px;
		padding: 34px 20px 26px !important;
		border-radius: 32px;
	}
	.box-content.box-style-seo{
		padding: 0 15px 40px;
	}
	.seo-home{
		padding: 26px 22px;
		border-radius: 28px;
	}
	.seo-home h2{
		font-size: 26px;
	}
	.seo-home__lead,
	.seo-home__text p,
	.seo-home__bottom{
		font-size: 15px;
		line-height: 1.7;
	}
	.seo-home__grid{
		grid-template-columns: 1fr;
	}
}

.box-content.box-3{}
.box-content.box-3{text-align: center;background: grey;color: #fff;} 
.box-content.box-3 img{max-width: 120px;margin-bottom: 15px;margin-bottom: 30px;}
.box-content.box-3 .comment {color: #fff;margin-bottom: 50px;background: #682E66;padding: 40px 40px;}
.box-content.box-3 p {color: #fff;}
.box-content.box-3 span {font-weight: bold;font-size: 17px;text-transform: uppercase;text-shadow: none; }


.box-content.box-4 .service-box {margin: 20px auto 0;}
.box-content.box-4 .service-box h3{font-size: 22px;}

.box-content.box-5 {}

.box-content.box-5 {}
.box-content.box-5 .box-item{background-color: #fff;margin-bottom: 30px;border: 1px solid #eee;} 
.box-content.box-5 .box-item .content{padding: 10px 30px 30px;} 
.box-content.box-5 .box-item .content h3{font-weight: bold;color: #111;font-size: 19px;margin-bottom: 20px;text-transform: uppercase;} 
.box-content.box-5 .box-item .content p {color: #666;}
.box-content.box-5 .box-item .content span{color: #bbb;font-size: 15px;}

.box-content.box-6 {}
.box-content.box-6 .box-item{color:#fff;}
.box-content.box-6 .box-item p{color:#fff;}
.box-content.box-6 blockquote {position: relative;padding: 50px 100px 20px;text-align: center;font-size: 40px; border:none;line-height: 1.2;}
.box-content.box-6 blockquote:before, .box-content.box-6 blockquote:after {position: absolute;width: 50px;height: 50px;font-size: 100px;line-height: 1; }
.box-content.box-6 blockquote:before {top: 0;left: 0;content: "\201C"; }
.box-content.box-6 blockquote:after {top: 0;right: 0;content: "\201D"; }
@media only screen and (max-width: 1100px) {
 .box-content.box-6 blockquote {font-size: 30px; } 
 }
@media only screen and (max-width: 960px) {
 .box-content.box-6 blockquote {padding: 30px 60px;font-size: 22px; }
 .box-content.box-6 blockquote:before, .box-content.box-6 blockquote:after {width: 30px;height: 30px;font-size: 70px; } 
 }
@media only screen and (max-width: 690px) {
 .box-content.box-6 blockquote {padding: 10px 30px;font-size: 20px; }
 .box-content.box-6 blockquote:before, .box-content.box-6 blockquote:after {font-size: 35px; } 
 }

.box-content.box-7 .box-item{margin-bottom: 40px; display: inline-block;}
.box-content.box-7 span{display: block; font-weight: bold; margin-top: 10px;}
.box-content.box-7 img{margin: 5px;border-radius: 50%;}
 
.box-content.box-8{color: #eee;} 
.box-content.box-8 p {color: #eee;}
.box-content.box-8 .heading h2{color: #fff;}
.box-content.box-8 h3 {margin-bottom: 13px;font-size: 35px;font-size: 24px;margin-top: 10px;color: #fff;}
.box-content.box-8 input {background: #DF955B;border-radius: 4px;-webkit-border-radius:4px;-moz-border-radius:4px;border: 1px solid #c76b23;color: #fff !important;}
.box-content.box-8 textarea {background: #DF955B;border-radius: 4px;-webkit-border-radius:4px;-moz-border-radius:4px;height: 240px;border: 1px solid #c76b23;color: #fff;}
.box-content.box-8 input::-webkit-input-placeholder, .box-content.box-8 textarea::-webkit-input-placeholder { color: #fff; }

/* ----------------- */
/* ---MainContent--- */
#main-content {}
@media(max-width:767px){
	#main-content {margin-top: 80px;}
}

article{}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .info {margin: 5px 0 10px 0;}
article .info span{display: block;}
article .info a{color: #17B3E8;text-decoration: none;}
article .info a:hover {color:#000;}
article h1 {font-size: 30px;}
article h2 {font-size: 22px;}
article img{width:auto;}


/* ----------------- */
/* -----SideBar----- */
#sidebar{}

.widget{margin:0 0px 30px 0px;margin-left:30px;}
.widget:after, .widget:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.widget ul li{list-style:none;}
.widget .heading {border-bottom: 1px solid #333333; margin: 20px 0;}
.widget .heading h4 {font-size: 50px;}
.widget .content {margin-top:30px;}

.widget.wid-about {}
.widget.wid-about img{max-height:350px;width: 100%;margin-bottom:30px;}
   
.widget.wid-posts {position:relative;margin-top:40px;}
.widget.wid-posts .post{}
.widget.wid-posts .post:after, .widget.wid-posts .post:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.widget.wid-posts img{float: left; margin: 15px 10px; width: 100px;}
.widget.wid-posts .wrapper {vertical-align: middle;text-align: left;}
.widget.wid-posts .wrapper h5{font-size: 20px;font-weight: 500;}

.widget.wid-gallery {}
.widget.wid-gallery img{margin-bottom: 30px;max-width: 100%;}

.widget.wid-related {background-color: #fff;margin: 20px 0;}
.widget.wid-related img{ max-width: 243px; width: 100%;}
.widget.wid-related h4{margin-top: 10px;font-size:20px;font-weight: 500;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Footer------------------------------------ */
/* ---------------------------------------------------------------------------- */
footer{font-family: 'BebasBold';color: #666;background-color:#f3f3f3;font-size: 24px;}
footer p{color: #666}
footer ul {padding: 0;margin-top: 0px;}
footer ul li{list-style: none;}
footer a {color: #666;}
footer a:hover {color: #fff;text-decoration: underline;}	
footer h1 {color: #666;}	

footer .col-footer{margin: 10px 0 30px; font-size: 24px;}

footer .wrap-footer{font-family: 'BebasRegular';padding-top:40px; background-color: #f3f3f3; font-size: 24px;width:100%;padding-left:5%;padding-right:5%;}
footer .bottom-footer{font-family: 'BebasRegular';background-color: #29282E;color: #fff;text-align: center;padding: 10px 0px; font-size: 24px;}
footer ul.social-buttons li a{display: block;width: 35px;height: 35px;border-radius: 100%;font-size: 20px;color: #222;background-color: #fff;transition-duration: 0.4s;}
footer ul.social-buttons li a:hover{background-color: #17B3E8;color: #fff;}
footer ul.social-buttons li a i{margin-top: 7px;}

.footer-title:before {background-color: #FFDE00;content: "";height: 1em;left: 0;margin-top: -0.5em;position: absolute;top: 50%;width: 5px;border-radius:5px;}
.footer-title {display: block;font-weight: bold;letter-spacing: 1px;margin-top: -5px;padding-left: 13px;position: relative;text-transform: uppercase;font-size: 24px;color: #666;font-family: 'BebasBook';}

.info-title {display: block;margin-top: -5px;padding-left: 13px;position: relative;border-left: 3px solid #FFDE00;color:#000;}

.footer-tags a{color: #999; border: 1px solid #999; padding: 2px 5px;margin: 4px;line-height: 2.2;font-size: 14px;text-transform: capitalize;float:left;}
.footer-tags a:hover{color: #fff;text-decoration: none;}

.widget_recent_entries li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #999999;
    font-size: 11px;
    margin-bottom: 0;
    padding: 15px 0 16px;
    text-transform: uppercase;
}
 .widget_recent_entries li a:before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    line-height: 1;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.widget_recent_entries li a {font-weight:bold;text-transform:uppercase;color:rgba(153,153,153,1.0);display:inline-block;position:relative;padding-left:14px;letter-spacing:1px;font-size: 10px;}


/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
	border-radius: 200px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 24px;
	background-color:#4CAF50;
}

.bbcodes {
	border-radius: 200px;
}

a.btn:focus{outline: 0;}

.btn-skin {padding: 7px 25px;line-height: 26px;font-weight: bold;}
.btn-skin.blue {color: #fff;background-color: #17B3E8;}
.btn-skin.white {color: #17B3E8;background-color: #fff;}
.btn-skin.orange {color: #E69F67;background-color: #fff;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Carousel---------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-controls .owl-buttons div {
	position: absolute;
	color:#777;
	opacity: 0.7;
}
.owl-carousel:hover .owl-buttons div {
	color:#000;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}

.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Slider------------------------------------ */
/* ---------------------------------------------------------------------------- */

.slidersv {
float:left;
width:100%;
height:400px;
position:relative;
padding-bottom:26px;
background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.slidertext {
float:left;
position:absolute;
bottom:30%;
padding:10px;
margin-left:5%;
padding-left:2%;
padding-right:2%;
font-family: 'BebasBold'; 
color:#fff;
//font-style: italic; 
background-color: rgba(51, 153, 0, 0.6);
font-size: 46px; 
text-shadow: 1px 1px 2px black, 0 0 0.8em white;
text-transform: uppercase;
border-radius: 20px 20px 20px 20px;
border: 5px solid white;
}

.slidertext_number {
float:left;
position:absolute;
bottom:10%;
padding:10px;
margin-left:5%;
padding-left:2%;
padding-right:2%;
font-family: 'BebasRegular'; 
color:#fff;
//font-style: italic; 
background-color: rgba(255, 13, 0, 0.6);
font-size: 36px; 
text-shadow: 1px 1px 2px black, 0 0 0.8em white;
text-transform: uppercase;
border-radius: 20px 20px 20px 20px;
border: 5px solid white;
}

.bottom-text-slider {

}

.sliderContentsv {

width:100%;
height:100%;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.next {
right:15px;
background-position:-44px 0;
}

.sliderContentsv .item {
position:absolute;
width:100%;
height:375px;
background:#fff;
}

.sliderContentsv img {
min-width:1920px;
min-height:375px;
width:100%;
height:100%;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

.main-button
{
    display: block;
	text-align: center;
    padding: 10px;
    position: relative;
    /*box-shadow*/
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,1), 0px 3px 15px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,1), 0px 3px 15px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,1), 0px 3px 15px 2px rgba(0,0,0,1);
    border: 3px solid #fff;
    border-top: 3px solid #fff;
    /*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.8);
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 50%);
    background-image: -webkit-repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 50%);
    background-image: -moz-repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 50%);
    background-image: -ms-repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 50%);
    background-image: -o-repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 25%, transparent 25%, transparent 50%);
    /*background-size*/
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    background-size: 5px 5px;
}

/* Hollow */
.hvr-hollow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 0px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 3px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
background-color: rgba(0, 0, 0, 0.2);border: 3px solid #fff;border-radius: 5px;
}

.header_logo {
	margin-top:10%;
	width:100%;
	max-height: 350px;
	min-height: 350px;
	height: 100%;
	position: absolute;
	background: url(../images/logo.png) no-repeat scroll center center ;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;
}

.art-content
{
	font-size:16px;
	line-height: 1.5;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
  background-color: #ccc;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 20px 35px;
  z-index: 1;
  max-width:90%;
  height:300px;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(32, 32, 34, 0.9);
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 70px;
  text-align: center;
  /* visible on big devices only */
  display: none;
}


.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  font-size: 25px;
  margin-bottom: 1em;
  padding: 0 0px;
  width:70%;
  margin-left:10%;
  margin-right:20%;
  float:center;
}

.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
    width: 150px;
    height: 150px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  color: #6b6b70;
   font-size: 25px;
   list-style-type:none;
}
.cd-author .cd-author-info li:first-child {
  font-size: 35px;
  color: #fff;
}

.flex-direction-nav li {
  position: absolute;
  height: 200px;
  width: 30px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
	width: 100px;
	height: 100px;
	padding:27px;
  margin-top: 80px;
   margin-left: -30px;
  font-size:100px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #6b6b70;
    background: rgba(255,255,255,0.3);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2),   inset 0 0 1px 0 rgba(255,255,255,1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff !important;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #339900;
  background: rgba(51,153,0,0.8);
}

ul
{
list-style: none;
}

.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}

.table_blur {
  border-collapse: collapse;
  text-align: center;
  width:70%;
}

.table_blur tr:nth-child(odd) {
  background: #ebf3f9;
}

.table_blur th {
  background: #fff;
   text-align: center;
   color:#666;
   font-size:32px;
}

.table_blur td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.1s ease;
   font-size:32px;
}
.table_blur tbody:hover td {
  color: transparent;
  text-shadow: 0 0 1px #a09f9d;
}
.table_blur tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}

/* General button style (reset) */
.btn_main {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_main:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-8_main {
	display: block;
	background: rgba(102, 102, 102, 0.6);
	outline: 1px solid transparent; /* FF jagged edges fix */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.btn-8_main:active {
	background: #666;
}

/* Button 8f */
.btn-8f_main {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}

.btn-8f_main:after {
	width: 100%;
	height: 40%;
	left: 0;
	top: 100%;
	background: #49a7df;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
}

.btn-8f_main:active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.cbm_wrap {
	float:left;
	display:inline-block;
	width:48%;
    height:210px;
	margin-right:2%;
	margin-bottom:2%;
	position:relative; 
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 2px 4px rgba(0, 0, 0, .2);
	font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.cbm_wrap:before, .cbm_wrap:after{
    content:'';
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.cbm_wrap:after{
    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
        -moz-transform:skew(8deg) rotate(3deg); 
           -ms-transform:skew(8deg) rotate(3deg); 
            -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
.cbm_wrap img {
    width: 100%;
    margin-top: -20px;
	vertical-align:top;
	position:absolute;
}
.cbm_wrap h1{
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
	color:#fff;
}

.cbm_wrap h2{
    font-size: 16px;
    text-shadow: 1px 1px 2px black;
	color:#fff;
    padding:10px;
	background-size: 200px;
	overflow:visible;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(255,255,255,0.8), rgba(0,0,0,0));
}

.cbm_wrap a{
    text-decoration: none;
    color: #FFF !important;
}
.cbm_wrap a:hover{
    color: #FFDE00 !important ;
}

.full-block2  {
	float:left;
	display:inline-block;
	width:63%;
	position:relative; 
	margin-left:2%;
	margin-right:5%;
	margin-bottom:5%;
	font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
	font-size:16px;
}

.full-block1 {
	float:left;
	display:inline-block;
	width:30%;
	position:relative; 
	margin-bottom:5%;
    margin-right:10px;
}

.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	position: relative;
	padding: 10px 40px;
    float: left;
	border-radius: 10px;
	color: #FFF;
	text-decoration: none;	
	width:70%;
	height:30%;
	text-align:center;
	margin-left:15%;
	padding-top:15%;
	font-size:50px;
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
	color: #FFF;
}

.red
{
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.green
{
	background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}

.yellow
{
	background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}

.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
	color: #FFF;
}

.action-button:hover
{
	color: #FFF;
}

.news-main a {
   color: #666;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

.news-main a:hover,
.news-main a:focus {color: #ffcc00;text-decoration: none;}

.button {
    border: none;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	font-family: 'BebasBook';
	font-weight: 600;
	letter-spacing: 1px;
	border-radius:200px;
}

.button-small {
    border: none;
    padding: 5px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
}

.button5:hover {
    background-color: #555555;
    color: white;
}

.button-small:hover {
    background: rgba(0, 0, 0, 0);
	font-size: 12px;
    color: #999999;
	padding-right:10px;
}

.button111{border-radius:200px;background-color:#4CAF50;color:white;}
.button222{border-radius:200px;background-color:#008CBA;color:white;}
.button333 {border-radius:200px;background-color:#f44336;color:white;}
.button444 {border-radius:200px;background-color:#e7e7e7;}
.button555 {border-radius:200px;background-color:#555555;color:white;}
.button_yellow {border-radius:200px;background-color:#f8b500;color:white;}
.button_white {border-radius:200px;background-color:#fff;color:#696969;}
.button_grey {outline: none;color: #999999;border-radius:0px;padding-right:10px;border-right-width: 4px;border-right-style: solid;border-right-color: rgba(0, 0, 0, 0);border-left-width: 4px;border-left-style: solid;border-left-color: rgba(0, 0, 0, 0)}

.button_grey:hover {box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .2);}

.call-block {
	width:100%;
    background: #f8b500;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	margin-top:2%;
	margin-bottom:2%;
	

}

.buttonotzivi {
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	font-weight: 300;
	letter-spacing: 1px;
	border-radius:200px;
	color:grey;
	border: 2px solid;
    border-color: rgba(204, 204, 204, .8);
}

.buttonotzivi:hover {
    background-color:#4CAF50;
    color: white;
	border: 2px solid;
    border-color: #4CAF50;
}

/* Expand & Collapse */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }



*,*:before,*:after{
	box-sizing: border-box;
}
.container{
	width: 100%;
	padding: 0 15px;
	margin:auto;
}
@media (max-width: 1200px){
	.container{
		width: 970px;
	}
}
@media (max-width: 992px){
	.container{
		width: 750px;
	}
}
@media (max-width: 768px){
	.container{
		width: 450px;
	}
}
@media (max-width: 480px){
	.container{
		width: 300px;
	}
}
.container:before,
.container:after {
	content: "";
	display: table;
}
.container:after{
	clear:both;
}

.main-content{
	padding: 1px;
	margin:auto;
	/*box-shadow: 0 2px 4px rgba(0, 0, 0, .2);*/
	width:1280px;
	/*background:#fff;*/
	margin-top:0px;
	margin-bottom:70px;
	border-radius:20px;
}

    #wrapper-svt {
        width:100%;
        margin:0 auto;
        padding: 0;
		text-decoration: none;
    }
    
    #header-svt {height: 150px;text-decoration: none;}
    
    #logo-svt {height: 100px;text-decoration: none;}
    
/*main menu*/
    #menu-svt {
    z-index:999;
    top:0;
    left:0;
    right:0;
    line-height:50px;
    padding: 0 5vw;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;
    }
	
.default-svt a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: transparent;
    transition: color .2s, background .2s;
    text-align: center;
	font-family: 'BebasBook';
    font-size: 1.1vw;
	font-weight: 600;
    list-style: none;
    height: 100px;
	padding:14px;
	width:50px;
}

.default-svt .menu-logo {
	margin-top:-142px;
	height:183px;
	width:389px;
	position: relative;
	background-image: url(/templates/Svetofor/img/logo-mini.png);
	background-size:389px;
	overflow:hidden;
	margin-left:73%;
}

.default-svt a:hover{text-decoration: none;color: #fff;background: #a00;},
.default-svt a.active{
    color: #fff;
    background: #a00;

}
	
	.default-svt nav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

.default-svt nav > *{
    flex: 0 1 10%;
}
	
    .default-svt {
		margin-top:60px;
        width:100%;
		z-index:999;
		background:rgba(240, 27, 27, .8);
		height: 100px;
    }
	
	.default-svt i {
font-size:2vw;
content: "A" !important;
    display: block !important;
    }
	
		.default-svt strong {
font-size:50px;
margin-right:20px;
margin-top:25px;
    }
	
	.default-svt img {
width: 40px;height: 40px;border-radius: 50%;white-space: nowrap;text-indent: -9999px;display: inline-block;
    }
	
.default-svt2 a {
    display: block;
    color: rgba(240, 27, 27, 0.7);
    text-decoration: none;
    background: transparent;
    transition: color .2s, background .2s;
    text-align: center;
	font-family: 'BebasBook';
    font-size: 20px;
	font-weight: 600;
    list-style: none;
    height: 100px;
	padding-top:10px;
}

.default-svt2 .menu-logo {
	margin-top:-142px;
	height:183px;
	width:389px;
	position: absolute;
	background-image: none;
	background-size:389px;
	overflow:hidden;
	right:20px;
	display:none;
}

.default-svt2 a:hover{text-decoration: none;color: #fff;background: rgba(240, 27, 27, 0.7);},
.default-svt2 a.active{
    color: #fff;
    background: rgba(240, 27, 27, 0.7);

}
	
	.default-svt2 nav {
    display: flex;
	width:70%;
}
.default-svt2 nav > *{
    flex: 0 1 100%;
}
	
    .default-svt2 {
        width:100%;
		z-index:999;
		background:rgba(255, 255, 255, 0.8);
		height: 100px;
    }
	
	.default-svt2 i {
font-size:40px;
content: "A" !important;
    display: block !important;
    }
	
		.default-svt2 strong {
font-size:50px;
margin-right:20px;
margin-top:25px;
    }
	
	.default-svt2 img {
width: 40px;height: 40px;border-radius: 50%;white-space: nowrap;text-indent: -9999px;display: inline-block;
    }
	
    .fixed-svt {
        position:fixed;
        -moz-box-shadow: 5px 5px 20px #333;
        -webkit-box-shadow: 5px 5px 20px #333;
        box-shadow: 5px 5px 20px #333;
		background:rgba(240, 27, 27, 0.9);
		line-height: 50px;
		font-size: 15px;
    }
	
	.fixed-svt a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: transparent;
    transition: color .2s, background .2s;
    text-align: center;
    font-family: 'BebasBook';
	font-weight: 600;
    list-style: none;
    height: 50px;
	font-size: 20px;
}

	.fixed-svt .menu-logo {
	margin-top:-70px;
	height:94px;
	width:0px;
	position: absolute;
	background-image: url(/templates/Svetofor/img/logo-mini2.png);
	background-size:200px;
	right:20px;
	display:none;
}

.fixed-svt a:hover{text-decoration: none;color: #fff;background: #a00;},
.fixed-svt a.active{
    color: #fff;
    background: #a00;
}
	
	.fixed-svt nav {
    display: flex;
	width:100%;
}
.fixed-svt nav > *{
    flex: 0 1 100%;
}

	.fixed-svt i {
font-size: 20px;
    }

	.fixed-svt strong {
font-size:34px;
padding-right:50px;
    }
	
    .fixed-svt img {
	display: none;
margin-bottom: 0em;
    }
	
	.fixed-svt p {
    font-size: 1vw;
    }

	
.menu {
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  color: #000;
  font-size: 16px;
  padding: 16px 0;
  position: absolute;
  top: 48px;
  transform: scale(0);
  transition: transform 0.2s;
  z-index: 96; }
  .menu.show {
    transform: scale(1); }
  .menu.menu--right {
    transform-origin: top right; }
  .menu.menu--left {
    transform-origin: top left; }
  .menu li {
	color: #000;
    display: block;
    min-height: 32px;
    line-height: 16px;
    margin: 8px 0;
    padding: 0 16px;
    width: 100%; }
    .menu li.menu-separator {
      background: #eee;
      height: 1px;
      min-height: 0;
      margin: 12px 0;
      padding: 0; }
      .menu li.menu-separator:hover {
        background: #eee; }
    .menu li:first-child {
      margin-top: 0; }
    .menu li:last-child {
      margin-bottom: 0; }
    .menu li:hover {
      background: #eee; }
  .menu a {
	color: #000;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: none;
    padding: 0;
    margin: 0;
    
	}
    .menu a:hover {
	  text-decoration: none;color: #a00;background: none;
	  }

.greyscale img {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	filter: grayscale(50%);
    width: 250px;
    padding: 25px;
}

.greyscale img:hover {
	filter: grayscale(0%);
}

/*Slider-otzivi*/

#slides{
    position: relative;
    list-style-type: none;
	height:400px;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.showing{
    opacity: 1;
    z-index: 2;
}



/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{
    font-size: 16px;
    box-sizing: border-box;
    color: #333;
}

.default-svt .menu-logo a {
	display: block;
    text-decoration: none;
    background: transparent;
    transition: color .2s, background .2s;
    text-align: center;
    font-family: 'BebasBook';
    font-size: 1vw;
    font-weight: 600;
    list-style: none;
    padding: 200px;
	padding-bottom:0px;
}

.default-svt .menu-logo a:hover{text-decoration: none;color: none;background: none;},
.default-svt .menu-logo a.active{
    color: none;
    background: none;

}

.fixed-svt .menu-logo a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: transparent;
    transition: color .2s, background .2s;
    text-align: center;
    font-family: 'BebasBook';
	font-weight: 600;
    list-style: none;
    height: 50px;
	padding: 50px;
}

/****TABLE 2****/
.table2 th {
font-size: 15px;
font-weight: bold;
color: #4CAF50;
border-bottom: 2px solid #ccc;
padding: 10px 8px;
}
.table2 td {
border-bottom: 1px solid #ccc;
color: #000;
padding: 9px 8px;}
.table2 tr:hover td{
color: red;
}

.titlemain {
	font-weight: 600;
    color: rgba(0, 0, 0, .8);
	font-family: 'BebasBook';
	font-size:45px;
	}
	
.titlemain a {
	font-weight: 600;
	font-family: 'BebasBook';
    color: rgba(0, 0, 0, .8);
	font-size:45px;
	-webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
	}
	
.titlemain a:hover {
	font-weight: 600;
    color: #FFDE00;
	font-family: 'BebasBook';
	font-size:45px;
	}
	
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #FFF;
    display: none;
}

    #popsvt {
    width: 600px;
	padding: 30px; 
    display:none;
        background-color: #e74c3c;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);       
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    z-index: 2;
}

.serlist {
    margin:10px;
	margin-left:30px;
	transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    border-radius:100px;
    box-shadow:0px 0px 0px 0px #4CAF50;
	font-weight:300;
	color:#4CAF50;
	border:solid 1px rgba(0,0,0,0.25);
}	

.serlist:hover {
    margin:10px;
	margin-left:30px;
	transform: translateY(-5px);
	box-shadow: 0 5px 0px 0 rgba(0,0,0,0.25);
	border-radius:100px;
	color:#4CAF50;
	font-weight:300;
	border:solid 1px rgba(0,0,0,0.25);
}

.serlist span {
    padding-top:27px;
	padding-left:20px;
	position:absolute;
	font-size:30px;
	font-family: 'BebasBook';
	font-weight:600;
	letter-spacing: .1em;
	text-align:center;
}	

.fullmap {
	box-shadow: 0px -8px 37px -17px #949494;
	display: block; width: 100%; height: 400px;
}

.otzivi-slider {
	margin-bottom: 20px;
	width:100%;
	background-color: #FFF;
	border-radius:80px;
	padding:20px;
}


/*
Скосы углы
*/

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.ugol {
    padding-bottom: 70px;
    border-bottom: 50px solid #fff; 
	border-right: 300px solid transparent;	
	border-left: 300px solid transparent;
	background-color: #ffef3b;
}

.ugolup {
    padding-top: 70px;
    border-top: 100px solid #fff; 
	border-right: 300px solid transparent;	
	border-left: 300px solid transparent;
	background-color: #ffef3b;
}

.list-uslug {border-left:solid 2px;border-color:#4CAF50;padding-left:10px;}	

.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 30%;
	height: 220px;
	background: #FFF;
	text-align: center;
	cursor: pointer;
	border-radius:0px;
	margin:20px;
	border-radius:20px;
	transition: all .3s linear;
    box-shadow: 0 0px 18px rgba(0, 0, 0, .15);
}

.grid figure:hover {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 30%;
	height: 220px;
	background: #FFF;
	text-align: center;
	cursor: pointer;
	border-radius:0px;
	margin:20px;
	border-radius:20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
	transform: translateY(-5px);
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure h2 {
	font-weight: 300;
	margin-top:6px;
}

.grid figure h2 span {
	font-weight: 300;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 0.8em;
	height: 50%;
	background: rgba(255, 255, 255, 1);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,62%,0);
	transform: translate3d(0,52%,0);
}

figure.effect-zoe h2 {
	float: left;
	font-size: 1.2em;
}

figure.effect-zoe figcaption > span {
	float: right;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,-15%,0);
}

figure.effect-zoe figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe figcaption > span::before {
	display: inline-block;
	margin: 8px 10px;
}

figure.effect-zoe h2 {
	display: inline-block;
	margin-top:6px;
}

figure.effect-zoe:hover h3 {
	opacity: 0;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe .button-map b {
    color:#FFF;
    transition: all 0.35s;
}

figure.effect-zoe:hover .button-map b {
	color:#4CAF50;
}

figure.effect-zoe .button-link {
	margin-top:6px;
}

figure.effect-zoe:hover .button-link {
	margin-top:0px;
}

figure.effect-zoe:hover h2 {
    margin-top:0px;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

@media screen and (max-width: 69.5em) {
	.grid figure {
		width: 50%;
	}	

	.grid figure figcaption {
		font-size: 90%;
	}
}


@media screen and (max-width: 41.5em) {

	.grid figure {
		width: 100%;
	}
}

						.footer_links {
						font-size: 18px;
						font-weight:300;
						}
						
						.footer_links li{
						text-decoration:none;
						margin-bottom:5px;
						}
						
						.footer_links a:hover {
                        outline: none;
                        color: #4CAF50;
                        text-decoration: none;
                        }
						
						.footer-feedback select, input[type="text"], input[type="password"], input[type="file"], 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"], input[type="name"] {
						margin: 5px;
						}
						
	  #col-footer li {
        display: block;
        float: left;
        width: 45%;
        border: 0px solid #ccc;
      }
      #col-footer {
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
						
						.footer-feedback {
						width:310px;
						margin-top:10px;
						}
						
						.footer-feedback textarea {
						height: 161px;
						margin: 5px;
						width: 300px;
						}
						
.button-feedback {
    border: none;
    padding: 3px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'BebasBook';
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 200px;
}

.button-feedback1 {
    background-color: #4CAF50;
    color: white;
    margin: 5px;
	float:right;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
