/* GOOGLE FONTS */
 
/* Page Animated item Styles */
.animated {
  visibility: hidden;
}

.visible {
visibility: visible;
}


/* ============================= header ====================== */
#top1{width: 100%; position: relative; left: 0; top: 0; /*z-index: 99;*/ min-width: 320px;}

#top2-sticky-wrapper{transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;}

.sticky-wrapper.is-sticky {}

#top2{position: relative; z-index: 40;}

.top2_wrapper{background: #1b1b1b; border-bottom: 1px solid transparent;}
.not-front .top2_wrapper{background: #000; border-bottom: 1px solid #252525;}

.is-sticky .top2_wrapper{}

.top2{position: relative;}

header{position: absolute; left: 0; top: 50%; margin-top: -15px; z-index: 50;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.menu_wrapper{float: right;}

.add1{float: right; padding-top: 37px; margin-left: 30px;}

 

/* ============================= content ====================== */
  
.about_wrapper{padding-top: 170px;}

.iphone1{margin-left: auto; margin-right: auto;}

.apps_wrapper{text-align: center; padding-top: 15px;}

.apps_wrapper a{display: inline-block; text-decoration: none; margin: 0 10px;opacity: 1; filter:alpha(opacity=100);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.apps_wrapper a:hover{opacity: 0.8; filter:alpha(opacity=80);}
.apps_wrapper a img{display: block;}

 
/* ============================= blog ====================== */
 
.latest2{padding: 0; margin: 0 0 60px; list-style: none;}
.latest2 li{display: block; float: left; padding: 0 3px 3px 0;}
.latest2 li a{display: block;text-decoration: none;}
.latest2 li a figure{position: relative;}
.latest2 li a figure img{position: relative;}
.latest2 li a figure em{position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #fff; opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.latest2 li a:hover figure em{opacity: 1; filter:alpha(opacity=100);}

 
 
  
 


 
 

/* ============================= blog end ====================== */


 
 
 
/* ============================= audio1 end ====================== */
 
/* ============================= slick ====================== */
.slick-slider-wrapper{padding-top: 170px; padding-bottom: 180px; position: relative;}
.slick-slider-wrapper .container{position: static;}
.slick-slider{text-align: center; position: static; margin-bottom: 0;}
.slick-slider *:focus{outline: none;}

.slick-list{overflow: visible;}

.slick-prev{left: 3%; z-index: 10; width: 53px; height: 52px; background: url(../images/prev.png) left top no-repeat;}
.slick-prev:focus{background: url(../images/prev.png) left top no-repeat;}
.slick-prev:hover{background: url(../images/prev.png) left bottom no-repeat;}
.slick-prev:before{display: none;}

.slick-next{right: 3%; z-index: 10; width: 53px; height: 52px; background: url(../images/next.png) left top no-repeat;}
.slick-next:focus{background: url(../images/next.png) left top no-repeat;}
.slick-next:hover{background: url(../images/next.png) left bottom no-repeat;}
.slick-next:before{display: none;}

.slick-slide{}

.slick-center{}
.slick-center .slick-slider-inner{transform: scale(1.5); -ms-transform: scale(1.5); -webkit-transform: scale(1.5); z-index: 2;}

.slick-slider-inner{position: relative; z-index: 1; margin-left: 15px; margin-right: 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.slick-slider-inner figure{display: block; position: relative; background: #252525;}
.slick-slider-inner figure img{width: 100%; display: block; opacity: 0.3; filter:alpha(opacity=30);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.slick-center .slick-slider-inner figure img{opacity: 1; filter:alpha(opacity=100);}
.slick-slider-inner .caption{position: absolute; width: 100%; left: 0; bottom: 0;}
.slick-slider-inner .caption{opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.slick-center .slick-slider-inner .caption{padding: 0 10px 20px; opacity: 1; filter:alpha(opacity=100);}
.slick-slider-inner .slick-slider-overlay{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 100;}

.slick-center .slick-slider-inner .caption .txt1{line-height: 1; padding-bottom: 5px;}
.slick-center .slick-slider-inner .caption .txt1 span{display: inline-block; font-size: 10px; font-weight: bold; background: #cf101f; padding: 2px 5px;}

.slick-center .slick-slider-inner .caption .txt2{line-height: 1; padding-bottom: 5px;}
.slick-center .slick-slider-inner .caption .txt2 span{display: inline-block; font-size: 22px; font-weight: bold; background: #cf101f; padding: 2px 5px;}

.slick-center .slick-slider-inner .caption .txt3{line-height: 1;}


.slick-center .slick-slider-inner .slick-slider-overlay{display: none;}


/* ============================= slick end ====================== */

 
.pager_wrapper{padding-top: 15px; margin-bottom: 20px;}
.pager{display: block; text-align: right; margin: 0;padding: 0; font-family: 'Roboto'; font-weight: 700; font-size: 12px; text-transform: uppercase;}
.pager li{margin-left: 10px; margin-bottom: 10px; display: inline-block;}
.pager li:first-child{margin-left: 0;}
.pager li > a{display: inline-block; border: 1px solid #676767; padding: 0px 2px; border-radius: 2px; background: none; color: #fff; text-align: center; min-width: 40px; line-height: 36px; text-decoration: none;}
.pager li > a:hover{text-decoration: none; background: none; border-color: #fff; color: #fff;}
.pager li.active > a{background: #c80913; color: #fff; cursor: default; text-decoration: none; border-color: #c80913;}
.pager .prev{}
.pager .prev > a{float: none; background: none; color: #fff; padding: 0 30px; border: 1px solid #676767; text-align: center;}
.pager .prev > a:hover{}
.pager .next{}
.pager .next > a{float: none; background: none; color: #fff; padding: 0 30px; border: 1px solid #676767; text-align: center;}
.pager .next > a:hover{}

#collection{position: relative; padding-top: 50px; padding-bottom: 60px; background: #1b1b1b;}

.best0{padding-top: 100px;}

.best0 .txt1{font-style: italic; color: #0c9ec3; line-height: 1;}
.best0 .txt2{font-style: italic; color: #fff; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 2px; line-height: 1;}

.best_list{color: #888888; font-size: 11px; padding-top: 15px;}
.best_list .left{}
.best_list .left span{color: #fff;}
.best_list .right{float: right; width: 70px; margin-left: 10px; text-align: right;}

#collection2{position: relative; padding-top: 50px; padding-bottom: 60px;}

 
#testimonial{position: relative; padding-top: 80px; padding-bottom: 80px; background: url(../images/bg1.jpg) center center repeat #1a1a1a;}

 
/* ============================= testim ====================== */
#testim_wrapper{ position: relative; padding-top: 140px; padding-bottom: 0px;}

#testim{position: relative;padding-top: 10px; padding-bottom: 0px;}
 
/* ============================= testim end ====================== */

 
 


 






/* ============================= main menu ====================== */
 



 


/* ============================= search-form ====================== */
 
/* ============================= toTop ====================== */
 
/* ============================= main layout ====================== */
 
h2{display: block; font-family:'Roboto'; font-weight:300; font-size:36px; color:#fff; line-height:1.1; padding:0px 0 15px 0; margin: 0; letter-spacing: 2px;}

h3{display: block; font-family:'Roboto'; font-weight:400; font-size:30px; color:#fff; line-height:1.1; padding:30px 0 30px 0; margin: 0 0 15px; letter-spacing: 10px;}

h4{display: block; font-family:'Roboto'; font-weight:300; font-size:24px; color:#fff; line-height:1.1; padding:0px 0 20px 0; margin: 0 0 0px;}

h5{display: block; font-family:'Roboto'; font-weight:300; font-size:36px; color:#fff; line-height:1.1; padding:0px 0 20px 0; margin: 0 0 0px; text-transform: uppercase;}























.img-responsive-old{display: block; max-width: 100%; height: auto;}

.img-responsive{width: auto \9;}

.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}





/* === */
.kand1{height: 24px; background: url(../images/kand1.png) center center no-repeat; margin: 15px 0 5px;}

.kand2{height: 14px; background: url(../images/kand2.png) center center no-repeat; margin: 0px 0 5px;}

.artists1{margin-bottom: 30px; position: relative; overflow: hidden;}
.artists1 figure{position: relative;}
.artists1 figure img{position: relative;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.artists1:hover figure img{transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1);}
.artists1 .caption{background: #00bff3; background: rgba(0, 191, 243, 0.77); padding: 30px 10px;text-align: center; position: absolute; left: 0; bottom: -200px; width: 100%;opacity: 0; filter:alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.artists1:hover .caption{bottom: 0; opacity: 1; filter:alpha(opacity=100);}
.artists1 .caption .txt1{font-size: 14px; line-height: 1.4;}
.artists1 .caption .txt2{font-size: 30px; font-weight: 300; line-height: 1.4;}

.mic1{margin-left: auto; margin-right: auto; margin-bottom: 30px;}

.features{}
.features .left_box{text-align: right; padding-top: 20px;}
.features .right_box{ padding-top: 20px;}
.features .center_box{}
.features .center_box img{margin-left: auto; margin-right: auto;}

.features1{position: relative; margin-bottom: 40px;}
.features1 .ic1{margin-bottom: 10px;}
.features1 .txt1{font-family: 'Roboto'; font-weight: 500; font-size: 15px; color: #0c9ec3; text-transform: uppercase; letter-spacing: 2px; padding-bottom: 15px;}
.features1 .txt2{font-size: 15px; line-height: 1.7; color: #888888;}



/*-----btn-----*/
.btn-default.btn0{ font-family: 'Roboto'; display: inline-block; color: #000; border: none; font-size: 14px; line-height: 20px; font-weight: 700; padding: 13px 20px; text-decoration: none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: none; position: relative; border: 2px solid #fff;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn0:hover{color: #d30b16; background: #fff;}

.btn-default.btn1{ font-family: 'Roboto'; display: inline-block; color: #fff; border: none; font-size: 10px; line-height: 18px; font-weight: 700; padding: 6px 30px; text-decoration: none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: none; position: relative; border: 2px solid #fff;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn1:hover{color: #fff; background: #cf101f; border-color: #cf101f;}

.btn-default.btn2{ font-family: 'Roboto'; display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 8px 30px; text-decoration: none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: none; position: relative; border: 2px solid #c80913;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn2:hover{color: #fff; background: #c80913;}

.btn-default.btn3{ font-family: 'Roboto'; display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 20px; font-weight: 700; padding: 0px 15px 0 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: url(../images/arr1.png) right center no-repeat; position: relative; border: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn3:hover{color: #0c9ec3;}

.btn-default.btn4{ font-family: 'Roboto'; display: inline-block; color: #fff; border: none; font-size: 10px; line-height: 18px; font-weight: 700; padding: 6px 15px; text-decoration: none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: none; position: relative; border: 2px solid #fff;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn4:hover{color: #fff; background: #cf101f; border-color: #cf101f;}

.btn-default.btn5{ font-family: 'Roboto'; display: inline-block; color: #c80913; border: none; font-size: 13px; line-height: 20px; font-weight: 700; padding: 0px 30px 0 0; text-decoration: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: url(../images/btn5.png) right center no-repeat; position: relative; border: none;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn5:hover{color: #fff;background: url(../images/btn5_over.png) right center no-repeat;}

.btn-default.btn6{ font-family: 'Roboto'; display: inline-block; color: #fff; border: none; font-size: 12px; line-height: 18px; font-weight: 700; padding: 6px 15px; text-decoration: none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; background: #cf101f; position: relative; border: 2px solid #cf101f;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn6:hover{color: #fff; background: none; border-color: #fff;}






/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: none; border: 1px solid #cfcfcf;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}

.thumbnail{line-height: inherit;}
.thumbnail .caption{padding: 0; color: inherit;}

.thumb1 {margin-bottom: 0px; margin-top: 0px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 figure{margin: 0; float: left; margin:0px 30px 20px 0px;}
.thumb1 figure img{width: auto;}
.thumb1 .caption{display: table; color: #888888;}

.thumb2 {margin-bottom: 0px; margin-top: 0px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 figure{margin: 0; float: left; margin:0px 30px 20px 0px;}
.thumb2 figure img{width: auto;}
.thumb2 .caption{color: #888888;}

.thumb4 {margin-bottom: 30px; margin-top: 0px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; background: #1b1b1b;}
.thumb4 figure{margin: 0; float: left; margin:0px 15px 0px 0px;}
.thumb4 figure img{width: auto;}
.thumb4 .caption{color: #888888; padding: 15px; display: table;}

.thumb5 {margin-bottom: 0px; margin-top: 0px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb5 figure{margin: 0; float: left; margin:0px 30px 20px 0px;}
.thumb5 figure img{width: auto;}
.thumb5 .caption{color: #888888;}
.thumb5 .caption span{color: #fff;}

.thumb6 {margin-bottom: 0px; margin-top: 0px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none; background: #fff;}
.thumb6 figure{margin: 0; float: left; margin:0px 0px 0px 0px; width: 50%;}
.thumb6.right figure{float: right;}
.thumb6 figure img{width: 100%;}
.thumb6 .caption{float: left; width: 50%; color: #969595; padding: 30px 45px 0; font-size: 12px;}
.thumb6.right .caption{float: right;}
.thumb6 .caption .title{color: #313131; font-size: 20px;}

.thumb7 {margin-bottom: 30px; margin-top: 0px;}
.thumb7.last {margin-bottom: 0px;}
.thumb7 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb7 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb7 figure img{width: 100%;}
.thumb7 .caption{color: #888888;}
.thumb7 .caption .title{color: #fff; font-size: 20px; font-weight: 700;}















/*================= queryLoader =========================*/
#load {width: 100%;height: 100%;position: fixed;overflow: hidden;z-index: 1001;	background-color: #252525;}
#qLoverlay{background: #252525!important;}
#qLbar{background: #fff!important;}
#qLpercentage{color: #fff!important; font-family: 'Roboto'; font-weight: 700; font-size: 40px!important; line-height: 1;}



/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }

#ajax-contact-form .form-group{margin-left: 0; margin-right: 0; margin-bottom: 20px;}
#ajax-contact-form .form-group label{color: #272727; font-weight: 400; display: none;}
#ajax-contact-form .form-control{height: 48px; padding: 13px 12px 13px 0; font-size: 14px; line-height: 20px; color: #888888; background: none;border: none; border-bottom: 2px solid #676767;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form .form-control:focus{color: #fff; border-color: #fff;box-shadow:none; moz-box-shadow:none; -webkit-box-shadow:none;}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit{display: block; background: #c80913; color: #fff; font-family: 'Roboto'; font-size: 12px; line-height: 20px; font-weight: 800; padding: 7px 20px; text-decoration: none;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; border: none; text-transform: uppercase; border: 1px solid #c80913;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn-cf-submit:hover{color: #fff; background: none; border-color: #fff;}

/*================= Contacts3 =========================*/
#note3{ }
.notification_error3{ color:#f00; padding-bottom:10px; }
.notification_ok3{ text-align: left; padding-bottom:10px; }

#ajax-contact-form3 .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form3 .form-group label{color: #141414; font-weight: 400; text-transform: uppercase; display: none;}
#ajax-contact-form3 .form-control{height: 48px; padding: 13px 12px 13px 0; font-size: 14px; line-height: 20px; color: #888888; background: none;border: none; border-bottom: 2px solid #676767;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
#ajax-contact-form3 .form-control:focus{color: #fff; border-color: #fff;box-shadow:none; moz-box-shadow:none; -webkit-box-shadow:none;}
#ajax-contact-form3 textarea.form-control {height: 144px;}
#ajax-contact-form3 .form-group.capthca{float: left; margin-right: 20px;}
#ajax-contact-form3 .form-group.capthca input{width: 170px;}
#ajax-contact-form3 .form-group.img{float: left;}
#ajax-contact-form3 .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit3{display: block; background: #c80913; color: #fff; font-family: 'Roboto'; font-size: 12px; line-height: 20px; font-weight: 800; padding: 7px 40px; text-decoration: none;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border: none; text-transform: uppercase; border: 1px solid #c80913;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.btn-default.btn-cf-submit3:hover{color: #fff; background: none; border-color: #fff;}



/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1200px) {

}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
  .logo3_wrapper{margin-left: -470px;}
  .add2{margin-right: -470px;}


}
@media (min-width: 992px) {


}
@media (min-width: 992px) and (max-width: 1199px) {

  .audio1{width: 500px;}

  #testim_wrapper{padding-top: 80px;}

  .about_wrapper{padding-top: 60px;}

  .thumb6 .caption{padding: 20px 20px 0;}





}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

  .song1 .caption{float: none;}

  .audio1{float: none; width: 100%;}

  .song1 .left{float: none;}
  .song1 .right{float: none;}

  .song1_wrapper{position: relative;}

  #testim_wrapper{padding-top: 0px;}

  .dancer{margin-top: -120px;}

  .about_wrapper{padding-top: 50px;}

  .thumb6 figure{width: 30%; margin: 0 20px 10px 0;}

  .thumb6 .caption{width: auto; float: none; padding: 10px;}

  .thumb6.right .caption{float: none;}

  .thumb6.right figure{margin: 0 0 10px 20px;}

  .go-down{bottom: 40px;}

  .logo3_wrapper{margin-left: -360px;}
  .add2{margin-right: -360px;}









}
@media (min-width: 768px) and (max-width: 991px) {

  .add1{margin-left: 10px;}

  .slick-center .slick-slider-inner .caption .txt2 span{font-size: 15px;}

  .best0{padding-top: 0;}






}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  .add1{display: none;}



  .menu_wrapper{float: none;}

	.navbar_ {float: none; height: 90px; margin-bottom: 0; padding: 0;}
	.navbar-collapse_{clear: both; margin-left: -15px; margin-right: -15px;}
	.navbar_ .nav{display: block; background: none; border-right: none;background: #252525; border: none;}
	.navbar_ .nav > li{float: none;background: none; border-left: none; margin-left: 0; border-top:1px solid #303030; background: none;}
	.navbar_ .nav > li > a{margin-bottom: 0; border: none; padding: 5px 0;}
	.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{}
	.sub-menu ul{position: relative; left: 0; top: 0; text-align: center;}

  .sub-menu li a{padding-right: 10px;}

  .slick-center .slick-slider-inner .caption .txt2 span{font-size: 20px;}

  .radio1 .sec1{display: none;}
  .radio1 .sec2{width: 85%;}
  .radio1 .sec3{display: none;}
  .radio1 .sec4{display: none;}
  .radio1 .sec5{display: none;}
  .radio1 .sec6{display: none;}
  .radio1 .sec7{width: 15%;}
  .audio2 .mejs-controls .mejs-playpause-button{width: 15%;}

  .best0{padding-top: 40px;}

  .about_wrapper{padding-top: 0px;}

  .features .left_box{text-align: center; padding-top: 0;}
  .features .right_box{text-align: center; padding-top: 0;}

  .comment-block.left1{margin-left: 20px;}

  .logo3_wrapper{margin-left: 0; left: 10px;}
  .add2{margin-right: 0; right: 15px; display: block;}









}
@media (min-width: 481px) and (max-width: 767px) {



}
/* Landscape phones and down */
@media (max-width: 480px) {

  .audio1 .mejs-container .mejs-controls .mejs-time{display: none;}

  .slick-center .slick-slider-inner .caption .txt2 span{font-size: 12px;}

  .thumb6 figure{float: none; margin: 0; width: auto;}

  .thumb6 figure img{width: 100%;}

  .thumb6.right figure{margin: 0; float: none;}







}
.camera_wrap {
    height:calc(100% - 225px);
}


a.phone{ 
    display: block;
    margin-top: 15px;
   font-size: 22px;
    margin-bottom: 20px;
	font-family: 'Alice', 'PT Sans', arial, sans serif;
	color:#000; text-decoration: none;
}







.imgotzyv img {
    width: 120px;
    height: auto;
	border: solid 8px #fff;
    border-radius: 50%;
}

.imgotzyv2 img {
     
	border: solid 8px #fff;
    
}




.img-circle {
    border-radius: 50%;
}





.more a { display: block; background: url(../images/butt1.png) no-repeat left top; width: 150px; height: 41px; }
.more a:hover { display: block; background: url(../images/butt1.png) no-repeat left bottom; width: 150px; height: 41px; }


.more2 a { display: block; background: url(../images/butt2.png) no-repeat left top; width: 150px; height: 41px; }
.more2 a:hover { display: block; background: url(../images/butt2.png) no-repeat left bottom; width: 150px; height: 41px; }


.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup, .popup2  {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 380px;
	height: 323px;
	position: fixed;
	text-align: justify;
	top: 50%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}

.popup .close_window, .popup2 .close_window  {
	font-size: 13px;
	display: block;
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	color: #fff;
	font-family: 'tahoma', sans-serif;
	background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
	background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
	background: -moz-linear-gradient(top, #3d51c8, #051fb8);
	background: -o-linear-gradient(top, #3d51c8, #051fb8);
	background: -ms-linear-gradient(top, #3d51c8, #051fb8);
	background: linear-gradient(top, #3d51c8, #051fb8);
	background-color: #3d51c8;
	border: 1px solid #061fb8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close_window:hover, .popup2 .close_window:hover  {
	background: -webkit-gradient(linear, left top, right top, from(#051fb8), to(#3d51c8));
	background: -webkit-linear-gradient(top, #051fb8, #3d51c8);
	background: -moz-linear-gradient(top, #ff5f0, #3d51c87);
	background: -o-linear-gradient(top, #051fb8, #3d51c8);
	background: -ms-linear-gradient(top, #051fb8, #3d51c8);
	background: linear-gradient(top, #051fb8, #3d51c8);
	background-color: #051fb8;
	border: 1px solid #00385E;
}
.popup .close_window:active, .popup2 .close_window:active {
	background: #8f9be0;
}
.zak2 form{font-size:12px; 
font-family:Arial, Verdana,sans-serif; 
color: #000; 
line-height:13px; 
vertical-align:middle;
float: left;
text-align: left;
font-weight: normal;
font-style: normal;
	font-variant: normal;
}

.zak2 textarea{width: 200px;
font-size:12px; 
font-family:Arial, Verdana,sans-serif; 
color: #000; 
line-height:13px; 
vertical-align:middle;
float: left;
text-align: left;
font-weight: normal;
font-style: normal;
	font-variant: normal;
}


.zak3 { 
border: 1px solid #F2AC07;
border-collapse: separate;
border-radius: 5px;
border-spacing: 2px;
color: #000;
display: table;
font-family: "Trebuchet MS";
font-style: normal;
font-weight: 400;
letter-spacing: normal;
margin-left: auto;
margin-right: auto;
text-indent: 0px;
white-space: normal;
width: 600px;
word-spacing: normal;
}
.zak3 h3{ 
font-size: 22px;
color: #000;
font-family: "Trebuchet MS";
font-style: normal;
font-weight: 700;
letter-spacing: 0.2em;
margin-left: auto;
margin-right: auto;
white-space: normal;
word-spacing: normal;
text-align: center;
margin: 10px 0px 0px;
}


