@charset utf-8;
/*** Reset ***/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
fieldset,
form,
label,
legend,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    overflow-y: scroll;
}

a,
a:link {
    text-decoration: none;
    color: #009bda;
}

a:visited {
    outline: none;
    color: #009bda;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
}

input[type="hidden"] {
    display: none;
}

input,
select {
    vertical-align: middle;
    outline: none;
    border: 0;
}

button {
    width: auto;
    overflow: visible;
}

table {
    border: 0;
    padding: 0;
    border-spacing: 0;
}

/*** Reset END ***/
/*** Global ***/

.clear {
    clear: both;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

/* Hides from IE-mac \*/

.clearfix {
    display: block;
}

::-moz-selection {
    background: #cdcdcd;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #cdcdcd;
    color: #fff;
    text-shadow: none;
}

input[type=submit] {
    -webkit-appearance: none;
}

/*** Global END ***/

.centerText {
    text-align: center;
}

.centerMe {
    margin: auto;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
a {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 100%;
    line-height: 100%;
}

body {
    background: #f2f2f2;
    font: 80% Tahoma, arial;
}

.spacer-sm,
.spacer-md,
.spacer-lg {
    width: 100%;
}

.spacer-sm {
    height: 10px;
}

.spacer-md {
    height: 20px;
}

.spacer-lg {
    height: 40px;
}

.headerWrapper,
.navWrapper,
.contentWrapper {
    margin: auto;
    padding: 0 5px;
    max-width: 1458px;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.adsRight img {
    padding-bottom: 60px;
    margin-left: 15px;
}

h1,
h2 {
    display: inline-block;
    font-family: Tahoma, Helvetica, Arial;
}

h1 {
    margin: 0 10px 10px 0;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    font-size: 160%;
    display: block;
    color: #6d6d6d;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #addbff;
    border-left: 1px solid #addbff;
}

h1.tags {
    margin: 0 10px 10px 10px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    font-size: 160%;
    display: block;
    color: #6d6d6d;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #addbff;
    border-left: 1px solid #addbff;
}

h2 {
    color: #7368af;
    margin: 0 0 6px;
    padding: 5px 0;
    font-weight: 400;
    font-size: 160%;
}

P {
    font-size: 14px;
    line-height: 150%;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    display: block;
    clear: both;
}

.clearHomeSide {
    display: block;
    clear: both;
    margin-bottom: 50px;
}

.outerContainer {
    float: none;
    clear: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.mainNavMobile {
    display: none;
}

.mainSearchMobile {
    display: none;
}

.adText {
    margin: 10px auto 6px auto;
    border-bottom: 1px dotted #d1d1d1;
    color: #000;
}

.adText p {
    padding: 0 6px 6px;
    text-align: center;
}

.adText a {
    color: #5aaaea;
}

.adText span.ads {
    color: #7368af;
    font-weight: 700;
}

.layout {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

.layout .mainInside {
    float: left;
    padding: 0;
    width: 100%;
}

.layout .sidebar {
    float: right;
    margin-left: -100%;
    width: 200px;
    font-family: Tahoma, Geneva, sans-serif;
}

.layout .adSidebar {
    float: right;
    margin-left: -100%;
    width: 200px;
    font-family: Tahoma, Geneva, sans-serif;
}

.layout .contentWithSidebar {
    padding-top: 12px;
    margin-right: 210px;
}

.layout .sidebar h2 {
    margin: 0;
    padding: 12px 0;
    font-size: 140%;
}

.videoThmbs li {
    position: relative;
    display: inline-block;
    margin: 0 0.1% 0.2%;
    padding: 0.7%;
    width: 23%;
    height: auto;
    border-radius: 2px;
    color: #666;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 80%;
    zoom: 1;
}

.gplus {
    display: inline-block;
    float: right;
    margin: 5px 7px -2px -3px;;
    color: #ccc;
    vertical-align: top;
}

.twitter {
    float: right;
    margin: 5px 10px 0 10px;
    height: 20px;
    background-image: url(/images/v2/twitter.png);
    background-repeat: no-repeat;
}

select {
    overflow: hidden;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #AAA;
    border-radius: 2px;
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrapper;
    font-size: inherit;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
}

.duration {
    clear: both;
    float: right;
}

.views {
    float: right;
    margin-top: 7px;
}

.rating {
    background: url("/images/v2/small_stars.png") no-repeat scroll 0 0 transparent;
    clear: both;
    float: left;
    width: 70px;
    height: 14px;
    margin: 6px 0px 0px 0px;
    padding: 0;
}

.rating .var {
    background: url("/images/v2/small_stars.png") no-repeat scroll 0 -14px transparent;
    display: block;
    height: 14px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

/* Button Styles */

A.buttonStyle1 {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: #7368af;
    padding: 7px 5px 0 5px;
    border-radius: 0;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    height: 24px;
}

A.buttonStyle1:hover {
    color: #FFFFFF;
    background: #5e5593;
}

A.buttonStyle2 {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: #5aaaea;
    padding: 7px 5px 0 5px;
    border-radius: 4px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    height: 24px;
}

A.buttonStyle2:hover {
    color: #FFFFFF;
    background: #5697ca;
}

A.buttonStyle3 {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: #bfbebe;
    padding: 7px 5px 0 5px;
    border-radius: 4px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    height: 24px;
}

A.buttonStyle3:hover {
    color: #FFFFFF;
    background: #9f9f9f;
}

/***  Arrow Left/Right ***/

a.withArrowRight {
    padding-right: 22px;
    padding-left: 15px;
}

a.withArrowRight:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    margin: 4px 0px 0px 8px;
}

a.withArrowLeft {
    padding-right: 15px;
    padding-left: 20px;
}

a.withArrowLeft:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    margin: 4px 0px 0px -12px;
}

/* Separation Styles */

.separationLineNoPad {
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin: 0 0 0 0;
    display: block;
}

.separationLine {
    width: 100%;
    border-bottom: 1px solid #dadada;
    margin: 20px 0 20px 0;
    display: block;
}

.separation {
    width: 100%;
    margin: 20px 0 20px 0;
    display: block;
}

/* Advertisement Styles */

.sideNavAdvertisement {
    width: 100%;
}

.mainContentAdvertisementWrapper {
    display: block;
    width: 1454px;
    margin: 0 auto;
}

.mainContentAdvertisementInside {
    display: block;
    width: 1280px;
    margin: 0 auto 0 auto;
}

.mainContentAdvertisement {
    display: inline-block;
    width: 300px;
    margin: 0 10px 18px 10px;
    height: auto;
    padding: 0;
}

.mainContentAdvertisement:last-child {
    width: 300px;
    height: auto;
    margin: 0 0 18px 9px;
}

.thumb,
.videoThmbs .image {
    padding: 0 0 6px 0;
    overflow: hidden;
    position: relative;
}

img.tubeImg {
    position: absolute;
    top: 21px;
    left: 0;
    text-align: center;
    color: #c2c2c2;
    width: 100%;
}

.videoThmbs .image img.tubeImg {
    top: 0px;
}

.site_900x250 {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.site_900x250 IMG {
    margin: 0 7px 0 7px;
}

.browse_300x250 {
    width: 300px;
    margin: 0 auto 8px auto;
    text-align: center;
}

#ratingLabel {
    font-size: 16px;
    font-weight: 700;
}

/*Button Styles*/

a.btnGrey {
    display: inline-block;
    background: #7368af;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    border: 0px solid #124988;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    height: 29px;
    line-height: 2.1em;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
}

a.btnGrey:hover,
a.btnGrey:focus {
    background: #5e5593;
    text-shadow: 0px 0px #135eb3;
}

.button_130 {
    margin: 0px auto;
    background: #7368af;
    height: 29px border-radius: 4px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.button_130 INPUT,
.button_130 A:link,
.button_130 A:active,
.button_130 A:visited {
    display: block;
    color: #fff;
    width: 130px;
    height: 29px;
    line-height: 30px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-position: 0 0;
    background-color: transparent;
    font-family: 'Noto Sans', sans-serif;
}

.button_130 a:hover {
    text-decoration: none;
    background-position: 0 -32px;
    background-color: transparent;
    background: #5e5593;
    border-radius: 4px;
}

.button2 INPUT,
.button2 A:link,
.button2 A:active,
.button2 A:visited {
    text-align: center;
    letter-spacing: -1px;
    width: 177px;
    cursor: pointer;
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 17px;
    padding: 18px 0 18px 0;
    text-decoration: none;
    background-image: url(/images/button2_bg.gif);
    background-repeat: repeat-x;
    background-color: #2f2f2f;
    border: 1px solid #525252;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.button2 a:hover {
    background-image: url(/images/button2_hover_bg.gif);
    color: #FFFFFF;
    background-color: #3b3b3b
}

/* SEARCH STYLES */

H1.search_title {
    text-transform: capitalize;
}

#header FORM.search INPUT#search_text {
    margin: 0px;
    border: 0px solid #00467c;
    padding: 2px 0px 0px 4px;
    height: 18px;
}

#header FORM.search INPUT#search_button {
    position: relative;
    margin: 0px;
    border: 0px solid #00467c;
    padding: 0px 13px 0px 0px;
    height: 20px;
    width: 20px;
    background-color: #0000FF;
    background-image: url(/images/magnifying-glass.gif);
    cursor: pointer;
}

#header .search_box {
    border: 1px solid #00467c;
    margin: 6px 4px 0 10px;
    background-color: #fff;
    height: 22px;
}

.categories {
    padding-bottom: 5px;
}

/* TAG STYLES */

A.tag_0:active,
A.tag_0:link,
A.tag_10:active,
A.tag_10:link,
A.tag_25:active,
A.tag_25:link,
A.tag_50:active,
A.tag_50:link,
A.tag_100:active,
A.tag_100:link {
    color: #009bda;
    font-weight: 500;
    padding-right: 5px;
}

A.tag_0:visited,
A.tag_0:hover,
A.tag_10:visited,
A.tag_10:hover,
A.tag_25:visited,
A.tag_25:hover,
A.tag_50:visited,
A.tag_50:hover,
A.tag_100:visited,
A.tag_100:hover {
    color: #000;
    font-weight: 500;
    padding-right: 5px;
}

A.tag_0 {
    font-size: 12px;
}

A.tag_10 {
    font-size: 16px;
}

A.tag_25 {
    font-size: 20px;
}

A.tag_50 {
    font-size: 24px;
}

A.tag_100 {
    font-size: 30px;
}

/* TAG STYLES MINI */

A.tag_0mini:active,
A.tag_0:link,
A.tag_10:active,
A.tag_10:link,
A.tag_25:active,
A.tag_25:link,
A.tag_50:active,
A.tag_50:link,
A.tag_100:active,
A.tag_100:link {
    color: #009bda;
    font-weight: 500;
    padding-right: 9px;
}

A.tag_0mini:visited,
A.tag_0:hover,
A.tag_10:visited,
A.tag_10:hover,
A.tag_25:visited,
A.tag_25:hover,
A.tag_50:visited,
A.tag_50:hover,
A.tag_100:visited,
A.tag_100:hover {
    color: #000;
    font-weight: 500;
    padding-right: 9px;
}

A.tag_0mini {
    font-size: 9px;
}

A.tag_10mini {
    font-size: 12px;
}

A.tag_25mini {
    font-size: 15px;
}

A.tag_50mini {
    font-size: 17px;
}

A.tag_100mini {
    font-size: 20px;
}

/*TABLES */

table.bio {
    color: #bfbfbf;
    border: 1px solid #505050;
    background: #262626;
}

table.bio td,
table th {
    text-align: left;
    padding: 8px;
}

table.bio th {
    background: #151515 url('/images/table-header.jpg') repeat-x left top;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
    border-left: 1px solid #000000;
}

table.bio td {
    background: #262626;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    vertical-align: top;
}

table.bio tr.even td {
    background: #363636;
}

table.bio tr:hover td:hover {
    background: #151515;
}

table.bio a:link,
a:active,
a:visited {
    text-decoration: underline;
}

table.bio a:hover {
    color: #FFFFFF;
}

table.bio .row_highlighted tr:hover td {
    background: #151515;
}

/* background box */

.adtextBelow {
    width: 300px;
    padding: 10px 0 25px 0;
}

.iframe {
    margin: 15px;
}

.floatLeft {
    float: left;
    padding: 0 20px 20px 0;
}

/* added */

.floatLeftSpecial {
    float: left;
    padding: 0 20px 20px 0;
}

.addBox {
    max-width: 100%;
    float: left;
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.containerPageFull {
    width: 100%;
    padding: 20px;
    margin-right: 25px;
}

ul {
    list-style-type: circle;
}

.tagsSide {
    width: 180px;
    height: 300px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}

.tagsSideAds {
    width: 180px;
    height: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: -40px;
}

.textFloatLeftTags {
    float: none;
}

.tagsClickText {
    font-size: 7pt;
}

.profileInfo {
    float: left;
    max-width: 500px;
}

.containerProfile {
    width: 100%;
    float: left;
    margin: 5px 25px 5px 5px;
    padding: 5px;
}

.profileTitle {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: bold;
}

.profileTitleReviews {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}

.textMoreVideos {
    float: right;
    font-size: 10pt;
}

.profileButton {
    float: left;
    width: 90%;
    height: 25px;
    margin: 0 20px 5px 10px;
    padding: 12px 5px 0px 5px;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    background-color: #a4c646;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.profileButton:hover {
    background-color: #92ba22;
}

a,
a:link .profileButton {
    color: #000000;
}

a:visited .profileButton {
    color: #000000;
}

.profileButtonContactModel {
    float: left;
    width: 90%;
    height: 25px;
    margin: 0 20px 10px 10px;
    padding: 12px 5px 0px 5px;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    background-color: #a4c646;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.profileButtonContactModel:hover {
    background-color: #92ba22;
}

a,
a:link .profileButtonContactModel {
    color: #000000;
}

a:visited .profileButtonContactModel {
    color: #000000;
}

.containerLeftSideProfile {
    width: 340px;
    float: left;
}

.containerRightSideProfile {
    width: 65%;
    float: left;
}

.profileReview {
    width: 86%;
    padding: 10px;
    border: solid 1px #dadada;
    margin: 10px 20px 10px 10px;
}

.bio ul.videoThmbs li {
    position: relative;
    display: inline-block;
    margin: 0 0.3% 0.5%;
    padding: 0.7%;
    width: 23%;
    height: auto;
    border-radius: 2px;
    color: #666;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 80%;
    zoom: 1;
}

.imageProfileText {
    margin: 0 7px 7px 7px;
}

.imageProfileTextAnswers {
    color: #009bda;
}

.reportAbuse {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

.textRed {
    color: #ff0000;
    text-decoration: none;
}

.iframe404Page {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* report abuse form */

.reportAbuseForm {
    display: block;
    float: left;
    width: 400px;
    margin: 10px;
}

.error {
    padding: 5px;
    background: #9e0b0f;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.success {
    padding: 5px;
    background: #39b54a;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sideTagsAll {
    display: block;
    height: 100%;
}

.phold-left {
	float: left;
	width: 40%;
	margin: 0 2% 20px 0;
} 

.phold-video-main video {
	width: 100%;
	height: auto;
}

.phold-video-main {
	width: 100%;
	max-width: 640px;
}

.phold-video-sub video {
	width: 24%;
	float: left;
	margin-right: 1%; 
}

input.text-suggestions {
	width: 100%;
	padding: 20px;
}

.submit-suggestions {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: #7368af;
    font-size: 14px;
    text-align: center;
    height: 35px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.submit-suggestions:hover {
    opacity: 0.9;
}

@media all and (max-width: 1100px) {	
			
	.phold-left {
		width: 50%;
	} 
	
}

@media all and (max-width: 900px) {	

	.phold-video-sub video {
		width: 48%;
		margin-bottom: 25px;
	}
	
}

@media all and (max-width: 640px) {	
			
	.phold-left {
		width: 98%;
		margin: 0 0 25px 0;
	} 
	
	.phold-video-sub video {
		width: 98%;
	}
	
}