/* HunkomaniaUSA - CSS Styles */
/* Website designed by Eyedeas, Inc. */

/* Body */

body{
	margin:0;
	padding:0;
	background:url('https://hunkomanianyc.com/images/bg.jpg') no-repeat top center #000;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	-webkit-text-size-adjust: 100%;
}

table {
	display: table;
	border-collapse:collapse;
	border-spacing: 0px;
}
tr, td{
	margin:0;
	padding:0;
	vertical-align:top;
}

img{
	border:none;
}

p{
	text-align:justify;
	line-height:145%;
	color:#FFF;
}

a{
	color:#00c4e2;
	border:none;
}
a:hover{
	text-decoration:underline;
}
a:active
{
	outline: none;
}
a:focus
{
	outline-style:none;
}

strong{
	color:#00c4e2;
	font-weight:400;
}

h1{
	font-family: "Roboto", Arial, sans-serif;
	font-weight:normal;
	font-size:22px;
}
h1 span{
	color:#c20b58;
}
h2{
	font-family: "Roboto", Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#FFF;
}
h2 a{
	color:#FFF;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
h3{
	font-family: "Roboto", Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
}

.main_container{
	background:url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}

hr{
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin:20px 0 20px 10px;
}

/* Header */

.logo{
	margin:0 0 -3px 243px;
	padding:0;
	display:block;
}

.social_icons{
	margin:-91px 0 6px 844px;
	padding:0;
	display:block;
}
.social_icons img{
	margin:0;
}

.phone_number{
	margin:3px 0 0px 980px;
	font-weight:bold;
	font-size:18px;
	color:#00c4e2;
	font-family:Arial, sans-serif;
}

.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:1446px; position:absolute; }
  
/* Home page Content */

.banner{
	margin:85px 0 0 540px;
	padding:0;
	font-family:"Roboto", Arial, sans-serif;
	font-size:23px;
	font-weight:400;
}
.banner_title{
	color:#FFF;
	text-transform:uppercase;
}
.banner_link1{
	margin:-65px 0 0 410px;
	display:block;
	width:165px;
	height:50px;
}
.banner_line1{
	color:#00ddff;
	text-transform:uppercase;
	font-size:18px;
	margin:40px 0 0 0;
}
.banner_line2{
	color:#FFF;
	margin:5px 70px 0 0;
	line-height:100%;
	text-align:right;
}
.banner_link2{
	margin:40px 0 0 430px;
	display:block;
	width:165px;
	height:30px;
}

.home_content{
	width:490px;
	display:block;
	margin:32px 0 0 120px;
}
.home_content .icon{
}
.home_content h1{
	text-shadow:2px 2px 5px #000;
	margin:0 0 15px 0;
}
.home_content h2{
	display:inline-block;
	margin:10px 0 0 16px;
	vertical-align:top;
	text-transform:uppercase;
	text-shadow:2px 2px 5px #000;
	font-weight:400;
}
.home_content p{
	text-shadow:2px 2px 5px #000;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	font-size:15px;
}
.home_content p span{
	color:#00c4e2;
	text-transform:uppercase;
}
.home_content .home_bar{
	width:490px;
	margin:5px 0 15px 0;
}
.home_content .right_link a{
	text-align:right;
	text-decoration:none;
}
.home_content .right_link a:hover{
	font-style:italic;
	font-weight:bold;
}

/* Pages Content */

.content{
	width:730px;
	display:block;
	margin:32px 0 0 0px;
}
.content h1{
	text-shadow:2px 2px 5px #000;
	margin:0 0 15px 0;
}
.content h2{
	display:inline-block;
	margin:10px 0 0 16px;
	vertical-align:top;
	text-transform:uppercase;
	text-shadow:2px 2px 5px #000;
	font-weight:400;
}
.content p{
	text-shadow:2px 2px 5px #000;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	font-size:15px;
}
.content p span{
	color:#00c4e2;
	text-transform:uppercase;
}
.content .separation_bar{
	width:730px;
	margin:5px 0 15px 0;
}
.content .right_link a{
	text-align:right;
	text-decoration:none;
}
.content .right_link a:hover{
	font-style:italic;
	font-weight:bold;
}

.nav{
	text-shadow:2px 2px 4px #000;
	margin:0 0 15px 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.nav a{
	padding:2px 5px 5px 5px;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
.nav a:hover{
	background-color:#009db4;	
}
.nav .active{
	background-color:#009db4;	
}

.float_left{
	margin:0 20px 10px 0;
	padding:0;
	float:left;
}
.float_right{
	margin:0 0 10px 20px;
	padding:0;
	float:right;
}

.content ul {
    list-style: none;
    padding:0;
    margin:-5px 0 0 -5px;
}
.content li { 
    padding-left: 1em; 
    text-indent: -.7em;
	line-height:25px;
}
.content li:before {
    content: "•";
	padding-right:8px;
    color: #c20b58;
}


.table{
	width:652px;
	font-size:13px;
	margin-left:30px;
	background-color:rgba(0,0,0,0.5);
}
.table td{
	padding:6px;
}
.table .table_row:hover{
	background-color:rgba(255,255,255,0.5);
}
.table .table_header{
	background-color:rgba(255,255,255,0.5);
}
.table_header{
	color:#000;
	font-weight:bold;
	background-color:#FFF;
}
.table_row{
	font-size:13px;
	border:solid 1px #666;
}
.table .table_row a{
	text-decoration:none;
	color:#FFF;
}
.table .table_row a:hover{
	text-decoration:underline;
}
.table .buy_now_btn{
	margin:0 6px -4px 0;
}



/* Men Gallery */

div.fadehover{
	position: relative;
	margin:0;
	padding:0;
}
img.a{
	position: absolute;
	left: 0;
	top: 0;
	margin:0;
	padding:0;
	z-index: 10;
}
img.b{
	position: absolute;
	left: 0;
	top: 0;
	margin:0;
	padding:0;
}

.men_gallery .icon{
	margin-left:15px;
}
.men_gallery h2{
	display:inline-block;
	margin:10px 0 0 16px;
	vertical-align:top;
	text-transform:uppercase;
	text-shadow:2px 2px 5px #000;
	font-weight:400;
}
.men_gallery .separation_bar{
	width:100%;
	margin:5px 0 15px 0;
}
.men_gallery h1{
	text-shadow:2px 2px 5px #000;
	margin:20px 0 0 47px;
	font-size:47px;
}
.men_gallery p{
	text-shadow:2px 2px 5px #000;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	font-size:15px;
	margin:50px 0 0 65px;
	width:400px;
}
.men_gallery p strong{
	color:#00c4e2;
	font-weight:bold;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
}
.men_gallery .photo_gallery{
	margin:40px 0 0 0;
}
.men_gallery .photo_gallery img{
	margin:23px 0 0 10px;
	width:151px;
	height:141px;
}
.men_gallery .photo_gallery .pic{
	background:url('https://hunkomanianyc.com/images/frame_pic.png') top left no-repeat;
}
.men_gallery .photo_gallery .vid{
	background:url('https://hunkomanianyc.com/images/frame_vid.png') top left no-repeat;
}

.men_gallery .scroll_gallery{
	margin:35px 0 0 0;
}

.men_gallery .scroll_gallery .mouseover_btn{
	cursor: pointer;
	text-align:center;
	margin:40px 0 0 12px;
}

/* Interior Page */

.interior_page{
	width:744px;
	background:url('https://hunkomanianyc.com/images/interior_page_header.png') no-repeat;
	display:block;
	margin:32px 0 0 0px;
}
.interior_page h1{
	text-shadow:2px 2px 5px #000;
	margin:0 0 15px 0;
}
.interior_page h2{
	display:inline-block;
	margin:10px 0 0 16px;
	vertical-align:top;
	text-transform:uppercase;
	text-shadow:2px 2px 5px #000;
	font-weight:400;
}
.interior_page p{
	text-shadow:2px 2px 5px #000;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	font-size:15px;
}
.interior_page p span{
	color:#00c4e2;
	text-transform:uppercase;
}
.interior_page .separation_bar{
	width:700px;
	margin:15px 0 15px 0;
}
.interior_page .right_link a{
	text-align:right;
	text-decoration:none;
}
.interior_page .right_link a:hover{
	font-style:italic;
	font-weight:bold;
}

.interior_page .nav{
	margin-top:30px;
}

.interior_page .frame{
	background-color:rgba(126,96,88,0.5);
	padding:20px;
}

.interior_page .photo_gallery{
	margin:30px 0 0 55px;
}
.interior_page .photo_gallery .preview{
	margin:23px 0 0 10px;
	width:151px;
	height:141px;
}
.interior_page .photo_gallery p{
	font-size:13px;
	margin:14px 0 0 12px;
}
.interior_page .photo_gallery .pic{
	background:url('https://hunkomanianyc.com/images/frame_pic.png') top left no-repeat;
}
.interior_page .photo_gallery .vid{
	background:url('https://hunkomanianyc.com/images/frame_vid.png') top left no-repeat;
}
.interior_page .photo_gallery .vid_large{
	background:url('https://hunkomanianyc.com/images/frame_vid_large.png') top left no-repeat;
}
.interior_page .photo_gallery .vid_large .preview{
	margin:23px 0 0 12px;
	width:190px;
	height:141px;
}

.interior_page .post_txt img{
	margin:15px 60px 40px 15px;
	float:left;
	display:block;
}
.interior_page .post_link{
	text-align:right;
}

/* Sidebars */

.preview_show_large{
	width:477px;
	height:340px;
	background:url('https://hunkomanianyc.com/images/preview_show_large.png');
	margin:15px 0 0 15px;
}
.preview_show_large h2{
	padding:30px 0 0 82px;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:400;
}
.preview_show_large .link{
	width:455px;
	height:230px;
	margin:15px 0 0 10px;
}

.preview_show_small{
	width:378px;
	height:270px;
	background:url('https://hunkomanianyc.com/images/preview_show_small.png');
	margin:15px 0 0 15px;
}
.preview_show_small h2{
	padding:25px 0 0 82px;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:400;
}
.preview_show_small .link{
	width:372px;
	height:160px;
	margin:15px 0 0 10px;
	background-color:#060;
}

.twitter_box_large{
	width:459px;
	height:400px;
	background:url('https://hunkomanianyc.com/images/twitter_box_header.jpg') no-repeat top #141414;
	margin:30px 0 0 25px;
}
.twitter_box_large h2{
	padding:25px 0 0 76px;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:400;
}
.twitter_box_large .social_btns{
	margin:-43px 0 0 360px;	
	display:block;
}
.twitter_box_large .twitter_widget{
	margin:10px 0 0 5px;
	display:block;
}

.twitter_box_small{
	width:375px;
	background:url('https://hunkomanianyc.com/images/twitter_box_small.jpg') no-repeat top #141414;
	margin:30px 0 0 18px;
	padding-bottom:2px;
}
.twitter_box_small h2{
	padding:22px 0 0 72px;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:400;
}
.twitter_box_small .social_btns{
	margin:-43px 0 0 275px;	
	display:block;
}
.twitter_box_small .twitter_widget{
	margin:10px 0 0 5px;
	display:block;
}

.sidebar_content{
	width:445px;
	display:block;
	margin:32px 0 0 25px;
}
.sidebar_content p{
	text-shadow:2px 2px 5px #000;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	font-size:15px;
}
.sidebar_content p span{
	color:#00c4e2;
	text-transform:uppercase;
}
.sidebar_content .right_link a{
	text-align:right;
	text-decoration:none;
}
.sidebar_content .right_link a:hover{
	font-style:italic;
	font-weight:bold;
}

/* Footer */

.footer_logo{
	margin:15px 0 0 70px;
}

.footer_nav{
	margin:3px 0 0 80px;
}
.footer_nav h3 a{
	color:#FFF;
	font-style:normal;
}
.footer_nav a{
	color:#5bc2db;
	text-decoration:none;
}
.footer_nav a:hover{
	color:#5bc2db;
	text-decoration:underline;
}
.footer_nav p{
	color:#999;
	text-align:left;
	font-size:12px;
}

.footer_sub_menu a{
	color:#999;
}
.footer_sub_menu a:hover{
	color:#FFF;
}

.footer_txt{
	font-size:9px;
	text-align:center;
	color:#333;
}

/* Backgrounds */

.bgdrag{
	background:url('../images/drag.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}

.bg1{
	background:url('https://hunkomanianyc.com/images/men/bg_EJ.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg2{
	background:url('https://hunkomanianyc.com/images/men/bg_Andreas.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bgfemale{
	background:url('https://hunkomanianyc.com/images/men/bg_female.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg3{
	background:url('https://hunkomanianyc.com/images/men/bg_Dean.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg4{
	background:url('https://hunkomanianyc.com/images/men/bg_Chris.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg5{
	background:url('https://hunkomanianyc.com/images/men/bg_Matt.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}

.bg_Andreas{
	background:url('https://hunkomanianyc.com/images/men/bg_Andreas.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Bishop{
	background:url('https://hunkomanianyc.com/images/men/bg_Bishop.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Brandon{
	background:url('https://hunkomanianyc.com/images/men/bg_Brandon.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Chris{
	background:url('https://hunkomanianyc.com/images/men/bg_Chris.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Constantine{
	background:url('https://hunkomanianyc.com/images/men/bg_Constantine.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Dean{
	background:url('https://hunkomanianyc.com/images/men/bg_Dean.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Dima{
	background:url('https://hunkomanianyc.com/images/men/bg_Dima.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_EJ{
	background:url('https://hunkomanianyc.com/images/men/bg_EJ.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Evan{
	background:url('https://hunkomanianyc.com/images/men/bg_Evan.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Igor{
	background:url('https://hunkomanianyc.com/images/men/bg_Igor.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_James{
	background:url('https://hunkomanianyc.com/images/men/bg_James.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Jay{
	background:url('https://hunkomanianyc.com/images/men/bg_Jay.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Jean{
	background:url('https://hunkomanianyc.com/images/men/bg_Jean.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Jones{
	background:url('https://hunkomanianyc.com/images/men/bg_Jones.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Justin{
	background:url('https://hunkomanianyc.com/images/men/bg_Justin.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Matt{
	background:url('https://hunkomanianyc.com/images/men/bg_Matt.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Michael{
	background:url('https://hunkomanianyc.com/images/men/bg_Michael.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Nicolas{
	background:url('https://hunkomanianyc.com/images/men/bg_Nicolas.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Ryan{
	background:url('https://hunkomanianyc.com/images/men/bg_Ryan.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Sergey{
	background:url('https://hunkomanianyc.com/images/men/bg_Sergey.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Sergio{
	background:url('https://hunkomanianyc.com/images/men/bg_Sergio.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Smooth{
	background:url('https://hunkomanianyc.com/images/men/bg_Smooth.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Tyson{
	background:url('https://hunkomanianyc.com/images/men/bg_Tyson.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Valentino{
	background:url('https://hunkomanianyc.com/images/men/bg_Valentino.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_Vincent{
	background:url('https://hunkomanianyc.com/images/men/bg_Vincent.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_GQ{
	background:url('https://hunkomanianyc.com/images/men/bg_gq.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_austin{
	background:url('https://hunkomanianyc.com/images/men/bg_austin.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_brian{
	background:url('https://hunkomanianyc.com/images/men/bg_brian.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_acesteel{
	background:url('../images/men/bg_acesteel.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_alexmazuryn{
	background:url('../images/men/bg_alexmazuryn.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_anthony{
	background:url('../images/men/bg_anthony.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_dylan{
	background:url('../images/men/bg_dylan.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_lance{
	background:url('../images/men/bg_lance.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}
.bg_rudy{
	background:url('../images/men/bg_rudy.png') no-repeat top center, url('https://hunkomanianyc.com/images/footer_bg.jpg') bottom repeat-x;
}

div#google_translate_element {
    text-align: right;
    padding-right: 40px;
    padding-top: 20px;
}
select.goog-te-combo {
    padding: 6px;
    border-radius: 10px;
}
iframe#\:1\.container{
	display: none !important;
}
body {
    top: 0px !important;
}

.france_translte {
    font-weight: bold !important;
    color: #5bc2db;
}
.display_none{
	display: none !important;
}