* {
	margin: 0;
	padding: 0;
}
html {
	background: #2b2b2b;
	height: 100%;
}
body {
	background: url(../images/bg-body.jpg) repeat-x;
	color: #000;
	font: 12px/14px Arial, Tahoma;
}
a {
	color: #ccc;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}


header {
	height: 96px;
}
header .first {
	padding-top: 14px;
}
header .second {
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 5px;
}
header .search {
	padding-top: 6px;
	padding-left: 0;
	padding-right: 0;
}
header .form-control, 
header .input-group-addon {
	border-radius: 0;
}
header .input-group-addon {
	margin: 0;
	padding: 0;
	border: 0;
	
	background-color: #2AB6D9;
	border-color: #000000;
	color: #fff;
}
header .form-control {
	border-color: #4B4B4B;
	border: 0;
	border-right: 1px solid #4B4B4B;
}
header .input-group-addon button {
	border-radius: 0;
	background-image: none;
	border: 0;
	border-bottom: 2px solid #2390AF;
	
	background-color: #2AB6D9;
	color: #fff;
}
header .input-group-addon:hover  {
	background-color: #DD1C1D;
}
header .input-group-addon:hover button {
	color: #fff;
	background-color: #DD1C1D;
	border: 0;
	border-bottom: 2px solid #fff;
}

header .logo img {
	margin: 12px 0px 0px 16px;
}

	header .logo img,
	footer .logo img {
		width: 100%;
		max-width: 159px;
	}

.hd-text {
	float: left;
	color: #f5be00;
	font: 12px/14px Arial;
	text-transform: uppercase;
}
.hd-text em {
	color: #dc1c1c;
	font-style: normal;
}
.top-links {
	overflow: hidden;
}
.top-links li {
	float: left;
	padding: 0 0 0 26px;
}
.top-links li a {
	color: #fff;
	text-decoration: none;
}
.top-links li.red-link a {
	color: #c23636;
}
.top-links li a:hover {
	color: #ffc600;
	text-decoration: underline;
}
.top-menu {
	float: left;
	margin-bottom: 0;
}
.top-menu li {
	float: left;
	font: bold 16px/28px Arial;
	text-transform: uppercase;
	border-bottom: 2px solid #c23636;
	background: #343434;
	margin-right: 1px;
	position: relative;
	padding: 0;
}
.top-menu li:hover {
	background: #dc1c1c;
	border-color: #fff;
}
.top-menu li.active {
	background: #343434;
	border-color: #29b6d9;
}
.top-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 14px;
}
.top-menu li.active a {
	color: #f5be00;
}
.dropdown {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	border: 1px solid #313131;
	background: url(../images/drpd.png);
	overflow: hidden;
	z-index: 100;
	width: 564px;
	padding: 10px 0 6px 0;
}
.top-menu li:hover .dropdown {
	display: block;
}
.dropdown ul {
	float: left;
	overflow: hidden;
	width: 111px;
}
.dropdown ul:first-child {
	margin-left: 2px;
}
.dropdown ul li {
	float: none;
	padding: 0;
	margin: 0 0 3px 0;
	border: none;
	text-transform: none;
	font: 15px/20px Arial;
	background: none !important;
	overflow: hidden;
}
.dropdown ul li a {
	display: block;
	float: none;
	padding: 0 5px 0 10px;
	margin: 0;
	border-bottom: 2px solid transparent;
}
.dropdown ul li a:hover {
	background: #c23636;
	border-bottom: 2px solid #a22d2d;
}

.wrap{
	border-top: 2px solid #4B4B4B;
	padding-bottom: 20px;
}
.wrap h1 {
	color: #fff;
	font: bold 18px/20px Arial, Tahoma;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
	font-weight: normal;
	text-transform: none;
}
.wrap h4 {
	color: #fff;
	font: normal 14px/16px Arial, Tahoma;
}
.wrap .thumb {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
}
.wrap .thumb a {
	display: block;
}
.wrap .thumb img {
	padding: 1px;
	width: 100%;
}
.wrap .thumb.category a {
	background: #f4f4f4;
	border-bottom: 2px solid #a22d2d;
}
.wrap .thumb.category:hover  a {
	background: #a22d2d;
	border-bottom: 2px solid #FFF;
}
.wrap .thumb.category span {
	display: block;
	text-align: center;
	color: #303030;
	height: 18px;
	font: bold 12px/18px Arial, Tahoma;
	overflow: hidden;
}
.wrap .thumb.category:hover span {
	color: #fff;
}

.wrap .thumb.thumbs {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.wrap .thumb.thumbs a {
	background: #f4f4f4;
	border-bottom: 2px solid #a22d2d;
	position: relative;
}
.wrap .thumb.thumbs:hover  a {
	background: #a22d2d;
	border-bottom: 2px solid #FFF;
}
.wrap .thumb.thumbs span {
	height: 17px;
	display: block;
	overflow: hidden;
	font: 11px/17px Arial;
	color: #303030;
	text-align: left;
	padding: 0 2px;
}
.wrap .thumb.thumbs:hover span {
	color: #fff;
}
.wrap .thumb.thumbs strong {
	display: block;
	color: #fff;
	text-align: center;
	font: 11px/12px Arial;
	background: url(../images/transp.png);
	position: absolute;
	top: 4px;
    right: 4px;
    padding: 0px 3px 1px 2px;
    z-index: 1;
}


.new-label {
	display: block;
	background: url(../images/new-label.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	right: 2px;
	top: 0px;
}
.hot-label {
	display: block;
	background: url(../images/hot-label.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	right: 2px;
	top: 0px;
}
.free-label {
	display: block;
	background: url(../images/free-label.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	right: 2px;
	top: 0px;
}
.wrap p {
	color: #969696;
}

.wrap .recently {
	min-height: 471px;
	padding-top: 13px;
}
.wrap .recently ul {
	background-color: #434343;
	padding: 10px 0;
	max-height: 550px;
	overflow-y: scroll;
}
.wrap .recently ul li {
	float: none;
	padding: 0px;
	margin: 0px 0px 3px;
	border: medium none;
	text-transform: none;
	font: 15px/20px Arial;
	background: transparent none repeat scroll 0% 0% !important;
	overflow: hidden;
}
.wrap .recently ul li a {
	color: #fff;
	display: block;
	float: none;
	padding: 0px 5px 0px 10px;
	margin: 0px;
	border-bottom: 2px solid transparent;
}
.wrap .recently ul li a:hover {
	background: #C23636 none repeat scroll 0% 0%;
	border-bottom: 2px solid #A22D2D;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination li a {
	border: 0;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #c23636;
	background: #343434;
	margin: 1px;
	padding: 4px 9px 2px;
}
.pagination li:hover a {
	color: #fff;
	background: #dc1c1c;
	border-color: #fff;
}


.footer {
	padding: 20px 0px 10px;
	border-bottom: 2px solid #4B4B4B;
}
.footer ul li {
	padding: 5px 0;
}
.footer ul li a {
	font-weight: bold;
	padding: 0px 18px;
}
.footer ul li a {
	text-decoration: none;
}
.footer ul li:hover a {
    color: #CB3939;
}

footer {
	background: transparent url("../images/bg-body.jpg") repeat scroll 0px 100%;
	overflow: hidden;
	min-height: 98px;
}
footer .logo img {
	margin: 12px 0px 0px 16px;
}

.txt {
	float: right;
	overflow: hidden;
	padding: 20px 30px 0 0;
}
.txt p {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	color: #464646;
	text-align: right;
}
.txt a {
	text-decoration: none;
	color: #464646;
}
.txt a:hover {
	color: #a82f2f;
	text-decoration: underline;
}












body.video video {
	width: 100%;
	display: block;
	border: 1px solid #000;
}

body.video .related {
	padding: 0;
}
body.video .more {
	padding: 0;
}
body.video .more .vids {
	padding: 0;
	padding-top: 5px;
	background-color: #434343;
}
body.video .more .vids > div:last-of-type {
	padding-bottom: 5px;
}
body.video .video-container {
}

body.video .video-container h1 {
	overflow: hidden;
	word-break: break-all;
}

body.video .tab-content {
	border-bottom: 2px solid #FFF;
margin-bottom: 12px;
}
body.video .tabs-container .nav-tabs {
	border: 0;
}
body.video .tabs-container .nav-tabs > li {
}
body.video .tabs-container .nav-tabs > li > a {
	background: #343434 none repeat scroll 0% 0%;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #C23636;
	font: bold 12px/28px Tahoma,Arial;
	color: #676767;
	padding: 2px 15px;
	text-decoration: none;
	margin-right: 1px;
}
body.video .tabs-container .nav-tabs > li.active > a, 
body.video .tabs-container .nav-tabs > li.active > a:focus, 
body.video .tabs-container .nav-tabs > li.active > a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
    background: #DC1C1C none repeat scroll 0% 0%;
}
body.video .tabs-container .nav-tabs > li:not(.active) > a:hover {
	color: #fff;
	border-color: #29B6D9;
}
body.video .tab-pane {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #232323 none repeat scroll 0% 0%;
}
body.video .meta {
	float: left;
	font: bold 12px/14px Tahoma,Arial;
	color: #FFF;
}
body.video .meta a {
	color: #FFF;
	text-decoration: none;
}
body.video .meta a:hover {
	color: #F5BE00;
}
body.video .meta span {
	color: #29B6D9;
	font-size: 10px;
	padding-right: 5px;
	font-weight: normal;
}
body.video .meta p {
	font: 11px/13px Arial;
	margin: 4px 15px 0px 0px;
	color: #969696;
}
.rate-this {
	padding: 0;
    margin-bottom: 20px;
}
.rate-this > div {
	padding: 0;
}
.rate-this > div:last-of-type {	
	position: absolute;
	bottom: 0;
	right: 0;
}
a.plus-btn {
	/*float: left;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 20px/70px Tahoma;
	background: url(../images/plus-btn.png) no-repeat;
	height: 61px;
	color: #dc1c1c;
	padding-left: 65px;*/
	text-decoration: none;
	text-transform: uppercase;
	color: #DC1C1C;
	font: bold 20px Arial, Tahoma;
}
a.minus-btn {
	/*float: left;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 20px/70px Tahoma;
	background: url(../images/minus-btn.png) no-repeat 0 15px;
	height: 61px;
	color: #f5be00;
	padding-left: 50px;
	margin-left: 10px;*/

	text-decoration: none;
	text-transform: uppercase;
	color: #f5be00;
	font: bold 20px Arial, Tahoma;
}
.rate-this a:hover {
    opacity: 0.8;
}


.comments-list {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	font: 11px/13px Arial;
}
.comments-list li {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	margin-bottom: 8px;
	border-top: 1px dashed #ccc;
}
.comments-list li:first-child {
	border: none;
	padding-top: 0;
}
.comments-list li img {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 8px;
	border: 1px solid #ccc;
}
.comments-list li p {
	overflow: hidden;
	margin-top: 0 !important;
}
.comment-form {
	width: 100%;
	overflow: hidden;
}
.comment-form li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.comment-form li label {
	float: left;
	width: 60px;
	color: #fff;
	line-height: 20px;
}
.comment-form li .txt-input {
	float: left;
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.comment-form li textarea {
	overflow: auto;
	float: left;
	width: 300px !important;
	height: 150px;
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.comment-form .btn-submit {
	width: 62px;
	height: 34px;
	background: #000;
	cursor: pointer;
	border: none;
	margin-left: 60px;
	color: #fff;
}


.video-holder-container > * {
	width: 100%;
	height: auto;
}
.video-holder-container {
    position: relative;
}
.video-holder-container #abigplay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-holder-container #abigplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.controls-holder {
}
.player-controls {
	padding: 0;
	margin: 0;
	background-color: #232323;
	border: 0;
	font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
}
.player-controls {
	background: rgba(5,5,5,1);
	background: -moz-linear-gradient(top, rgba(5,5,5,1) 0%, rgba(73,71,71,1) 2%, rgba(40,40,40,1) 4%, rgba(27,27,27,1) 49%, rgba(12,12,12,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,5,5,1)), color-stop(2%, rgba(73,71,71,1)), color-stop(4%, rgba(40,40,40,1)), color-stop(49%, rgba(27,27,27,1)), color-stop(100%, rgba(12,12,12,1)));
	background: -webkit-linear-gradient(top, rgba(5,5,5,1) 0%, rgba(73,71,71,1) 2%, rgba(40,40,40,1) 4%, rgba(27,27,27,1) 49%, rgba(12,12,12,1) 100%);
	background: -o-linear-gradient(top, rgba(5,5,5,1) 0%, rgba(73,71,71,1) 2%, rgba(40,40,40,1) 4%, rgba(27,27,27,1) 49%, rgba(12,12,12,1) 100%);
	background: -ms-linear-gradient(top, rgba(5,5,5,1) 0%, rgba(73,71,71,1) 2%, rgba(40,40,40,1) 4%, rgba(27,27,27,1) 49%, rgba(12,12,12,1) 100%);
	background: linear-gradient(to bottom, rgba(5,5,5,1) 0%, rgba(73,71,71,1) 2%, rgba(40,40,40,1) 4%, rgba(27,27,27,1) 49%, rgba(12,12,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#0c0c0c', GradientType=0 );
}
.table-bordered.player-controls > tbody > tr > td {
	border: 1px solid #000;
	border-top-width: 0px;
}

  .player-controls td {
    padding: 0px !important;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .player-controls td a:not(.inverted) {
    display: block;
    color: #fff;
    margin: 0px auto;
    padding: 5px 8px 3px !important;
  }
  .player-controls td a.inverted {
    color: #444;
    font-size: 14px;
    text-shadow: 2px 1px 1px rgba(256, 256, 256, .4);
  }
  .player-controls td:not(.timing):not(.seeker):hover {
    background-color: #cecece;
  }
  .player-controls .timing {
    width: 80px;
    font-size: 0.8em;
    letter-spacing: -0.03em;
    padding: 5px !important;
    padding-top: 7px !important;
  }
  .player-controls .stop-td, .player-controls .play-td, .player-controls .full-td, .player-controls .volume-td, .player-controls .settings-td {
    width: 30px;
  }
  .player-controls .play-td {
    width: 34px;
  }
  .player-controls .volume-td {
    width: 34px;
  }
  .player-controls .seeker {
    position: relative;
    vertical-align: middle;
  }
  .player-controls .seeker > div {
  	padding: 0 10px;
  }
  /*.player-controls .seeker .button {
    cursor: pointer;
  }
  .player-controls .seeker .bar {
    border: 1px solid #999;
    margin: 0px auto;
    width: 98%;
    height: 8px;
    cursor: pointer;
  }
  .player-controls .seeker .bar .bar-inner {
    background-color: #444444;
    margin: 1px;
    height: 4px;
  }
  .player-controls .seeker .button {
    position: absolute;
    left: 5px;
    top: 1px;
    font-size: 1.2em;
  }*/
  .player-controls a {
    color: #000;
  }
  .player-controls a:hover {
    color: #337AB7;
  }


  input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 3px 0;
  /*padding: 0 10px;*/
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  background: #343434;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 0px solid #c7c7c7;
  height: 10px;
  width: 10px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #343434;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  background: #343434;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 0px solid #c7c7c7;
  height: 10px;
  width: 10px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #343434;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #343434;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 0px solid #c7c7c7;
  height: 10px;
  width: 10px;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  height: 4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #343434;
}
input[type=range]:focus::-ms-fill-upper {
  background: #343434;
}




.modal-content {
	border-radius: 0;
	background-color: #434343;
	/*border-bottom: 2px solid #C23636;*/
	border-bottom: 2px solid #29B6D9;
	color: #969696;
}
.modal-header {
	background-color: #C23636;
	color: #fff;
	border-bottom-width: 2px;
}
.modal-header h4 {

}
.modal-body p {
	font-family: Tahoma,Arial;
	font-size: 16px;
	line-height: 20px;
	color: #E6E6E6;
}
.modal-footer {


}
.modal-footer .btn {
	background: #2390AF;
	text-transform: uppercase;
	border-radius: 0;
	border: 0;
	padding: 10px 26px;
}
.modal-footer .btn:hover {
	background: #29B6D9;
	border-color: #0D4E60;
}


.modal.fnc-register .modal-body {
	padding: 15px 0 0;
	background-color: #2b2b2b;
}



.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.form-control,
.alert,
.panel,
.btn-lg, .btn-group-lg>.btn,
.popover, .popover-title, .popover-content,
.modal-content {
	border-radius: 0;
}

.input-group-addon {
	color: #efefef;
    background-color: #101010;
    border: 1px solid #7b7b7b;
}



/*iPad portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation: portrait) {
	header .search {
		padding-right: 15px;
		padding-top: 20px;
	}
	header .first {
		padding-top: 5px;
	}
	.top-links {
		margin-bottom: 0px;
	}
	footer .txt {
		padding: 10px 30px 0px 20px;
	}
}

/*iPad landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation: landscape) {
}




/*iPhone6+ portrait*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 736px)
and (orientation: portrait) {
	header {
		margin-top: 5px;
	}
	header .logo {
		padding-right: 0;
	}
	header .logo img,
	footer .logo img {
		width: 100%;
	}
	header .logo img {
		margin: 0px;
	}
	header .menus .first {
		padding-top: 0;
	}
	.top-links {
		margin-bottom: 0;
	}
	.top-menu {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.top-menu li {
		float: none;
	}
	.top-menu li:hover .dropdown {
		display: none;
	}
	footer .txt {
		padding: 10px 20px 0px 10px;
	}
	.comment-form .btn-submit {
		margin: 0;
	}
	.player-controls .timing {
		width: auto;
	}
}

/*iPhone6+ landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 736px)
and (orientation: landscape) {
	header {
		margin-top: 5px;
	}
	header .logo {
		padding-right: 0;
	}
	header .logo img,
	footer .logo img {
		width: 100%;
	}
	header .logo img {
		margin: 0px;
	}
	header .menus .first {
		padding-top: 0;
	}
	.top-links {
		margin-bottom: 0;
	}
	.top-menu {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.top-menu li {
		float: none;
	}
	.top-menu li:hover .dropdown {
		display: none;
	}
	footer .txt {
		padding: 10px 20px 0px 10px;
	}
	.comment-form .btn-submit {
		margin: 0;
	}
	.player-controls .timing {
		width: auto;
	}
}



/*iPhone5 portrait*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px)
and (orientation: portrait) {
	header {
		margin-top: 5px;
	}
	header .logo {
		padding-right: 0;
	}
	header .logo img,
	footer .logo img {
		width: 100%;
	}
	header .logo img {
		margin: 0px;
	}
	header .menus .first {
		padding-top: 0;
	}
	.top-links {
		margin-bottom: 0;
	}
	.top-menu {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.top-menu li {
		float: none;
	}
	.top-menu li:hover .dropdown {
		display: none;
	}
	footer .txt {
		padding: 10px 20px 0px 10px;
	}
	.comment-form .btn-submit {
		margin: 0;
	}
	.player-controls .timing {
		width: auto;
	}
}

/*iPhone5 landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 640px)
and (orientation: landscape) {
	header {
		margin-top: 5px;
	}
	header .logo {
		padding-right: 0;
	}
	header .logo img,
	footer .logo img {
		width: 100%;
	}
	header .logo img {
		margin: 0px;
	}
	header .menus .first {
		padding-top: 0;
	}
	.top-links {
		margin-bottom: 0;
	}
	.top-menu {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.top-menu li {
		float: none;
	}
	.top-menu li:hover .dropdown {
		display: none;
	}
	footer .txt {
		padding: 10px 20px 0px 10px;
	}
	.comment-form .btn-submit {
		margin: 0;
	}
	.player-controls .timing {
		width: auto;
	}
}