  body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom:50px;

  }

    body > header {
        /*background-image: url('../Images/op_zal.jpg');
        background-image: url('../Images/op_zal2_black.jpg');
        background-position: top right, top;
        background-repeat-y: no-repeat;
        background-size: cover;*/
        /*-webkit-transition: all .7s linear;
        -moz-transition: all .7s linear;
        -o-transition: all .7s linear;
        transition: all .7s linear;*/
        /*height: 545px;*/
    }

#backimage {
    background-image: url('../Images/op_zal2_black.jpg');
    background-position: top right, top;
    background-repeat-y: no-repeat;
    background-size: cover;
    width:100%;
    height: 145px;
    z-index: -1;
    position:absolute;
    animation-duration: 1.5s;
}

        body > header > .navbar {
            position: relative;
            min-height: 94px;
            margin-bottom: 0px;
            margin-top: 0px;
            padding-bottom: 10px;
            padding-top: 10px;
            border: 1px solid transparent;
            background: rgba(255, 255, 255, 0.68);
        }

  html {
    min-height: 100%;
    position:relative;
  }


  a{
    /*color:#a5732a;*/
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#dab074;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
  }

  h1{
    color: #686868;
  }

  h2{
    font-size: 24px;
    color: #686868;
  }

  h3{
    font-size: 18px;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #797979;
    border: 1px solid #dbb075;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #d29948;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

  


/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  padding: 30px 0 40px 0;
}

#header .navbar-inverse .container{
  position: relative;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

#header .navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li a {
  color: #000;
  font-size: 12px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #d29948;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #d29948;
}


/*Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a {
  color: #818285;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #fef7ee;
  color: #d29948;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #dab074;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}


#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #fef7ee;
  color: #d29948;
}



/*************************
*******Footer******
**************************/

#footer {
    
    background-color: #DDD;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:0;
    height:50px;
        position: absolute;
    bottom: 0;
    width:100%
}



/*************************
*******Home Page******
**************************/

#home-slider {
    /*   background-color: #E1D73F; */
    position: relative;
    /*   background: url('../Images/back.jpg'); /*wheat.png autumn winternbu new_year2017.jpg*/
    background-position: bottom right, top;
    background-repeat-y: no-repeat;
    background-size: cover;
    height: 100%;
}

#home-slider .main-slider {
  position: relative;
  /*height: 450px;*/
}

.logo {
    /*content: url(../Images/logo_nbu.png);
    background: url(../Images/logo_nbu.png);
    background-size: 168px;*/
    height:50.59px;
    width: 168px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
    .logo > img {
        border:0;
        padding-bottom: 50px;
    }

.logo_name {
    /*content: url(../Images/name.png);
    background: url(../Images/name.png);
    background-size: 156px;*/
    height:64.72px;
    width: 156px;
    display: inline-block;
    /*background-repeat:no-repeat;*/
}
    .logo_name > img {
        border: 0;
        padding-bottom: 58px
    }

.vl {
    border-left: 2px solid #edd75c;
    height: 65px;
    display: inline-block;
    margin: 0 10px 0 10px;
}

.cont-logo {
    
    /*width:346px;*/
}

/*.btn-primary {
    color: #fff;
    background-color: #18b994;
    border-color: #53c5ab;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2d947c;
        border-color: #20742a;
    }*/

.btn-primary_c {
    color: #fff;
    background-color: rgba(31, 152, 223, 0.7);
    border-color: #60AADD;
}


/*AVATAR*/

@import url(http://fonts.googleapis.com/css?family=Roboto:900,300);

.container-pf {
   
  width: 300px;
  margin: 0;
  background-color: #F8F8F8;
  padding: 0 20px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  text-align: center;
}
.container-pf:hover .avatar-flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.container-pf:hover .avatar-flip img:first-child {
  opacity: 0;
}
.container-pf:hover .avatar-flip img:last-child {
  opacity: 1;
}
.avatar-flip {
  border-radius: 100px;
  overflow: hidden;
  height: 150px;
  width: 150px;
  position: relative;
  margin: auto;
  /*top: -60px;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 13px #f0f0f0;
  -webkit-box-shadow: 0 0 0 13px #f0f0f0;
  -moz-box-shadow: 0 0 0 13px #f0f0f0;
}
.avatar-flip img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.avatar-flip img:first-child {
  z-index: 1;
}
.avatar-flip img:last-child {
  z-index: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  opacity: 0;
}
.container-pf h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.container-pf h4 {
  font-size: 13px;
  color: #00baff;
  letter-spacing: 1px;
  margin-bottom: 25px
}
.container-pf p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #666;
}

.popover-content{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    }


/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT     
========================================================  */

.db-pricing-seven {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #C5C2C2;
    background-color: #EDEDED;
}


    .db-pricing-seven ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0px;
    }

        .db-pricing-seven ul li {
            border-bottom: solid 1px #D8D8D8;
            padding-top: 10px;
            padding-bottom: 10px;
            cursor: pointer;
            /* text-transform: uppercase;*/
        }

            .db-pricing-seven ul li.price {
                background-color: #fff;
                padding: 0;
                font-size: 20px;
                font-weight: 900;
                color: #353c3e;
                font-weight: 900;
            }

                .db-pricing-seven ul li.price i {
                    padding: 30px;
                    font-size: 50px;
                    display: block;
                }


    .db-pricing-seven .pricing-footer {
        padding: 10px;
    }

        .db-pricing-seven .pricing-footer a i {
            margin: 5px;
            top: 3px;
        }

    .db-pricing-seven .in {
        background-color: white;
    }

.detail-name {
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(31, 153, 223);
    height: 60px;
    padding: 11px 0 11px 0;
    text-align: center;
    line-height: 23px
}

    .detail-name a {
        color: #fff;
    }

.price .rotate {
    padding: 11px 0 11px 0;
}

.db-pricing-seven p {
    padding: 10px;
}


/*CAROUSEL*/
/* Carousel Header Styles */
#myCarousel .header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    #myCarousel .header-text h2 {
        font-size: 30px;
    }

        #myCarousel .header-text h2 span {
            background-color: rgba(31, 152, 223, 0.7);
            padding: 7px 10px 7px 10px;
            color: #fff;
        }

            #myCarousel .header-text h2 span:hover {
                background-color: rgba(87, 88, 88, 0.7);
            }


            #myCarousel .header-text h3 span {
        /*background-color: #000;*/
        font-size: 16px;
        padding: 15px;
    }

:focus {
    outline: 0 !important;
}

#myCarousel .slide {
    height: 400px;
    width: 100%;
    
}

#myCarousel .sl {
        background-size: cover;
}


/*#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
    background: rgb(222, 169, 53);
	text-shadow:none;
    float: left; 
    width: 40%;
    height:401px;
    position: relative;
}*/

#myCarousel > .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
  
}

.carousel-inner > .item > img{
    margin-right: auto;
    margin-left: auto;
}


.carousel-image-futlyar{
    height:401px;
    position:absolute; 
    margin-left: 18%; 
    margin-top:12px;
}

.carousel-image-fon-nm{
    height:401px;
    position:absolute; 
}

.carousel-image-moneta {
    height:220px;
    position:relative; 
    /*margin-left: 30%;*/ 
    margin-top:15px;
}

.carousel-image-moneta-nm {
    height:401px;
    position:relative; 
}


.carousel-indicators .active {
    background: #EDD75C;
}
.carousel-indicators li {
    background: #1F99DF;
}

/*ZOOM*/

.ex-thumbnail-zoom {
    cursor: zoom-in;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
}

.ex-thumbnail-zoom-img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ex-zoom-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}


.moneta{
    border-radius:50%;
    /*position:relative;*/ 
    width: 200px; 
    /*left: 18px;*/
        /*clip-path: circle(60px at center);*/
    -webkit-clip-path: circle(100px at center);
    -webkit-animation: in 1s;
}

.moneta-nm{
    border-radius:50%;
    position:absolute;
    width: 225px; 
    /*left: 18px;*/
        /*clip-path: circle(60px at center);*/
  animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
}

.d1-1{
-o-animation-delay: 2s;
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
}

.d1-2{
-o-animation-delay: 2.5s;
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
}

.d1-3{
-o-animation-delay: 3s;
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
}

.d2{
-o-animation-delay: 4s;
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
}

.carousel-image{
    height: 401px;
    display: flex;
    width: 60%;
    float: left;
}

.carousel-image-nm{
    height: 401px;
    display: flex;
    width: 60%;
    float: left;
    
}

.carousel-caption > h4 > a {
    color:#7A4614;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#eee;	
}

@media (min-width: 992px) { 
	/*#myCarousel {padding-right:33.3333%;}*/
	#myCarousel .carousel-controls {
        display:block;
        z-index:10;
	} 	
}

@media (min-width: 768px) {
    #home-slider .container {
        width: 100%;
    }
    

}

@media (max-width: 420px) {
    .carousel-image-futlyar {
        margin-left:5%;
    }
    .carousel-image-moneta{
        margin-left:19%;
        margin-top:25%
    }

}


.carousel-controls>a {
      z-index:16;
	} 	


    #home-slider .container {
        /*width: 65%;*/
        padding-left: 0px;
        padding-right: 0px;
        
    }
    


.container-carusel {
    /*max-width: 936px;*/
    margin-right: auto;
    margin-left: auto;
}

#login {
    background-color:#1F99DF;
}

.form-control-login{
  border: 1px solid #d99c4e;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 32px;
    padding-left: 6px;
    }

.input-group-addon-login {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width:0;
}

.navbar-form-login {
    margin: 0;
    padding:0;
    width:auto;
}

.navbar-form-login .input-group {
    display:inline-table;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;

}

.login-nav{
    position:relative;
    /*top:43px;*/
    right:0;
}


/*   
         MENU
                */

@media (min-width: 768px){
.navbar-nav {
    float: none;
    margin: 0;
    display:inline-block;
    height:44px;
}}

.container>.navbar-collapse {
    text-align: center;
    overflow-x:hidden;
}

.navbar-nav > li > a {
    color:aliceblue;
   padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
}

.navbar-nav > li > a:hover{
    color:#978A66;
}

.glyphicon-asterisk{
    color:#FF0000;
}


/*TABLE*/
.tables a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.tables a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.tables a:active,
.tables a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.tables {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	/*text-shadow: 1px 1px 0px #fff;*/
	background:#eaebec;
	margin:20px 0;
	border:#ccc 1px solid;
        border-collapse: separate;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.tables th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
    text-align: center;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.tables tr {
	text-align: center;
	padding-left:20px;
}
.tables td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.tables td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.tables tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.tables tr:last-child td {
	border-bottom:0;
}
.tables tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tables tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tables tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


/*CALENDAR*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #357ebd;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1F99DF;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }



    
.big-checkbox {vertical-align:bottom; width: 20px; height: 20px;}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
-ms-wrap-flow:both;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

 label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

#logoutForm {
    display: inline;
}


fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

 #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }


 /*TABLE MONETS VIEW*/
.header-buycoins {
    /*width: 100%;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: block}

.footer-buycoins {
    margin: 26px 0 0;
    width: 100%;
    color: #fff}

.product-box {
    display: block;
    float: left;
    width: 25%;
    position: relative;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(204,204,204,1); 
    -moz-box-shadow: 0px 0px 17px 0px rgba(204,204,204,1); 
    box-shadow: 0px 0px 17px 0px rgba(204,204,204,1);
}
.product-box-title {
    font-size: 1.28571em;
    background: #fff;
    background: rgba(222, 222, 222, 0.54);
    box-shadow: none;
    padding: 22px 5px;
    text-align: center;
    color: #000;
    width:100%;
    position: absolute}
.product-box-content {
    position: relative;
    padding: 10px;
    background: #fff;
    
}
.product-box-content img {
    margin: 45px auto 0 8px;
    max-width: 100%}

.product-box-footer {
    height: 34px;
    margin: 0}
.product-box-price {
    font-size: 1.5em;
    background: #1F99DF;
    float: left;
    height: 50px;
    padding: 10px 5px;
    text-align: center;
    width: 50%}
.products-list{
    background-color:#efeeef;
}
.products-list .content {
    padding: 0;
    margin: 0;
    background: 0 0}
.products-list .product-box {
    margin: 2% 2% 0 0;
    width: 26.5%}
.products-list .product-box:nth-child(4n) {
    margin: 2% 0 0}

.product-box-btn {

    width: 75%;
    }

.product-box .product-box-title a {
    color: #000}

.footer-button {
    float: left;
    height: 34px;
    width: 25%;
}
.footer-button-select{
display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border:none;
}


.text-justify {
    text-align: justify;
    text-indent: 30px;
    margin: 0 0 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }


/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[name=LoginUserName], .loginmodal-container input[name=LoginPassword] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        /*margin-bottom: 10px;*/
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .loginmodal-container input[name=LoginUserName]:hover, .loginmodal-container input[name=LoginPassword]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #1F99DF;
    border-radius: 4px;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    /*color: #666;*/
    font-weight: 400;
    text-align: center;
    display: inline-block;
    /*opacity: 0.6;*/
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

div [id^='myCarousel_kit'] .carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

div [id^='myCarousel_kit'] .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

div [id^='myCarousel_kit'] .carousel-control {
    color: #000;
}

