html {
	font-size:14px;
}

.social_icons img {
	height:30px;
	display:inline-block;
	border-radius:3px;
}
.bg_video_cont {
    overflow:hidden;
    z-index:1;
    position:relative;
    height:100%;
    width:100%;
    padding-top:630px;
}
.bg_video {
    position:absolute;
    top:0;
    left:0;
    min-height: 100%;
	z-index: -1;
	min-width: 100%;
}
.bg_video_sh {
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
	padding:40px 0;
}
.carousel-item .desc {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-left:140px;
    color:#FFF;
    text-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
    transition:all 0.4s ease 0s;
    position:relative;
	min-height: 290px;
}
.carousel-item .desc .decs__left {
    display:inline-block;
    vertical-align:top;
    font-size:16px;
    line-height:16px;
    text-transform:uppercase;
    font-weight:700;
    background:#EE613C;
    padding:10px;
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transform-origin:top center;
    -ms-transform-origin:top center;
    transform-origin:top center;
    position:absolute;
    top:51%;
    left:-51px;
    left:-18px;
    width:280px;
}
.carousel-item .desc .decs__top {
    padding-left:75px;
    width:100%;
    display:inline-block;
    vertical-align:top;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.carousel-item .desc .decs__top .decs__top__ttl {
    font-size:50px;
    line-height:50px;
}
.carousel-item .desc .decs__top .decs__top__price {
    font-size:50px;
    line-height:50px;
    text-shadow:0px 0px 0px;
}
.carousel-item .desc .decs__top .decs__top__text {
    font-size:30px;
    line-height:30px;
    padding-bottom:8px;
    border-bottom:#FFF solid 4px;
}
.carousel-item .desc .decs__top sup {
    font-size:38px;
}
.carousel-item .desc .decs__bottom {
    padding-left:75px;
    width:100%;
    display:inline-block;
    vertical-align:top;
    font-size:20px;
    line-height:29px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.carousel-item .desc .decs__bottom .icon_address {
    padding-left:33px;
    padding-top:15px;
    min-height:38px;
}
.carousel-item .desc .decs__bottom .icon_address p {
    margin:0 !important;
}
.carousel-indicators {
    position: static;
    display: block;
    justify-content: left;
    margin-right: 0;
    margin-left: 0;
	background:none;
	margin-bottom:2rem;
}
.carousel-indicators li {
    width:auto;
    height:auto;
    text-indent:0;
    background:none;
	display:inline-block;
	color:#fff;
}
.carousel-indicators li.active {
    background:none;
	border-bottom:3px solid #EE613C;
}
.bg-primary {
    background-image: linear-gradient(#028CDF, #004B84);
}
.topmenu .navbar {
	padding:0;
}
.topmenu .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
    padding: 1.5rem 1rem;
	font-size:1.2rem;
	position:relative;
}
.topmenu .navbar-dark .navbar-nav .nav-link:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	bottom:50%;
	left:50%;
	right:50%;
	border-radius:50%;
	transition: left 0.3s ease, right 0.3s ease, top 0.3s ease, bottom 0.3s ease, border-radius 0.3s ease;
    background: rgba(0,0,0,.1);
}
.topmenu .navbar-dark .navbar-nav .nav-link:hover:before {
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius:0;
}
.topmenu .navbar-dark .navbar-nav .nav-link.active, .topmenu .navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,.1);
}
.btn-danger {
	background-color:transparent;
    background-image: linear-gradient(#FF9A5E, #FF572D);
    border-color: #FF572D;
}
.btn-danger:hover {
	border-color: #FB3200;
}
.bg_video_cont .card-header {
    font-size: 22px;
}
.bg-danger {
	background-color:transparent;
    background-image: linear-gradient(#FF6002, #F30);
}
.material-icons {
    vertical-align: middle;
}
.chevron-container {
  	position: relative;
  	width: 24px;
 	height: 24px;
	margin: 20px auto;
	cursor:pointer;
}
.chevron {
  	position: absolute;
  	width: 28px;
  	height: 8px;
  	opacity: 0;
  	transform: scale3d(0.5, 0.5, 0.5);
  	animation: move 3s ease-out infinite;
}
.chevron:first-child {
  	animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  	animation: move 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
 	content: ' ';
  	position: absolute;
  	top: 0;
  	height: 100%;
  	width: 51%;
  	background: #fff;
}
.chevron:before {
  	left: 0;
  	transform: skew(0deg, 30deg);
}
.chevron:after {
  	right: 0;
  	width: 50%;
  	transform: skew(0deg, -30deg);
}
@keyframes move {
  	25% {
  		opacity: 1;
  	}
  	33% {
  		opacity: 1;
  		transform: translateY(30px);
  	}
  	67% {
  		opacity: 1;
  		transform: translateY(40px);
  	}
  	100% {
  		opacity: 0;
  		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  	}
}
@keyframes pulse {
  	to {
  		opacity: 1;
  	}
}
.top_banner {
	height:82px;
	background:url(../images/banner_bg.png) no-repeat center center #ffffff;
	position:relative;
}
.top_banner_img {
	background:url(../images/banner_img.png) no-repeat left top;
	width:143px;
	height:134px;
	top:-52px;
	position:absolute;
	z-index: 1;
	left: 50%;
	margin-left: -70px;
}
.top_banner_text {
    position: relative;
    float: left;
    display: block;
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 160px);
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    z-index: 10;
	color: #FFF;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}
.top_banner_text span {
    margin-bottom: 7px;
    margin-right: -40px;
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.block1_item > span {
	display:block;
	color:#000;
}
.block1_item > span:first-child {
	height:100px;
}
.block1_item > span:first-child > img {
	height:90%;
	transition: height 0.3s ease;
}
.block1_item:hover > span:first-child > img {
	height:100%;
}
.block_title {
	margin:30px 0;
}
.block2 {
	text-shadow:1px 1px 1px rgba(0,0,0,.15);
}
.block3 {
	background-image: url(../images/bg2.jpg);
	
}
.block3_item {
	margin:0 0 20px 0;
}
.block3_item > a {
	display:block;
	color:#fff;
	border-right:2px dotted rgba(255,255,255,.3);
	padding:15px;
	height: 100%;
}
.block3_item:last-child > a {
	border-right:0;
}
.block3_item > a > span {
	display:block;
	font-size:16px;
}
.block3_item > a > img {
	height:100px;
	animation-duration: 1s;
}
.block3_item > a:hover > img {
	
}
.block4 {
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	overflow: hidden;
}
.block4_item_c {
	color:#fff;
	margin:0 5px 5px;
	border-radius:50%;
	background-color:rgba(255,255,255,.1);
	display:block;
	padding:5px;
}
.block4_item_c:hover {
	color:#fff;
}
.block4_item_c span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.block4 img {
	max-width:100%;
	height:auto;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	transition:border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
	margin-top:10px;
}
.block4 a:hover img {
	border-radius: 3%;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}
.block4_item_rmbtn {
	margin-bottom:30px;
}
.block4 .badge {
    font-size: 22px;
    font-weight: normal;
    padding: 10px;
    background: #ff5b30;
    position: absolute;
    right: 0;
    top: 60%;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.block4-2 {
	background:url(../images/Gifts_Bowknot_Ribbon_524082_2880x1800.jpg) center center no-repeat;
	overflow:hidden;
}
.btn-outline-danger {
    color: #ff5b30;
    border-color: #ff5b30;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5b30;
    border-color: #ff5b30;
}
.block6 {
	background:url(../images/4qtc0y633osjk19nwby8_14679.jpg) no-repeat center top / cover;
	overflow:hidden;
}
.team_slider {
    overflow: hidden;
	height: 480px;
	width:100%;
}
.team_slider_item {
	position: relative;
	background:#fff;
	color:#000;
	width:300px;
	height:480px;
	box-sizing:content-box;
	text-align: center;
	border-radius: 4px;
}
.team_slider_item img {
    display: hidden;
    cursor: pointer;
	margin: 8% 8% 0;
	width: 84%;
}
.team_slider_text {
    margin: 3% 8% 0;
	display:none;
}
.team_slider_item.carousel-center .team_slider_text {
	display:block;
}
.team_slider_ar_next {
    position: absolute;
    top: 50%;
    left: 90%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
    border-left-color: #fff;
    border-width: 3em 4em;
    margin-top: -5.3em;
}
.team_slider_ar_prev {
    position: absolute;
    top: 50%;
    right: 90%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-right-color: #fff;
    border-width: 3em 4em;
    margin-top: -5.3em;
}
.team_slider_ar_next:hover {
	border-left-color:#ff5b30
}
.team_slider_ar_prev:hover {
	border-right-color:#ff5b30
}
.block8 {
	background:url(../images/4qtc0y633osjk19nwby8_14679.jpg) no-repeat center bottom / cover;
	overflow:hidden;
}
.block8-2 {
	background:url(../images/bg2.jpg) no-repeat center bottom / cover;
	overflow:hidden;
}
.block8-2 img {
	max-width:100%;
	height:auto;
}
.block8-2 ul li {
	margin-bottom:4px;
	font-size:18px;
}
.int_slider {
    overflow: hidden;
	height: 400px;
	width:100%;
}
.int_slider_item {
	position: relative;
	color:#000;
	width:600px;
	height:400px;
	box-sizing:content-box;
	text-align: center;
	border-radius: 4px;
}
.int_slider_item img {
    display: hidden;
    cursor: pointer;
	width: 100%;
}
.int_slider_ar_next {
    position: absolute;
    top: 50%;
    left: 95%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
    border-left-color: #ff5b30;
    border-width: 3em 4em;
    margin-top: -5.3em;
	z-index:10;
}
.int_slider_ar_prev {
    position: absolute;
    top: 50%;
    right: 95%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-right-color: #ff5b30;
    border-width: 3em 4em;
    margin-top: -5.3em;
	z-index:10;
}
.int_slider_ar_next:hover {
	border-left-color:#ff5b30
}
.int_slider_ar_prev:hover {
	border-right-color:#ff5b30
}
.int_slider_item.slide-item.carousel-center {
    box-shadow: 0 0 10px #000;
}
.block10 img {
	width:100%;
	height:auto;
	border-radius:5px;
}
.block10 {
	background:url(../images/115539-OOWVVJ-478.jpg) no-repeat center top / cover;
	overflow:hidden;
}
.block10 small i {
	font-size:100%;
	vertical-align:middle;
}
.block11 {
	background:url(../images/bg2.jpg) no-repeat center bottom / cover;
	overflow:hidden;
}
.review_item {
    padding: 0 10px;
}
.review_item_img {
    float: left;
}
.review_item_img img {
    border-radius: 50%;
    width: 100px;
    height: auto;
	border: 5px solid #FF572D;
	box-shadow: 0 0 5px #0000004d;
}
.review_item_img img.nophoto {
	padding: 20px;
	background: #fff;
} 
.review_item_cont_name {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
	margin-left: 120px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.review_item_cont_text > div {
    height: 50px;
}
.review_slider {
    padding: 0 80px;
}
.review_slider_ar_next {
    position: absolute;
    top: 50%;
    left: 95%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
    border-left-color: #fff;
    border-width: 3em 4em;
    margin-top: -5.3em;
	z-index:1;
}
.review_slider_ar_prev {
    position: absolute;
    top: 50%;
    right: 95%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-right-color: #fff;
    border-width: 3em 4em;
    margin-top: -5.3em;
	z-index:1;
}
.review_slider_ar_next:hover {
	border-left-color:#ff5b30
}
.review_slider_ar_prev:hover {
	border-right-color:#ff5b30
}
.sh_table .col {
    overflow: hidden;
	text-overflow:ellipsis;
}
.sh_table > .row {
	min-width:900px;
}
.sh_table  {
	overflow-x:auto;
}
.sh_table .col .text-uppercase.p-3 {
    overflow: hidden;
	text-overflow:ellipsis;
}
#topslider .carousel-control-next {
    position: absolute;
    top: 200px;
    right: -60px;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
    border-left-color: #fff;
    border-width: 30px 40px;
	margin-top: -20px;
	display: block;
	width: 0;
	bottom: auto;
}
#topslider .carousel-control-prev {
    position: absolute;
    top: 200px;
    left: 0%;
    border: 1px solid transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-right-color: #fff;
    border-width: 30px 40px;
	margin-top: -20px;
	display: block;
	width: 0;
	bottom: auto;
}
#topslider .carousel-control-next:hover {
	border-left-color:#ff5b30
}
#topslider .carousel-control-prev:hover {
	border-right-color:#ff5b30
}
.body_cont {
  background: url(../images/bg2.jpg) fixed no-repeat center center / cover;
    overflow: hidden;
    color: #fff;
}
.body_cont input, .body_cont textarea, .body_cont select, .redactor_textarea, .chosen-container {
    color: #000;
}
.body_cont a {
    color: #fff;
}
.about1 {
	background:url(../images/banner_bg.png) no-repeat center center #0c5690;
	position:relative;
}
.trainers_list .col-md-4 > div {
    border: 1px solid rgba(255,255,255,.3);
    padding: 15px;
	padding-bottom: 50px;
}
.trainers_list .col-md-4 > a {
	margin-top:-40px;
}
.news_list_item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.news_list_item .photo {
    float: left;
    margin-right: 15px;
    max-width:50%;
}
.news_list_item .photo img {
    max-width:100%;
}
.contacts1 {
	background:url(../images/4qtc0y633osjk19nwby8_14679.jpg) no-repeat center bottom / cover;
	overflow:hidden;
}
.totop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    border: 1px solid transparent;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #000;
    border-width: 40px 30px;
    display: none;
    width: 0;
}
.totop::after {
    content: "НАВЕРХ";
    position: absolute;
    bottom: -60px;
    left: -30px;
    right: -30px;
    text-align: center;
    color: #fff;
}
.totop::before {
    content: "";
    position: absolute;
    top: 41px;
    bottom: -60px;
    left: -30px;
    right: -30px;
    background: #000;
    z-index: -1;
}
.disc_list_item .photo img {
    max-width: 100%;
}
.disc_list_item {
    margin-bottom:15px;
}
.reviews_list_item .photo {
    float: left;
    margin-right: 15px;
}
.reviews_list_item {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #999;
}
.reviews_item .field.ft_image.f_photo.auto_field {
    float: left;
    margin-right: 15px;
}
.trainers_list_item {
    height: 570px;
    overflow: hidden;
}
.trainers_list_item p {
	padding:0;
	margin:0;
}
.trainers_item .carousel-control-next {
    right: -30px;
}
.trainers_item .carousel-control-prev {
    left: -30px;
}


@media (max-width:1200px) {
.carousel-item .desc .decs__left {
    left: -130px;
}
.carousel-item .desc {
    padding-left: 0px;
}
}
@media (max-width:992px) {
.bg_video_cont {
    padding-top: 0;
}
.bg_video_sh {
    position: static;
	padding-bottom:80px;
}
.top_banner_text {
	width:auto;
}
.topmenu .navbar {
	text-align: center;
}
.topmenu .navbar-toggler {
	margin:10px auto;
}
.footermenu .navbar {
	text-align: center;
}
.footermenu .navbar-toggler {
	margin:10px auto;
}
.int_slider_ar_next {
	left:auto;
	right:0px;
	border-width: 1.5em;
	z-index: 4;
}
.int_slider_ar_prev {
	right:auto;
	left:0px;
	border-width: 1.5em;
	z-index: 4;
}
.team_slider_ar_next {
	left:auto;
	right:0px;
	border-width: 1.5em;
	z-index: 4;
	border-left-color: #ff5b30;
}
.team_slider_ar_prev {
	right:auto;
	left:0px;
	border-width: 1.5em;
	z-index: 4;
	border-right-color: #ff5b30;
}
}
@media (max-width:768px) {
.block3_item > a {
    border-right: 0;
    border-bottom: 2px dotted rgba(255,255,255,.3);
}
.int_slider {
    height: 200px;
}
.int_slider_item {
	width:300px;
	height:200px;
}
.review_slider {
    padding: 0;
}
.review_slider_ar_prev {
	display:none!important;
}
.review_slider_ar_next {
	display:none!important;
}
}
@media (max-width:576px) {
.header {
	text-align: center;
}
.footer {
	text-align: center;
}
.carousel-item .desc .decs__top .decs__top__ttl {
    font-size:26px;
    line-height:30px;
}
.carousel-item .desc .decs__top .decs__top__price {
    font-size:26px;
    line-height:30px;
}
.carousel-item .desc .decs__top .decs__top__text {
    font-size:26px;
    line-height:30px;
}
.news_list_item .photo {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    max-width:100%;
}
.news_list_item .photo img {
    max-width:100%;
    width:100%;
}
.trainers_item .carousel-item.active img {
    width:200px;
}
.trainers_item .carousel-control-next {
    right: -20px;
}
.trainers_item .carousel-control-prev {
    left: -20px;
}
}

/* Forms and Inputs ========================================================= */

form .field{
    margin-bottom: 6px;
}

form .field:last-child{
    margin-bottom: 0;
}

form fieldset{
    padding:10px 15px 15px 15px;
    border:solid 1px #B3C2C9;
    margin-bottom:12px;
}

form fieldset.highlight{
    background: #F4F8FD;
}

form fieldset legend{
    color:#34495e;
    font-weight: bold;
}

form .label {
    padding:5px 0;
}

form .field label {
    display:block;
    padding:3px 0;
    font-size:14px;
    color:#68809B;
}
form .field label > input[type=checkbox] {
    position: relative;
    bottom: -1.3px;
}
.filter-panel form .field label > input[type=checkbox] {
    bottom: -1.5px;
}

form .field_error .error_text{ font-size:12px; color:#c0392b; float:right; margin-top: 8px; }
form #f_slug.field_error .error_text { float:none; }

.input {
    line-height: normal;
}
.input,
.date-input,
.city-input,
.textarea,
select {
    border: solid 1px #aaa;
    padding:4px;
    font-size:14px;
    box-shadow: inset 0 1px 2px #DDD;
    color:#333;
    outline:none;
    box-sizing: border-box;
    height: 27px;
    line-height: 25px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
}
.input:focus,
.textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.input,
.textarea,
select { width:100%; }

.textarea { height:200px; resize: vertical; }

.date-input { width: 90px; }

.input-small { width: 65px !important; }
.input-number { width: 110px !important; }
.input-number-units { margin-left: 5px; }

.city-input {
    display: inline-block;
    margin-bottom:2px;
    background:#FFF;
    line-height:16px;
    height: 26px;
    padding: 4px 2px;
}

.city-input span { padding-right:20px; padding-left:2px; }
.city-input a, .input_link_block {
    background:#68809B;
    color:#FFF;
    text-decoration:none;
    padding:1px 10px;
}
.city-input a:hover, .input_link_block:hover {
    background:#34495e;
}
.input_link_block {
    line-height: 28px;
    display: inline-block;
    border-radius: 4px;
}
.input_link_block:hover {
    color: #FFF;
}
form .field_error .input,
form .field_error .textarea,
form .field_error .city-input,
form .field_error select { border:solid 1px #c0392b; }

form input.error,
form textarea.error {
    border:solid 1px #c0392b;
}

form .hint{
    color:#999;
    font-size:12px;
    margin-top:0px;
}

form .input-prefix-suffix .input{
    display:inline-block;
    width:300px;
    float:left;
    border-radius:0;
    height: 26px;
}

form .input-prefix-suffix .prefix,
form .input-prefix-suffix .suffix{
    height:16px;
    padding:4px 8px;
    display:inline-block;
    float:left;
    color:#666;
    background:#f9f9f9;
    border:solid 1px #AAA;
}

form .input-prefix-suffix .prefix{
    border-radius:5px 0 0 5px;
    border-right: none;
}
form .input-prefix-suffix .suffix{
    border-radius:0 5px 5px 0;
    border-left: none;
}
form .input-prefix-suffix:after {
    clear: both;
    content: '';
    display: block;
}
input.button-submit,
input.button {
	padding: 7px 10px;
	line-height: 100%;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
    font-size: 14px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	background: #2980b9;
    border:none;
    transition: background ease-in-out .15s;
}

input.button-submit:hover,
input.button:hover {
	background: #3498db;
}
input.button.button-cancel {
    background: #95a5a6;
}
input.button.button-cancel:hover {
    background: #7f8c8d;
}
input.button.to_draft {
    background: #8e44ad;
}
input.button.to_draft:hover {
    background: #9b59b6;
}
input.button-small {
    padding:4px 10px;
}

form .ft_captcha { overflow: hidden; margin-bottom: 0; }
form .ft_captcha input { width:100px; }
form .ft_captcha .captcha { float:left; margin-right: 10px; }
form .ft_captcha .code { float:left;  }

form .ft_file .value {
    font-size:14px;
    margin-top:5px;
}
form .ft_file .value .name {
    padding-left:20px;
    background:url("../images/icons/file.png") no-repeat;
}
form .ft_file .value .size {
    margin-left:5px;
    font-size:12px;
    color: #999;
}
form .ft_file .value .delete {
    margin-left:15px;
}

form .ft_date select { width:50px; padding:2px; }

form .ft_listmultiple.field_error .input_checkbox_list {
	border:solid 1px #c0392b;
}

form .ft_parent {
    overflow: hidden;
}

form .ft_parent ul.items,
form .ft_parent ul.items li {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

form .ft_parent ul.items{
	float:left;
	margin-right:10px;
}

form .ft_parent ul.items li {
	float:left;
	margin-right: 2px;
	margin-bottom:2px;
	display:inline-block;
	padding:4px 8px;
	color:#68809B;
	background: #F4F8FD;
	border: solid 1px #B8D6FB;
	border-radius:4px;
	text-decoration: none;
	font-size:12px;
}

form .ft_parent ul.items li a{
    width: 16px;
    height: 12px;
    margin-right:-4px;
    display: inline-block;
    background: url(../images/icons/close.png) no-repeat left top;
}

form .ft_parent ul.items li a:hover{
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url(../images/icons/close.png) no-repeat right top;
}

form .ft_parent a.add {
	height:24px;
	line-height:24px;
	padding-left:20px;
	background:url("../images/icons/add.png") no-repeat left center;
	font-size:12px;
}
form .child_field{padding-left:20px}
.symbols_count {
    font-size: 12px;
    margin: 3px 0 0 0;
    display: none;
}
.symbols_count > span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 3px 0 0;
    color: #7f8c8d;
}
.symbols_count .symbols_num {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    color: #2980b9;
    cursor: pointer;
    transition: opacity 0.3s;
}
.symbols_count .symbols_num:hover {
    opacity: 0.8;
}
.symbols_count .overflowing, .symbols_count .overflowing_min {
    background-color: #e74c3c;
    color: #FFF;
    border-color: #c0392b;
}
.field.reguired_field > label::after{
	content: '*';
	color: #e74c3c;
	padding-left: 5px;
}
.select_deselect {
    margin: 10px 0 0 5px;
}
.select_deselect a {
    text-decoration: none;
    margin: 0 10px 0 0;
    font-size: 13px;
}
.is_collapsed {
    transition: all 0.3s ease;
}
.is_collapse {
    position: relative;
    background: #ecf0f1;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
}
.is_collapse > legend {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0;
}
.is_collapsed > legend:before {
    content: '+';
    display: inline-block;
    margin: 0 10px 0 10px;
    font-size: 16px;
}
.is_collapsed.do_expand > legend:before {
    content: '-';
}
.is_collapsed.do_expand > legend {
    cursor: pointer;
}
.is_collapse > .field {
    display: none;
}


#garland {
position: absolute;
top: 0;
left: 0;
background-image: url('/christmas.png');
height: 36px;
width: 100%;
overflow: hidden;
z- index: 99
}
 
#nums_1 {
padding: 100px
}
 
.garland_1 {
background-position: 0 0
}
 
.garland_2 {
background-position: 0 -36px
}
 
.garland_3 {
background-position: 0 -72px
}
 
.garland_4 {
background-position: 0 -108px
}

.blockb{
    background-color: #005067;
    background-size: contain;
}

.block5{
  /*  background-image: url(/67508.png);*/
    background-size: cover;
}


#Christmas_Lights {
height: 100%;
margin: 0;
position: absolute;
width: 100%;
z-index: 1000
}

.light_cord {
fill: none;
stroke: #174700;
}

.light_fixture {
fill: #134413;
}

.red_bulb {
fill: #CA2128;
stroke: #6D6D6D;
stroke-miterlimit: 10;
}

.green_bulb {
fill: #2D754A;
stroke: #6D6D6D;
stroke-miterlimit: 10;
}

.blue_bulb {
fill: #2C3EA8;
stroke: #6D6D6D;
stroke-miterlimit: 10;
}

.white_bulb {
fill: #F5EED7;
stroke: #6D6D6D;
stroke-miterlimit: 10;
}

.gold_bulb {
fill: #ffcc5e;
stroke: #6D6D6D;
stroke-miterlimit: 10;
}


/* Simply changing the opacity of the SVG fill to create the glow effect for the bulbs */

.bulb {
-webkit-animation-duration: 0.5s;
-webkit-animation-name: glow;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-direction: alternate;
animation-name: glow;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
animation-direction: alternate;
}

@-webkit-keyframes glow {
0% {
fill-opacity: 0.25;
}
100% {
fill-opacity: 1
}
}

@keyframes glow {
0% {
fill-opacity: 0.25;
}
100% {
fill-opacity: 1.0
}
}


/* Made a set of ten animation delays to create a more random effect of lights blinking.  Simplest way without jumping through SVG hoops. */

.blink-1 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.blink-2 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.blink-3 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.blink-4 {
-webkit-animation-delay: 6s;
animation-delay: 6s;
}

.blink-5 {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}

.blink-6 {
-webkit-animation-delay: .3s;
animation-delay: .3s;
}

.blink-7 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}

.blink-8 {
-webkit-animation-delay: .2s;
animation-delay: .2s;
}

.blink-9 {
-webkit-animation-delay: 0.95s;
animation-delay: 0.95s;
}

.blink-10 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
