/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
	position: relative;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #777;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 30px 0 40px;
}

i, span {
    display: inline-block;
}

#p1{width: 105px;
height: 105px;
margin: 0 auto;}

#maincontent{
	background: #000 url('../images/mainbg.jpg') no-repeat left top;
	background-size: 100% 100%;
	background-attachment: fixed;
}

#maincontenttop{
	height: 100vh;
	width: 100%;
}
#maincontent p{line-height: 140%; margin-bottom: 15px;}
#maincontent .btn{font-weight: 600; padding: 10px 35px; border-radius: 22px;}

.mainheader{
font-family: 'Lobster', cursive;
	font-size: 2.5em;
	font-weight: 500;
}

.jCProgress {
     position: absolute;
     z-index: 9999999;
}

.jCProgress > div.percent {
     font: 18px/27px 'BebasRegular', Arial, sans-serif;
     color:#ebebeb;
     text-shadow: 1px 1px 1px #1f1f1f;
     position:absolute;
     margin-top:40px;
     margin-left:22px;
     text-align: center;
     width:60px;
}

.colorwhite{color: white;}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

.imgstart{
	position: absolute;
	margin: -110px 0 0 -50px;
	width: 150%;
	max-width: 130%;
}
#section1 h1{font-weight: 700;
color: #000;
margin: 0;
}
#content strong.red, .red{color: #ff5a5a;}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    width: 250px;
    position: fixed;
    top: 0;
	border-radius: 0 !important;
    height: 100vh;
    z-index: 999;
    background: #000 url('../images/background-image.jpg') no-repeat left top;
	background-size: 100% 100%;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.sideoverlay{
	background: rgba(0,0,0,0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 999;
	display: none;
}

#sidebar.active {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}

#dismiss {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000;
	margin: 5px 0 0;
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	display: none;
}

#dismiss:hover {
    background: #dedede;
    color: #ff5a5a;
}

#sidebar.active .sidebar-header h3, #sidebar.active .activehide, #sidebar.active .hidephone {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
	cursor: pointer;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.7em;
    margin-bottom: 5px;
}

#sidebar h4{text-align: left; margin: 20px 0 1px 10px; text-transform: uppercase; 
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.6s;
	opacity: 1;
	height: auto;
	overflow: hidden;
	margin-left: 12px;
	font-size: 110%;
	font-weight: 600;
	color: #777;
	}

#sidebar.active h4{opacity: 0; height: 10px; margin-left: -250px; transition: all 0.2s;}
#sidebar.active ul li a span{display: none; opacity: 0;}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 0 10px;
	text-align: center;
}

#sidebar .sidebar-header .activehide{
	margin: 25px 0 30px;
	line-height: 150%:
}

#sidebar .sidebar-header a.btn{display: inline-block; margin-top: 15px; border-radius: 16px; }
#sidebar .sidebar-header a.btn span{padding: 0 12px;}
#sidebar .sidebar-header .activehide b{font-size: 105%; font-weight: 700;}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}



#sidebar .sidebar-header img{
	box-sizing: border-box;
	max-width: 70%;
}

.hidephone{
	font-weight: 100;
	color: #777;
	letter-spacing: 1px;
	background: #111;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	text-align: left;
	padding: 10px;
	margin: -1px -10px 0;
}

.hidephone.text-center{text-align: center;}

.hidephone i{margin: 0 5px;}

#sidebar ul.components {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #333;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
	background: transparent;
	border-left: 3px #232323 solid;
	position: relative;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #000;
	border-left: 3px #ff5a5a solid;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #000;
	border-left: 3px #ff5a5a solid;
}

.iconred{
	background: #ff0000;
	position: absolute;
	margin: 0 0 0 6px;
	top: 1px;
	font-size: 11px;
	padding: 0px 2px;
	color: #fff;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
	background: #000 url('../images/bg.jpg') no-repeat left top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

#content {
    width: calc(100% - 250px);
    padding: 20px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: calc(100% - 80px);
}

#content .container-fluid .h2, #content .container-fluid h2,
.makeh2 {
    font-size: 2.3em;
	font-weight: 700;
	color: #fff;
	background: #ff0000;
	display: table;
	padding: 4px 15px;
	margin: 5px auto 20px;
}

@media only screen and (max-width: 640px) {
	#content .container-fluid .h2, #content .container-fluid h2,
.makeh2 {
    font-size: 1.4em;
}
.h3, h3 {
    font-size: 20px;
}
}

small.makeh2{font-size: 1.2em; font-weight: normal;}

ymaps{min-height: 250px !important;}

#content h3{color: #111; font-weight: 700;}

#content .bigicon{
	font-size: 4em;
	color: #ff0000;
	float: left;
	display: inline-block;
	margin: 0 15px 15px 0;
}

#content h2 .subtit, .subtit{
	color: #999;
	font-size: 50%;
	font-weight: 600;
	display: inline-block;
	margin-left: 1px;
}

#content a{cursor: pointer;}
#content a:hover, #content a:hover p, #content a:hover span{color: #ff5a5a;}
 #content button.btn, #content a.btn, #content a.btn:hover, #content a.btn:hover span,
.btn.btn-secondary{border-radius: 16px; color: #fff;}
.btn.btn-secondary{background: #999;}
.form-control, .sendbutton{border-radius: 16px;}
.sendbutton{padding: 7px 38px; text-transform: uppercase;}
input.form-control, textarea.form-control{letter-spacing: 1px; border: 0px none; padding: 10px 20px; background: #eff0f5; color: #000;}
.form-control::-moz-placeholder {color: #777;}
.form-control::placeholder {color: #777;}
.btn.btn-secondary:hover{background: #777;}
.form-group label{color: #b7bbc7; letter-spacing: 1px; padding-left: 20px; font-size: 12px; font-weight: 600;}
#content a.btn span{padding: 0 20px; }
#content p{line-height: 130%; padding-top: 7px;}
#content p.lead{font-size: 1.3em; color: #111; font-weight: 600;}
#content .modal .modal-header h4{text-transform: none; display: block; min-height: 40px; font-weight: 600; font-size: 1.4em;}
#content .akcia{margin: 3px 0 15px; padding: 0 10px;}
#content .akcia img{border-radius: 6px;}
#content .akcia ul{margin-top: 9px; padding-left: 20px; font-size: 90%; opacity: 0.6;}
#content .akcia a{position: relative; display: block; border-radius: 6px; overflow: hidden;}
#content .akcia .ineed{position: absolute;
left: 50%;
width: 180px;
margin-left: -90px;
top: 100%;
opacity: 0;
transition: all 0.2s;
border-radius: 16px;
color: #fff;
}

#content h4{
font-weight: 700;
text-transform: uppercase;
font-size: 15px;
}
#content .akcia a:hover .ineed{opacity: 1; top: 50%; box-shadow: 0 0 14px #fff;}

#content #section2 .akcia .ineed{
	left: 0;
	width: 100%;
	border-radius: 0 0 0 0;
	margin-left: 0;
	top: auto; 
	bottom: -50px;
	font-size: 80%;
}
#content #section2 .akcia a.imga16:hover{
	box-shadow: 0 0 9px #888;
}
#content #section2 .akcia a:hover .ineed{
	top: auto; 
	bottom: 0;
}

.modal-open {
   overflow: auto !important;
}




.oldprice{
	font-weight: normal;
	position: relative;
	font-size: 80%;
	letter-spacing: 1px;
	color: #bb0000;
}

    .oldprice:before {
        border-bottom: 1px solid red;
        position: absolute;
        content: "";
		opacity: 0.6;
        width: 100%;
        height: 59%;
    }

#content strong{color: #111;}
.no-margin-bottom{margin-bottom: 3px !important;}
.akcprice{text-transform: uppercase; color: #111; font-weight: 700; display: block; padding-top: 4px;}

#section2 .akcia .akcprice, #section5 .akcia .akcprice{display: none;}
.akcia .akcdesc{display: none;}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 260px;
        max-width: 260px;
        text-align: center;
    }
	
	#content {
    width: calc(100% - 50px);
    padding: 20px 10px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#sidebar.active .sideoverlay{
	display: block;
}

#content.active {
    width: calc(100% - 50px);
}
#sidebar .sidebar-header h3{margin-top: 10px;}
#dismiss {display: block;}
	
	 #sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
		bottom: auto;
    position: absolute;
    right: 20px;
	 }
	 
	     #sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    
}

@media (max-width: 440px) {
.col-xs-6 {
    width: 100%;
}
}



.myform1 {
  margin: 20px auto;
  max-width: 480px;
  width: 90%;
  box-sizing: border-box;
  padding: 15px 0;
}

.cd-form div {
  margin: 7px 17px;
}
.cd-form select {
    cursor: pointer;
}

.myform1 input.form-control,
.myform1 select.form-control{background: #eff0f5; color: #333;}


.cd-form select {
  font-size: 12px;
}
.cd-form h3 {
  font-size: 19px;
  text-align: left;
  color: #333;
  margin-top: 15px;
  width: 180px;
  margin-left: 14px;
}
.cd-form h3,
.three {
  float: left;
}
.cd-form h4 {
text-transform: none !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: left;
  margin-top: 10px;
}
.three {
  width: 86px;
  height: 86px;
}

.cd-form .irs-min, .cd-form .irs-max{color: #000;}
.cd-form .icon {
    position: relative;
}

.cd-form select {
    width: 100%;
}

.errored{box-shadow:  0 0 7px #ff0000;}

.cd-form select input{color: #777;}
.cd-form input[type="tel"] {
    width: 290px;
}
.cd-form input[type="number"] {
    width: 290px;
}


 
.cd-form input[type="text"],
.cd-form input[type="tel"],
.cd-form input[type="number"],
.cd-form select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	margin-bottom: 5px;
}


.cd-form .cd-select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/cd-icon-arrow-red.svg) no-repeat center center;
    pointer-events: none;
}
#freeform button,
.cd-form button[type="button"],
.cd-form button[type="submit"] {
    margin-top: 10px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}

#freeform button,
#freeform input {
  margin: 0 auto 7px;
  width: 75%;
}

.cd-form div.getresult{margin: 5px 0 !important;}
.cd-form div.getresult h3, .cd-form div.getresult p{float: none !important; width: 100% !important; }
.cd-form div.getresult button.btn-danger{display: none;}

.cd-form .error{background-color: #ff0000 !important; color: #fff;}


.cd-form fieldset {
  padding-left: 80px;
  border: 0;
  position: relative;
  margin-bottom: 5px;
}


.cd-form fieldset.first::before {
    content: '1';
}
.cd-form fieldset.second::before {
    content: '2';
}
.cd-form fieldset.third::before {
    content: '3';
}
.cd-form fieldset.fourth::before {
    content: '4';
}
.cd-form fieldset.fifth::before {
    content: '5';
}
.cd-form fieldset::before {
    top: 80px;
    position: absolute;
    background-color: #ffffff;
    color: #141414;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 45px;
    width: 36px !important;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    color: #2b3e51;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    box-shadow: inset 0 0 0 1px #d9d9d9;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.cd-form fieldset svg {
    display: block;
    position: absolute;
    top: 80px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 45px;
    stroke: #d4282c;
}
.steps_wrapper {
  width: 330px;
  overflow: hidden;
  position: relative;
}
.cd-form div.steps {
  width: 2000px;
  margin-left: 0px;
  position: relative;
}
.cd-form div.step {
  width: 320px;
  margin: 0 10px 0 0;
  float: left;
}


@media only screen and (max-width: 480px) {
.cd-form input, .cd-form select, .cd-form input[type="number"], .cd-form input[type="tel"], .cd-form div.step, .steps_wrapper {width: 230px;}
.cd-form fieldset {padding-left: 40px;}
.cd-form fieldset svg,  .cd-form fieldset::before{ left: 5px;}
.cd-form .pull-right{margin-right: -5px;}
.cd-form .list-group-item{font-size: 90%;}
 }
 
 
 .material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
