@font-face {
  font-family: 'OpenSansRegular';
  src: url('/css/font/OpenSansRegular/opensans-regular.eot');
  src: url('/css/font/OpenSansRegular/opensans-regular.eot?#iefix') format('embedded-opentype'),
  url('/css/font/OpenSansRegular/opensans-regular.woff') format('woff'),
  url('/css/font/OpenSansRegular/opensans-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/css/font/Circe/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('/css/font/Circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('/css/font/Circe/Circe-Regular.woff') format('woff'),
		url('/css/font/Circe/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/css/font/Circe/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('/css/font/Circe/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('/css/font/Circe/Circe-ExtraLight.woff') format('woff'),
		url('/css/font/Circe/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/css/font/Circe/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('/css/font/Circe/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('/css/font/Circe/Circe-Thin.woff') format('woff'),
		url('/css/font/Circe/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/css/font/Circe/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('/css/font/Circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('/css/font/Circe/Circe-Light.woff') format('woff'),
		url('/css/font/Circe/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/css/font/Circe/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('/css/font/Circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('/css/font/Circe/Circe-Bold.woff') format('woff'),
		url('/css/font/Circe/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/css/font/Circe/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('/css/font/Circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('/css/font/Circe/Circe-ExtraBold.woff') format('woff'),
		url('/css/font/Circe/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSansBold';
	src: url('/css/MuseoSans/MuseoSansBold/MuseoSansBold.eot');
	src: local('Circe ExtraBold'), local('MuseoSansBold'),
		url('/css/MuseoSans/MuseoSansBold/MuseoSansBold.eot?#iefix') format('embedded-opentype'),
		url('/css/MuseoSans/MuseoSansBold/MuseoSansBold.woff') format('woff'),
		url('/css/MuseoSans/MuseoSansBold/MuseoSansBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

table {
	font-size: inherit;
}

* {
	/*margin: 0px;
	padding: 0px;*/
}
html {
  /*font-size: 10px;*/
}

img{
  max-width: 100%;
}    
    
body{
  background: #ffffff;
  font: 300 18px/24px Circe, Arial, sans-serif;
  color: #000;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1920px;
}

a{
  color: #FBAF42;
  text-decoration: underline;
}
a:link, a:visited {
  color: #FBAF42;
  outline: none;
  text-decoration: underline;
}
 
a:hover{
  text-decoration: none;
  /*color: #ff6600;*/
}
ul {
  padding-left: 25px;
}
ul li{
  margin-bottom: 5px;
}

.header, .top_menu, .mine, .mine_first, .mine_about, .mine_application, .content, .footer{
  margin: 0 auto;
  max-width: 1280px;
  /*overflow: hidden;*/
  /*padding-left: 10px;
  padding-right: 10px;*/
  padding-left: 15px;
  padding-right: 15px;
  /*background-color: #fff;*/ 
}
.mine_slider{
  margin: 0 auto;
  max-width: 1920px;
}

/* --- header --- */
.header_box{
  padding-top: 15px;
  border-bottom: 3px solid #ff6666;
}
.header_box a{
  text-decoration: none;
  color: #2b9276;
}
.header_box a:hover{
  text-decoration: underline;
}
.header_box .soc_box,
.header_box .soc_box a{
  color: #575757;
}
.logo_box,
.box{
  padding-bottom: 15px;
}
.logo_box{
  /*font: 800 36px/48px OpenSansRegular, Arial, sans-serif;*/
  font: bold 18px/28px Circe, Arial, sans-serif;
  color: #336666;
  text-transform:uppercase;
}
.logo_box a{
  color: #336666;
  text-decoration:none;
} 
.logo{
  max-width: 175px;
  
}
.logo a{
  color: #4A3D37;
}

.logo img{
  max-width: 100%;
}
.box_slogan{
  /*padding-bottom: 15px;*/
}
.box_slogan img{
  width: 100%;
}
.slogan{
  font: 800 24px/34px OpenSansRegular, Arial, sans-serif;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(55, 55, 62, 0.9);
  position: absolute;
  top: 50%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30%;
  padding-left: 15px;
  text-align:center;
  
}
.box_slogan_2{
  background: #8FA2C2 url(/css/img/s8.jpg) no-repeat center right;
  background-attachment:fixed;
  min-height: 500px;
  background-size: cover;
}
.slogan_2{
  max-width: 1280px;
  margin: 0 auto;
  /*line-height: 600px;*/
  vertical-align: middle;
  text-align:center;
  padding-left: 30%;
  padding-top: 10%;
  padding-bottom: 10%;
}
.slogan_2_text{
  /*font: 800 42px/44px Circe, Arial, sans-serif;*/
  font: 800 42px/48px OpenSansRegular, Arial, sans-serif;
  color: #fff;
  color: #e0500d;
  /*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);*/
  display: inline-block;
}
.slogan_3{
  max-width: 1280px;
  margin: 0 auto;
  /*line-height: 600px;*/
  padding-top: 10%;
  padding-bottom: 10%;
  vertical-align: middle;
  text-align:center;
}
@media (min-width: 1110px){
  .box_slogan_2{
    /*background-size: contain;*/
  }  
}

@media (max-width: 576px){
  .logo_box,
  .box{
    text-align:center;
    /*font-size: 15px;*/
  } 
  .soc_box{
    text-align:center;
    padding-bottom: 15px;
  } 
  .slogan_2{
    padding-left: 15px;
    padding-right: 15px;
  }
  .slogan_2 .eh1{
    /*font: 600 32px/48px OpenSansRegular, Arial, sans-serif;*/
    font-size: 32px;
    line-height: 48px;
  }
}

/* --- END header --- */

.top_menu_box{
  background: #37373e;
}
.navbar-nav .nav-link {
  color: rgba(255,255,255, 1) !important;
  text-decoration: none;
}
.navbar-nav .nav-link:hover{
  text-decoration: underline;
}
.navbar-brand{
  text-decoration:none !important;
}
.navbar-toggler{
  cursor: pointer;
}
.navbar-nav .nav-link a{
}
@media (min-width: 768px){
  .navbar-nav {
    flex-wrap: wrap;
    /*margin-left: auto;
    margin-right: auto;*/
    justify-content: space-between;
    width: 100%;
  }
  .navbar{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.life_situations{
  
}
.life_situations_h1{
  font-size: 38px;
  line-height: 42px;
  font-family: 'Circe';
  color: #373737;
}
.life_situations ul{
  font-size: 24px;
  line-height: 28px;
}

/* --- mine_slider --- */
.mine_slider{
  border-bottom: 3px solid #ff6666;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit;
}
.carousel_item_slide{
  position: relative;
}
.carousel_descr_cont{
}
.carousel_descr_cont .more_box{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  margin: 0 auto;
  z-index: 100;
  text-align:center;
}
.carousel_descr_cont .good_buy_box{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -35px;
  margin: 0 auto;
  z-index: 100;
  text-align:center;
  padding-left: 15px;
  padding-right: 15px;
}
.carousel_descr_box{
  
  position: relative;
  
  margin-left: 0;
  margin-right: 0;
  
  /*position: absolute;
  width: 100%;
  top:0;
  padding-top: 25px;*/
}
.carousel_descr_cont{
  margin: 0 auto;
  max-width: 1280px;
  padding: 15px;
  text-align:center;
  position: initial;
}

.carousel_title{
  /*font: 600 48px/52px Circe, Arial, sans-serif;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.8);
  color: #f16523;*/
  
  font: 300 60px/60px Circe, Arial, sans-serif;
  text-align:center;
  color: #ff6666;
  /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);*/
}
.carousel_txt{
  font: 400 22px/28px Circe, Arial, sans-serif;
  /*text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.8);*/
  color: #ffffff;
}
.carousel_descr{
  font: bold 36px/36px Circe, Arial, sans-serif;
  /*text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.8);*/
  color: #ffffff; 
  
}
.hch1{
  font-size: 24px;
}
.hch2{
  background-color: #336666;
  padding-left: 5px;
  padding-right: 5px;
}
.hch3{
  font-weight: 200;
}
.carousel_descr .more{
  font: bold 36px/42px Circe, Arial, sans-serif;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  /* color: #fff; */
  background: #ffffff99;
  border-color: #ffffff99;
  color: #336666;
  transition: all 0.4s ease;
  text-transform:uppercase;
  text-decoration:none;
  padding-left: 25px;
  padding-right: 25px;
}
.carousel_descr .more:hover{
  text-decoration:underline;
}
.carousel-control-next, 
.carousel-control-prev {
  width: 45px;
  text-decoration:none !important;
}
    
.carousel-control-next .fa,
.carousel-control-prev .fa{
  font-size: 48px;
  color:#ffffff;
}
.carousel-control-next:hover .fa,
.carousel-control-prev:hover .fa{
  /*color:#266244;*/
  color:#fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
/* --- END mine_slider --- */
/* --- mine_reviews --- */
.mine_reviews_box{
  padding: 20px 0 30px;
  background: url("img/r_bg.jpg") no-repeat center center;
  background-size: cover;
}
.mine_reviews{
  
}
.mine_reviews .mtitle{
  color: #ffffff;
}
.mine_reviews_slider_box{
  margin: 0 auto;
  margin-top: 30px;
  max-width: 980px;
  
}
.mr_descr{
  min-height: 350px;
  text-align:justify;
  background: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  /*margin-top: 30px;*/
  margin-left: 45px;
  margin-right: 45px;
  position:relative;
}
.mr_descr:before{
  content: "";
  position:absolute;
  background: url(img/r_quotes_l.png) no-repeat center center;
  width: 66px;
  height: 52px;
  top: -27px;
  left: -45px;
}
.mr_descr:after{
  content: "";
  position:absolute;
  background: url(img/r_quotes_r.png) no-repeat center center;
  width: 66px;
  height: 52px;
  bottom: -27px;
  right: -45px;
}
.mr_img{
  text-align:center;
}
.mr_bot{
  font: 400 18px/28px OpenSans-Reg, Arial, sans-serif;
  color:#fff;
  text-align:center;
}
.mine_reviews .carousel-indicators {
  bottom: -30px;
}

.mine_reviews .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 26px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background: url("img/cp.jpg") no-repeat center center;
    cursor: pointer;
}
.mine_reviews .carousel-indicators li.active {
    background: url("img/cpa.jpg") no-repeat center center;
}
.mine_reviews .carousel-control-next, 
.mine_reviews .carousel-control-prev {
  display: block;
  width: 20px;
  top:30%;
}
@media (max-width: 768px) {
  .mr_descr{
    text-align:justify;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .mr_descr:before,
  .mr_descr:after{
    display: none;
  }
  
}
	
/* --- End mine_reviews --- */
/* --- content --- */
.bread_crumbs_box{
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font: 400 14px/16px roboto_regular, Arial, sans-serif;
  color: #1b1b1b;
}
.bread_crumbs_box a{
  text-decoration:underline;
  color: #1b1b1b;
}
.bread_crumbs_box a:hover{
  text-decoration:none;
}
.eh1{
  font: 300 60px/72px Circe, Arial, sans-serif;
  margin-bottom: 24px;
  text-align:center;
  color: #336666;
  /*text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);*/ 
}
.slogan_2_text.eh1{
  font: 400 48px/72px Circe, Arial, sans-serif;
  background-color: #ffffff77;
}
.eh1lg{ 
  font-weight: 200;
}
.up{
  text-transform:uppercase;
}
.rtf_box{
  background-color: #00000077;
  margin: 35px -15px 15px -15px;
  padding: 25px 15px 15px 15px;
}
#formYourQuestion{
  width: 100%;
}
.mine_about_box{ 
}

.mine_first{
  
}
.mine_first,
.mine_about{
  margin: 0 auto;
  /*max-width: 980px;*/
  padding-top: 90px;
  padding-bottom: 90px;
  /*border-bottom: 3px solid #FBAF42;*/ 
  /*margin-bottom: 30px;*/
}
.mine_first img,
.mine_about img{
  max-width: 100%;
}
.big_h{
  margin-top: 47px;
  text-align: center;
  text-align:left;
  width: 100%;
  font-size: 35px;
  line-height: 42px;
  font-family: OpenSansLightRegular;
  font-weight: 300;
}
.prof_quote{
  font: 400 28px/38px PTSerifBoldItalic, Arial, sans-serif;
  text-align:center;
}
.prof_signature{
  font: 400 15px/21px PTSerifItalic, Arial, sans-serif;
  text-align:right;
}
.p_cont{
  padding-top: 15px;
  padding-bottom: 65px;
}
.pi_wrapper{
  display: table;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pi_img{
  display: table-cell;
  vertical-align: middle;
  margin-right: 16px;
  width: 35px;
  max-width: inherit !important;
}
.pi_title{
  display: table-cell;
  vertical-align: middle;
}
.button_box{
  text-align:center;
  padding-bottom: 15px;
}
@media (max-width: 576px){
  .eh1{
    font: 300 28px/36px Circe, Arial, sans-serif;
  }
  .slogan_2_text.eh1{
    font: 300 28px/36px Circe, Arial, sans-serif;
  }
  .carousel_title {
    font: 300 28px/36px Circe, Arial, sans-serif;
  }
  .carousel_descr {
    font: bold 22px/26px Circe, Arial, sans-serif;
  }
}
/* --- END content --- */

/* --- scheme --- */
.scheme{
  margin-top: 25px;
  margin-bottom: 25px;
}
.scheme .c_img_box{
  text-align:center;
  color: #ffcc99;
  padding-bottom: 25px;
  padding-top: 15px;
}
.scheme .c_title{
  text-align:center;
  padding-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
}
.steps{
  
}
.steps .rim{
  display: inline-block;
  width: 25px;
  text-align:center;
}
.steps .left{
  /*text-align:right;*/
}
.steps .right{
  border-left: 2px solid #37373e59;
  border-right: 2px solid #37373e59;
  border-top: 2px solid #37373e59;
  padding-top: 20px;
  padding-bottom: 20px;
  /*min-height: 75px;*/
}
.steps .row:last-child {
  
  /*border-bottom: 3px solid #37373e;*/
}
/* --- END scheme --- */

/* --- life_situations --- */
.life_situations .card-deck{
  /*max-width: 1080px;*/
  /*margin: 0 auto;*/
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 25px;
}
.life_situations .card{
  /*border-radius: 0;
  border: 0;*/
  margin-bottom: 15px;
  margin-right: 7px;
    margin-left: 7px;
  background: transparent;
}

@media (min-width: 720px){
  .life_situations .card{
    flex: 1 0 20%;
  }
}
@media (min-width: 576px) and (max-width: 720px){
  .life_situations .card{
    flex: 1 0 30%;
  }
}
@media (max-width: 576px){
  .life_situations .card{
    flex: 1 0 40%;
  }
}
.life_situations .card  .card-body{
  text-align:center;
}
.life_situations .card a{
  color:#fff;
  text-decoration:none;
}
.life_situations .card a:hover{
  color:#fff;
  text-decoration:none;
}
.life_situations .card .card-body{
  color:#fff;
  padding: 15px 0px;
}
.life_situations .card .anons_header {
  padding-left: 0px;
  padding-right: 0px;
}
.life_situations .card .card_img_box{
  text-align:center;
  /*margin: -1.25rem 0rem 15px 0rem;
  border-top: solid red 2px;
  border-bottom: solid red 2px;*/
  color: #ffcc99;
  padding-bottom: 25px;
  padding-top: 15px;
}
.life_situations .card .card_img_box i{
  margin-right: -40px;
}
.life_situations .card .card_img_box img{
  /*max-width: 100%;*/
  width: 100%;
  padding: 5px;
  max-width: 150px;
  max-height: 150px;
  
}
.life_situations .card .card-title{
  margin-top: 0px;
  /*padding-top: 15px;*/
  /*font: 400 12px/17px OpenSans, Arial, sans-serif;*/
  font: 400 28px/32px Circe, Arial, sans-serif;
  color: #373737;
  /*color: #FBAF42;*/
  /*padding-bottom: 10px;*/
}

.life_situations .card a:hover .card-title{
  color: #373737;
}

.life_situations .card .card-text{
    font: 400 12px/17px OpenSans, Arial, sans-serif;
    /*padding-top: 15px;*/
}
@media (max-width: 576px){
.life_situations .card .card-body{
  color:#fff;
  padding: 15px 15px;
}
.life_situations .card .anons_header {
  padding-left: 15px;
  padding-right: 15px;
}
}
  
/* --- End life_situations --- */
/* --- mine_application --- */
.mine_application_box{
  background: url("/css/img/e1.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 55px;
  /*margin-bottom: 20px;*/
  color: #fff;
}
.mine_application_box a{
  color: #fff;
}
.mine_application_cont{
  /*border: 2px solid #fff;*/
  padding: 15px;
  position: relative;
}
.application_form_box{
  max-width: 1000px;
  margin: 0 auto;
}
.mine_application_title_box {
  /*position: absolute;
  top: -33px;
  left: 0;
  width: 100%;*/
  margin-top: -33px;
  text-align: center;
}
.mine_application_title {
  display: inline-block;
  background: #336666;
  font: 400 30px/60px roboto_light, Arial, sans-serif;
  text-align: center;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.mine_application_descr{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px;
}
.application_form .form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-radius: 0;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.application_form .form-control.is-invalid{
  background-color: #f8d8db;
}
.application_form textarea{
  width: 100%;
}
.recaptcha_box img{
  max-width: 100%;
}
.mf_btn{
  width: 100%;
  text-align: center;
  border-radius: 0;
  font: 400 36px/38px roboto_medium, Arial, sans-serif;
  text-transform: uppercase;
  height: 76px;
  color: #336666;
  background: #fff;
  cursor: pointer;
}
.mf_btn:hover{
  background: #336666;
  color: #fff;
}
.application_form_notice{
  padding-bottom: 15px;
}
/* --- End mine_application --- */
/* 2.2 - Social Button
------------------------------------------ */
.social-btn-container{
	text-align:center;
	margin:50px auto 0 auto;
}
.social-btn-container .social-btn-box{
	display:inline-block;
	width:60px;
	height:60px;

	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);

	border:1px solid #fff;

	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	    -ms-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;

	margin:15px;
	position:relative;
	overflow:hidden;
}
.social-btn-container .social-btn-box a{
	color:#fff;
	font-size:26px;
	line-height:80px;
	display:inline-block;
	width:80px;
	height:80px;
	position:absolute;
	top:-10px;
	left:-10px;
  padding-left: 5px;

	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
.social-btn-box,
.social-btn-box a{
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.social-btn-box:hover{
	border-color:transparent;
}
.social-btn-box .facebook-btn:hover{
	background:#3B5998;
	color: #fff;
}
.social-btn-box .instagram-btn:hover{
	background:#517fa4;
	color: #fff;
}
.social-btn-box .twitter-btn:hover{
	background:#55ACEE;
	color: #fff;
}
.social-btn-box .linkedin-btn:hover{
	background:#0077b5;
	color: #fff;
}
.social-btn-box .google-plus-btn:hover{
	background:#db514f;
	color: #fff;
}
.social-btn-box .youtube-btn:hover{
	background:#cc181e;
	color: #fff;
}
.social-btn-box .github-btn:hover{
	background:#2b2e30;
	color: #fff;
}
.social-btn-box .a:hover{
	background:#3498db;
	color: #fff;
}
/* 2.2 - Social Button
------------------------------------------ */
/* --- footer --- */
.footer_box{
  /*margin-top: 15px;*/
  background: #21272c;
  color: #fff;
  /*margin-top: 45px;*/
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 3px solid #ff6666;
}
.footer{
  padding-top: 45px;
  padding-bottom: 25px;
  color: #fff;
}
.footer>.row>div{
  padding-bottom: 15px;
}
.footer_menu_box{
  text-align: center;
}
ul.footer_menu{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.footer_menu li{
  display: inline-block;
}
ul.footer_menu li a{
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
ul.footer_menu li a:hover{
  text-decoration: underline;  
}
ul.footer_menu li.active a{
  text-decoration: underline;
}
@media (max-width: 768px){
  .footer>.row>div{
    text-align: center;
  }
}
.footer_copyright{
  text-align: left;  
  padding-bottom: 15px;
  font: 400 14px/18px  RobotoRegular, Arial, sans-serif;
}
a.r_d1_link{
  color:#fff;
  text-decoration:none;  
}
.footer_d{
  text-align:right;
}
.d1_box{
  font: 400 14px/18px  RobotoRegular, Arial, sans-serif;
  display: inline-block;  
}

.d1_box span {
    display: block;
    float: left;
    line-height: 15px;
    margin-top: 1px;
}
.d1_box a b {
    display: block;
    float: left;
    margin: 0 0 0 11px;
    max-width: 47px;
    /*height: 0;*/
    padding-top: 2px;
    overflow: hidden;
    /*overflow: hidden;
    background-image: url(/css/img/d1logo.png);
    background-position: 0px -15px;
    background-repeat: no-repeat;*/
}
.d1_item{
  fill: #ffffff !important;
}
.d1_item_bg{
  stroke: #1a306e !important;
}
.d1_box a:hover b .d1_item {
  fill: #ff6f00 !important;
}
.d1_box a:hover b {
  /*  background-position: 0 0;*/
}
.d1_box a b svg{
  width: 100%;  
}
@media (max-width: 768px) {
  .footer_copyright{
    text-align: center;  
  }
  .footer_d{
    text-align: center;
  }  
}
/* --- End footer --- */
/* --- modal --- */
.modal {
  background-color: rgba(252, 186, 10, .7);
}
.modal-content {
  border-radius: 0;
}
.modal .btn,
.modal .btn:focus{
  margin: 0 auto;
  outline: none;
  
}
.modal .btn-primary.focus, 
.modal .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(252, 186, 10,.5);
}
.modal .btn-primary,
.modal .btn-success {
  color: #000000;
  background-color: #fcba0a;
  border-color: #fcba0a;
  text-transform: uppercase;
  border-radius: 0;
}
.modal .input-group-addon{
  border-radius: 0;
  min-width: 105px;
  border-color: #f6c107;
  background-color: #f6c107;
  color: #ffffff;
}
.modal .form-control{
  border-radius: 0;
  border-color: #f6c107;
}

.modal-body .input-group{
  max-width: 480px;
  margin: 0 auto;
}
.modal-content{
  text-align:center;  
}
.modal-header {
  align-items: flex-start;
  font:14px/20px 'OpenSans', Tahoma, Arial sans-serif;
  padding-top: 25px;
  border-bottom: 0;
}
.modal-header p{
  max-width: 580px;
  margin: 0 auto;
}
.modal-header b{
  font: 400 25px/35px AvantGardeGothicBdITC-Reg, Arial, sans-serif;
  color: #000;
}
.tonsent{
  justify-content: center;
  align-items: center;
}

.tonsent .input-group-addon{
  background: #fff;
  border-color: #fff;
  color:#000;  
}
.tonsent .input-group-addon a{
  color:#000;
  text-decoration:underline;
}
.tonsent .input-group-addon a:hover{
  text-decoration:none;
}
.modal-footer {
  border-top: 0;
}

/* --- End modal --- */

.btn{
  cursor: pointer;
}
.btn.good_buy{
  font: 400 24px/28px Circe, Arial, sans-serif;
  text-shadow: none;
  margin-bottom: 10px;
  /*color: #fff;*/
  background: #ff6666;
  border-color: #ff6666;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(153, 51, 51, 1);
  box-shadow: inset 0px 0px 3px 0px rgba(255, 153, 153, 0.75), 0px 9px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}
.btn.good_buy:hover{
  background-color: #ff5555;
}
@media (max-width: 576px){
  .btn.good_buy {
    white-space: normal;
  }
}
  
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}




.date_filter_box{
  padding-top: 10px;
  padding-bottom: 10px;
}
.date_filter_box input{
  max-width: 150px;
  display: inline-block;
  margin: 5px;
}

.gallery_box{}
.gallery_box_items{text-align:center;margin-top:15px;margin-bottom:15px;}
.gallery_img_box{}
.gallery_img_box img{max-width:100%;max-height:100%;}

.video-responsive {position:relative;padding-bottom:56.25%;height:0;overflow:hidden;} 
.video-responsive iframe, .video-responsive object, .video-responsive embed {position:absolute; top: 0; left: 0; width: 100%; height: 100%; }






.admin_edit_box{
  position: relative;
  border: 1px dashed #17a2b8;
  margin-bottom: -1px;
}
.admin_edit_link{
  position: absolute;
  right:  0;
  bottom: 0;
  z-index: 2000;
}
.admin_edit_box:hover{
  border: 1px dashed #dc3545;
  z-index: 1000;
}
.admin_edit_box:hover .admin_edit_link{
  color: #dc3545;
}
body .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 2500 !important;
}
.tal{
  text-align:left;
}
.tac{
  text-align:center;
}
.tar{
  text-align:right;
}
