header .top {
    background: #123850;
}

header .bottom {
    background-color: #123850;
}

h1 {
    color: #f1c40f;
    font-size: 70px;
}

h2 {
    color: #ffffff;
}

h3 {
    color: #2980b9;
    font-size: 35px;
}

.canvas_mail {
    background-color: transparent;
    width: 270px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.s {
    background-color: #fff;
    width: 180px;
    margin-left: -30px;
}

a.btn-newsletter:hover {
  background: #9A0B00 !important
}

.left-padding-text {
  padding-left: 50px;
}

.right-padding-text {
  padding-right: 50px;
}

#scrollDown{
cursor: pointer;
}
.shipp-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.shipp-video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #0b3a4c;
}

#video_modal{
	top:100px;
    text-align: center;
    margin: auto;
	}
  .youtube-player {
        position: relative;
        padding-bottom: 46.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: auto;
    }

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }
	.cross-modal{
	    position: absolute;
    right: 11px;
    color: white;
    top: 8px;
    cursor: pointer;
    padding: 20px;
    z-index: 999;}
	.cross-modal:hover{
		background:white;
		color: black;
	}

    #videoborder{
        padding: 0px 35px;
        display: -webkit-inline-box;
        margin: 26px;
    }

    #video .videobtn{
    padding-right: 10px;
    display: inline-block;
    vertical-align: super;
    }
	#video{
	 padding: 10px 16px 10px 23px;
	 margin-bottom:0;
	}

.main_menu_blue {
    color: #337ab7
}
.main_menu_red {
    color: #B20B00
}

.main_menu_bookmark {
    padding-right:5px
}

.description_title {
    margin-top: 15px;
    font-size: large;
    color: #607D8B;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    font-weight: bold;

}

.description_title::after {
    content: ".";
    color: #f1c40f;
}

@media (max-width: 768px) {
    .main_canvas {
        width: 80px;
        margin-top: 10px;
    }
    .content .dots>div {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .main_canvas {
        width: 180px;
    }
    .content .dots>div {
        width: 85%;
    }
}

.description_p {
    color: #757575;
}
#h4_info {
    font-size: x-large;
    color: #607D8B;
    font-weight: 500;
}

.menu_hr {
    border-top: 2px solid rgba(18, 56, 80, 0.07);
    margin-left: 10%;
    margin-right: 10%;
}

.slovak_flag {
    display: block;
    background-image: url("../../images/sk_flag.png");
    background-repeat: no-repeat;
    height: 24px;
    margin-right: 10px;
    padding-left: 40px;
    padding-top: 3px;
}

.england_flag {
    display: block;
    background-image: url("../../images/en_flag.png");
    background-repeat: no-repeat;
    height: 24px;
    margin-right: 10px;
    padding-left: 40px;
    padding-top: 3px;
}

.inactive_flag {
    background-position: 0 -25px;
    color: #666666;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
  cursor: pointer;
  pointer-events: none;
}
.read-more-target:hover{
      background: rgba(204,232,239,1);
}

.read-more-wrap{
        padding: 0;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  padding:15px 15px 15px 24px;
  pointer-events: auto;
}

.read-more-state ~ .read-more-trigger:after {
 content: "\f078";
 font-family: FontAwesome;
 color: #333333;
 float: right;
 font-size:0.8em;
}

.read-more-state:checked ~ .read-more-trigger:after {
content: "\f077";
 font-family: FontAwesome;
 color: #c1c1be;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: black !important;
  font-size: .9em;
  line-height: 2;
  border-radius: .25em;
  font-size: 1.2em;
}
.read-more-trigger:hover {
    background: rgba(204,232,239,1);
}
.spacer{
margin-top:40px;
}

.more-info-btn {
    margin-top: 30px;
}

.no-border {
    border: none;
}

.reg-modal-header {
    background-color: #c0392b;
    border-radius: 5px 5px 0 0;
    height: 250px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0392b+0,ff548d+100 */
    background: #c0392b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #c0392b 0%, #ff548d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #c0392b 0%,#ff548d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #c0392b 0%,#ff548d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0392b', endColorstr='#ff548d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.reg-modal-title {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 40px;
    font-size: 25px;
}

.toggle-label {
    margin: 20px;
    padding: 5px 12px 5px 12px;
    font-weight: 400;
    border: 1px solid #b2bbc0;
    border-radius: 5px;
    font-size: 14px;
    background-color: #dde2e3;
    background: #dde2e3;
    background: -moz-linear-gradient(45deg, #dde2e3 0%, #f3f4f5 100%);
    background: -webkit-linear-gradient(45deg, #dde2e3 0%,#f3f4f5 100%);
    background: linear-gradient(45deg, #dde2e3 0%,#f3f4f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31759a', endColorstr='#f3f4f5',GradientType=1 );
    cursor: pointer;
}
.toggle-label:hover {
    background: #f3f4f5;
}

.toggle-content {
  max-height: 0;
  overflow: hidden;
  -moz-transition: ease 0.3s max-height;
  -o-transition: ease 0.3s max-height;
  -webkit-transition: ease 0.3s max-height;
  transition: ease 0.3s max-height;
}

#toggle-input {
  display: none;
}


#toggle-input:checked ~ .toggle-content {
  max-height: 1000px;
}

#toggle-input:checked + .toggle-label {
    background-color: #449d44;
    background: #449d44;
    background: -moz-linear-gradient(45deg, #449d44 0%, #6ec06e 100%);
    background: -webkit-linear-gradient(45deg, #449d44 0%,#6ec06e 100%);
    background: linear-gradient(45deg, #449d44 0%,#6ec06e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449d44', endColorstr='#6ec06e',GradientType=1 );
    border: 1px solid #449d44;
    color: #fff;
}

#toggle-input:checked + .toggle-label:hover {
    background: #5cb85c;
}

#toggle-input:checked + .toggle-label:before {
    font-family: FontAwesome;
    font-size: 1em;
    content: "\f00c  ";
}

.reg-form {
    margin-top: 30px;
}

.gradient-bg {
    background-color: #31759a;
    background: #31759a;
    background: -moz-linear-gradient(45deg, #31759a 0%, #3d92c1 100%);
    background: -webkit-linear-gradient(45deg, #31759a 0%,#3d92c1 100%);
    background: linear-gradient(45deg, #31759a 0%,#3d92c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31759a', endColorstr='#3d92c1',GradientType=1 );
}

.btn-send {
    border: 1px solid #31759a;
    color: #fff;
}

.btn-send:hover {
    color: #ffffff;
    background: #3d92c1;
}

textarea:focus, input:focus{
    outline: 0;
}

input:focus:invalid,
textarea:focus:invalid{
    border:1px solid #F5192F;
    box-shadow:0 0 4px #F5192F;
}

input:focus:valid,
textarea:focus:valid{
    border: 1px solid #64C364;
    box-shadow: 0 0 4px #64C364;
}
