@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?91808047');
  src: url('fonts/fontello.eot?91808047#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?91808047') format('woff2'),
       url('fonts/fontello.woff?91808047') format('woff'),
       url('fonts/fontello.ttf?91808047') format('truetype'),
       url('fonts/fontello.svg?91808047#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
:focus {
    outline: none;
}
a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
	outline: none;
}
button:focus, input:focus, textarea:focus, a:focus {
	outline:none!important;
}
input.form-control, textarea.form-control {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
ul, ol {
	list-style-position:inside;
}
table {
	width:100%;
	margin:10px 0;
}
table td,
table th {
	padding:5px;
	border:1px solid;
}
.popup_menu_btn {
    display: none;
}
.list-inline{
	margin: 0;
}
.list-inline>li {
    padding:0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-eye:before { content: '\e800'; } /* 'î €' */
.icon-up-dir:before { content: '\e801'; } /* 'î ' */
.icon-eye-2:before { content: '\e802'; } /* 'î ‚' */
.icon-down-dir:before { content: '\e804'; } /* 'î „' */
.icon-youtube:before { content: '\e807'; } /* 'î ‡' */
.icon-visibility-button:before { content: '\e808'; } /* 'î ˆ' */
.icon-visibility-button-1:before { content: '\e83e'; } /* 'î ¾' */
.icon-visibility-button-2:before { content: '\e83f'; } /* 'î ¿' */
.icon-play-circled2-1:before { content: '\e80a'; } /* 'î Š' */
.icon-facebook:before { content: '\e80b'; } /* 'î ‹' */
.icon-pinterest:before { content: '\e80c'; } /* 'î Œ' */
.icon-vkontakte:before { content: '\e80e'; } /* 'î Ž' */
.icon-angle-left:before { content: '\e813'; } /* 'î “' */
.icon-rss:before { content: '\e814'; } /* 'î ”' */
.icon-angle-right:before { content: '\e815'; } /* 'î •' */
.icon-angle-up:before { content: '\e816'; } /* 'î –' */
.icon-angle-down:before { content: '\e817'; } /* 'î —' */
.icon-phone:before { content: '\e818'; } /* 'î ˜' */
.icon-linkedin:before { content: '\e819'; } /* 'î ™' */
.icon-google:before { content: '\e81d'; } /* 'î ' */
.icon-twitter:before { content: '\e81f'; } /* 'î Ÿ' */
.icon-angle-double-right:before { content: '\e820'; } /* 'î  ' */
.icon-instagram-2:before { content: '\e828'; } /* 'î ¨' */
.icon-gplus:before { content: '\e829'; } /* 'î ©' */
.icon-search:before { content: '\e82c'; } /* 'î ¬' */
.icon-plus:before { content: '\e82e'; } /* 'î ®' */
.icon-skype:before { content: '\e830'; } /* 'î °' */
.icon-check:before { content: '\e831'; } /* 'î ±' */
.icon-search-1:before { content: '\e834'; } /* 'î ´' */
.icon-gplus:before { content: '\f05a'; } /* 'ïš' */
.icon-check-empty:before { content: '\f096'; } /* 'ï‚–' */
.icon-whatsapp:before { content: '\f232'; } /* 'ïˆ²' */
img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
img.aligncenter {
    margin: 0px auto;
    display: block;
}
.map-container {
	width: 100%;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
}
.map-container iframe.clicked{
	pointer-events: auto;
}
.radio_btn, .checkbox_btn{
	display: none !important;
}
.radio_btn + label, .checkbox_btn + label {
    color: #282828;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
}
.radio_btn + label:before, .checkbox_btn + label:before {
    position: absolute;
    content: '\f096';
	font-family: 'fontello';
}
.radio_btn:checked + label:before, .checkbox_btn:checked + label:before{
    content: '\e831';
}
a{
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}
/*header*/
#header{
	background-color: #101010;
}
.header_logo img{
	max-width:100%;
	height:auto;
}
.header_count{
	color: white;
	margin-top: 17px;
	font-size: 13px;
}
.header_count_text{
	display:inline-block;
	color: white;
	position: relative;
}
.header_count_text + .header_count_text:before{
	padding: 0 5px;
    content: "|";
}
.search_block .btn.dropdown-toggle{
	font-weight: 600;
	height:50px;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
	width: 190px;
	position: relative;
	padding-right: 45px;
}
.search_block .btn.dropdown-toggle:after{
	border-top: 10px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
    position: absolute;
    right: 32px;
    top: 19px;
}
.search_block  .form-control{
	height:50px;
	color: #000;
	padding-left: 25px;
	background-color: white !important;
	border:  0px !important;
}
.search_block .dropdown-menu{
	min-width: 190px;
}
.search_block  .icon-search{
	height:50px;
	background-color: white;
	color:rgba(3,3,3,.5);
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
	margin-left: -2px !important;
	padding:6px 25px;
}
.search_block  .icon-search:hover{
	color:rgba(3,3,3,1);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
	white-space: normal;
    background: 0 0;
    border: 0;
}
.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #eceeef;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #b1002e;
}
/*main_navigate*/
#main_navigate{
	background-color: #b1002e;
	padding: 15px 0;
}
#main_navigate a{
	color:white;
	font-weight: 600;
}
#main_navigate a:hover{
	color: #101010;
}
.list_navigate{
	list-style:none;
	margin-bottom:0;
}
.list_navigate>li{
	position: relative;
	display:inline-block;
	color:white;
}
.list_navigate li + li{
	margin-left:50px;
}
.list_navigate li + li:before{
	content: "";
    width: 1px;
    height: 20px;
    background-color: white;
    position: absolute;
    left: -25px;
    top: 0;
}
.main_right_navigate{
	text-align:right;
}
.main_right_navigate.list_navigate li + li{
	margin-left:37px;
}
/*main_content*/
#main_content{
	color: #101010;
	padding: 60px 0 95px;
}
.main_block{
	text-align:center;
	color: #101010;
	margin-bottom: 44px;
}
.main_title{
	color: #101010;
	font-size: 36px;
	font-weight: 300;
	line-height:1.1;
	margin:0 0 22px;
}
p {
    line-height: 1.3;
}
.nav>li>a {
    padding: 14px 36px;
	color: #101010;
	font-weight: 700;
	text-transform: uppercase;
}
/*.nav>li:nth-child(2n+2)>a{
	width:230px;
}*/
.nav-tabs>li>a {
    margin: 0 15px;
	border-radius: 6px;
	border: 1px solid #aeaeae;
	background-color: #ffffff;
}
.nav-tabs {
    border-bottom: none;
	margin-bottom: 50px;
}
.nav-tabs>li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    background-color: #b1002e;
    border: 1px solid #b1002e;
    border-bottom-color: #b1002e;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
	color: white;
    background-color: #b1002e;
    border: 1px solid #b1002e;
}
.cam{
	position: relative;
	margin-bottom:30px;
	max-width: 360px;
}
.cam>a{
	display:block;
}
.img_block{
	display:block;
	overflow:hidden;
}
.img_block img{
	max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.cam:hover .img_block img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.caption{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
	height:70px;
    color: #fff;
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
	display:table;
	padding: 0 12px 6px 32px;
}
.performerThumbContainer.online .caption {
	background: rgba(0, 247, 78, 0.5);
}
.cam:hover .caption{
	opacity: 0.95;
}
.cam_title{
    margin: 0 0 2px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.5px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
}
.cam_content img{
	margin-right:15px;
}
.cam_title>a{
	color: #fff;
}
.cam_tags{
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
}
.cam_tags>a{
	color:white;
}
.views_count{
	font-size: 10px;
	font-weight: 700;
	display: block;
}
.cam_content, .cam_views{
	display:table-cell;
	vertical-align:middle;
}
.cam_views{
	text-align: center;
    width: 35px;
}
.cam_views img{
	margin-bottom:8px;
}
.cam_views .icon-eye{
    margin-bottom: 4px;
    line-height: 1;
	font-size: 18px;
}
.cam_row>div:nth-child(4n+1){
	clear:both;
}

/*footer*/
#footer {
	color:white;
	padding: 30px 0;
	background-color: #000;
}
.footer_title{
	font-size: 18px;
	font-weight: 700;
	margin:0 0 40px;
}
#footer a{
	color:white;
}
#footer a:hover{
	color: #b1002e;
}
.footer_block p {
    text-indent: 3px;
    margin-bottom: 15px;
    line-height: 1.25;
}
.list{
	list-style:none;
}
.list>li{
	margin-bottom:14px;
}
.list>li>a{
	color:white;
}
.sbs_block .footer_title{
	margin:0 0 20px;
}
.social_link{
	width: 30px;
	height: 30px;
	border:1px solid #fff;
	color:#fff;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	line-height:30px;
	font-size: 20px;
}
.social_link + .social_link{
	margin-left:15px;
}
.social_link:hover{
	color: #b1002e;
	border:1px solid #b1002e;
}
.social_block{
	margin-bottom:50px;
}
.sbs_block .form-control{
	padding: 6px 20px 6px;
    font-size: 12px;
}
.sbs_block .btn{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	width: 80px;
	padding: 11px 12px 10px;
}
/*footer_bottom*/
#footer_bottom{
	background-color: #b1002e;
	color: white;
	font-size: 10px;
    padding: 18px 0;
}
.site_terms{
	text-align:right;
	margin-bottom:0;
}
.site_terms>li{
	position: relative;
	display: inline-block;
    margin-left: 8px;
}
.site_terms a{
	color: white;
	display:inline-block;
}
.site_terms>li+li:before{
	content: "";
    width: 1px;
    height: 10px;
    background-color: white;
    position: absolute;
    left: -6px;
    top: 3px;
}
.site_terms a:hover{
	color:#101010;
}
.main_tabs{
	margin-bottom:80px;
}
.pagination>li>a, .pagination>li>span {
	padding: 9px 26px;
    font-size: 21px;
	font-weight: 300;
    text-decoration: none;
    border: 1px solid #aeaeae;
	background-color: #fff;
	color: #101010;
}
.footer_block{
	max-width:240px;
}
/*modal*/
.full .modal-dialog{
	width: 100%;
	margin: 0;
	background-image:url(/img/modal_bg.jpg);
	background-color: #fff;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
}
.full .modal_content{
	width: 100%;
	margin:0 auto;
	padding: 115px 35px 31px;
	position: relative;
	text-align:center;
	color: #b2b2b2;
}
.full .modal_title{
	color: #b1002e;
	font-size: 46px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 60px;
	font-weight: 300;
}


.title_bb{
	position: relative;
	padding-bottom: 48px;
}
.modal_logo{
	margin-bottom:55px;
}
.title_bb:before{
	position: absolute;
	content:"";
	left: 22%;
    right: 22%;
	bottom:0;
	height:1px;
	background-color: #b1002e;
}
.modal_content form{
	width: 770px;
    margin: 30px auto 52px;
	max-width: 100%;
}
.modal_content form .form-control{
	/* height: 90px; */
	border-radius: 6px !important;
	border: 4px solid rgba(0, 0, 0, 0.3) !important;
	/* background-color: #ffffff; */
	/* color: #3e3e3e; */
	/* font-size: 24px; */
	/* font-weight: 300; */
	/* padding: 6px 30px; */
}
.modal_content .form-group {
    margin-bottom: 30px;
}
.modal_btn_block{
	border-radius: 6px;
	background-color:rgba(0,0,0,.3);
	color:white;
	padding: 13px 10px 10px;
	margin: 85px 0 40px;
}
.modal_content .radio_btn + label:before, .modal_content .checkbox_btn + label:before {
    top: -1px;
    left: 0;
    font-size: 20px;
}
.modal_content  .checkbox{
    text-align: left;
    max-width: 74%;
    margin: 0 auto;
}
.modal_btn_block label, .modal_btn_block label>a{
    color: white;
    font-size: 18px;
    line-height: 1.2;
}
.modal_btn_block label>a{
	text-decoration:underline;
}
.radio_btn + label, .checkbox_btn + label {
    padding-left: 35px;
}
.modal_btn{
	height: 70px;
	border-radius: 6px;
	background-color: #ffc107;
	width:100%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 38px;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}
.modal_btn:hover{
	background-color:#b1002e;
	color: #fff;
}
.modal-dialog button.close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #000;
    z-index: 100;
    font-size: 36px;
}
.recevez{
	font-size: 46px;
	margin-bottom: 3px;
}
.bns{
	font-size: 24px;
}
.modal_footer{
	margin-top:300px;
	position: relative;
	padding:0 250px;
	font-size: 18px;
	font-weight: 600;
}
.merci{
	position: absolute;
	bottom:0;
	right:20px;
	font-size: 18px;
	text-align: left;
	line-height: 1.3;
}
.merci>a{
	color: #ffc107;
}
.merci>a:hover{
	color:#b1002e;
}
.modal_footer>p{
	padding:0 10px;
}
.modal_logo img{
	max-width:100%;
	height:auto;
}
/* newstyle */

.mainMenu {
	display: inline;
	float: right;
	margin-top: 20px;
	text-align: right;
	display: block;
	width: 100%;
}

.flex-property {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.mainMenu div {
	display: inline-block;
	padding: 0px;
	transition-duration: 0.2s;
	line-height: 30px;
	cursor: pointer;
	font-size: 0.95em;
}
.logged-header div a {
	color: #c6c6c6;
	text-decoration: none;
	transition-duration: 0.5s;
	text-transform: uppercase;
	padding: 3px 15px;
	border-right: 1px solid #464646;
	font-size: 0.9em;
}
.performer-content .row {
	justify-content: center;
	flex-wrap: wrap;
}
.home-performer-boxes {
	width: 140px;
	width: 140px;
	height: 120px;
	border: 1px solid #666666;
	text-align: center;
	display: block;
	line-height: 120px;
	color: white;
	margin: auto;
	background-color: rgb(188, 30, 123);
	opacity: 0.5;
	transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
	-webkit-transition: all .55s;
	text-transform: uppercase;
}
.footer-links-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 70px;
}
div.footerItem {
	display: flex;
	justify-content: center;
	margin: 0px 10px;
	margin-top: 20px;
}
#footer a {
	text-decoration: none;
	color: #666;
	font-size: 0.7em;
	text-decoration: none;
	color: #b1b1b1;
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: 300;
}

.form-control {
	border-radius: 6px !important;
	border: 4px solid rgba(0, 0, 0, 0.3) !important;
}
.overlay {
	display: block;
	background-color: rgba(109, 109, 109, 0.9);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	color: white;
	padding: 15%;
}

.videoContainer {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid rgb(62, 62, 62);
	padding: 10px;
	border-radius: 3px;
	position: relative;
	box-shadow: 1px 1px 5px 0px #171717;
}
.videoContainer img {
	max-width: 200px;
}
.playButton {
	text-align: center;
	top: 40px;
	color: #000;
	position: absolute;
	left: 0px;
	text-shadow: 1px 1px 3px #888;
	cursor: pointer;
	transition-duration: 0.3s;
	right: 0px;
	width: 100%;
}
div.lengthVideo {
	color:#FFF;
}
.photoContainer {
	display: block;
	margin: 10px !important;
	margin-right: 10px;
	border: 1px solid #424242 !important;
	padding: 10px;
	max-width: 230px;
	max-height: 310px;
	/* height: 290px; */
	width: 100%;
	padding-bottom: 0px !important;
	box-shadow: 1px 1px 5px 0px #171717;
	background-color: white;
	float: left;
	text-align: center;
}
.tdPlanning.online {
	background-color: rgba(67, 245, 48, 0.71) !important;
}
#filterContainer {
	clear: both;
	float: left;
	margin: auto 5px auto auto;
	padding: 0;
	width: 155px;
	position: relative;
	margin-top: -71px;
	background-color: #000;
}
.center-elements {
	justify-content: center;
	align-items: center;
}

.filterDiv {
	color:#FFF;
	margin: 5px 0px;
	padding: 4px 5px;
	cursor: pointer;
	border-radius: 3px;
	margin: 0px !important;
	border-radius: 0px !important;
	padding: 1px 10px;
	border-bottom: 1px solid rgba(63, 63, 63, 0.21);
}
.filterDiv:first-child {
	margin-bottom: 10px !important;
	min-height: 60px;
	border-radius: 3px !important;
	line-height: 37px;
}
.selectedFilterItem {
	color: #c5c5c5 !important;
	font-size: 0.8em !important;
	font-weight: 600;

	margin: 1px !important;
	border-radius: 25px !important;
	padding: 0px 15px !important;
	width: auto !important;
	display: -webkit-inline-box;
	animation: fadeIn 800ms;
}
.selectedFilterItem {
	color: #c5c5c5 !important;
	font-size: 0.8em !important;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.33) !important;
	margin: 1px !important;
	border-radius: 25px !important;
	padding: 0px 15px !important;
	width: auto !important;
	display: -webkit-inline-box;
}

.filterItem select {
	outline: none !important;
	background-color: transparent;
	margin-left: 10px;
	padding: 0px 10px !important;
	height: 40px;
	border-radius: 3px !important;
	border: 1px solid #393939;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 40px;
}
.filterItem select option {
	color: black;
}
.sort-angle {
	margin-left: -20px;
}
.search-bar {
	margin: 10px auto;
	justify-content: space-between;
	background-color: #000;
	color:white;
	padding: 0px;
	border-radius: 3px;
	position: relative;
	width: calc(100% - 168px);
	margin-left: auto;
	margin-right: 0px;
}
.search-bar input {
	outline: none !important;
	background-color: transparent;
	border: 0px !important;
	padding: 0px 45px !important;
	width: 100%;
	border-left: 1px solid #9e9d93 !important;
}
.filters-header {
	/* margin-bottom: 10px; */
	justify-content: space-between;
	padding: 0px;
	width: 100%;
	padding-right: 10px;
	height: 60px;
	align-items: center;
}
.input-wrapper{
	padding: 15px 0px 5px;
	max-width: 100%;

	position: relative;
}
.search-bar .fa-search {
	color: #b1002e;
	position: absolute;
	left: 10px;
	font-size: 18px;
	top: 16px;
}

.mobile-nav-ham{
	display: none;
	float: right;
}
.mobile-nav-ham button{
	background-color: transparent;
	border:none;
	color: #b1002e;
	font-size: 25px;
}
#numberVideosDiv {
	float: right;
}
.blurred {
	filter:blur(15px);
}
div.securePayment {
	text-align: center;
	padding: 0 30px 30px;
	font-size: 1.5em;
}

@media (min-width: 1599px){
.container {
    width: 1560px;
}
.search_block .btn.dropdown-toggle{
	width: 245px;
	padding-right: 32px;
}
.search_block .dropdown-menu{
	min-width: 245px;
}
.search_block  .form-control{
	padding-left: 45px;
}
.search_block .icon-search {
    padding: 6px 45px;
}
.header_count{
	margin-top: 18px;
	font-size: 14px;
}
.sbs_block .btn{
	width: 130px;
}
.sbs_block .form-control {
    padding: 6px 32px 6px;
}
}
@media (max-width: 1199px) {
.cam_row>div:nth-child(4n+1) {
    clear: none;
}
.cam_row>div:nth-child(3n+1) {
    clear: both;
}
.header_count {
    margin-top: 14px;
    font-size: 14px;
}
.search_block .icon-search {
    padding: 6px 12px;
}
.search_block .form-control {
    padding-left: 15px;
}
.search_block .btn.dropdown-toggle {
    width: 150px;
}
.search_block .btn.dropdown-toggle:after {
    border-top: 8px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    right: 14px;
    top: 22px;
}
.sbs_block .form-control {
    padding: 6px 10px 6px;
}
.modal_title {
    font-size: 30px;
	margin: 0 0 25px;
}
.modal_content {
    padding: 50px 35px 31px;
}
.title_bb {
    padding-bottom: 20px;
}
.modal_logo {
    width: 220px;
    margin: 0 auto 25px;
}
.modal_content .form-group {
    margin-bottom: 15px;
}
.modal_content form .form-control {
    height: 50px;
    font-size: 14px;
    padding: 6px 12px;
    border: 4px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 6px !important;
}
.modal_content form {
    width: 500px;
    margin: 30px auto 30px;
}
.modal_btn_block {
    margin: 0 0 15px;
}
.modal_content .checkbox {
    max-width: 99%;
}
.modal_btn {
    height: 50px;
    font-size: 18px;
	margin-bottom: 20px;
}
.bns {
    font-size: 20px;
}
.recevez {
    font-size: 30px;
}
.modal_footer {
    font-size: 14px;
}
.merci {
    font-size: 14px;
}
.modal_btn_block label, .modal_btn_block label>a {
    font-size: 16px;
}
.modal_footer {
    margin-top: 50px;
}
}
@media (max-width: 991px) {

	h1 {
		font-size: 30px;
	}
	.full .modal_title {
		font-size: 30px;
	}
	.mobile-nav-ham{
		display: block;
	}

.cam_row>div:nth-child(3n+1) {
    clear: none;
}
.cam_row>div:nth-child(2n+1) {
    clear: both;
}
.nav-tabs>li>a {
    margin: 0 5px;
}
.header_count {
    margin-top: 7px;
}
.header_count_text{
	display:block;
}
.header_count_text + .header_count_text:before {
    display:none;
}
.search_block .form-control {
    font-size: 13px;
}
.search_block .btn.dropdown-toggle {
    width: 130px;
    font-size: 13px;
}
.pagination>li>a, .pagination>li>span {
    padding: 9px 24px;
}
.main_tabs {
    margin-bottom: 20px;
}
#main_content {
    padding: 60px 0;
}
.footer_title {
    margin: 0 0 20px;
}
.footer_block {
    margin-bottom: 20px;
}
.social_block {
    margin-bottom: 0;
}
.title_bb {
    padding-bottom: 35px;
}
.merci {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
}
.modal_footer {
    padding: 0;
}
.modal_footer>p {
    padding: 0;
}
}
@media (max-width: 767px) {
	#main_navigate {
		display: none;
	}
.search_block{
	margin-top:20px;
}
.nav-tabs>li {
    display: block;
    width: 230px;
    margin: 0 auto 10px;
}
.nav-tabs>li>a {
    margin: 0;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    font-size: 14px;
}
#main_content {
    padding: 30px 0 10px;
}
.pagination {
    margin: 0 0 20px;
}
.footer_row>div:nth-child(2n+1){
	clear:both;
}
.modal-dialog button.close {
    top: 5px;
    right: 15px;
    font-size: 30px;
}
.modal_title {
    font-size: 24px;
}
.modal_btn_block label, .modal_btn_block label>a {
    font-size: 14px;
}
#footer {
    padding: 45px 0 55px;
	background-color: #000;
}
.nav>li>a {
    padding: 6px 12px;
}
.nav-tabs {
    margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span {
    margin-bottom: 15px;
}
.modal_logo {
    width: 180px;
}
.list_navigate li + li {
    margin-left: 30px !important;
}
.list_navigate li + li:before {
    left: -16px !important;
}
}
@media (max-width: 767px) and (min-width: 467px) {
	.col-sx-6 {
		width: 50%;
		float: left;
	}
	.col-sx-7 {
		width: 58.33333333%;
		float: left;
	}
	.col-sx-5 {
		width: 41.66666667%;
		float: left;
	}
	.col-sx-4 {
		width: 33.33333333%;
		float: left;
	}
	.col-sx-3 {
		width: 25%;
		float: left;
	}
}
@media (max-width: 467px) {
.cam {
    margin: 0 auto 30px;
}
#header {
    text-align: center;
}
.header_logo{
	margin-bottom:10px;
}
.search_block .btn.dropdown-toggle {
    width: 100px;
    font-size: 10px;
    padding-right: 30px;
    padding-left: 10px;
	height: 40px;
}
.search_block .icon-search {
    height: 40px;
    font-size: 14px;
}
.search_block .form-control {
    font-size: 12px;
    height: 40px;
    padding-left: 10px;
}
.search_block .btn.dropdown-toggle:after {
    border-top: 5px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 12px;
    top: 18px;
}
.main_title {
    font-size: 28px;
}

.site_terms {
    text-align: center;
    margin-top: 10px;
}
#footer_bottom {
    text-align: center;
}
.modal_btn {
    height: 50px;
    font-size: 16px;
}
.modal_title {
    font-size: 18px;
    margin: 0 0 15px;
}
.bns {
    font-size: 16px;
}
.recevez {
    font-size: 18px;
}
.modal_footer {
    font-size: 12px;
}
.merci {
    font-size: 12px;
}
.title_bb {
    padding-bottom: 15px;
}
.modal_logo {
    width: 160px;
    margin: 0 auto 15px;
}
.list_navigate li + li {
    margin-left: 0 !important;
	margin-top:15px;
}
.list_navigate li{
	display:block;
}
.list_navigate li + li:before {
    left: 0 !important;
    top: -7px;
    width: 20px;
    height: 0px;
}
.main_right_navigate.list_navigate li + li:before {
	left: auto !important;
	right: 0 !important;
}
}
h3 {
	text-transform: uppercase;
	font-weight: bold;
}