/** Your theme modifications here **/

#top {
  margin: 0;
  color: #777;
  background: #034089;
  background: -webkit-linear-gradient(#00143f, #023d84);
  background:    -moz-linear-gradient(#00143f, #023d84);
  background:         linear-gradient(#00143f, #023d84);
}
#top>.container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav-bar-description>li>p{
    margin-bottom: 0px;
}
#copyright{
  background: #00143f;
}
.nav-above-footer {
    background-color: #4993e4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.nav-above-footer>a{
    margin: 1%;
    text-decoration: none;
    color: white;
    font-weight: bolder;
}
#footer {
  margin: 0;
  color: #777;
  background: #034089;
  background: -webkit-linear-gradient(#023d84, #00143f);
  background:    -moz-linear-gradient(#023d84, #00143f);
  background:         linear-gradient(#023d84, #00143f);
}
.fixed-navbar.fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}
.navbar{
    background: #023d84;
    border-bottom-color: #034089;
}
.crossed{
    text-decoration: line-through;
    text-decoration-color: #034089;
}
.new-price{
    color: #034089;
    font-size: x-large;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.imgLang, .table-row{
     cursor: pointer;
 }

#content #mainImage {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
}
.navbar-default .navbar-toggle {
    color: #eeeeee;
    border-color: #dddddd;
}

.nobr {
    white-space: nowrap;
}
div.text-container {
    margin: 0 auto;
    width: 100%;
}
.hideContent {
    overflow: hidden;
    line-height: 1.3em;
    height: 5em;
    overflow: hidden;
    position: relative;
}
.showContent {
    line-height: 1.3em;
    height: auto;
}
.showContent{
    height: auto;
}
.show-more {
    padding: 10px 0;
    text-align: center;
}
.add-transparency {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; padding: 30px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #222222);
}
h3, .h3{
 font-size: 19px;
}
@media all and (min-width:0px) and (max-width:767px){
  #navbar div #navigation ul li ul li div.yamm-content ul li h5{
      color: #fff;
  }

  #navbar div #navigation ul li ul li div.yamm-content h5{
      color: #fff;
  }

}
#content .panel.sidebar-menu ul.nav.category-menu li.active a{
   color: #ffffff;
   background-color: #4993e4;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #5ea3f5;
}
/* Home_Description_Box START */
.advantages .box .icon {
    position: absolute;
    font-size: 120px;
    width: 100%;
    top: 15%;
    left: 0%;
    height: 100%;
    color: #eeeeee;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advantages .box img {
    z-index: 2;
    position: relative;
    width: 100%;
}
.advantages .box .iframe_video {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 5% 0 5% 0;
}
.advantages .box .iframe_video>iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.advantages .box h3 {
    position: relative;
    margin: 7% 0 7%;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}
.advantages .box p {
    position: relative;
    color: #555555;
    z-index: 2;
}
.advantages{
    text-align: center;
}
@media only screen and (max-width: 767px){
    .advantages .box .icon {
        position: absolute;
        font-size: 120px;
        width: 100%;
        top: 5%;
        left: 0%;
        height: 100%;
        color: #eeeeee;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.iframe_video>iframe{
    max-width: 100%;
}
/* Home_Description_Box END */

.navbar .yamm-content ul li a {
    color: #999;
    font-size: 12px;
    display: block;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #4993e4;
    color: #ddd;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #eeeeee;
    background-color: transparent;
}
.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#id_captcha_1{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.img-modal {
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.img-modal:hover {opacity: 0.7;}
.img-modal-profile:hover {opacity: 0.7;}
/* The Modal (background) */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.img-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.img-modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.img-in-category{
    max-height: 185px;
    max-width: 185px;
    width: auto;
    margin: auto;
}

.payment-method-dropdown{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cecece;
    color: #656161;;
    margin-bottom: 15px;
    cursor: pointer;
}
.payment-method-box{
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.payment-method-title{
    margin: auto;
    padding: 3em;
}

.payment-method-description{
    padding: 1em;
    padding-left: 5px;
    background: #ececec;
    margin-bottom: 0px;
}

#hot-shows h2{
    text-transform: uppercase;
    font-size: 36px;
    color: #4993e4;
    font-weight: 100;
    text-align: center;
}

.iframe-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; margin-top: 15px;}
.iframe-container iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; padding-left: 15px;
 padding-right: 15px }

.videobutton {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 2;
}
.i18n_flag img {
    width: 16px;
    vertical-align: text-top;
}
.navbar ul.nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
/* Move the video button for Smaller Screens */
@media only screen and (max-width: 768px){
    .videobutton {
        position: absolute;
        top: 60px;
        left: 120px;
        z-index: 2;
    }
}

