/* ------ Table of Content ------
1. Typography
2. Reset
3. Clearing Floats
4. HTML 5 element
5. Form element
6. Navigation
7. Basic Layout
8. Pages
9. Print
10. All Hack
*/

/* 1. Typography
***************************************************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
@font-face {
	font-family: 'bebasregular';
	src: url('../fonts/bebas__-webfont.eot');
	src: url('../fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas__-webfont.woff') format('woff'), url('../fonts/bebas__-webfont.ttf') format('truetype'), url('../fonts/bebas__-webfont.svg#bebasregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bebasNeuregular';
	src: url('../fonts/BebasNeuewebfont.eot');
	src: url('../fonts/BebasNeuewebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeuewebfont.woff') format('woff'), url('../fonts/BebasNeuewebfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('../fonts/trebuc.eot');
	src: url('../fonts/trebuc.eot?#iefix') format('embedded-opentype'), url('../fonts/trebuc.woff') format('woff'), url('../fonts/trebuc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'aaaiightregular';
    src: url('../fonts/aaaiight-webfont.eot');
    src: url('../fonts/aaaiight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aaaiight-webfont.woff') format('woff'),
         url('../fonts/aaaiight-webfont.ttf') format('truetype'),
         url('../fonts/aaaiight-webfont.svg#aaaiightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*2. Reset
***************************************************************/
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, span, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, fieldset {
	margin:0px auto;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
}
a, img a {
	text-decoration: none;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* 3. Clearing Floats
***************************************************************/
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
/* 4. HTML 5 element
***************************************************************/

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, article {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
/* 5. Form element
***************************************************************/				

/* 6. Navigation
***************************************************************/

/* 7. Basic Layout
***************************************************************/
.add {
	width:728px;
	margin:10px auto;
}
.add1 {
	width:720px;
	display:none;
	margin:10px auto;
}
.add img {
	width:100%;
	height:auto;
}
.container {
	width: 1075px;
	margin: 0 auto;
}
.branding {
	display:block;
	padding: 20px 0;
	background: #7aedff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhZWRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzdhZWRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #7aedff 0%, #7aedff 89%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7aedff), color-stop(89%, #7aedff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7aedff 0%, #7aedff 89%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7aedff 0%, #7aedff 89%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7aedff 0%, #7aedff 89%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7aedff 0%, #7aedff 89%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79eeff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	position:relative;
	text-align: center;
}
.banner {
	padding:10px 30px 0 0;
}
.heading {
	background: #e5e5e5;
	float: left;
	width: 100%;
}
.heading h3 {
	background:  #FFFFFF;
	color: #e21e22;
	float: left;
	font-family: 'bebasregular';
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 4px 10px 4px 0;
}
.slideshhow {
	position:relative;
	float:left;
	width:100%;
	margin: 6px 0 0;
}
.slideshhow .caption {
	bottom: 57px;
	font-family: 'bebasNeuregular';
	left: 15px;
	position: absolute;
}
.slideshhow figure {
	width:100%;
}
.slideshhow figure img {
	width:100%;
	height:auto;
}
.slideshhow span h2 {
	background: #000000;
	color: #FFFFFF;
	float: left;
	font-size: 40px;
	font-weight: normal;
	line-height: 46px;
	margin: 0;
	padding: 5px 10px 8px;
}
.views-comment {
	background:  #E5E5E5;
	float: left;
	font-size: 15px;
	padding: 5px 16px;
	text-transform: uppercase;
	width: 100%;
	line-height: 24px;
}
.views-comment span {
	color:#e21e22;
}
.quote {
	padding:10px 0 0;
}
.quote a {
	background:#CDCDCD;
	border-radius: 9px 0 0 0;
	float: left;
	font-size: 14px;
	line-height: 1.2;
	margin: 6px 0 5px;
	padding: 5px 12px;
	width: 100%;
	color:#000;
	font-weight: bold;
	text-rendering: optimizelegibility;
}
.quote a:hover {
	color:#D2232A;
}
.add-btn {
	margin: 16px 0 0;
}
.gallery {
   border-bottom: 5px solid #3489E4;
    margin-bottom: 10px;
    padding: 20px 0 0;
}
.date-head {
	background:#7aecff;
	border-radius: 10px 0 0 0;
	color: #FFFFFF;
	display: block;
	font-family: 'bebasregular';
	font-size: 24px;
	padding: 7px 15px;
}

.large-12.columns.gallery.category {
	margin-top: 5px;
	padding-top: 4px;
}
.video-galley-list {
    padding: 10px 0;
}
.video-galley-list-four {
	padding: 10px 0;
}
.video-galley-list li {
	float: left;
	margin: 20px 21px 0 0;
	width: 32%;
}
.video-galley-list-four li {
	float: left;
	margin: 11px 10px 0 0;
	width: 24%;
}

.video-galley-list-four li:last-child {
	margin-right:0px;
}
.video-galley-list-four li p {
	background: #FFF;
	float: left;
	font-size: 17px;
	line-height: 1.4;
	padding: 10px;
	width: 100%;
	margin-bottom:0px;
}
.video-galley-list li:last-child {
	margin-right:0px;
}

.video-galley-list li:nth-child(3) {
	margin-right: 0px;
}
.video-galley-list li p {
     background: none repeat scroll 0 0 #BFBFBF;
    float: left;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px!important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 48px;
	line-height: 20px;
	min-height: 48px;
    margin-bottom: 0;
    padding: 5px;
    width: 100%;
}
.comment-likes-wrap {
	background: #e7e8ea;
	float: left;
	width: 100%;
	padding:5px 8px 0px 8px;
	font-size:13px;
}
.comment-likes-wrap .likes {
	background: url(../images/likes.png) no-repeat 0 0;
	color: #D2232A;
	padding: 0 10px 0 25px;
	margin: 4px 0 0;
	float:left;
}
.comment-likes-wrap .comments {
	background: url(../images/comment.png) no-repeat 0 0;
	color: #D2232A;
	padding: 0 0 0 25px;
	margin: 4px 0 0;
	float:left;
	margin-bottom: 10px;
	height: 14px;
}
.exclusive {
	background: #d2232a;
	padding: 7px 6px;
	margin-top:0px !important;
}
.exclusive:hover {
	background: #000;
	padding: 7px 6px;
	margin-top:0px !important;
}

.recommended {
	background: #353737;
	padding: 7px 6px;
	margin-top:0px !important;
}
.recommended:hover {
	background: #D2232A;
	padding: 7px 6px;
	margin-top:0px !important;
}
.popular-twerck {
	background: #D9E715;
	padding: 7px 6px;
	margin-top:0px !important;
}
.popular-twerck:hover {
	background: #000;
	color:#fff;
	padding: 7px 6px;
	margin-top:0px !important;
}
.exclusive h6, .recommended h6, .popular-twerck h6 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 11px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
}
@media only screen and (min-width: 324px) and (max-width: 767px)
{
.home-sidebar-desktop{display:none}
.simple-galley li 
{
	margin-top:0px;
}
}

.copyright {
	background:#7AEDFF;
	color: #000000;
	margin:10px auto 0;
	padding: 10px 0;
	text-align: center;
}
.copyright a {
	color:#000;
}
.copyright a:hover {
	color:#2A9DAF;
}
.mega-drop {
	 background: none repeat scroll 0 0 #BFBFBF;
    border-radius: 10px;
   
    padding: 12px 20px 5px;
    position: relative;
}
.mega-drop a {
	background:  transparent !important;
	color: #000;
	display: block;
	font-size: 12px;
	line-height: 1.3 !important;
	line-height: 1\0/;
	padding:0 4px 5px 0 !important;
	margin-right: 10px;
}
.mega-drop a:hover {
	color:#D2232A;
}
.mega-drop a:hover img {
	border:1px solid #D2232A;
}
.mega-drop a img {
	float: left;
	margin-right: 10px;
	border:1px solid transparent;
}
.mega-drop .drop-arrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #BFBFBF transparent;
	position:absolute;
	top:-8px;
}
.mega-drop .divide {
 height: 80px;
    overflow: hidden;
}
#m8 .mega-drop .drop-arrow {
	left:22px;
}
#m9 .mega-drop .drop-arrow {
	left:153px;
}
#m10 .mega-drop .drop-arrow {
	left:750px;
}
#m11 .mega-drop .drop-arrow {
	left:300px;
}
#m12 .mega-drop .drop-arrow {
	left:420px;
}
#m13 .mega-drop .drop-arrow {
	left: 510px;
}
#m14 .mega-drop .drop-arrow {
	left:520px;
}
#m15 .mega-drop .drop-arrow {
	left:895px;
}
#m16 .mega-drop .drop-arrow {
	left:635px;
}
#m58 .mega-drop .drop-arrow {
	left:635px;
}
#m59 .mega-drop .drop-arrow {
	left:780px;
}
#m62 .mega-drop .drop-arrow {
	left:635px;
}
#m61 .mega-drop .drop-arrow {
	left:780px;
}
#m63 .mega-drop .drop-arrow {
	left:935px;
}
.lr-padding {
	padding:20px 0;
}
.video-player {
	margin-bottom:10px;
}
.lr-padding .row {
	margin:0px !important;
}
.inside-gallery li {
	margin-right: 37px;
	width: 47%;
}
.inside-gallery li figure img {
	width:100%;
}
.inside-wrapper .large-9 {
	width:70%;
}
.inside-wrapper .large-3 {
	width:28%;
}
.popular-related-list li {
	display: block;
	margin: 0 0 20px;
}
.popular-related-list li figure img {
	width:100%;
}
.popular-related-list li p {
	background:  #000000;
	color: #FFFFFF;
	line-height: 1.4;
	padding: 8px 10px;
}
.navigation {
	background:#348aed;
	text-transform:uppercase;
	font-size:14px;
}
.navigation li {
	float:left;
	position:relative;
}
.navigation li a {
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	/*padding: 15.8px 12px !important;*/
	padding: 15.8px 16.8px 15.8px 15px !important;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-ms-transition:all .3s ease-in;
	-o-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}

@-moz-document url-prefix() { 
  .navigation li a
  {
		padding: 15.8px 16.8px 15.8px 15px !important;
  }
}
.navigation li:last-child a {
   padding: 15.8px 20.3px;
}
.navigation li:hover a, .navigation li.active a {
	background:#ff38d7;
}
.navigation li a:hover .navigation
{
	background:#ff38d7 !important;
}
.navigation-content-wrap {
	display:none;
}
.mobile-search {
	display: none;
	padding: 10px 5px 0px!important;
}
#searchformmobile a.button.postfix {
	margin-bottom: 12px;
}

/*.row.collapse.mobile-search.brading-bg.displayStyle {
	margin-bottom: -15px!important;
}*/
.mob-navigation {
	background: #FF39D8;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 10px;
	text-transform: uppercase;
}
.mob-navigation:hover, .mob-navigation.active, .mob-navigation:focus {
	background:  #EF29C8;
	color:#fff;
}
.backBtn {
	background: url(../images/left-arrow.png) no-repeat;
    background-size: contain;
	border: medium none;
	display: none;
	height: 40px;	
	margin: 0px 0 10px 0;
	width: 15%;
}

a.branding.brading-bg.mobileOnly {
	width: 78%;
	margin: 0 auto;
	padding: 8px 0 0;
	/*border-left: 3px solid #000;
	border-right: 3px solid #000;*/
}

.row.category-menu-wrap {
	display: none;
	/*background-color: rgba(245,241,23, 0.8);*/
	background-color: rgba(0, 0, 0, 0.8);
	padding-right: 10px;
}

.babyThumbnail {		
	float: left;
	height: 100%;
	text-align: center;
	width: 22%;
	margin: 10px 0 5px 3%;
}
.babyThumbnail img{
	cursor: pointer;
	border: 1px solid #A7A7A7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
}

/*.babyThumbnail:nth-last-child(1) img {
	padding-right: 10px;
}*/

#lastImage {
	padding-right: 10px;
}
.babyThumbnail p{
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15px;
    margin-top: 0px;
}

.galleryTopFade {
	float: left;
	margin-top: -11px;
	position: relative;
	top: 16px;
	z-index: 1;
	width: 100%;
}
.searchPageFade {
	top: 21px!important;
}

.leftFade {	
	background-image: url(../images/Image_blend.png);
	background-repeat: no-repeat;
	background-size: 30px 15px;
	float: left;	
	height: 12px;
	width: 30px;
	
}
.rgtFade {
	background-image: url(../images/Image_blend.png);
	background-repeat: no-repeat;
	background-size: 47px 15px;
	float: right;	
	height: 12px;
	width: 47px;
}

.mobile-nav-ico {
	background: #FF39D8 url(../images/nav-btn_bg_white.png) no-repeat;
	background-position: center;
	border-right: 2px solid #fff;
	display:none;
	left: 0%;	
	position:absolute;
	cursor:pointer;
	top: 0px;
	height: 58px;
	width: 56px;	
}

#mobileHeaderLogo {
	border-bottom: 2px solid #fff;
}
.search-ico {	
	/*background: #220101 url(../images/tornado.png) no-repeat;*/
	background: #FF39D8 url(../images/search_pink.png) no-repeat;
	background-position: center;
	/*background-size: 40px 50px;*/
	border-left: 2px solid #fff;
	cursor: pointer;
	display: none;
	height: 58px;
	position: absolute;
	right: 0%;
	top: 0px;
	width: 56px;
}

/*.mobile-nav-ico {
	background: #FF39D8;
	position:absolute;
	display:none;
	left: 2%;
	top: 50px;
	padding:8px;	
	cursor:pointer;
}
.mobile-nav-ico span {
	background: #FFFFFF;
	display: block;
	height: 4px;
	margin-bottom: 3px;
	width: 22px;
}
.mobile-nav-ico span:last-child {
	margin: 0;
}*/

.mobile-search input[type="text"] {
	border-radius: 0 0 0 0;
	margin-bottom:0px;
}
.mobile-search .postfix.button {	
	background: #FF39D8;
	border: medium none;
	box-shadow: none;
	font-family: 'bebasNeuregular';
	height: 37px;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 20px!important;
	width: 100%;
	margin-top: 0px;
}
.orbit-container {
	display:none;
}
.js-generated {
	display:none !important;
}
.mob-navigation {
	display:none;
}
.website-link {
	background: #e9e9e9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e9e9e9 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e9e9 0%, #c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e9e9 0%, #c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9e9e9 0%, #c6c6c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c6c6c6', GradientType=0 ); /* IE6-8 */
	/*border-bottom: 2px solid #919191;*/
	box-shadow: 0 3px 6px #999999;
	margin: 0 0 20px;
}
.website-link ul {
	margin: 0 auto;
	width: 1075px;
}
.website-link li {
	display: block;
	float: left;
}
.website-link li p {
    font-weight: normal;
    padding: 20px 0px 0 0;
    float:right;
}
.website-link li a {
	border-right: 2px solid #CDCDCD;
	display: block;
	padding: 10px 30px;
}
.website-link li p {
float:left;
padding-top:7px;
}
/*.website-link li.active a {
	background:  #FFFFFF;
	border: 0 none;
	box-shadow: 0 3px 3px #EFEFEF inset;
	margin: 0 0 -26px;
	padding: 10px 30px 19px;
}*/
.website-link li.active a {
	background: url(../images/site-background-over.png) no-repeat 0 -17px;
	background-size:cover;
	border: 0 none;
	margin: 0 0 -35px;
	padding: 10px 25px 55px;
	position:relative;
}
.contact-submit {
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 12px;
	z-index: 99;
}
.contact-submit:hover {
	color:#FF38D7;
}
.mega-drop .large-3 {
    border-right: 1px dotted #9D9D9D;
    padding: 0 8px;
}
/* 8. Pages (About)
***************************************************************/

/* 8. Pages (Services)
***************************************************************/

/* 8. Pages (Contact)
***************************************************************/

/* 8. Pages (Work detail)
***************************************************************/

/* 8. Pages (Work detail)
***************************************************************/

/* 8. Pages (Work)
***************************************************************/

 /* 9. Print
***************************************************************/

 /* 9. All Hack
***************************************************************/


.video-galley-list a{color:#000000;}
 .fb-like.fb_iframe_widget {
    margin-left: 13px;
}

.video-galley-list-four a{color:#000000;}
 .fb-like.fb_iframe_widget {
    margin-left: 13px;
    display: none!important;
}

.wp-cpl-teaser{display:none;}

#widget{
	margin:1px;
}

#twitter-widget-5{width:85px !important;}
.twitter-share-button, .twitter-tweet-button, .twitter-count-horizontal{
	width:85px !important; 
	margin-bottom: 8px;
	margin-top: 2px;
	margin-right: -10px;
	margin-left: 20px;
}
#video-counts .twitter-share-button,#video-counts .twitter-tweet-button,#video-counts .twitter-count-horizontal{
	margin-right: -25px;
}

.no-border{border:none !important;}

.navigation-paging {


    color: #FFFFFF;
    font-size: 16px;
	font-weight:bold;
    height: 33px;
 margin-bottom: 12px;
    
    text-transform: uppercase;
    width: 100%;
	
	
}
.nav-previous{
    float: right;
	text-align: right;
    margin-right: 0px;
	padding-top: 15px;
    /*width: 35%;*/
}
.nav-previous a{
    background: none repeat scroll 0 0 #7AECFF;
    color: #FFFFFF;
    padding: 7px 10px;
}
.nav-next{	
    float: left;
    text-align: left;
    margin-left: 0px;
    padding-top: 15px;
    /*width: 35%;*/
}

.nav-next a{
 background: none repeat scroll 0 0 #7AEDFF;
    color: #FFFFFF;
    padding: 7px 10px;

}

.search-box{
	background: none repeat scroll 0 0 #D2232A !important;
    border: medium none !important;
    box-shadow: none !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-bottom: 0 !important;
    margin-left: -1px !important;
}


/****  09-05-2014 start  ****/
.search-bar {position:absolute; top:10px; right:10px; width:200px;}
.search-bar input.field  {border:0; border-radius:0; height:25px; background:#9ef2f2; padding:0 10px; font-size:16px; color:#fff; font-weight:bold; margin:0;}
.search-bar .sbmt {background: url(../images/search-bar.png) no-repeat 0 0; width:21px; height:17px; position: absolute; top:4px; right:6px;}
.search-bar input.field:focus {background:#9ef2f2;}
.contact-submit { top: 48px; }
.heading-image {display:none;}

@media only screen and (max-width: 1024px) {
.search-bar {display:none;}
.contact-submit {top:9px;}
}
/****  09-05-2014 start  ****/


.wpcf7-submit{
  background-color: #7AECFF;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    padding: 8px;
    width: 100px;
	}

div.wpcf7{
width:70%;
margin:0 0 0 20px !important;

}
.post-detail{
background-color: #BFBFBF; padding: 10px; font-family: arial; line-height: 18px; font-size: 13px;
}


.video-galley-list figure img{
width:100%;
height:auto;
}

.video-galley-list-four figure img{
width:100%;
height:auto;
}

.additionalline{ background-color: #348AED; height: 8px; margin: 0 0 15px; width: 98.5%;}
.add-color{color:#4b088A !important;}
.video-galley-list.clearfix figure{height:auto;}
@media only screen and (min-width: 1030px) {
.video-galley-list-four.clearfix p{height:61px}
.video-galley-list-four.clearfix img{ max-width: 100%;}
}

.four-col-add li {width:24%; margin-right: 10px !important;;padding:0px !important;margin-top:0 !important;}
.four-col-add li p {
    background: none repeat scroll 0 0 #FFFFFF !important;
    float: left;
    font-size: 13px !important;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    margin-bottom: 0;
     min-height: 0;
    padding: 8px 10px 0 0;
    width: 100%;
}
.hot-border{ border: 1px solid #CCCCCC;
    padding: 10px 0 10px 14px;}
.width85{width:99%}

.boder-add-bottom{border-bottom: 3px solid #E5E5E5;}
.hotlists ul:last-child li.boder-add-bottom{ border-bottom: medium none !important;
    padding-bottom: 0 !important;}
.change-font{font-size: 14px !important;  height: 45px !important;}
.hotlists ul:last-child.video-galley-list{padding-bottom:0 !important;}
.mega-drop a.fixrow{height:18px; overflow:hidden;}
.user-submit-bar{
margin: 10px 0px;
background-color: #000000;
padding: 5px;
border: 1px solid #d2232a;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
}
.user-submit-bar:hover{color:#d2232a;}

.wpcf7-form label
{
   float: left;
    margin-right: 10px;
    max-width: 40%;
    padding: 5px 0;
    text-align: right;
    width: 26%;}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
    border: 1px solid #BFBFBF;
    border-radius: 0 0 0 0 !important;
    color: #000000;
    margin: 0;
    padding: 5px;
    width: 100% !important;
    margin-bottom:10px;
}
.wpcf7-form p {
    clear: both;
    margin: 10px 0;
    padding-left: 10px;
}
.wpcf7-form textarea{
  border-radius: 0 0 0 0 !important;
    height: 160px !important;
    padding: 5px !important;
    white-space: pre-wrap;
    width: 100% !important;
    word-wrap: break-word;
}
.page-id-141 .heading h3{color:#3489E4;}
.wpcf7-form{ float: left;
    margin-left: -4%;
    margin-top: 10px;
    width: 100%;}
    
.area-title {
margin: 0 0 -15px;
background-color: #000;
padding: 5px 5px 2px 5px;
}  
.area-title h1 {
margin: 0px;
padding: 0px;
color: #fff;
font: normal 36px/40px 'bebasNeuregular', Arial, sans-serif;
}
.search-result{margin:10px 0 0 !important;}
/*.search-result .video-galley-list{padding:0px 0 10px 0;}*/


#last_msg_loader {
	float:left;
	width: 100%;
	margin:10px 0px;
	text-align:center;
	
}
.number
{
float:right; 
background-color:#48B1D9; 
color:#000; 
padding-left:3px; 
padding-bottom:3px;
padding-right:3px;
font-weight:bold;
}











/* 8. Pages (About)
***************************************************************/

/* 8. Pages (Gallery )
***************************************************************/
          .content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;margin:0px auto;}
            h1{font-size:12px;font-weight:normal;color:#ddd;margin:0;}
            p{margin:0 0 20px}
            a {color:#22BCB9;text-decoration:none;}
            .cred{margin-top:20px;font-size:11px;}

            /* This rule is read by Galleria to define the gallery height: */
            #galleria{height:390px}
			.galleria-image{ }
			.galleria-thumbnails-container{ display:none;}
			.mak_banner{ position:relative;}
			.galleria-image { overflow:visible !important;  margin:0px auto; } 
			.galleria-info-title{ font-size:22px;}
			.galleria-image img{ width:100%;}
			
			
.galleria-image-nav-right { background: url(../images/arrow_rgt.png) no-repeat center center; width:65px !important; height: 105px !important; right: -11px !important;}		
.galleria-image-nav-left {background: url(../images/arrow_lft.png) no-repeat center center; width:65px !important; height: 105px !important;  left: -11px !important;}	
	
	#area-title {
    background-color: #000000;
    margin: 0;
    padding: 5px 5px 0;
}

#area-title h1 {
color: #FFFFFF;
    font-family: 'bebasNeuregular';
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
    /*padding: 0 0 7px;*/
}
#video-counts {
    background-color: #F0F0F0;
    float: none;
    line-height: 19px;
    margin: 0;
    /*padding: 5px;*/
    vertical-align: top;
	font-size:15px;
	margin-bottom:5px;
	overflow:hidden;
}
.slidercmnt_rgt {
	float:right;
	 width: auto;
	 padding:0px;
	 line-height:normal;
	 background-color:transparent !important;
}
.slidercmnt_rgt .fbicon {
	float:left;
	margin-right: 19px;
}
.right_subTitle{
	float: right;
	padding-top: 5px;

}
.warning_message {
	float: left;
}
.galley_date{ float:left;padding: 2px 0;}
.clear{ margin:0px; padding:0px; clear:both;}
.video-frame > iframe{width:100%; height: none !important;}
@media all and (min-width: 320px) {
.home-sidebar-desktop{display:none}
/*.video-frame > iframe{width:100%; height: auto;}*/
	/*
.galleria-image-nav-right{background-position:-33px 46px;}
.galleria-stage{ top:9px;}
.galleria-counter{ top:1px;}

.galleria-info-title{ padding:0px 8px;}
*/
}

/* 8. Pages (Contact)
***************************************************************/

/* 8. Pages (Work detail)
***************************************************************/

/* 8. Pages (Work detail)
***************************************************************/

/* 8. Pages (Work)
***************************************************************/

 /* 9. Print
***************************************************************/

 /* 9. All Hack
***************************************************************/
 @media(min-width:1024px) and (max-width:1600px) {
.quote .home-sidebar-desktop {display:block;}
 }

@media only screen and (max-width: 767px) {
.mobileOnly{
	display: block!important;
}
.desktopOnly{
	display: none!important;
}
.heading .heading-image { display:block;  padding:7px 0 0 0; width:54%; float:right;}
.quote .example-orbit a { background:none;}
.quote .home-sidebar-desktop {display:none;}

}



.video-galley-list .image-bar {position:relative;overflow: hidden;}
.video-galley-list .image-bar a{color:#ffffff !important; font-weight: bold !important; font-size:16px !important;}
.video-galley-list .image-bar p {position: absolute; font-size:14px; bottom:0; left:0; background: rgba(34, 33, 33, 0.5); color:#fff; padding:6px 9px 5px 11px; }
.video-galley-list .image-bar .comments {position: absolute; top:8px; right:8px; padding:1px 0 0 0; color:#fff; background:url('../images/comment_wht.png') no-repeat; width:25px; height:18px; font-size:11px; text-align:center; display:block;}
.video-galley-list .image-bar .comments a{font-size:11px !important;}
.copyright-mobile{
	color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 10px 0;
    text-align: center;
}
.copyright-mobile a{
	color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 10px 0;
    text-align: center;
}

.video-frame {width:100%; position:relative}
.video-frame > iframe{width:100%; }

.vdo_logo { position:absolute; top:0px; right:0px;}



@media only screen and (min-width: 320px) and (max-width: 480px)
{
	a.branding.brading-bg.mobileOnly {
		width: 72%;
		padding: 11px 0 0;
	}
	.messengerLogo {
		width: 72%;
		padding: 10px 0 0!important;
	}
	.galleria-image-nav-right{background-position:0px !important;}
	.post-detail{background:#fff;}
	.galleria-image img{top:0px !important;}
	.galleria-image-nav{top:0px;margin-top:0px;}
	#area-title{background:#fff;}
	#area-title h1{
		color:red;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-size: 20px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		/*height: 48px;*/
		line-height: 20px;
	}
	.galleria-container{height:218px !important;}
	#galleria{height:auto;}
	.galley_date{font-size:11px !important;margin:0 3px 0 0;}
	.warning_message p{
		font-size:11px !important;
		white-space: nowrap;
	}
	.fbicon{display:none;}	
	.video-frame > iframe{width:100%; height: auto;}
	.mobile-search .postfix.button {	
		font-size: 18px!important;	
	}
}
@media (max-width: 480px) and (min-width: 375px){
	a.branding.brading-bg.mobileOnly {
		width: 72%;
		padding: 9px 0 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 640px)
{
	.video-galley-list li p {
		height: 15px;
		line-height: 18px;
	}
	.video-galley-list .image-bar a{
		color:#ffffff !important; 
		font-weight: bold !important; 
		font-size:15px !important;
		text-shadow:1px 1px #000;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		height: 30px;
		/*overflow: hidden;
		text-overflow: ellipsis;
		display: inline;
		line-height: 15px;
		max-height: 30px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;*/
	}
}
#searchnewformDesktop{margin:0px;}
.date-head{border-bottom:5px solid #3489E4;}

.social-adj span{height:22px !important;}

.fixed{position:fixed;top:0;z-index:999999;}
.displayStyle {
	display: block!important;
}
.displayStyleHidden {
	display: none!important;
}

.author-mobile{font-size: 12px;padding-left: 5px;text-transform: capitalize;}


.nav-arrows{
    bottom:10px;
    right:10px;
    position:fixed;
    text-align:center;
    z-index:9999;
    width:50px;
}

.nav-arrows a{
display:block;
    text-indent:-9999px;
    padding-top:38px;
}

.nav-arrows .top-arrow {
	background: url(../images/nav-arrows.png) no-repeat 0 0;
}

.nav-arrows .bottom-arrow {
	background: url(../images/nav-arrows.png) no-repeat 0 -110px;
}

.nav-arrows .home-arrow {
	background: url(../images/nav-arrows.png) no-repeat 0 -55px;
}

.top{
    z-index:999;
}

.slide-over{
    z-index:9!important;
}
/*
.navigation-content-wrap ul.dropdown .row.mega-drop .large-3.columns.no-border{
  line-height: 1;
  display: inline-block;
  height: 20px;
  overflow: hidden !important;
}
*/
.navigation-content-wrap ul.dropdown .row.mega-drop .large-3.columns.no-border{
  line-height: 1;
  display: inline-block;
  height: 19px;
  overflow: hidden !important;
}
.navigation-content-wrap ul.dropdown .row.mega-drop .large-3.columns.no-border a.fixrow {
  height: 16px;
}
.mega-drop .divide {
  height: 76px;
}
