body {
    font-family: 'Ubuntu', sans-serif;
}

header {
  background-image: url('../image/bg.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

section#product_info {
  background-image: url('../image/bg_section_text.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#product_info img {
  -webkit-filter: drop-shadow(5px 5px 5px #31528E);
  filter: drop-shadow(5px 5px 5px #31528E);
}

#frame {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  width: 252px;
  height: 354px;
  margin-left: -126px;
  margin-top: -158px;
  overflow: hidden;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.jFiler-input-dragDrop {
/*
  margin-top: 14px !important;
  width: 252px !important;
  height: 354px !important;
  left: 50% !important;
*/


  position: absolute !important;
  display: inline-block !important;
  left: 50% !important;
  top: 50% !important;
  width: 246px !important;
  height: 354px !important;
  margin-left: -126px !important;
  margin-top: 14px !important;

  background-color: transparent !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  cursor: pointer;
}
.jFiler-input-inner {
  padding-top: 50px;
}
.jFiler-input-icon, .jFiler-input-text {
  color: rgb(0,0,0);
}

.jFiler-items {
  left: 50%;
  margin-left: -104px;
  position: absolute;
  top: 60px;
  z-index: 10;  
}

.bar {
  background-image: url('../image/progress.gif');
}


#controls {
  font-size: 30px;
  margin-bottom: 20px;
}

#controls span {
  text-align: center;
  display: inline-block;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}

#controls span:hover {
  background-color: #4981d8;
}

#value_crop {
  display: inline-block;
}

#trash {
  position: absolute;
  left: 50%;
  margin-left: 148px;
  margin-top: 20px;
  padding-top: 2px;
  font-size: 20px;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #FFF;
  background-color: #808080;
  z-index: 10;  
}

#trash:hover {
  background-color: #c10076;
}

#color_change {
  position: absolute;
  left: 50%;
  margin-left: -184px;
  margin-top: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
}

#color_change svg {
  margin-top: 1px;
  margin-left: 1px;
  width: 32px;
  height: 32px;
  fill: #808080;
}
#color_change:hover svg {
  fill: #4981d8;
}
#color_change .picker_close, #colors_picker div, #color_change svg, #trash {
  cursor: pointer;  
}


#color_change .picker_close {
  position: absolute;
  display: none;
  padding-top: 5px;
  font-size: 16px;
  border-radius: 32px;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #FFF;
  background-color: #808080;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#color_change .picker_close:hover {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background-color: #b1131e;
  cursor: pointer;
}


#colors_picker {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#colors_picker div {
  position: absolute;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  width: 34px;
  height: 34px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  opacity: 0.7;
}

#colors_picker div:hover {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  opacity: 1;
}


#colors_picker div.white {
  left: -15px;
  top: -40px;
  background-color: #FFF;
  border: 1px black solid;
}

#colors_picker div.red {
  left: 26px;
  top: -35px;
  background-color: #d0202d;
}


#colors_picker div.lightblue {
  left: 11px;
  top: -71px;
  background-color: #0ca2f7;
}

#colors_picker div.green {
  left: 66px;
  top: -30px;
  background-color: #7ae236;
}

#colors_picker div.pink {
  left: -40px;
  top: -5px;
  background-color: #e933a6;
}


#colors_picker div.orange {
  left: 42px;
  top: 4px;
  background-color: #fb5700;
}

#colors_picker div.blue {
  left: 18px;
  top: 38px;
  background-color: #0d298d;
}

#colors_picker div.black {
  left: -23px;
  top: 35px;
  background-color: #212227;
}


#colors_picker div.not-active-color {
   pointer-events: none;
   cursor: default;
   opacity: 0.2;
}

.upload_button {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  width: 100%;
  text-align: center;
}


h3 {
  font-size: 37px;
  font-weight: 300;
}

.modal h4 {
  color: #c10076;
  font-size: 44px;
  font-family: 'Amatic SC', cursive;
}

.modal h3 {
  font-size: 34px;
  color: #4981d8;
  font-family: 'Amatic SC', cursive;
}

.modal ol {
  margin-bottom: 20px;
  padding-left: 0px;
}

.modal ul li {
  list-style: none;
}

.modal ol {
    counter-reset: ci-counter;
    list-style-postion:inside;
    list-style-type: none;
    padding-left: 20px;
    margin-top: 0px;
    margin-left: 20px;
}


.modal ol ol {
    padding-left: 8px;
    margin-left: 8px;
}

#modal-4.modal ol li:before {
  content: counters(ci-counter, ".") ".  ";
  counter-increment: ci-counter;
  margin-left: -26px;
}


.modal ol li li {
  padding-left: 18px;
  margin-left: -18px;  
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;
}

.swiper-slide img {
  position: absolute;
  left: -350px;
}


.swiper-container  {
  height: 800px;
}


.vertical-center {
  min-height: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vertical-center { padding-top:16%; }
}

  


.amatic {
  font-family: 'Amatic SC', cursive;
}

.light {
  font-weight: 300;
}

.b700 {
  font-weight: 700;
}
b {
  font-weight: 700;
}

.font-height-130 {
  line-height: 130px;
}


.font-6 {
  font-size: 14px;
}

.font-7 {
  font-size: 18px;
  line-height: 28px;  
}

.font-8 {
  font-size: 26px;
  line-height: 30px;  
}

.font-9 {
  font-size: 36px;
  line-height: 42px;  
}

.font-10 {
  font-size: 44px !important;
}

.font-11 {
  font-size: 70px;
}

.font-12 {
  font-size: 100px;
}
.font-13 {
  font-size: 140px;
}

.font-14 {
  font-size: 170px;
}



.color-1 {
  color: #000 !important;
}

.color-2 {
  color: #FFF !important;
}

.color-3 {
  color: #de4101 !important;
}

.color-4 {
  color: #aa003e !important;
}

.color-5 {
  color: #425a85 !important;
}

.color-6 {
  color: #4981d8 !important;
}

.color-7 {
  color: #c10076 !important;
}


.padding-right-50 {
  padding-right: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.nopadding {
   padding: 0 !important;
}

.nopadding-left {
   padding-left: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
}

.margin-top-20 {
  margin-top: 20px;
}


.margin-top-40 {
  margin-top: 40px;
}

.margin-top-150 {
  margin-top: 150px;
}



.line_top {
  border-top: 1px rgba(0,0,0,0.2) solid;
}

.bg-color-1 {
  background-color: rgba(255,255,255,0.5); 
}

.bg-color-2 {
  background-color: #000; 
}

.cursor-default {
  cursor: default !important;
}

.hidden {
  display: none;
  visibility: hidden;
}


.list {
  padding-left: 16px; 
  font-size: 16px;
}

.list li {
  margin-bottom: 4px; 
}


.order_icon svg {
  text-align:center;
  max-width: 100%;
  max-height: auto;
  fill: #bababa;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
} 

.order_icon .active svg {
  fill: #c10076;
} 


#order_photo img {
    cursor: pointer;
}


#order_photo .hovereffect {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;  
    padding: 6px;
}

#order_photo .hovereffect:hover {
    transform: translate(0px,-20px);
    -webkit-transform: translate(0px,-20px); /** Chrome & Safari **/
    -o-transform: translate(0px,-20px); /** Opera **/
    -moz-transform: translate(0px,-20px); /** Firefox **/
}


.not-active-case img {
   pointer-events: none;
   cursor: default;
   opacity: 0.2;
}

.note-not-active-case {
  display: none;
  position: absolute;
  width: 70%;
  height: 50%;
  left: 20%;
  top:25%;
  font-family: 'Amatic SC', cursive;
  color: #c10076;
  font-size: 30px;
  cursor: default;
}

.not-active-case .note-not-active-case {
  display: inline-block;
}


#order_photo .col-sm-1-5.not-active-case:hover {
    transform: none;
    -webkit-transform: none; /** Chrome & Safari **/
    -o-transform: none; /** Opera **/
    -moz-transform: none; /** Firefox **/
}


.img-center {
    margin: 0 auto;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

footer {
  background-image: url('../image/bg_footer.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox2 {
  clear: both;
  display: block;
  width: 100%;  
}

.lightbox2 img, .lightbox img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;  
    z-index: 0;
}

.lightbox2 img:hover,.lightbox img:hover {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;    
  z-index: 2;
  transform: scale(1.07);
  -moz-transition: scale(1.07);
  -webkit-filter: drop-shadow(0px 0px 5px #000);
  filter: drop-shadow(0px 0px 4px #000);
}

.lightbox2 img:hover {
  position: absolute;
}

.lightbox2 div:nth-child(6n) {
        display: none;
      }

.whole {
  color: rgba(255,255,255,0.6);
}

.whole b {
  color: #FFF;
}

.clean {
  clear: both;
}


.social a {
  padding-left: 10px;
}

#Facebook .fill_main, #Instagram .fill_main, #YouTube .fill_main {
  fill: #FFF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#Facebook .fill_white, #Instagram .fill_white, #YouTube .fill_white {
  fill: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}


#Facebook:hover .fill_white, #Instagram:hover .fill_white, #Youtube:hover .fill_white  {
  fill: #FFF;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#Instagram:hover .fill_main {
  fill: #517FA4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#Facebook:hover .fill_main {
  fill: #3B5998;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#Youtube:hover .fill_main {
  fill: #CD332D;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}


.navbar {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-nav {
    padding-top: 15px;
}

.navbar-nav > li {
    border-right: 1px #4c8bc3 solid;
}

.navbar-nav li:last-of-type {
    border-right: 0px;
}

.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    text-shadow: none;
}

.navbar-nav li:last-of-type a {
    padding-right:  0px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:visited, .navbar-nav > li > a:link {
    background-color: transparent;
}

.brand {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -520px;
  display: block;
  z-index: 10;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
} 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
  
.col-xs-3-5 {
  width: 60%;
  float: left;
}
  
.col-xs-4-5 {
  width: 80%;
  float: left;
}


.btn-primary {
    background-image: linear-gradient(to bottom, #c10076 0px, #AA0066 100%);
    background-repeat: repeat-x;
    border-width: 0px;
    font-size: 24px;
    font-weight: bold;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #AA0066;
}



  input:required:invalid, input:focus:invalid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
  }
  input:required:valid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
    background-position: right top;
    background-repeat: no-repeat;
  }


@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}


  @media (max-width: 1170px) {
    .navbar {
      width: 100%;
    }
    .padding-right-50 {
      padding-right: 15px;
    }    
  }


  @media (max-width: 992px) {
    #sale_btn {
      margin-top: 14px;
    }
    .note-not-active-case {
      font-size: 20px;
    }
    .navbar {
      width: 100%;
    } 
    .swiper-slide img {
      left: -350px;
      width: 850px;
    }
    .font-13 {
      font-size: 90px;
    }
    .font-14 {
      font-size: 120px;
    }
    .vertical-center {
      min-height: 600px;
    }
    .swiper-container  {
      height: 650px;
    }    
    .brand {
      top: 80px;
      margin-left: -360px;
    }

    .padding-right-50 {
      padding-top: 20px;
    }
  }

  @media (max-width: 768px) {
    .note-not-active-case {
      font-size: 28px;
    }
      .brand {
        top: 50px;
        margin-left: -150px;
        z-index: 2;
      }

      .swiper-slide img {
        left: 50%;
        margin-left: -490px;
        margin-top: 10px;
        width: 850px;
      }
/*      .lightbox2 div:nth-child(3n) {
        display: none;
      }*/

      .lightbox2 img:hover,.lightbox img:hover {
        z-index: 2;
        position: inherit;
        display: inline-block;
        transform: none;
        -moz-transition: none;
        -webkit-filter: none;
        filter: none;        
      }

      .hidden-sm-down {
        display: none;
      }

      h3 {
        font-size: 27px;
      }

      .font-8 {
        font-size: 18px;
      }    
      .font-11 {
        font-size: 52px;
      } 

      .font-12 {
        font-size: 62px;
      }  

      main {
        text-align: center;
      }

      .padding-left-50 {
        padding-left: 50px;
      }

      .padding-top-50 {
        padding-top: 20px;
      }

      .padding-bottom-50 {
        padding-bottom: 20px;
      }  

      #product_info {
        text-align: center;
      }


      .navbar-toggle {
        color: #4981d8;
        border: 1px rgba(0,137,219,0.4) solid;
      }

      .navbar-inner{
        padding-left:0;
        padding-right:0;
      }  

      .navbar-toggle {
        position: absolute;
        z-index: 6;
        right: 2px;
        top: 6px;
      }

      .navbar-toggle .icon-bar {
          background-color: rgba(0,137,219,0.4);
      }

      .navbar-collapse {
        background-color: rgba(255,255,255,0.7);
        z-index: 5;
        position: absolute;
        top: 0px;
        border: 0px;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
      }

      .navbar-collapse ul, .navbar-collapse li {
        padding: 0px; 
        margin: 0px; 
        border: 0px;
      }

      .navbar-collapse ul li a {
        text-align: center;
        padding: 10px; 
        font-size: 16px;
      }

      .navbar-collapse ul li a:hover {
        background-color: rgba(255,255,255,0.3);
      }

      .lightbox2 div:nth-child(6n) {
        display: block;
      }
      .social {
        text-align: left;
      }
  }

  @media (max-width: 544px) {    
    .note-not-active-case {
      font-size: 20px;
    }
      .swiper-slide img {
        left: 50%;
        margin-left: -390px;
        margin-top: 40px;
        width: 650px;
      }
      .vertical-center {
        min-height: 500px;
      }
      .swiper-container  {
        height: 500px;
      }
  }

  @media (max-width: 400px) {    
    .note-not-active-case {
      font-size: 16px;
    }
    #frame {
      width: 194px;
      height: 270px;
      margin-left: -96px;
      margin-top: -120px;
    }
    .order_photo .center {
      width: 300px;
    }
    .margin-bottom-10-mob {
      margin-bottom: 10px;
    }
  
    #trash {
      margin-left: 118px;
    }

    #color_change {
      margin-left: -152px;
    }

    .jFiler-input-dragDrop {
      width: 194px !important;
      height: 276px !important;
	  margin-left: -95px !important;
	  margin-top: -10px !important;
    }
    .jFiler-input-inner {
        padding-top: 30px;
    }

    .jFiler-items {
      left: 50%;
      margin-left: -104px;
      position: absolute;
      top: 30px;
      z-index: 10;  
    }
  }



.eu-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    background-color: #000;
    z-index: 1000;
    padding: 10px;
    font-size: 9px;
    text-align: center;
}

.eu-cookies p {
    display: inline-block;
}

.eu-cookies a {
    color: #808080;
}

.eu-cookies a {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border: 1px #0082DC solid;
    background-color: #000;
    color: #FFF;
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    cursor: pointer;     
}

.eu-cookies a:hover {
    color: #fff;
    border: 1px #0082DC solid;
    background-color: #000;
}


.eu-cookies #butteucookies {
    border: 1px #0082DC solid;
    background-color: #0082DC;
    color: #FFF;    
}

.eu-cookies #butteucookies:hover {
    color: #FFF;
    border: 1px #0082DC solid;
    background-color: #0082DC;
}



section.video {
  background-image: url('../video/mujkufr_video.jpg');
  background-size: cover;
  background-position: center;
}

section.video, section.video .container-fluid {
  padding: 0px;
}

section.video .row {
  position: absolute;
  z-index: 1000;
  padding-top: 16%;
  width: 100%;
}

section.video video {
  width: 100%;
  height: auto;
  z-index: -100;
  display: block;
}

section.video a:focus, section.video a:active, section.video a:visited {
  text-decoration: none;
  border: 0px; 
}

section.video a:focus i, section.video a:active i, section.video a:visited i {
  text-decoration: none;
  border: 0px; 
}



@media (max-width: 480px) {
  section.video video {
    display: none;
  }

  section.video {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
  }

  section.video .row {
    padding-top: 0px;
    top: 120px;
  }
}
