@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat|PT+Sans');
body{
    font-family: 'PT Sans', sans-serif;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #121212;
    background-size: 500px;
}
.loader img{
    max-width: 50%;
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -10px;
}
.spinner {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-left: -10px;
}

.cube1, .cube2 {
    background-color: #363baa;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    background-color: #363baa;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(21px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(21px) translateY(21px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}
@-moz-keyframes sk-cubemove {
    25% { -moz-transform: translateX(21px) rotate(-90deg) scale(0.5) }
    50% { -moz-transform: translateX(21px) translateY(21px) rotate(-180deg) }
    75% { -moz-transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5) }
    100% { -moz-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
    25% { 
      transform: translateX(21px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(21px) rotate(-90deg) scale(0.5);
    } 50% { 
      transform: translateX(21px) translateY(21px) rotate(-179deg);
      -webkit-transform: translateX(21px) translateY(21px) rotate(-179deg);
    } 50.1% { 
      transform: translateX(21px) translateY(21px) rotate(-180deg);
      -webkit-transform: translateX(21px) translateY(21px) rotate(-180deg);
    } 75% { 
      transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(21px) rotate(-270deg) scale(0.5);
    } 100% { 
      transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
}
.sbg{
    width: 100%;
    height: 550px;
    display: block;
    position: relative;
    margin-top: 20px;
    background: url('../img/sbg2.jpg');
    background-size: 155% auto;
    background-position: bottom;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;

}
.sbg:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    content: '';
    z-index: 1;
}
.sbg_container{
    width: 80%;
    min-width: 280px;
    max-width: 1200px;
    height: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.sbg_wc{
    position: absolute;
    top: 15%;
    left: 10%;
    width: 30%;
    max-width: 280px;
}
.sbg_logo{
    width: 280px;
    height: 162px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -81px;
    box-shadow: 0 3px 25px #000;
    border-radius: 15px;
}
.sbg_items{
    position: absolute;
    top: 35%;
    right: 20px;
    display: block;
}
.sbg_item{
    width: 250px;
    height: 60px;
    line-height: 60px;
    background: #363baa;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    margin: 10px auto;
}
.sbg_item:nth-of-type(2){
    margin-left: -30px;
}
.sbg_item:nth-of-type(3){
    margin-left: -60px;
}
.sbg_item:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 30px;
    border-color: transparent transparent #363baa transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
}
.sbg_item:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 30px 0 0;
    border-color: #363baa transparent transparent transparent;

    content: '';
    position: absolute;
    top: 0;
    right: -30px;
}
.sbg_sentencja{
    width: 100%;
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    background: #363baa;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 3px solid #555;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    z-index: 999;
    background: #222;
    font-family: 'Montserrat', sans-serif;
    border-top: 2px solid #363baa;

}
.header:after{
    clear: both;
    display: block;
    content: '';
}
.header_container{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
/*    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;*/
}
.big_menu {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
/*    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;*/
    text-align: center;
}
.big_menu li{
    width: 150px;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: relative;
}
.big_menu a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: block;
    letter-spacing: 1px;
/*    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;*/
}
.big_menu a:hover, .big_menu a.active_menu{
    background: #363baa;
    text-shadow: none;
    font-weight: bold;
    color: #fff;
}
.menu {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 100%;
    max-width: 250px;
    min-height: 1px;
    float: right;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 9999999;
}

.menu:first-child {
	margin-right: 100px;
}

.menu button {
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	/*overflow: hidden;*/
	position: absolute;
        top: 0;
        right: 0;
	cursor: pointer;
	outline: none;
        background: #363baa;
}

.menu button:hover,
.menu button.dl-active,
.menu ul {
	background: #363baa;
}

.menu button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}

.menu ul {
    top: 55px;
    right: 0px;
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.menu li {
	position: relative;
}

.menu li a {
    display: block;
    background: #363baa;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    z-index: 999;
    outline: none;
    text-decoration: none;
}

.no-touch .menu li a:hover {
	background: rgba(0,0,0,0.7);
}

.menu li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.7);
}

.menu li.dl-back:after,
.menu li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.menu li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.menu li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.menu .menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.menu .menu.menu-toggle {
	transition: all 0.3s ease;
}

.menu .menu.menuopen {
        background: #3B437E;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
        
	background: #3B437E;
        background: url(../img/hbg.jpg);
        background-size: 150% auto  !important;
        background-position: bottom right;
        background-repeat: no-repeat !important;
}

/* Hide the inner submenus */
.menu li .dl-submenu {
	display: none;
}

.menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

.menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}


@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}


@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}


/* No JS Fallback */
.no-js .menu .menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .menu li .dl-submenu {
	display: block;
}

.no-js .menu li.dl-back {
	display: none;
}

.no-js .menu li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .menu li > a:not(:only-child):after {
	content: '';
}
.container{
    width: 100%;
    min-height: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
}
.container:after{
    clear: both;
    display: block;
    content: '';
}

.content{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.container:after, .content:after{
    clear: both;
    display: block;
    content: '';
}
.content_spec{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    display: block;
    position: relative;
}
.content_spec img{
    max-width: 95%;
    display: block;
    margin: 10px auto;
    position: relative;
}
.content_header{
    width: 1200px;
    max-width: 95%;
    margin: 20px auto;
    padding: 50px 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    text-align: center;
}
.content_link{
    display: block;
    width: 100px;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
    background: #363baa;
    padding: 10px;
    color: #fff;
    font-family: 'Amatic SC', cursive;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    border: 2px dotted transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 10px;
}
.content_link:hover{
    background: #fff;
    color: #363baa;
    border: 2px dotted #363baa;
}
.content_spec ul, .content_spec ol{
    max-width: 85%;
    width: 95%;
    margin: 40px auto;
    
}
.content_spec ul{
    list-style: none;
}
.content_spec ol{
    list-style: decimal-leading-zero;
}
.content_spec ul{
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
}
.content_spec li{
    
}
.content_zalaczniki{
    width: 95%;
    max-width: 1200px;
    margin: 10px auto;
    display: block;
    position: relative;
}
.content_zalaczniki a{
    width: 100%;
    min-height: 50px;
    background: #3B437E;
    display: block;
    margin: 10px auto;
    position: relative;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
.content_zalaczniki a:hover{
    background: #E31E24;
}
.content_zalaczniki a:after{
    clear: both;
    display: block;
    content: '';
}
.content_zalaczniki a img{
    display: block;
    float: left;
    width: 32px;
    margin: 10px;
}

.galeria{
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 10px auto;
    position: relative;
    text-align: center;
    
}
.galeria_spec:before{
    content: 'Podgląd';
    position: absolute;
    bottom: 10px;
    right: 10px;
/*    margin-left: -20px;
    margin-top: -10px;*/
    opacity: 0;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    font-family: 'Exo 2', sans-serif;
}
.galeria_spec:hover:before{
    opacity: 1;
    
}
.galeria_spec{
    width: 250px;
    height: 150px;
    margin: 5px;
    background-size: 200% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.galeria_spec_mini{
    width: 250px;
    height: 150px;
}
.galeria_spec:hover{
    background-size: 180% auto !important;
}

.galeria_spec:after{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    content: '';
    z-index: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.galeria_spec:hover:after{
    background: rgba(0,0,0,0.5);
    
}
.galeria_spec a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.galeria_kategorie_spec_nazwa{
    position: absolute;
    top: 10px;
    left: 0;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 2;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.galeria_spec:hover .galeria_kategorie_spec_nazwa{
    opacity: 0;
}

.footer{
    width: 100%;
    position: relative;
    display: block;
    min-height: 150px;
    padding: 30px 0;
    margin: 0px auto 0;
    color: #fff;
    background: #121212;
    background: url('../img/halfdark.png'), url('../img/belt.jpg');
    background-size: 130% auto;
    background-position: center;
    text-shadow: 0 2px 3px #000;
}
.footer:after{
    clear: both;
    display: block;
    content: '';
}
.footer_menu{
    width: 80%;
    max-width: 1000px;
    display: block;
    margin: 50px auto 20px;
    position: relative;
    text-align: right;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}
.footer_menu li{
    width: 100px;
    height: 20px;;
    display: inline-block;
}
.footer_menu a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
.footer_menu a:hover{
    color: #ddd;
}
.footer_content{
    width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
}
.footer_item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.footer_item h2{
    font-size: 20px;
    font-weight: bold;
}
.footer_item img{
    max-width: 80%;
    display: block;
    margin: 10px auto;
}
.footer_item a{
    color: #fff;

}.footer{
    width: 100%;
    position: relative;
    display: block;
    min-height: 50%;
    padding:  0;
    margin: 0px auto 0;
    color: #fff;
    background: url('../img/halfdark.png'), url('../img/6d436c6d21b75240ccdeb16a988f186b.jpg');
    background-size: auto, 100% auto;
    background-position: center, center;
    background-attachment: fixed;
}

.footer_form{
    width: 75%;
    max-width: 1200px;
    min-width: 280px;
    display: block;
    padding: 100px 0;
    margin: 0 auto;
    text-align: center;
}
.footer_form_left, .footer_form_right{
    width: 50%;
    float: left;
}
.footer_form input[type="text"]{
    width: 100%;
    max-width: 400px;
    height: 30px;
    padding: 5px;
    display: block;
    margin: 20px auto;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    text-transform: uppercase;
    transition:  all .2s linear;
    -webkit-transition:  all .2s linear;
    -moz-transition:  all .2s linear;
    -otransition:  all .2s linear;
}
.footer_form textarea{
    display: block;
    width: 100%;
    max-width: 90%;
    padding: 5px;
    margin: 10px auto;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    transition:  all .2s linear;
    -webkit-transition:  all .2s linear;
    -moz-transition:  all .2s linear;
    -otransition:  all .2s linear;
}
.footer_form input[type="text"]:focus, .footer_form textArea:focus{
    border: 1px solid #1E90FF;
    background: #555
}
.footer_form p{
    color: #fff;
    width: 500px;
    max-width: 95%;
    margin: 0 auto;
}

.footer_form input[type="submit"]{
    width: 100px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: transparent;
    outline: none;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}
.footer_form input[type="submit"]:hover{
    color: #fff;
}
.footer img{
    max-width: 90%;
    width: 280px;
    margin: 30px auto;
    display: block;
}
.footer_header, .footer h2{
    font-size: 30px;
    font-family:  'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px auto;
    padding: 30px 0;
}
.footer_spec{
    width: 400px;
    max-width: 95%;
    margin: 0 auto;
    font-family:  'Raleway', sans-serif;
    text-align: center;
}
.footer a{
    color: #fff;
}
.mapa{
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    margin: 30px auto 0;
}
.mapa iframe{
    width: 100% !important;
    height: 100% !important;
    border: none;
    outline: none;
}
.author, .cookies{
    font-size: 10px;
    text-align: center;
    background: #121212;
    color: #fff;
}
.footer_menu{
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.footer_menu li{
    width: 280px;
    max-width: 95%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.footer_menu a{
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
.author, .cookies{
    font-size: 10px;
    text-align: center;
    background: #121212;
    color: #fff;
}
.author a, .cookies a{
    color: #fff;
}
.alert{
    width: 280px;
    min-height: 20px;
    line-height: 20px;
    font-size: 15px;
    position: fixed;
    bottom: 50px;
    top: auto;
    left: -150%;
    margin-left: 0;
    opacity: 0;
    background: #363baa;
    text-align: center;
    display: block;
    opacity: 0;
    color: #fff;
    padding: 5px 0;
    border: 2px dotted #fff;
    min-width: 300px;
    z-index: 999999999;
    border-radius: 5px;
    -webkit-animation: alert_from_top 6s 1;
    -moz-animation:    alert_from_top 6s 1; 
    -o-animation:      alert_from_top 6s 1;
    animation:         alert_from_top 6s 1;
}
.alert-error{
}
.alert-success{
}
@-webkit-keyframes alert_from_top {
  0%   { left: -150%;}
  10% { left: 10px;; opacity: 1; }
  90% { left: 10px;; opacity: 1;}
  100%   { left: -150%; opacity: 0;}
}
@-moz-keyframes alert_from_top {
  0%   { top: -50%;}
  10% { top: 50%;; opacity: 1; }
  90% { top: 50%;; opacity: 1;}
  100%   { top: -50%; opacity: 0;}
}
@-o-keyframes alert_from_top {
  0%   { top: -50%;}
  10% { top: 50%;; opacity: 1; }
  90% { top: 50%;; opacity: 1;}
  100%   { top: -50%; opacity: 0;}
}
@keyframes alert_from_top {
  0%   { left: -150%;}
  10% { left: 10px;; opacity: 1; }
  90% { left: 10px;; opacity: 1;}
  100%   { left: -150%; opacity: 0;}

}
.paginacja{
    width: 50%;
    min-width: 300px;
    text-align: center;
    position: relative;
    display: block;
    margin: 15px auto;
    padding: 20px 0;
}
.paginacja a{
    padding: 10px;
    background: #3B437E;
    color: #fff;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    border: 1px solid #3B437E;
}
.paginacja a:hover{
    background: #fff;
    color: #3B437E;
}
.paginacja strong{
    padding: 10px;
    margin: 5px;
    border: 1px solid #000;
}
.go_top{
   background: #363baa;
}
.section_a{
    display: block;
    padding: 10px;
    background: #555;
    max-width: 130px;
    min-height: 20px;
    margin: 30px auto;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 14px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    box-shadow: 0 3px 15px #000;
}
.section_a:hover{
    background: #3B437E;
}
.fb_link{
    position: fixed;
    top: 5px;
    /*left: 21%;*/
    right: 5px;
    width: 40px;
    height: 40px;
    z-index: 1000;
    background: #fff;
    opacity: 0.8;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.fb_link img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.fb_link:hover{
    opacity: 1;
}
@media screen and (min-width:1920px){
    
}
@media screen and (min-width:1600px){
}
@media screen and (max-width:1366px){
    .header_container{
        width: 95%;
    }
   
}
@media screen and (min-width: 1200px){
    .menu{
        display: none;
    }
}
@media screen and (max-width:1280px){
    .header{
        background: none;
        height: auto !important;
        width: 100%;
        float: none;
        position: relative;
        margin: 0 auto;
        top: 0;
    }
    
    .sbg{
        height: 350px;
        margin: 0 auto;
        background-size: 150% auto !important;
        background-position: center;
        background-attachment: local;
    }
    .sbg_item{
        width: 125px;
        height: 30px;
        line-height: 30px;
    }
    .sbg_item:after, .sbg_item:before{
        display: none;
    }
    .sbg_wc{
        width: 150px;
    }
    .sbg_logo{
        width: 141px;
        height: 81px;
        margin-left: -70px;
        margin-top: -40px;
    }
    .belt{
        background-attachment: local !important;
    }
    .menu{
        display: block;
        position: fixed;
    }
    .big_menu{
        display: none;
    }
   
    .content{
        padding: 20px 0;
        width: 95%;
        height: auto;
        display: block;
        float: none;
    }
    .content_header{
        padding: 20px 0;
        
        width: 95%;
    }
    .fb_link{
        top: auto;
        right: auto;
        left: 10px;
        bottom: 55px;
        width: 45px;
        height: 45px;
        opacity: 1;
        box-shadow: 0 2px 3px #000;
    }
}
@media screen and (max-width:800px){
    .header_mid{
        top: 50px;
    }
    .menu{
        width: 100%;
        max-width: 95%;
        top: 5px;
        right: 5px;
        position: fixed;
    }
    .menu li{
       width: 50%;
       float: left;
       text-align: center;
    }
    .menu li a{
        padding: 12px;
    }
    
   
    .footer{
        height: auto;
    }
    .footer_form_left,.footer_form_right{
        float: none;
        display: block;
        margin: 10px auto;
        width: 95%;
    }
    .sbg{
        background-size: 1200px auto !important;;
    }
    .sbg_items{
        display: none;
    }
    .sbg_wc{
        position: absolute;
        width: 150px;
        height: auto;
        margin-left: -75px;
        left: 50%;
    }
}
@media screen and (max-width:600px){
    .content_header{
        font-size: 2.4em;
    }   
}
@media screen and (max-width: 500px){
    .content_spec li{
        width: 80%;
        float: none;
        display: block;
        margin: 10px auto;
        height: auto;
        padding: 10px;
    }
    
    .galeria_spec{
        width: 160px;
        height: 100px;
    }
}
@media screen and (max-width: 380px){
    
    .galeria_spec{
        width: 95%;
        height: 160px;
    }
}