
.brandbucket_body, tbody, form {
	margin: 0; padding: 0;
	font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
}

/* html, body { min-width: 520px; } */
body { background: #f3f3f3; height: auto; min-height: 100%; overflow: hidden; }
a { color: #52a8fa; text-decoration: none; -moz-text-decoration-style: dotted !important; -webkit-text-decoration-style: dotted !important; }
.normal_link { color: #52a8fa !important; font-size: 14px !important; }
a:hover { /* text-decoration: underline; */ }
a:active { text-decoration: none; }
img { vertical-align: middle; }
img.desaturate { filter: grayscale(100%); }

input[type=text], input[type=tel], input[type=email], input[type=search],
select, textarea { padding: 8px 5px; border: none; font: 14px Arial; }
select {
	appearance: none;
	-moz-appearance: window;
	-webkit-appearance: none;
}
.upper { text-transform: uppercase; }

.select_holder, .select_holder_incorrect { padding: 1px 0; }
select, .ui-select { background:  #000 url(../images/dropselect.png) no-repeat right center; }
.ui-select, .ui-select div { display: inline-block; }
.ui-select span { display: none !important; }

.defa_width { width: 1250px; margin: 0 auto;  }
.clear { clear: both; }

.page_contents_inner
{
	position: fixed; top: 90px;
	width: 100%;
}
.header_main {
	position: fixed; top: 0; left: 0;
	z-index: 0;
	height: 450px; width: 100%;
	overflow: hidden;
/*	background: #1f375d;
	background: -webkit-linear-gradient(#1f375d, #4b6e8c, #447605);
	background: -moz-linear-gradient(#1f375d, #4b6e8c, #447605);
	background: linear-gradient(#1f375d, #4b6e8c, #447605);
*/
	transform: translatez(0px); 
}

.header_main_overlay { position: absolute; left: 0; top: 0; background: rgba(0,0,0, 0.3); width: 100%; height: 450px; }
.page_contents_inner .defa_width { }



/* ----------------------------------------------------------- */
.header_main center { padding: 20px 0 0; display: block; position: fixed; top: 0; left: 0; width: 100%; z-index: 1; }
.header_main center div { display: inline-block; height: 55px; vertical-align: middle; }
.header_main .header_icon { 
	width: 70px; height: 70px;
	background: rgba(0,0,0, 0.3);
	margin: 10px 4px 0;
	z-index: 2; position: relative; 

	transition: background-color 0.6s;
	-webkit-transition: -webkit-background-color 0.6s;			
}
.header_main .header_icon:hover { background-color: rgba(0,0,0, 0.7); }
.header_main .header_icon span { display: block; margin-top: -50px; text-align: center; color: #000; font: 12px Arial; }

.menu_icon { float: left; }
.header_main .fav_icon, .header_main .cart_icon { float: right; display: none; }

.header_main a img { height: 70px; }
.header_main center img { 
	height: 62px; vertical-align: middle;
	transition: height 0.6s;
	-webkit-transition: height 0.6s;	
}

.in_2colsMode .header_icon, .in_2colsMode .header_icon img { width: 50px; height: 50px; }
.in_2colsMode .header_icon span { margin-top: -37px; font-size: 0.7em; }
/* ----------------------------------------------------------- */

.header_main .head_titles      { text-align: center; color: #FFF; }
.header_main .head_titles h1   { font-size: 28px; line-height: 35px; font-weight: 200; margin: 0 20px; padding: 10px 0; }
.header_main .head_titles span { font-size: 17px; line-height: 22px; font-weight: 200; margin: 0 50px; display: inline-block; }
.header_main .in_2colsMode .head_titles span { margin: 0 20px; }
.header_main .in_2colsMode h1 { padding-top: 0; margin-top: -15px; }

.head_segments { text-align: center; height: 50px; width: 450px; margin: 0 auto; }
.head_segments a { position: relative; top: 0; z-index: 2; margin-left: -2px }
.head_segments a {
	display: inline-block;
	background: rgba(0,0,0, 0.6);
	line-height: 37px; padding: 0 20px;
	text-decoration: none !important; color: #FFF !important;
}
.head_segments .first {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.head_segments .last {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.head_segments .selected {
	background: linear-gradient(#020202, #50545b);
	position: relative; z-index: -1;
}
.head_search { 
	width: 450px; padding: 0 0 0 30px; margin: 20px auto 0; border-radius: 30px; 
	background: #FFF url(../images/head_search_icon.png) no-repeat 4px center; text-align: left;
}
.head_search input { background: transparent; outline: none; width: 403px; font-size: 18px; }
.head_search img { display: inline !important; margin-bottom: 5px; vertical-align: middle; }
.head_category_cloud   { padding: 20px 50px 0; text-align: justify; line-height: 14px; }
.head_category_cloud a { display: inline-block;  padding: 7px 4px; color: #FFF; } 
.head_category_cloud .selected {
	background: rgba(221, 222, 224, 0.5) url(../images/head_categ_clear.png) no-repeat right center;
	border-radius: 12px; line-height: 16px;
	padding: 5px 27px 3px 12px !important;
}
.in_2colsMode .head_category_cloud { padding-left: 10px; padding-right: 10px }

.head_segments, .head_search, .head_category_cloud { 
	position: relative; z-index: 2; top: 180px;
	pointer-events: auto;

	transition: top 0.6s;
	-webkit-transition: top 0.6s;	
}

.in_5colsMode .head_category_cloud a { padding: 7px 12px; }

.in_3colsMode .head_segments, .in_3colsMode .head_search { top: 215px; }
.in_3colsMode .head_search { margin-top: 15px; }

.in_2colsMode .head_segments, .in_2colsMode .head_search { top: 235px; }
.in_2colsMode .head_search { margin-top: 10px; }

.head_category_cloud       { top: 130px !important; }
.head_cloud_visible        { top: 133px; margin-top: 0; }
.in_3colsMode .head_cloud_visible  { top:  60px !important; }
.in_2colsMode .head_cloud_visible  { top:  10px !important; }

.header_extra_shadow {
	display: none; opacity: 0;
	position: fixed; z-index: 7;
	top: 90px; left: -10px; right: -10px; height: 7px;
	background: url(../images/top_menu_shadow.png) repeat-x 0 -8px;
	background-size: 15px;

	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;	
}

/* ----------------------------------------------------------- */
.page_left_menu_holder, .page_right_menu_holder
{
	position: fixed; z-index: 70;
	display: block; overflow: hidden; width: 0;
	width: 400px; background: #353535; color: #FFF;
}
.page_left_menu, .page_right_menu { overflow-x: hidden; padding: 15px 30px; }
.page_left_menu { width: 325px; border-right: 1px solid #545454; overflow: auto; overflow-x: hidden; position: relative; }
.page_right_menu { width: 340px; margin: 0 auto; }

.page_right_menu_holder .closeBtn, .page_right_menu_holder_fixed .closedBtn { top: 10px !important; }

.page_menu_white { background: #f3f3f3; color: #938d8d;  load}
.page_menu_white .inner_width { width: 370px; margin: 0 auto; position: relative; }
.page_menu_white .white_tab { background: #e0e0e0; padding: 30px 0; width: 49%; display: inline-block; text-align: center; cursor: pointer; font-size: 18px; }
.page_menu_white .white_tab img { height: 21px; opacity: 0.5; vertical-align: sub; }
.page_menu_white .white_tab.selected { background: #f3f3f3; color: #000; }
.page_menu_white .white_tab.selected img { opacity: 1; }
.page_menu_white .closeBtn { background: none; right: 2px; position: absolute; }
.page_menu_white .closeBtn img { width: 20px; }

.page_menu_white .total_head { text-align: center; font-size: 16px; line-height: 65px; color: #000; }
.page_menu_white p { margin: 0; padding: 20px 0 10px; color: #938d8d; font-size: 12px; }
.page_menu_white input, .page_menu_white select, .page_menu_white textarea, .white_input_box { background: #FFF; color: #443f40; padding: 1px 15px; width: inherit; border: 0px none; }
.page_menu_white input, .page_menu_white textarea, .white_input_box { line-height: 50px;  }		.white_row { height: 50px; margin: 0 -15px; padding: 0 15px; }
.page_menu_white select { line-height: 20px; background: none; padding: 1px 15px; }
.page_menu_white textarea { line-height: 1.2em; padding: 0.8em 15px !important; }
.page_menu_white .my_form { font-size: 14px; line-height: 23px; white-space: nowrap; }
.page_menu_white .white_input_box, .page_menu_white .white_input_box_div {  margin: 0 -15px 1px; padding: 0 15px; }
.page_menu_white .white_input_box, .page_menu_white .white_input_box_div, .white_input_box_div span { font-size: 14px; }
.page_menu_white .full_width { width: 340px; }
.page_menu_white .p75_width  { width: 232px; }
.page_menu_white .p50_width  { width: 154px; }
.page_menu_white .p33_width  { width: 135px; }
.page_menu_white .p30_width  { width:  98px; }
.page_menu_white .p25_width  { width:  77px; }
.page_menu_white .countryselect_width { width: 185px; }		.cvcinput_width { width: 68px; }
.page_menu_white .ui-select { background-color: #FFF; padding: 14px 0 15px; }
.page_menu_white .summary { font-size: 20px; padding: 5px 0 20px; color: #4A4A4A; text-align: center; }
.page_menu_white .cart_btn { background: #468ee5; color: #FFF; line-height: 42px; border-radius: 5px; padding: 0 !important; }
.page_menu_white .cart_disclaimer { font-size: 13px; line-height: 17px; }
.page_menu_white p, .page_menu_white .cart_disclaimer { white-space: initial; }
.page_menu_white .small_cart_btn { line-height: 29px; width: 85px !important; margin-top: 10px !important; display: inline-block !important; }
.page_menu_white .mouse_over .right_img { float: right; padding: 16px 0 15px; }		.page_menu_white .mouse_over .right_img img { width: 20px; }
.page_menu_white .default_value { font-style: normal; }
/*.page_menu_white .white_disabled_box { line-height: 23px; padding: 15px; } */
.page_menu_white .white_disabled_box { line-height: 51px; background: url(/images3/whitebox_disabled.png) repeat 0 0; height: initial !important; }

.domain-enquire .g-recaptcha  { padding-top: 10px; }
.page_menu_white .g-recaptcha { padding-top: 15px; }
.g-recaptcha div div { margin: 0 auto; }

.page_menu_white *:focus {
  outline-color: transparent;
  outline-style: none;
}

.white_input_box_div { height: 50px; position: relative; background: #FFF; display: inline-block; vertical-align: middle; cursor: text; }
.white_input_box_div span { position: absolute; top: 16px; left: 15px; line-height: normal; }
.white_input_box_div.in_focus span { top: 7px; left: 15px; font-size: 10px; color: #4a90e2; }
.white_input_box_div input { background: none; border: none; position: fixed; line-height: 22px; padding: 0; margin: 0; position: absolute; top: 22px; left: 15px; }

.white_input_box_div span {
	transition: top 0.3s, left 0.3s, font-size 0.3s, color 0.3s;
	-webkit-transition: top 0.3s, left 0.3s, font-size 0.3s, color 0.3s;
}

.white_input_box .max_width { max-width: 115px; overflow: hidden; text-overflow: ellipsis; display: inline-block; }
.white_input_box .mouse_out, 
.white_input_box .mouse_over { width: 200px; margin-right: 25px; float: right; text-align: center; }
.white_input_box .mouse_over { display: none; }

.white_input_box:hover .mouse_out { display: none; }
.white_input_box:hover .mouse_over { display: block; }

.page_menu_white .page_right_menu { padding: 15px; }

.page_menu_white .disabled_cart_btn,
.page_menu_white .cart_btn { display: block; padding: 11px 0 9px; width: 145px; margin: 0 10px; text-align: center; border: 1px solid #FFF; border-radius: 5px; }

.page_menu_white .my_form { color: #938d8d; }
.page_menu_white .cart_btn { background: #468ee5; color: #FFF; }   
.page_menu_white .cart_btn:hover { background: #9bf; text-decoration: none }
.page_menu_white .disabled_cart_btn { background: #a6aaa9; color: #555; cursor: default; }
.page_menu_white .cancel_cart_btn { background-color: #9B9B9B; }
.page_menu_white .loading_gif { background: url(../images3/loading.gif) no-repeat center; min-height: 42px; }

.full_page {
/*
	overflow: hidden;
	position: fixed;
	top: 0; left: 0px; right: 0; bottom: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling: none;
*/
}

.page_contents_over {
	position: fixed; display: none; opacity: 0;
	background: #000; opacity: 0.4;
	left: 0; right: 0; top: 0; bottom: 0;
	z-index: 20; 
	box-shadow: 4px 0 6px rgba(0, 0, 0, 0.6);
}
/* ----------------------------------------------------------- */


.closeBtn {
	font-size: 14px;
	float: right; display: none;
	margin: 5px;
	width: 32px; height: 32px;
	background: url(../images/rightmenu_close.png) no-repeat center;
	background-size: contain;
	text-align: center; line-height: 20px;
	color: rgba(255, 255, 255, 0); text-decoration: none;
	opacity: 0.6;
}
.closeBtn:hover { opacity: 0.8; color: rgba(255, 255, 255, 0); text-decoration: none; }


.default_load_background
{
	background: #343434; color: #FFF;
	
	position: relative; z-index: 5;
	left: 0px; width: 100%;
	height: 0px; overflow: hidden;
}

.default_load_background {
	transition: height 0.8s;
	-webkit-transition: height 0.8s;
}
.default_load_background_shadow
{
	background: #343434 url(../images/load_shadow.png) repeat-x 0 1px;
	height: 10px;
}
.load_nav_links {
	color: #9a9a9a;	display: none;
	text-decoration: none;
	font: bold 45px "Arial Narrow", Arial;
	position: relative;
}

.site_large_content
{
/*	width: 100%;
	height: inherit !important;	*/
	position: relative !important;
}


.default_load_arrow {
	width: 36px; height: 15px;
	position: relative;
	background: url(../images/load_arrow.png) no-repeat center top;
	display: none; z-index: 6;
}

.main_header, .second_header, .header_loading_area { z-index: 6; }

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.selectable-text, .transparent_box, .idea_div, .blog_post_excerpt, .tip_body {
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.scrollable{
    overflow: auto; overflow-x: hidden;


	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

.ui-input-text { display: inline-block; vertical-align: middle; }
.ui-loader { position: fixed; left: 0; right: 0; bottom: -500px; top: inherit !important; z-index: 100; }
.ui-loader h1
{
	display: block;
	margin: -30px auto 0; width: 150px; text-align: center;
	padding: 40px 10px 10px; border-radius: 10px;
	background: rgba(255,255,255, 0.9) url(../images/loading1.gif) no-repeat center 15px;
	font: 16px Arial; text-transform: capitalize;
}
.loading_gif { background: url(../images/loading2.gif) no-repeat center; }

.half_div { width: 42.5%; padding: 0 2.5%; margin-right: 2.5%; float: left ; }
.half_div i { font: italic 17px/25px "Times New Roman"; background: #f8f9ff; display: inline-block; text-align: justify; padding: 10px; margin: 0 -10px; }
.half_div_clear { clear: both; height: 10px; }
.onequarter_div { width: 215px; display: inline-block; margin: 0 10px; text-align: left; }
.onequarter_div .blob { width: 70px; height: 70px; font: bold 18px/70px Arial; border-radius: 40px; border: 2px solid #d7d7d7; color: #d7d7d7; text-align: center; margin: 0 auto 20px; }

.main_theme, .second_theme { font-size: 14px; line-height: 20px; }
.main_theme .large_h, .main_theme_gray .large_h, .second_theme .large_h { font-size: 28px !important; font-weight: 100 !important; }
.main_theme .large_h, .second_theme .large_h { text-transform: uppercase; }
.main_theme center, .second_theme center { padding-bottom: 25px; }
.second_theme .blog_post_excerpt .large_h { font: bold 16px Arial !important; color: #000; padding-bottom: 5px; }
.second_theme .blog_post_excerpt a { color: #000; }
.second_theme .blog_post_excerpt { height: 90px; }
.second_theme .blog_post_area { height: 425px; }
.second_theme .blog_box { margin: 0 auto; width: 410px; }
.second_theme .half_div { margin: 0; width: 50%; padding: 0; }
.second_theme .was_half_div { clear: both; margin-top: 25px; }
.second_theme { padding: 20px 0 !important; }
.second_check { padding: 10px 30px 10px 100px; background: url(../images/secondtheme_check.png) no-repeat 30px 10px; min-height: 50px; }
.maintheme_tip { text-align: center; background: #70b8dd; color: #FFF; padding: 20px 0; margin: 20px -20px -20px }
.maintheme_tip a { color: #FFF !important; }
.maintheme_btn { font: bold 13px Arial; background: #70b8dd; color: #FFF !important; padding: 0 20px; line-height: 35px; margin: 0 10px; display: inline-block; text-transform: uppercase }
.main_theme_gray { background: #535760 !important; color: #FFF !important; text-align: center; }
.main_theme_gray .large_h { color: #FFF !important; }
.main_theme h3, .second_theme h3 { font: bold 14px Arial; padding: 0; margin: 0 0 8px 0; }
.main_theme input { color: #000; background: #FFF; width: 210px; border: 1px solid #d7d7d7; margin-top: 5px; }





.default_value { color: #a6aaa9 !important;  }
.default_value option { color: #000 !important; }
.incorrect { color: #ff0000 !important; border-color: #FF0000 !important; }

.main_theme .center_button { background: #7ab7dc; font-size: 18px; font-weight: normal; text-transform: uppercase; padding: 9px 0 7px; margin-left: 15px; width: 110px; text-align: center }

.favVote_body { font-size: 16px; line-height: 25px; font-weight: 100; overflow-y: auto !important; }
.favVote_body .copyright { text-align: center; padding: 20px; color: #a8a8a8; }

.favVote_body .light_gray { padding: 20px 0 40px; }
.favVote_body .light_gray, .favVote_body .light_gray td { color: #a8a8a8; }
.favVote_body p { font-size: 1.2em; }
.favVote_body .large_h { font-size: 25px !important; font-weight: 100 !important; text-align: center; }
.favVote_body .center_button { background: #7ab7dc; font-size: 18px; font-weight: normal; padding: 9px 30px 7px; margin: 0 auto; width: 110px; text-align: center; color: #FFF; border-radius: 2px; display: block }
.favVote_body .options a { display: inline-block; width: 130px; line-height: 130px; border-radius: 200px; margin: 0 10px 20px; background: #d8d8d8; text-align: center; color: #FFF !important; text-decoration: none !important; text-transform: uppercase; }
.favVote_body .options a:hover, .favVote_body .options a.selected { background: #4990e2; }

.favVote_body .comments_large { width: 350px; height: 400px !important; resize: none; }


@media screen and (max-device-width: 480px) {
/*	.page_right_menu_holder .closeBtn { top: 52px !important; right: 10px !important; top: 55px !important; }  */
	body { -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%; } 
	
	input[type=text], input[type=tel], input[type=email], input[type=search],
	select, textarea,
	.select_holder span, .select_holder_incorrect span { font-size: 20px !important;  -webkit-tap-highlight-color: transparent; }
	.select_holder, .select_holder_incorrect { padding: 1px 0 0 0;}
	.white_input_box_div input { top: 40px; }
	.white_input_box_div.in_focus span { font-size: 15px; top: 10px; }

	.page_menu_white .inner_width { width: 470px; }
	.page_right_menu { width: 440px; }
	.page_menu_white .white_tab { font-size: 21px; } .page_menu_white .white_tab img { height: 26px; }

	.page_menu_white .total_head { font-size: 20px; }
	.page_menu_white p { font-size: 16px; }
	.page_menu_white .cart_disclaimer { font-size: 14px; }

	.page_menu_white .disabled_cart_btn, .page_menu_white .cart_btn { width: 195px; font-size: 20px; line-height: 52px; }
	.page_menu_white .ui-select { font-size: 16px; padding: 28px 0; }
	.page_menu_white .white_input_box, .page_menu_white .white_input_box_div, .white_input_box_div span { font-size: 20px; }
	.page_menu_white .white_input_box, .page_menu_white .white_input_box_div { height: 80px; }			.white_row { height: 80px; overflow: hidden; }
	.page_menu_white .white_input_box_div { line-height: 80px; }

	.page_menu_white .full_width { width: 440px; }
	.page_menu_white .p75_width  { width: 302px; }
	.page_menu_white .p50_width  { width: 203px; }
	.page_menu_white .p33_width  { width: 175px; }
	.page_menu_white .p30_width  { width:  88px; }
	.page_menu_white .p25_width  { width: 104px; }
	.page_menu_white .countryselect_width { width: 235px; }		.cvcinput_width { width: 88px; }	

	.white_input_box_div span { top: 28px; }

	.page_menu_white .small_cart_btn { width: 100px !important; font-size: 18px; line-height: 37px; margin-top: 20px !important; }
	.page_menu_white .mouse_over .right_img { padding-top: 27px; }		.page_menu_white .mouse_over .right_img img, .page_menu_white .closeBtn img { width: 25px; }

	.page_menu_white .white_disabled_box { line-height: 81px; background-size: 81px auto; }

}

@media only screen and (max-device-width: 1024px) {
	.white_input_box .mouse_out  { display: none;  }
	.white_input_box .mouse_over { display: block; }
}

.logodesigners_box { background: #556a7f !important; color: #FFF; font-size: 15px; line-height: 19px  }
.logodesigners_box a { color: #FFF; text-decoration: none; padding: 10px; display: block; }
.logodesigners_box strong, .logodesigners_box span, .logodesigners_box i { display: block; padding: 10px; }
.logodesigners_box strong { font-size: 20px; font-weight: 200; letter-spacing: 1px }
.logodesigners_box span { height: 68px; }
.logodesigners_box i {  text-align: right; }


.testimonial_box { background: #53585f !important; }
.testimonial_box table { margin: 0; } .testimonial_box td { padding: 15px; height: 146px; color: #FFF; }
.testimonial_box a { padding: 5px 10px; float: right; }
.testimonialContent { font: italic 16px 'Times new roman'; text-align: justify; }
.testimonialClient { font: bold 14px Arial; text-align: right; }

.video_border { width: 409px; height: 233px; padding: 17px 18px 111px 19px; background: url(../images/video_border.png) no-repeat center; }
.video_border_small { width: 325px; height: 185px; padding: 24px 25px 101px 23px; background: url(../images/maintheme_screen.png) no-repeat center; }

.maintheme_screen_button { width: 328px; padding: 23px 24px 101px 22px; background: url(../images/maintheme_screen.png) no-repeat 0 0; margin: 10px auto; }
.maintheme_screen_button div, .blog_box .video_location div {  
	cursor: pointer;

	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.maintheme_screen_button div { background: rgba(64,64,64,0.6) url(../images/maintheme_screen_over.png) no-repeat center; height: 187px; }
.blog_box .video_location div { border-radius: 5px; background: rgba(85, 106, 127, 0.6) url(../images/maintheme_screen_over_blue.png) no-repeat center;}
.maintheme_screen_button:hover div { background-color: rgba(0, 0, 0, 0.7); }


.brandbucket_voteBody { background-image: url(/sites/vote/clouds0.jpg); }
.brandbucket_voteBody .page_contents_inner { z-index: 2; }
.brandbucket_voteBodyBackground { position: fixed; top: 0; left: 0; width: 100%; opacity: 0; z-index: 1; }
.brandbucket_voteBody, .brandbucket_voteBodyBackground { background-size: cover; background-position: center; background-repeat: no-repeat; }
.brandbucket_voteBodyPreload { width: 1; height: 1; }
.vote_bigDiv { padding: 20px; }
.vote_bigDiv, .vote_col1, .vote_col2 { font-size: 18px; line-height: 25px; color: #FFF; }
.vote_right_infoBox {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px; padding: 20px 50px;
	float: right;
}
.vote_col1 { text-align: right; padding-right: 10px; }
.vote_col2 { min-width: 200px; }
.vote_blue, .vote_orange { 
	border-radius: 10px; display: inline-block; padding: 0 30px;
	font-size: 40px; line-height: 90px;
	text-align: center; 
	color: #FFF; 
	text-decoration: none;
}
/*.vote_blue { background: linear-gradient(#4fa5f8, #0367c2); min-width: 200px; }
.vote_orange { background: linear-gradient(#ef9419, #de6b0f); padding: 0 40px; margin-top: 40px; }*/

.in_3colsMode .vote_right_infoBox { font-size: 29px; }
.in_2colsMode .vote_right_infoBox { font-size: 15px; }
.in_3colsMode .vote_blue, .in_3colsMode .vote_orange { font-size: 32px; line-height: 80px; } .in_3colsMode .vote_blue { padding: 0 20px; }
.in_2colsMode .vote_blue, .in_2colsMode .vote_orange { font-size: 25px; line-height: 70px; } .in_2colsMode .vote_blue { padding: 0 15px; min-width: 140px; }

.vote_description { 
	border: 1px solid #ced1d6; color: #c4c7cd;
	padding: 20px; text-align: center;
	font-size: 14px;
}

.footer_div {
	font-size: 15px;
	background: #90a2ba; padding: 15px 0; text-align: center; margin: 0 4px;
	color: #FFF;
	border-radius: 3px; 
}
.footer_div a { color: #FFF; text-decoration: none; display: inline-block; padding: 0 10px; }
.footer_div a:hover {text-decoration: underline;}
.footer_div div { font-size: 0.8em; padding-top: 5px; }
.footer_div div a { padding: 0; }
.footer_div span { display: inline-block; }


.share_div { height: 50px; margin: 10px 5px 0; display: none; }
.share_div div { margin: 0 -5px; }
.share_div a {  /* d8dee3 - 90a2ba  */
	background: #b7c2d2 url(../images/share_icons.png) no-repeat 10px 0; display: block; float: left; border-radius: 4px;
	line-height: 50px; width: 205px; padding-left: 35px;
	margin: 0 5px; 
	text-align: center; color: #FFF; cursor: pointer;
}
.share_div a:hover { background-color: #7AA9CE; text-decoration: none; }
.share_div .twitter   { background-position: 10px -50px; }
.share_div .gplus     { background-position: 10px -100px; }
.share_div .pinterest { background-position: 10px -150px; }
.share_div .rss       { background-position: 10px -200px; }
.share_div .linkedin  { background-position: 10px -250px; }

.faq_body { position: relative; }
.faq_body .header_tab a { color: #a6aaa9; border: 2px solid #32a2fe; border-radius: 110px; width: 110px; padding-top: 4px; line-height: 106px; text-align: center; display: inline-block; }
.faq_body .header_tab a:hover, .header_tab .selected { color: #000 !important; border-color: #000 !important; }
.faq_body p, .faq_body li { font-size: 15px; line-height: 22px; }
.faq_body p { margin: 12px 0; }
.faq_body hr { display: block; border: 1px solid #dddee0; border-bottom: none; margin: 20px auto; width: 250px; display: block; }

.faq_body .top_title { font-size: 27px; font-weight: 500; margin: 20px 0; }
.faq_body .inner_title { font-size:19px; font-weight: 500; margin: 17px 0; }
.faq_body .inner_title_small { font-size: 17px; font-weight: 400; margin: 15px 0;}

.faq_body .link { font-size: 14px; line-height: 20px; font-weight: 400; color: #52a8fa !important; }
.faq_body .top { position: fixed; top: 0px; right: 30px; display: none; opacity: 0.7; }

.in_3colsMode .faq_body { padding-left:  70px !important; padding-right:  70px !important; }
.in_4colsMode .faq_body { padding-left: 110px !important; padding-right: 110px !important; }
.in_5colsMode .faq_body { padding-left: 150px !important; padding-right: 150px !important; }



.name_my_company_box a {
	background: url(/images3/name_my_company_box.png) no-repeat 0 0 / 100% auto;
	display: block;
	height: 200px;
	border-radius: 3px;
}


/***********************************************/
.log_report_links { text-align: center; }
.log_report_links a {
	display: inline-block;
	width: 85px; height: 85px; text-align: center; line-height: 88px;
	border: 1px solid #000; border-radius: 50px;
}
.log_report_links .selected { border-color: #52a8fa !important; }

/***********************************************/
tooltip { position: relative; }
tooltip span { display: none; }
tooltip:hover span {
	display: block;
	position: absolute;
	top: 0.5em; left: .7em; white-space: nowrap;
	z-index: 100;
	background: #FFF; border: 1px solid #aaaaaa; padding: 3px 6px; border-radius: 3px;
}