html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
body {
	margin:0;
	padding:0;
	line-height: 1;
/*	overflow-y: hidden;
	overflow-x: hidden;*/
}
html, body {
	/*overflow-x: hidden;*/
}
ol, ul {
	list-style: none;
}
img {
	border:0px;
	padding:0 0 0 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
	height:30px;
}
.inv {
	display:none;
}
/* PARAGRAPH AND BULLETS FIX --------------------------------------------*/

.cols ul, .single ul, .post ul, .contact-left ul, .contact-right ul {
	margin-left: 0px;
	list-style-type: disc;
}
.cols ol, .single ol, .post ol, .contact-left ol, .contact-right ol {
	margin-left: 20px;
	list-style-type: decimal;
}
/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	color: #333333;
	font-size: 80.5%; /* Base font size: 14px */
	font-family: sans-serif;
	line-height: 1.429;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	background:#f7f7f7;
}
header {
	background:#fff;
	max-width:100%;
	height:60px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(58, 58, 58, 0.75);
	-moz-box-shadow:    0px 0px 12px 0px rgba(58, 58, 58, 0.75);
	box-shadow:         0px 0px 12px 0px rgba(58, 58, 58, 0.75);
}
.wrapper {
	max-width:97%;
	margin:0 auto;
}
header .button-panel {
	position:absolute;
	top:15px;
}
.w-button {
	background:#fff;
	width:120px;
	padding:8px 0;
	font:15px;
	border:1px solid #b5b5b5;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(62, 61, 61, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(62, 61, 61, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(62, 61, 61, 0.75);
	border-radius:4px;
	margin-right: 8px;
	cursor:pointer;
	font-weight: bold;
	color:#333333;
}
.w-button:hover {
	-moz-box-shadow:    inset 0 0 10px #ababab;
	-webkit-box-shadow: inset 0 0 10px #ababab;
	box-shadow:         inset 0 0 10px #ababab;
}
.b-button {
	position: relative;
	width:120px;
	background: #2f79b9;
	border-radius: 4px;
	border: 1px solid #286dab;
	box-shadow: 0 1px 1px rgba(50,50,50,0.1);
	cursor: pointer;
	padding: 8px 0px;
	font-weight: bold;
	color: #fff;
}
.b-button:hover {
	-moz-box-shadow:    inset 0 0 10px #1c5486;
	-webkit-box-shadow: inset 0 0 10px #1c5486;
	box-shadow:         inset 0 0 10px #1c5486;
}
.b-button:after {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	right: -4px;
	border-width: 5px 5px 0 5px;
	border-style: solid;
	border-color: #fff transparent;
	display: inherit;
}
.left-panel {
	width: 49%;
	border: rgba(210, 208, 208, 0.78) 2px solid;
	background: #fff;
	border-radius: 0 5px 5px 0px;
	border-left: none;
	position: absolute;
	overflow: hidden;
	left: 0;
}
.search_section {
	border-bottom: 2px solid #dddddd;
	position: relative;
	width: 100%;
}
.search_panel {
	padding: 10px 5px;
	position: relative;
	/* float: left; */
    display: inline-table;
	width: 99%;
}
.button-chevron_right {
	background: #58b957;
	padding: 7px 10px;
	border-radius: 5px;
	border: 1px solid #4eb44e;
	display: table-cell;
	float: left;
	margin-right: 29px;
	top: 5px;
	position: inherit;
}
.button-chevron_right:after {
	font-family: 'FontAwesome';
	content: '\f054';
	position: relative;
	font-size: 15px;
	color:#fff;
}
.left-button {
	display: table-cell;
	float: left;
}
.act-button {
	float:inherit;
}
.act-button:after {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	right: 19px;
	top: -20px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #333 transparent;
	float: right;
	cursor: pointer;
	display: inline;
}
.act-item {
	/* position: relative; */
    width: 73px;
	padding: 10px;
	background: #fff;
	border-radius: 7px;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(50,50,50,0.1);
	cursor: pointer;
	outline: none;
	font-weight: bold;
	/* color: #333; */
    /* top: -38px; */
    display: table-cell;
}
.act-content {
	top: 56px;
	overflow: hidden;
	background-color: #fff;
	max-height: 0px;
	position: absolute;
	left: 5.2em;
	right: 0;
	width: 200px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	font-weight: bold;
	z-index: 1;
}
.act-content a {
	color: #000;
	text-decoration: none;
}
.act-content a:hover {
	text-decoration: none;
}
.act-content .sub-item {
	display: inline-block;
	width: 100%;
}
.act-content .sub-item ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.act-content .sub-item ul li a {
	display: block;
	padding: 12px 22px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #e6e8ea;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.act-content .sub-item ul li:hover a {
	background: #f3f8f8;
}
.act-content .sub-item:focus {
	background-color: #fff;
}
.act-item:focus ~ .act-content {
 max-height: 300px;
 -moz-transition: max-height 0.6s ease-in-out;
 -webkit-transition: max-height 0.6s ease-in-out;
 -ms-transition: max-height 0.6s ease-in-out;
 transition: max-height 0.6s ease-in-out;
}
.popup {
	margin: 18% auto;
	background: #fff;
	border-radius: 5px;
	width: 400px;
	position: relative;
	transition: all 5s ease-out;
	opacity: 1;
	visibility:visible;
	height: 250px;
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	padding: 19px;
	font-size: 18px;
	font-weight: normal;
}
.popup .close {
	position: absolute;
	top: -46px;
	right: -23px;
	transition: all 200ms;
	font-size: 4em;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #a7a7a7;
}
.popup .content {
	overflow: auto;
	padding: 10px;
	text-align: center;
}
.popup .content input {
	width: 85%;
	color: #464444;
	border: 1px solid #d2d0d0;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.24);
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
}
.popup .content button {
	background: #79a8d1;
	padding: 7px 11px;
	border: 1px solid #5f91be;
	margin-top: 15px;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	cursor:pointer;
}
.popup .content button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#55bfe0), to(#48b1d2));
	background-image: -webkit-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -moz-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -ms-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -o-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: linear-gradient(top, #55bfe0, #48b1d2);
	-moz-box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
}
.popup .content button img {
	width: 15px;
	height: auto;
	padding: 0px 4px 0 0;
	/* display: inline-block; */
    position: relative;
	top: 3px;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	display:none;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
	display:block;
}
.add_c {
	width: 100%;
	border-bottom: 1px solid #cecccc;
}
#search-form {
	display: table-cell;
	float: inherit;
}
.search-field {
	float: left;
	width: 250px;
	height: 16px;
	margin: 0 0 0 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #464444;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ccc;
	padding:11px;
}
.submit {
	float: left;
	width: 35px;
	height: 34px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0px solid #48b1d2;
	background: url(../images/magnifier.png) 14px 6px no-repeat;
}
.submit-container {
	width: 45px;
	height: 36px;
	margin: 1px 0 0 0px;
	padding: 0;
	cursor: pointer;
	background: #55bfe0;
	border: 1px solid #48b1d2;
	position: relative;
	left: -48px;
	display: inline-block;
}
.submit-container:hover, .submit-container:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#55bfe0), to(#48b1d2));
	background-image: -webkit-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -moz-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -ms-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -o-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: linear-gradient(top, #55bfe0, #48b1d2);
	-moz-box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
}
.button-chevron_view {
	POSITION: absolute;
	left: -3em;
}
.right-button {
	float: right;
}
.right_new_button {
	/* Size and position */
    position: relative;
	width: 74px;
	padding: 10px;
	background: #fff;
	border-radius: 7px;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(50,50,50,0.1);
	cursor: pointer;
	outline: none;
	font-weight: bold;
	color: #333;
	z-index: 1;
}
.right_new_button:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #333 transparent;
}
 .right_new_button ~ .wrapper_button .dropdown {
 display:block;
}
.right_new_button .dropdown {
	/* Size & position */
    position: absolute;
	top: 119%;
	left: 0;
	right: 0;
	width:200px;
	/* Styles */
    background: white;
	border-radius: inherit;
	border: 1px solid rgba(0,0,0,0.17);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	list-style: none;
	opacity: 0;
	pointer-events: none;
	font-weight: bold;
}
.right_new_button .dropdown li a {
	display: block;
	padding: 12px 22px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #e6e8ea;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.right_new_button .dropdown li:first-of-type a {
	border-radius: 7px 7px 0 0;
}
.right_new_button .dropdown li:last-of-type a {
	border: none;
	border-radius: 0 0 7px 7px;
}
/* Hover state */

.right_new_button .dropdown li:hover a {
	background: #f3f8f8;
}
/* Active state */

.right_new_button.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}
.chk-box {
	margin: 3px 26px;
}
.video_section {
	width:100%;
	background:#fff;
	height: 100%;
	margin-top: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
#box2000 > div {
	-webkit-transition: width 0.2s ease;
	-moz-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	-ms-transition: width 0.2s ease;
	transition: width 0.2s ease;
}
#box2000 > div:hover {
	width:150%!important;
	cursor:pointer;
}
.v-frame {
	min-height: 848px;
	max-height: 848px;
}
.v-frame .wrapper {
	max-width:none;
}
.v-colum {
	margin:0 auto;
	width:100%;
	height:100%;
	cursor:pointer;
}
.v-panl {
	display: block;
	width: 93%;
	margin: 0 auto;
	position: relative;
	top: 4px;
}
.v-colum:hover {
	background:#eaebec;
}
.v-panl input {
	margin: 39px 26px 0 4px;
	position: relative;
	top: -40px;
}
.v-panl > .v-thumb {
	background: #2a77bb;
	width: 100px;
	height: 90px;
	display: inline-block;
}
.v-panl .title {
	margin: 0px;
	position: relative;
	left: 1em;
	top: -27px;
	display: inline-block;
}
.v-panl h3 {
	font: 16px Tahoma, Geneva, sans-serif;
	padding:0 0 5px;
}
.v-panl .title span {
	color:#999;
	font:14px;
}
.v-panl .edit_button span {
	width: 20px;
	height: 23px;
	border: 1px solid #ccc;
	display: initial;
	position: absolute;
	cursor:pointer;
	background:#fff;
}
.v-panl .edit_button span:hover {
	box-shadow:  0px 0px 1px 3px rgba(60, 185, 245, 0.91);
}
.v-panl .edit_button span:after {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	right: -5px;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #0c0c0c transparent;
	display: inline-block;
	top: 3px;
}
.v-panl .title button {
	display: inline-block;
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	height:25px;
	cursor:pointer;
}
.v-panl .title button:hover {
	box-shadow:  0px 0px 1px 3px rgba(60, 185, 245, 0.91);
}
.v-panl .edit_button {
	position: relative;
	bottom: -17px;
	display: block;
}
.v-panl .right_icons {
	float:right;
	width: 45px;
	line-height:2;
	position: relative;
	top: 9px;
}
.v-panl .right_icons p {
	display: inline-block;
	margin-left: 10px;
	color: #a5a5a5;
}
.v-panl .right_icons img {
	width: 13px;
	height: inherit;
}
.right-panel {
	width: 50%;
	border: rgba(210, 208, 208, 0.78) 2px solid;
	background: #fff;
	border-radius: 5px 0px 0px 5px;
	border-right: none;
	position: absolute;
	right: 0;
}
.play_video {
	display: -webkit-inline-box;
}
.v-player {
	position: relative;
	width: 405px;
	height: 332px;
	top: 58px;
	left: 5px;
	border-bottom: 2px solid #e2e0e0;
	display: inline-block;
}
h4 {
	position: absolute;
	padding: 19px 3px;
	font-size: 24px;
}
.v-contener {
	height: 296px;
	position: relative;
	left: 19px;
	top: 23px;
	display: inline-block;
}
.v-contener .custom {
	position: absolute;
	bottom: 7px;
	left: 14px;
}
.v-contener .custom a {
	color:#2171b4;
	font-weight: 600;
}
.v-contener .custom a:hover {
	text-decoration:none;
}
.v-contener .custom :after {
	content: "";
	width: 0;
	height: 0;
	position: relative;
	left: 5px;
	top: 11px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #2171b4 transparent;
}
.v-contener .custom img {
	padding: 0 4px 0 0;
	vertical-align: top;
}
.v-list {
	width: 175px;
	height: 255px;
	padding-top: 5px;
	display: inline-block;
	margin-right: 10px;
}
.v-list img {
}
.v-info {
	width: 50%;
	position: relative;
	right: 0;
	display: inline-block;
	top: 0;
	vertical-align: top;
}
.v-info span {
	display: table-header-group;
	color: #666;
	line-height: 2;
}
.v-info q {
	font-size: 11px;
	width: 48%;
	right: -26px;
	float: right;
	/* text-align: right !important; */
    position: relative;
}
.v-info img {
	width: 12px;
	height: auto;
	padding-right: 10px;
}
.basic-form {
	margin: 7em 0;
}
.usual {
	color: #111;
	width: 100%;
}
.usual li {
	list-style: none;
	float: left;
}
.usual ul a {
	display: block;
	padding: 12px 14px;
	text-decoration: none!important;
	/* margin: 1px; */
    margin-left: 0;
	font: 14px Verdana;
	color: #2e79b8;
	background: #fff;
}
.usual ul .active {
	background: #fff;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #bfbfbf;
	border-bottom: 0;
	color:#333
}
.usual .form_cont {
	clear: left;
	font: 10pt Georgia;
	border-top: 1px solid #bfbfbf;
}
.form_cont span {
	display: block;
	line-height: 5;
	text-align: right;
}
.form_cont input, textarea {
	width: 83%;
	padding-left:10px;
	margin-left: 4%;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form_cont textarea {
	top: 14px;
	position: relative;
	width:82.7%;
}
.form_cont .list {
	text-align: left;
	margin-left: 3.8em;
}
.selectBox {
	position:relative;
	display:inline-block;
	cursor: pointer;
	text-align:left;
	line-height:30px;
	clear:both;
	color:#888;
	margin-left: 47px;
	top: 12px;
}
.selectBox .selected {
	width:150px;
	text-indent:10px;
	border:1px solid #ccc;
	border-right:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	background:#fff;
	overflow:hidden;
	line-height: 2.5;
	text-align: left;
}
.selectBox .selectArrow {
	width:20px;
	border:1px solid #bababb;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	text-align:center;
	font-size:12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background:#4096ee;
}
.selectBox .selectArrow, span.selected {
	position:relative;
	float:left;
	height:35px;
	z-index:1;
	line-height:3;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 92%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 92%);
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 49%, #e1e1e1 92%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0 );
}
.selectBox .selectOptions {
	position:absolute;
	top:36px;
	left:0;
	width:168px;
	border:1px solid #ccc;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	overflow:hidden;
	background:#f6f6f6;
	padding-top:2px;
	display:none;
}
.selectBox .selectOption {
	display:block;
	line-height:20px;
	padding:5px 5%;
	text-align: left;
}
.selectBox .selectOption:hover {
	color:#f6f6f6;
	background:#4096ee;
}
.chk_box {
	width: 13px !important;
	background: #fff inherit;
	top: 11px;
	position: relative;
	margin: 0;
	line-height: inherit;
}
.price_input {
	margin: 0;
	width: 159px !important;
	background: #ddd;
}
.culm {
	float: left;
	width: 34%;
}
.form_cont button {
	background: #79a8d1;
	padding: 7px 11px;
	border: 1px solid #5f91be;
	margin-top: 15px;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	cursor:pointer;
}
.form_cont button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#55bfe0), to(#48b1d2));
	background-image: -webkit-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -moz-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -ms-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: -o-linear-gradient(top, #55bfe0, #48b1d2);
	background-image: linear-gradient(top, #55bfe0, #48b1d2);
	-moz-box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #48b1d2 inset, 0 1px 0 #fff;
}
.form_cont button img {
	width: 15px;
	height: auto;
	padding: 0px 4px 0 0;
	/* display: inline-block; */
    position: relative;
	top: 3px;
}
.form_cont p {
	clear: left;
	/* margin: 0 auto; */
    left: 10em;
	position: relative;
	overflow: hidden;
	width: 101px;
}
 @media screen and (max-width: 1670px) {
.v-player {
	width: 50%;
	height: auto;
	padding-bottom:30px;
}
.v-player img {
	width: 100%;
	height: auto;
}
.v-contener {
	width:48%;
	height: 247px;
}
.v-contener .v-list {
	height: 203px;
	width: 35%;
}
.v-contener .v-list img {
	width: 100%;
	height: auto;
}
.form_cont input, textarea {
	margin-left: 3%;
}
.selectBox {
	margin-left: 24px;
}
.culm {
	margin-left: 33px;
}
 @media screen and (max-width: 1440px) {
 .v-contener .v-list {
 height: 177px;
}
 .v-contener {
 width: 48%;
 height: 218px;
 left: 13px;
}
 .v-info q {
 width: 44%;
}

 .culm {
    margin-left: -20px;
    width: 300px;
    float: left;
}
 .form_cont .list {
 margin-left: 2.5em;
}
 .chk-box {
 margin: 3px 15px;
}

@media screen and (max-width: 1366px) {
	.form_cont input{padding-left:3px;
	}
	
	.culm {
    margin-left: -23px;
    width: 300px;}
}
	
@media screen and (max-width: 1288px) {
 .v-player {
 width: 45%;
 height: auto;
 padding-bottom: 30px;
}
 .v-player img {
 width: 98%;
 height: auto;
}
 .v-contener {
width: 53%;
 height: 194px;
 top: 40px;
 left: 8px;
}
 .form_cont .list {
 text-align: left;
 margin-left: 35px;
}
 .selectBox {
 margin-left: 8px;
}
.culm {
 margin-left: 31px;
 width:inherit;
}
 .form_cont p {
 left: 8em;
}
.form_cont input, textarea {
 margin-left: 4px;
}
.v-contener .v-list {
 height: 152px;
 width: 27%;
}
 .v-info span {
 font-size: 11px;
}
 .v-contener .custom {
 left: -4px;
 font-size: 12px;
}
.v-info span {
 line-height: 1.3;
}
.v-info q {
 width: 50%;
}
@media screen and ( max-width: 1160px) {
 .form_cont textarea {
 width: 79.7%;
}
 .form_cont input, textarea {
 width: 80%;
}
 .left-panel {
}
 ..right-panel {
}
 .v-contener .v-list {
 height: 127px;
}
.v-contener {
 width: 53%;
 height: 163px;
 top: 34px;
 left: 8px;
}
 .v-info {
 width: 59%;
}
.left-panel {
 width: 46%;
}
.right-panel {
 width: 52%;
}
 @media screen and ( max-width: 1024px) {
 .v-contener .v-list {
 height: 115px;
}
.v-contener {
 height: 153px;
}
 .v-info {
 width: 59%;
}
 .act-button {
 float: inherit;
 position:absolute;
 bottom:-20px;
 margin-left: 17px;
}
 #search-form {
 width: 100%;
 position: absolute;
}
 .search-field {
 width: 81%;
}
 .right-button {
 position: relative;
 right: 0;
 bottom: -26px;
 margin-top: 32px;
}
 .right_new_button {
 position: relative;
 z-index: 1;
 top: 0;
}
 .button-chevron_right {
 margin-right:0px;
}
 .v-frame {
 min-height: 731px;
 max-height: 731px;
}
}
@media screen and ( max-width:980px) {
.v-player {
 width: 100%;
 padding-bottom: 13px;
}
 .v-contener {
 width: 53%;
 height: 163px;
 top: 67px;
}
 .left-panel {
 width: 100%;
}
 .right-panel {
 display:none;
}
 .search-field {
 width: 90%;
}
.v-panl {
 width: 94%;
}
@media screen and ( max-width:640px) {
 .act-button {
 float: inherit;
 position:absolute;
 bottom:-20px;
}
 .v-frame {
 min-height: 731px;
 max-height: 100%;
}
 #search-form {
 width: 100%;
 position: absolute;
}
 .search-field {
 max-width: 90% !important;
}
 .right-button {
 position: relative;
 right: 0;
 bottom: -26px;
 margin-top: 32px;
}
 .right_new_button .dropdown {
 left: -106px;
}
}
