
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color:#edf1f4;
	font-size:14px;
	color:#222;
	padding:0;
	line-height:25px;
	margin:0px 0px 0px 0px;
	font-weight:200;
}

.entire_container {
    padding-top:80px;
}

.help_container {
    width:900px;
    margin:50px auto 50px auto;
    background-color:#fff;
    padding:50px;
    border:#d8d8d8;
}

.home_top_container {
    padding:0px 0px 30px 0px;
}

a {
    text-decoration:none;
}

.help_container h1 {
    margin-bottom:50px;
}

.prices_container h3 {
    font-size:35px;
    color:#333;
}

.help_container a {
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: 0px 1px 1px #fff;
}

a, img {
	border:none;
}

a, a:hover {
	text-decoartion:none;
	color:#ff3300;
}

.blog_nav .nav_container {
    position:static;
    top:auto;
    left:auto;
}

.nav_container {
	height:80px;
	background-color:rgb(0,0,0);
	//box-shadow: 0px 0px 3px #666;
	width:100%;
	z-index:99;
	position:fixed;
	top:0px;
	left:0px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nav_inner {
	width:1000px;
	height:80px;
	margin:auto;
}

.nav_inner .button {
	float:right;
	margin-top:20px;
	margin-left:20px;
}

.nav_inner ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}

.nav_inner ul li {
	float:left;
	margin:0px;
	padding:0px;
}

a.nav_link {
	padding:10px;
	color:#e9e9e9;
	margin-left:3px;
	text-decoration:none;
	position:relative;
	top:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:14px !important;
}

a.nav_link:hover, .nav_link_selected {
	background-color:rgba(80,80,80,0.8);
}

.language-chooser {
	text-decoration: none;
    /*top: 30px;  */
    margin-left: 5px;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    margin-top: 28px;
}

.language-chooser select {
	height: inherit;
	padding: 0px 0px 0px 15px;
	color: #ececec;
	font: inherit;
	border: none;
    background: none;
    outline: none;
}

.language-chooser select option {
	background: #000;
}

/*.language-chooser:after {
    content: '';
	background: none;
  	width: 0;
  	height: 0;
  	border-left: 4px solid transparent;
  	border-right: 4px solid transparent;
  	border-top: 4px solid white;
  	right: 10px;
  	top: 10px;
  	position: relative;
}*/

.button {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	color: #333 !important;
	font-weight: bold !important;
	font-size:23px !important;
	padding: 8px 20px 8px 20px;
	text-align: center;
	text-shadow: 0 1px 0 #eee !important;
	text-decoration:none;
	line-height:25px;
}

a.button:hover {
	color:#333;
}

.button:hover {
	background-color: #dddddd;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd;
}

.button:active {
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}



.button_orange {
	background-color: #ff8f13;
	border: 1px solid #df6500;
	border-bottom: 3px solid #df6500;
	color: #222 !important;
	font-weight: bold !important;
	font-size:23px !important;
	padding: 8px 20px 8px 20px;
	text-align: center;
	text-shadow: 0 1px 0 #ffae6b !important;
	text-decoration:none;
	line-height:25px;
}

a.button_orange:hover {
	color:#111;
}

.button_orange:hover {
	background-color: #ff8600;
	border: 1px solid #df6500;
	border-bottom: 3px solid #d05e00;
	cursor: pointer;
	text-shadow: 0 1px 0 #ffae6b;
}

.button_orange:active {
	-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.home_h1 {
	padding-top:50px;
	font-size:48px;
	text-align:center;
	color:#333;
	margin:auto;
	width:1000px;
	line-height:60px;
	text-shadow: 0px 1px 1px #fff;
	padding:50px 0px 0px 0px;
}

.home_h1_helper {
    padding:20px 10px 60px 0px;
    font-size:28px;
    text-align:center;
    width:1000px;
    margin:auto;
    color:#333;
    text-shadow: 0px 1px 1px #fff;
}

.home_screens_container {
	height:374px;
	margin-top:60px;
}

.home_screens_inner {
	width:1000px;
	margin:auto;
	height:374px;
	position:relative;
}

.home_screen_1 {
	position:absolute;
    left:-50px;
    top:64px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.home_screen_2 {
	position:absolute;
	left:210px;
	z-index:10;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}

.home_screen_3 {
	position:absolute;
	top:64px;
	right:-50px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}

.footer {
	background-color:#d8d8d8;
	margin:0px;
}

.home_orange_container {
	background-color: #ff8f13;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f13), color-stop(100%, #ff7604));
	background-image: -webkit-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -moz-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -ms-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -o-linear-gradient(top, #ff8f13, #ff7604);
	background-image: linear-gradient(top, #ff8f13, #ff7604);
	padding-top:90px;
	height:210px;

}

.home_orange_inner {
	width:1000px;
	margin:auto;
	font-size:18px;
	color:#111;
}

.home_how {
	padding-top:50px;
	width:1000px;
	margin:auto;
	font-size:14px;
	text-align:justify;
}

.home_how h2 {
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
}

.clear {
	clear:both;
}

.footer_inner {
	width:1000px;
	padding-top:50px;
	padding-bottom:30px;
	margin:auto;
	font-size:12px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.footer li {
	padding:10px 0px 10px 0px;
	margin:0px;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #e9e9e9;
}

.footer1 {
	width:200px;
	float:left;
	margin-right:50px;
}

.footer_header {
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #c7c7c7;
	font-size:14px;
	text-align:center;
	height:25px;
}

.footer a {
	color:#414141;
	text-decoration:none;
}

.footer a:hover {
	color:#5c5c5c;
	text-decoration:none;
}

.footer2 {
	width:600px;
	float:left;
	font-size:12px;
	margin-right:50px;
}

.feed_container {
	padding:10px 0px 10px 45px;
	min-height:40px;
	line-height:17px;
	font-size:11px;
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #e9e9e9;
}

.feed_con {
	position:relative;
}

.feed_container img {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	max-width:40px;
	max-height:40px;
}

.feed_time {
	position:absolute;
	font-size:11px;
	top:5px;
	color:#777;
	right:0px;
}

.footer3 {
	width:300px;
	float:left;
	line-height:20px;
	font-size:11px;
}

.footer3 a {
	font-size:14px;
}

.footer3 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.footer3 img {
	width:40px;
	height:40px;
	vertical-align:middle;
	margin-right:10px;
	float:left;
}

.home_how1 {
	width:300px;
	float:left;
}

.home_how2 {
	width:300px;
	float:left;
	margin:0px 50px 0px 50px;
}

.home_how1 img, .home_how2 img {
	box-shadow: 0px 0px 20px #666;
	margin-bottom:20px;
}
.home_how h4 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.home_what {
	width:1000px;
	margin:auto;
	padding:60px 0px 60px 0px;
}

.home_what2 {
	width:320px;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:20px;
	color:#666;
}

.home_what img {
	margin-bottom:20px;
	width:60px;
	height:60px;
}

.home_what h4 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#333;
	text-shadow: 0 1px 0 #fff;
}

.home_feature {
	width:1000px;
	margin:auto;
	color:#666;
	padding:0px 0px 60px 0px;
	line-height:26px;
}

.home_feature_right {
	width:450px;
	padding-left:550px;
}

.home_img_left {
	float:right;
}

.home_feature_left {
	width:450px;
	padding-right:550px;
}

.home_feature h4 {
	font-size:44px;
	font-weight:bold;
	padding-top:0px;
	color:#333;
	text-shadow: 0 1px 0 #fff;
	line-height:60px;
}

.home_feature_nivo {
	width:500px;
	height:350px;
	float:left;
}

.home_feature_nivo_right {
	width:500px;
	height:350px;
	float:right;
}

.home_test {
	background-color:#f0f0f0;
	padding:80px 0px 80px 0px;
	margin-top:40px;
	color:#666;
}

.home_test_inner {
	width:1000px;
	margin:auto;
}

.home_test h3 {
	font-size:27px;
	font-weight:bold;
	color:#222;
	text-align:center;
}

.home_test_left {
	width:405px;
	float:left;
	background:#ebebeb url(https://static.iclanwebsites.com/website2/images/quotes.png?1) 10px 20px no-repeat;
	margin-top:50px;
	padding:20px 20px 25px 50px;
	border-left:1px solid #d7d7d7;
	font-size:
}

.home_test_right {
	width:405px;
	float:right;
	padding:20px 20px 25px 50px;
	background-color:#ebebeb;
	margin-top:50px;
	border-left:1px solid #d7d7d7;
	background:#ebebeb url(https://static.iclanwebsites.com/website2/images/quotes.png?1) 10px 20px no-repeat;
}

.home_feature img {
	box-shadow:0px 0px 15px #999;
	float:left;
}

.home_voice_offer {
	z-index:14;
	position:relative;
	left:800px;
	bottom:90px;
	display:none;
}

.tour_header {
	text-align:center;
	padding:0px 0px 60px 0px;
	background-color: #ff8f13;
	font-size:16px;
	margin:0px;

}

.tour_section {
	padding:60px 0px 60px 0px;
	width:1000px;
	margin:auto;
}

.tour_section h3 {
	text-align:center;
	font-size:22px;
	color:#333;
	font-size:46px;
	line-height:60px;
}

.tour_h3_helper {
	color:#666;
	text-align:center;
}

.tour_slider {
	margin-top:60px;
	height:540px;
	width:1000px;
}

.tour_slider img {
	height:500px;
	width:1000px;
}

.tour_ligher {
	background-color:#f0f0f0;
}

.home_feature h3 {
	text-align:left;
	font-size:18px;
}

.tour_section .home_feature {
	padding:0px;
}

.tour_section .home_feature_right {
	padding-top:40px;
}

.tour_iphone h3, .tour_iphone .tour_h3_helper {
	position:relative;
	top:150px;
	right:200px;
}

.tour_iphone {
	padding:0px 0px 60px 0px;
}

.tour_div {
	width:290px;
	float:left;
	margin-top:40px;
	text-align:center;
	background-color:#f0f0f0;
	padding:10px;
	color:#333;
	min-height:105px;
}

.tour_div h4 {
	margin:0px 0px 30px 0px;
	padding:0px;
	font-size:18px;
}

.tour_sep {
	margin:40px 0px 40px;
}

.themes_left {
	width:320px;
	float:left;
}

.themes_left ul {
	background-color:#fff;
	padding:0px;
	color:#333;
	font-size:13px;
	border:1px solid #dde3e7;
    margin:0px 0px 10px 0px;
    text-align:left;
    list-style:none;
    padding:10px;
}

.themes_left ul li {
    padding:6px 0px 6px 45px;
    border-top:1px solid #dde3e7;
    line-height:22px;
    background-position:10px 4px;
    background-repeat:no-repeat;
}

.themes_left ul li:first-child {
    border-top:none;
}

.themes_left ul li:last-child {
    border-bottom:none;
}

.themes_left a {
	text-decoration:none;
	display:block;
}

.themes_right {
	float:left;
	width:580px;
	margin-left:100px;
}

.themes_container {
	padding-top:60px;
	padding-bottom:80px;
	width:1000px;
	margin:auto;
}

.themes_right img {
	width:150px;
	height:150px;
	border:5px solid #ccc;
	border-radius:2px;
	margin-bottom:15px;
	margin-right:10px;
}

.themes_right img:hover {
	border:#a0a0a0 5px solid;
}

.theme_name {
	padding:0px 0px 20px 0px;
}

.themes_container h1 {
	margin:0px 0px 20px 0px !important;
	padding:0px;
	text-align:left;
	color:#333;
	font-size:39px;
	line-height:50px;
}

.themes_container .h1_helper {
	margin-bottom:40px;
	color:#666;
}

.navigation_theme {
	font-size:12px;
	color:#fff;
	width:470px;
	text-align:center;
}

.prices_container {
	width:1000px;
	margin:auto;
}

.prices_option {
	width:323px;
	float:left;
	margin-top:50px;
	text-align:center;
	background-color:#fff;
	padding:0px;
	color:#333;
	border:1px solid #dde3e7;
	margin-bottom:60px;
	position:relative;
	height:1020px;
}

.prices_option h3 {
	font-size:28px;
	border-bottom:1px solid #dde3e7;
	padding:40px 0px 40px 0px;
	margin:0px;
}

.prices_price {
	font-size:35px;
	font-weight:bold;
	line-height:30px;
}

.prices_month {
	font-size:12px;
}

.price_container {
    padding:50px 0px 50px 0px;
    position:absolute;
    bottom:0px;
    width:323px;
}

.prices_feature {
	border-bottom:1px solid #dde3e7;
	padding:10px 10px 10px 80px;
	text-align:left;
	background-position: 40px 10px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.prices_feature.e_sport_title {
	padding-left: 10px;
}

.prices_feature.e_sport:nth-last-child(2) {
	border-bottom: #ff8f13 2px solid;
}

.prices_big {
	font-size:24px;
	font-weight:bold;
}

.prices_popular {
	font-size:14px;
	font-weight:normal;
	line-height:15px;
}

.prices_half {
	width:333px;
	float:left;
	color:#333;
	font-size:22px;
	min-height:222px;
	margin-bottom:30px;
	line-height:50px;
}

.prices_half ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

.prices_half li {
    padding:0px 0px 0px 40px;
    background:url(https://static.iclanwebsites.com/images/yes.png) center left no-repeat;
}

.prices_half h4 {
	margin:0px;
	padding:30px 0px 10px 0px;
	font-size:18px;
}

.topclan_count {
	display:none;
}

.footer3 div.topclan_details {
	border-bottom:1px solid #c7c7c7;
	border-top:1px solid #e9e9e9;
	padding:10px 0px 10px 0px;
	font-size:11px;
	text-align:right;
	line-height:25px;
}

.topclan_details img {
    float:right;
    height:50px;
    width:50px;
    margin-left:10px;
}

.topclan_details_hidden {
    width:220px;
    overflow:hidden;
}

.topclan_title {
	font-size:16px !important;
}


.s_top {
	text-align:center;
	color:#000;
	text-shadow:#fff 0px 1px 1px;
}

.s_part {
	float:left;
	width:50%;
	padding-top:30px;
}

.s_part h3 {
	text-align:center;
	color:#333;
	text-shadow:#fff 0px 1px 1px;
	font-size:20px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #ccc;
}

.s_part h4 {
	color:#000;
	text-shadow:#fff 0px 1px 1px;
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:0px;
}

.s_part ul li {
	list-style:square;
	margin-bottom:15px;
	font-size:12px;
}

.s_premium {
	height:30px;
	line-height:30px;
}

.s_select_subscription {
	width:630px;
	margin:20px auto 20px auto;
}

.s_select_subscription p {
	text-align:center;
}

.s_select_subscription .s_sub_button  {
	margin:20px;
}

.s_select_subscription img {
	vertical-align:middle;
}

.s_label {
	width:200px;
	float:left;
	margin-top:20px;
	line-height:45px;
	text-shadow:#fff 0px 1px 1px;
	font-weight:bold;
	text-align:right;
	padding-right:30px;
	font-size:16px;
}

.s_form {
	width:300px;
	float:left;
	margin-top:20px;
	line-height:30px;
	text-shadow:#fff 0px 1px 1px;
}

.s_form select {
	padding:5px;
	background-color:#fff;
}

.s_form input {
	padding:10px;
	background-color:#fff;
	width:300px;
	font-size:18px;
}

.s_text {
	width:250px;
	text-align:left;
	border:2px solid #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.s_helper {
	font-size:12px;
	line-height:20px;
	width:320px;
}

.s_helper a {
	color:#333;
	text-decoration:none;
}

.s_helper a:hover {
	color:#ff6600;
	text-decoration:none;
}

.s_error {
	color:red;
	font-size:12px;
	display:none;
}

.s_submit {
	width:250px;
	height:50px;
	background:url(https://static.iclanwebsites.com/website/images/submit_button.gif);
	border:none;
	cursor:pointer;
	margin:30px 0px 0px 0px;
}

#s_success_message {
	padding:20px;
	display:none;
	text-align:center;
}
#s_success_message h5 {
	font-size:20px;
	text-align:center;
}

.footer4 {
	text-align:center;
	font-size:14px;
	float:none;
	padding:30px 0px 30px 0px;
}

.s_input_area {
	padding:0px;
	width:600px;
	margin:auto;
}

.s_input_area h3 {
    text-align:center;
    font-size:28px;
    margin:0px;
    padding:0px 0px 20px 0px;
}

.s_input_area_helper {
    font-size:16px;
    color:#666;
    text-align:center;
    padding-bottom:30px;
}

ul.s_premium_features {
	list-style-image:url('https://static.iclanwebsites.com/website/images/tick.gif');
	line-height:30px;
	margin-left:370px;
	margin-top:10px;
	display:none;
}

ul.s_premium_features li {
	padding-left:20px;
}

#result{
	margin-left:5px;
	float:right;
}

.short{
	color:#FF0000;
}

.weak{
	color:#E66C2C;
}

.good{
	color:#2D98F3;
}

.strong{
	color:#006400;
}

.signup_wait {
	text-align:center;
	margin:100px 0px 100px 0px;
	display:none;
}

.signup_wait img {
	padding:0px 10px 0px 0px;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:url(https://static.iclanwebsites.com/website2/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(https://static.iclanwebsites.com/website2/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(https://static.iclanwebsites.com/website2/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.home_bottom {
	text-align:center;
	padding:120px 0px 120px 0px;
	background-color: #ff8f13;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f13), color-stop(100%, #ff7604));
	background-image: -webkit-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -moz-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -ms-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -o-linear-gradient(top, #ff8f13, #ff7604);
	background-image: linear-gradient(top, #ff8f13, #ff7604);
	margin:0px;
	font-size:35px;
}

.home_bottom .button {
	font-size:40px !important;
	margin-left:40px;
}

.home_or {
	padding:0px 30px 0px 30px;
}



/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

	.reveal-modal-bg {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.9);
		z-index: 100;
		display: none;
		top: 0;
		left: 0;
	}

	.reveal-modal {
		visibility: hidden;
		top: 50px;
		left: 50%;
		margin-left: -320px;
		width: 600px;
		background: #fff;
		position: absolute;
		z-index: 101;
		padding: 50px;
        border:1px solid #dde3e7;
	}

	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.pages_header {
    background-color:#000;
    padding:0px 0px 30px 0px;
    margin:0px 0px 50px 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8f13), color-stop(100%, #ff7604));
	background-image: -webkit-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -moz-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -ms-linear-gradient(top, #ff8f13, #ff7604);
	background-image: -o-linear-gradient(top, #ff8f13, #ff7604);
	background-image: linear-gradient(top, #ff8f13, #ff7604);
}

.mc_header {
    background:#042905 url(https://static.iclanwebsites.com/website2/images/mcheader.png?3) top left no-repeat;
}

.pages_header h1 {
    color:#222;
    margin:0px;
    padding:60px 0px 60px 0px;
    line-height:50px;
    text-shadow:0px 1px 1px #ffcd96;
    text-align:center;
    font-size:36px;
    background:url(https://static.iclanwebsites.com/website2/images/itsawesome.png) 800px 15px no-repeat;
}

.mc_header h1 {
    color:#fff;
    margin:0px;
    padding:60px 0px 60px 0px;
    line-height:50px;
    text-shadow:0px 1px 1px #000;
    text-align:center;
    font-size:36px;
}

.pages_left {
    width:480px;
    float:left;
    font-size:18px;
    color:#222;
    line-height:28px;
}

.mc_header .pages_left {
    width:480px;
    float:left;
    font-size:18px;
    color:#c0baaf;
    line-height:28px;
}

.pages_right {
    width:480px;
    float:right;
}

.width {
    width:1000px;
    margin:auto;
}

.mc_signup_p {
    margin-top:60px;
    margin-left:0px;
}

.mc_signup_p .button {
    font-size:28px;
    white-space: nowrap;
}

.mc_signup_p img {
    margin-left:200px;
    margin-top:10px;
}

.mc_feature {
    font-size:13px;
    line-height:28px;
    margin-bottom:80px;
}

.mc_screen {
    background-color:#ccc;
    padding:5px;
    border-radius:5px;
    margin-right:20px;
    margin-top:20px;
}

.mc_screen:hover {
    background-color:#999;
}

.mc_screen .nohover {
    background-color:#ccc;
}

.mc_img_text {
    width:260px;
    margin-right:25px;
    float:left;
    font-size:16px;
    text-align:center;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	padding: 5px 10px 5px 10px !important;
	line-height:15px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	text-align:center;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

sup {
    font-size:11px;
}

.footer1 {
    height:440px;
    background-color:#262626;
    width:100%;
    color:#e9e9e9;
    border-top:1px solid #000;
}

.footer1_section {
    float:left;
    width:160px;
    text-shadow:none;
    padding-top:40px;
    font-size:12px;
    color:#ccc;
}

.footer1_section a, .footer5 a {
    color:#ccc;
}

.footer1_section a:hover, .footer5 a:hover {
    color:#fff;
}

.footer1_section p {
    margin:8px 0px 8px 0px;
}

.footer1_section h6 {
    font-size:14px;
    color:#fff;
    font-weight:normal;
    text-shadow:none;
    height:40px;
    line-height:40px;
    margin:0px;
    padding:0px;
}

.footer5 {
    background-color:#000;
    color:#ccc;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:12px;
}

.freeplan_container {
    padding:70px 0px 150px 0px;
}

.free_left {
    width:50%;
    float:left;
    background:url(https://static.iclanwebsites.com/website2/images/freeplanscreen.jpg) top right no-repeat;
    height:484px;
}

.free_right {
    width:50%;
    float:left;
}

.free_right2 {
    width:500px;
    padding-left:50px;
}

.free_right2 h1 {
    font-size:50px;
    text-align:center;
    margin-bottom:0px;
    padding-bottom:0px;
}

.h1_helper {
    text-align:left;
    margin:10px 0px 20px 287px;
    color:#7e7e7e;
}

.free_right2 ul {
    list-style:none;
    margin:0px 0px 60px 30px;
    padding:0px;
}

.free_right2 li {
    background:url(https://static.iclanwebsites.com/images/yes.png) center left no-repeat;
    line-height:32px;
    margin-bottom:5px;
    padding-left:40px;
    font-size:17px;
}

hr {
    height:4px;
    background:transparent url(https://static.iclanwebsites.com/images/hdivider.png) repeat-x center top;
    border:none;
}

.prices_feature_helper {
    font-size:12px;
    padding-top:15px;
}

.enter_address_container {
    background:rgba(255, 255, 255, 0.2);
    font-size:24px;
    padding:40px;
    border-radius:5px;
    color:#804707;
    cursor:text;
}

.enter_address_container .button {
    margin-left:60px;
    font-size:25px !important;
}

.enter_address_container input {
    outline-width: 0;
    border:none;
    padding:0px;
    font-size:24px;
    background:transparent;
    color:#000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align:right;
    padding-right:10px;
    width:260px;
}

.enter_address_container ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.enter_address_container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.enter_address_container ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.enter_address_container :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.reseller_left {
    float:left;
    width:450px;
    padding-bottom:40px;
}

.reseller_left ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

.reseller_left li {
    background:url(https://static.iclanwebsites.com/images/yes.png) 0px 14px no-repeat;
    padding:15px 0px 0px 40px;
}

.reseller_right {
    float:right;
    width:450px;
    padding-bottom:40px;
}

.reseller_container {
    margin:50px 0px 50px 0px;
}

.reseller_container input[type="text"], .reseller_container input[type="password"] {
    background-color:#fff;
    font-size:14px;
    padding:5px;
    width:95%;
    margin:5px 0px 25px 0px;
}

.reseller_application {
    display:none;
    width:500px;
    margin:auto;
    padding:70px 0px 70px 0px;
}

.reseller_application_button {
    text-align:center;
    margin-top:130px;
}

.reseller_application_button .button {
    font-size:40px !important;
    padding-left:40px !important;
    padding-right:40px !important;
}

.paynow_GBP, .paynow_EUR {
    display:none;
}

.home_top_2 {
    width:1000px;
    //padding:40px 30px 40px 30px;
    margin:80px auto 60px auto;

    border-radius:4px;
    color:#fff;
    height:30px;
}

.home_top_2 h2 {
    text-shadow:0px 1px 3px #000;
    font-size:27px;
    padding:0px;
    margin:0px;
    float:left;
}

.home_top_2 div {
    float:right;
}

.free_container {
	text-align:center;
	background-color:#fff;
	width:1000px;
	padding:0px;
	color:#333;
	border:1px solid #dde3e7;
    margin:40px auto 60px auto;
    font-size:35px;
    font-weight:bold;
    padding:40px 0px 40px 0px;
}

.free_container.footer {
	display: table;
	padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    line-height: 1;
    width: calc(1000px - 15px - 15px);
}

.free_container.footer span {
	display: table-cell;
	white-space: nowrap;
    vertical-align: middle;
}

.free_container.footer span:first-child {
	display: table;
	white-space: normal;
	margin-left: auto;
	margin-right: auto;
}

.free_container a {
    margin-left:60px;
}

.home_feature_container {
    float:left;
    width:278px;
	background-color:#f0f0f0;
	padding:20px;
	color:#333;
	font-size:13px;
	border:1px solid #dde3e7;
    margin:100px 0px 50px 0px;
    text-align:left;
    height:440px;
    position:relative;
}

.home_feature_container .home_feature_link {
    position:absolute;
    bottom:30px;
    text-align:center;
    width:278px;
}

.home_feature_container img {
    width:60px;
}

.home_feature_container  .home_feature_icon {
    text-align:center;
    margin:10px 0px 20px 0px;
}

.home_feature_container h3 {
    font-size:18px;
    text-align:center;
    padding:10px;
    margin:0px 0px 20px 0px;
    border-bottom:1px solid #dde3e7;
}

.tour_left {
    width:250px;
    float:left;
    padding-top:100px;
}

.tour_right {
    width:700px;
    float:right;
    margin-left:50px;
    padding-top:100px;
    margin-bottom:60px;
}

.tour_menu {
	background-color:#fff;
	padding:0px;
	color:#333;
	font-size:13px;
	border:1px solid #dde3e7;
    margin:0px 0px 10px 0px;
    text-align:left;
    list-style:none;
    padding:10px;
    width:230px;
}

.tour_menu li {
    padding:6px 0px 6px 45px;
    border-top:1px solid #dde3e7;
    line-height:22px;
    background-position:10px 4px;
    background-repeat:no-repeat;
}

.tour_menu li.e_sport:last-child {
	border-bottom: #ff8f13 2px solid;
}

.tour_menu li.e_sport_title {
	padding-left: 0px;
	font-size: 100%;
}



.tour_menu li a {
    color:#333;
    display:block;
}

.tour_menu li a:hover {
    color:#555;
}

.tour_menu li:first-child {
    border-top:none;
}

.tour_menu li:last-child {
    border-bottom:none;
}

.tour_feature h5,
.tour_feature h4 {
    font-size:60px;
    margin-top:20px;
    margin-bottom:50px;
    padding:0px;
}

.tour_feature h4 {
	font-size: 53px;
}

.tour_feature {
    margin:150px 0px 0px 0px;
    font-size:21px;
    line-height:30px;
}

.tour_feature:first-child {
    margin-top:0px;
}

.tour_feature img, .tour_feature iframe {
    margin-top:50px;
}

.tour_bottom {
    width:1000px;
    margin:130px auto 130px auto;
    font-size:40px;
    line-height:55px;
    text-align:center;
}

.parter_container {
    display:none;
}

.profiles_container {
    padding:50px 0px 100px 0px;
}

.profiles_container h1 {
    margin:30px 0px 80px 0px;
    font-size:60px;
    text-align:center;
}

.profiles_left {
    width:650px;
    float:left;
    margin-right:50px;
}

.profiles_right {
    width:300px;
    float:left;
}

.profile_list_item {
	background-color:#fff;
	color:#333;
	font-size:13px;
	border:1px solid #dde3e7;
    padding:20px;
    margin:0px 0px 40px 0px;
    overflow:hidden;
}

.profile_list_item img {
    width:100px;
    float:left;
}

.profile_list_item_right {
    padding-left:130px;
}

.profile_list_item_right h4 {
    font-size:20px;
    border-bottom:1px solid #dde3e7;
    padding:0px 0px 10px 0px;
    margin:0px 0px 10px 0px;
}

.profile_list_item_right h4 a {
    color:#333;
    text-decoration:none;
}

.profile_list_item_right h4 a:hover {
    color:#ff3300;
    text-decoration:none;
}

.profile_list_item_caption {
    font-weight:normal;
    font-size:12px;
    color:#888;
    line-height:20px;
}

.profile_list_item_description {
    font-weight:normal;
    font-size:12px;
    color:#888;
    line-height:20px;
}

.profile_list_item_score {
    float:right;
    font-family:Georgia,serif;
    overflow:hidden;
}

.profiles_back {
    font-size:20px;
    margin-bottom:70px;
}

h1.profile_h1 {
    margin-bottom:20px;
    font-size:50px;
    text-align:center;
}

.profile_caption {
    text-align:center;
}

.profile_info_container {
	background-color:#fff;
	color:#333;
	font-size:13px;
	border:1px solid #dde3e7;
    padding:20px;
    margin:0px 0px 40px 0px;
    font-size:20px;
    line-height:28px;
    overflow:hidden;
}

.profile_info_container h4 {
    font-size:24px;
    border-bottom:1px solid #dde3e7;
    padding:0px 0px 10px 0px;
    margin:0px 0px 10px 0px;
}

.profile_info_container a {
    color:#333;
    text-decoation:none;
}

.profile_info_container a:hover {
    color:#ff3300;
    text-decoation:none;
}

.profile_info_container h5 {
    font-size:20px;
}

.profile_recruitment_description {
    font-size:13px;
}

.profile_countries img {
    margin-right:5px;
}

.profile_members img {
    height:40px;
    width:40px;
    margin:0px 5px 5px 0px;
}

.profile_score_container {
    width:445px;
    margin:20px auto 50px auto;
	background-color:#fff;
	color:#333;
	font-size:13px;
	border:1px solid #dde3e7;
    padding:20px 20px 40px 20px;
    text-align:center;
}

.profile_score_number {
    font-size:60px;
    font-family:Georgia,serif;
    line-height:50px;
    margin-bottom:40px;
}

.profile_vote_tomorrow {
    display:none;
}

.profiles_pages {
    margin-bottom:200px;
}

.guild_website_header {
    background:#000 url(https://static.iclanwebsites.com/website2/images/elder-scrolls-banner.jpg) no-repeat center top;
    color:#fff !important;
    text-shadow:0px 1px 1px #000 !important;
    height:730px;
    margin:0px 0px 0px 0px;
    padding:30px 0xp 40px 0px;
}

.guild_website_header h1 {
    font-size:55px;
    text-align:center;
    margin:0px;
    padding:120px 0px 120px 0px;
    text-shadow:0px 0px 10px #000 !important;
}

.arma_container {
    padding:50px 0px 50px 0px;
    color:#fff;
    height:500px;
    background-image:url(https://static.iclanwebsites.com/website2/images/cammo-background.jpg);
    background-repeat:repeat-x;
    text-shadow:0px 1px 1px #000;
}

.arma_container h1 {
    text-align:center;
    font-size:50px;
    padding:35px 0px 100px 0px;
    margin:0px;
    text-shadow:0px 1px 1px #000;
}

.teso_container {
    padding:50px 0px 50px 0px;
    color:#fff;
    height:500px;
    background-image:url(https://static.iclanwebsites.com/website2/images/teso-background.jpg);
    background-repeat:repeat-x;
    text-shadow:0px 1px 1px #000;
}

.teso_container h1 {
    text-align:center;
    font-size:50px;
    padding:35px 0px 100px 0px;
    margin:0px;
    text-shadow:0px 1px 1px #000;
}

.home_page2 {
    padding-top:100px;
}

.home_page2 h2 {
    font-size:40px;
    text-align:center;
}

.theme_preview_bottom {
    background-color:#000;
    height:40px;
    padding:25px 0px 15px 0px;
    margin:0px;
    font-size:30px;
    color:#fff;
    text-align:center;
    line-height:40px;
    position:relative;
    bottom:8px;
}

.theme_preview_bottom a {
    margin-left:30px;
}






                .p2_top {
	                background:#3a0b01 url(https://static.iclanwebsites.com/website2/images/p2_top.jpg) center top no-repeat;
	                height:607px;
	                padding:0px;
	                margin:0px;
	            }
	            .p2_top h1 {
	                text-align:center;
	                margin:0px;
	                padding:40px 0px 30px 0px;
	                color:#fff;
	                text-shadow:0px 1px 6px #000;
	                font-size:45px;
	                line-height: 50px;
	            }
	            .p2_h1helper {
                    color:#fff;
	                text-shadow:0px 1px 6px #000;
	                font-size:25px;
	                text-align:center;
	            }
	            .p2_top strong {
	                color:#ff9900;
	            }
	            .p2_left {
	                float:left;
	                width:466px;
	                padding-top:80px;
	            }
	            .p2_right {
	                float:left;
	                width:474px;
	                padding-left:60px;
	                padding-top:80px;
	                text-align:center;
	            }
	            .p2_username {
                    width:400px;
                    padding:10px 0px 10px 20px;
                    font-size:14px;
                    background-color:#fff;
                    color:#000;
                    line-height:20px;
                    border:none;
                    font-family: Arial, sans-serif;
                    margin-bottom:16px;
	            }
	            .p2_top_button {
	                text-align:center;
	                padding-top:10px;
	            }
	            .p2_3sections {
	                background:#fff url(https://static.iclanwebsites.com/website2/images/p2_3sections.jpg) center top no-repeat;
	                /*height:300px;*/
	                background-size: 1920px 100%;
    				padding-bottom: 20px;
	            }
	            .p2_3sections_e {
	                width:293px;
	                text-align:justify;
	                float:left;
	                /*height:300px;*/
	                font-size:11px;
	                padding:0px 20px 0px 20px;
	                line-height:20px;
	                color:#666;
	            }
	            .p2_3sections_e center img {
	                padding:20px 0px 0px 0px;
	            }
	            .p2_3sections_e h3 {
	                text-align:center;
	                line-height:30px;
	                font-size:25px;
	                color:#111;
	            }
	            .p2_3sections_e h3 img {
	                vertical-align:center;
	                padding_right:10px;
	            }
	            .p2_3sections_e b {
	                color:#ff7416;
	            }
	            .p2_video .width {
	                position:relative;
	            }
	            .p2_video {
	                background:url(https://static.iclanwebsites.com/website2/images/p2_video.jpg) #f65f0e center top no-repeat;
	                height:700px;
	                text-align:center;
	            }
	            .p2_video iframe {
                    position:absolute;
                    top:173px;
                    left:71px;
	            }
	            .p2_video h4 {
	                text-align:center;
	                font-size:50px;
	                color:#fff;
	                text-shadow:0px 1px 5px #000;
	                margin:0px;
	                padding:70px 0px 0px 0px;
	            }
	            .p2_info {
	                background:url(https://static.iclanwebsites.com/website2/images/p2_info_bg.jpg) #000 center top no-repeat;
	                height:1058px;
	            }
	            .p2_info_e {
	                height:250px;
	                padding:50px 0px 50px 0px;
	                color:#fff;
	                text-shadow:0px 1px 1px #000;
	                font-size:20px;
	            }
	            .p2_info_e h4 {
	                color:#fff;
	                text-shadow:0px 1px 3px #000;
	                font-size:25px;
	                padding-bottom:20px;
	                margin-bottom:0px;
	                line-height:30px;
	            }
	            .p2_bottom {
	                height:614px;
	                text-align:center;
	                background:url(https://static.iclanwebsites.com/website2/images/p2_bottom.jpg) #f65f0e center top no-repeat;
	            }
	            .p2_bottom h4 {
	                text-align:center;
	                font-size:40px;
	                color:#fff;
	                text-shadow:0px 1px 5px #000;
	                margin:0px;
	                padding:50px 0px 50px 0px;
	            }
	            .p2_bottom .p2_text {
	            	position: absolute;
				    color: #fff;
				    height: 183px;
				    width: 783px;
				    margin-top: 126px;
				    font-weight: bold;
				    font-size: 49px;
	            }
	            #p2_createbutton .p2_text {
            		position: absolute;
				    width: 302px;
				    height: 57px;
				    color: #fff;
				    font-weight: bold;
				    font-size: 25px;
				    margin-top: 16px;
				    letter-spacing: .5px;
				    text-shadow: 1px 1px #000;
	            }



.login_container {
    background-color:#fff;
    border:1px solid #dde3e7;
    width:400px;
    margin:50px auto 0px auto;
    padding:20px;
}

.login_container h1 {
    font-size:30px;
    padding:0px 0px 20px 0px;
    margin:0px 0px 40px 0px;
    font-weight:400;
    text-align:center;
}

.login_field {
    padding:20px;
    border:1px solid #eaf0f3;
    width:358px;
    font-size:14px;
    font-weight:200;
    box-shadow:inset 1px 1px 1px #f4f4f4;
}

.login_forgot {
    float:right;
    position:relative;
    top:12px;
}

.login_error {
    border:1px solid #ff0000;
    background-color:#ffcccc;
    padding:20px;
}

.signup_field_label {
    float:left;
    width:230px;
    padding-bottom:20px;
    padding-right:20px;
    font-size:18px;
    text-align:left;
    line-height:55px;
}

.signup_field_input {
    float:left;
    width:350px;
    padding-bottom:20px;
}

.signup_field_input input {
    padding:20px;
    border:1px solid #eaf0f3;
    font-size:14px;
    font-weight:200;
    width:308px;
    box-shadow:inset 1px 1px 1px #f4f4f4;
}

.signup_h {
    font-size:30px;
    padding:0px 0px 20px 0px;
    margin:0px 0px 40px 0px;
    font-weight:400;
    border-bottom:1px solid #dde3e7;
}

.signup_next {
    padding-top:20px;
    text-align:right;
}

.signup_step2, .signup_step3 {
    display:none;
}

.signup_errors {
    display:none;
    margin-bottom:20px;
    border:1px solid #ff0000;
    background-color:#ffcccc;
    padding:20px;
}

.signup_themes {
    max-height:300px;
    overflow-x:auto;
}

.signup_themes img {
    width:130px;
    height:130px;
    margin:0px 5px 5px 0px;
    border:5px solid #eaf0f3;
}

.connect_left {
    width:200px;
    float:left;
    z-index:2;
}

.connect_right {
    width:928px;
    float:left;
    min-height:800px;
    background-color:#fff;
    border-bottom:1px solid #dde3e7;
    border-right:1px solid #dde3e7;
    border-left:1px solid #dde3e7;
    margin-bottom:100px;
    z-index:1;
    padding:40px 40px 20px 40px;
}

.connect_menu {
    list-style:none;
    padding:0px;
    margin:40px 0px 0px 0px;
    width:200px;
}

.connect_social {
    padding:90px 0px 0px 0px;
    margin:0px;
    overflow-x:hidden;
}

.connect_social p {
    padding-left:11px;
}

.connect_menu li:first-child {
    border-top:1px solid #dde3e7;
}

.connect_menu li {
    border-left:1px solid #dde3e7;
    border-bottom:1px solid #dde3e7;
    font-size:15px;
}

.connect_menu li a {
    display:block;
    padding:20px;
    color:#222;
}

.connect_menu li a:hover {
    text-decoration:none;
}

.connect_menu_selected {
    background-color:#fff;
    width:200px;
    position:relative;
}

.connect_menu li:hover {
    background-color:#fff;
}

.connect_filter_container {
    padding:20px;
    background-color:#f7f9ff;
    font-size:12px;
    text-align:right;
    margin-bottom:40px;
    line-height:30px;
    height:30px;
}

.connect_ask_games {
    padding:40px;
    background-color:#ffcccc;
    font-size:15px;
    margin-bottom:40px;
}

.connect_ask_games ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

.connect_ask_games ul li {
    padding:0px 0px 5px 0px;
    margin:0px;
}

.connect_ask_games input[type="checkbox"] {
    margin-left:0px;
    padding-left:0px;
}

.connect_ask_games h1 {
    font-size:20px;
    margin:0px;
    padding:0px 0px 40px 0px;
    text-shadow:none;
}

.connect_filter_container h6 {
    display:inline;
    padding:0px;
    margin:0px;
    font-size:12px;
    float:left;
}

.connect_filter_container input, .connect_filter_container select {
    padding:5px;
    border:1px solid #eaf0f3;
    font-size:12px;
    font-weight:200;
    box-shadow:inset 1px 1px 1px #f4f4f4;
}

.connect_gamer_container {
    height:100px;
    float:left;
    border:1px solid #dde3e7;
    padding:0px;
    margin-bottom:20px;
    width:452px;
    overflow:hidden;
    position:relative;
}

.connect_gamer_container:nth-child(odd) {
    margin-right:20px;
}

.connect_gamer_userpic {
    background-size: cover;
    background-position: 50%;
    float:left;
    width:100px;
    height:100px;
    display:block;
}

.connect_gamer_right {
    padding:0px 10px 0px 120px;
}

.connect_gamer_right p {
    font-size:11px;
    color:#999;
    line-height:18px;
    padding:0px;
    margin:0px;
}

.connect_gamer_actions {
	position: absolute;
    right: 0px;
    bottom: 0px;
}

.connect_gamer_addfriend {
    color:#222;
    /*position:absolute;*/
    bottom:0px;
    right:80px;
    font-size:11px;
    font-weight:bold;
    padding:5px 10px;
    background-color:#dde3e7;
    line-height:16px;
    height:16px;
    margin:-3px;
    display: inline-block;
    text-align:center;
}

.connect_gamer_sendinvite {
    color:#222;
    /*position:absolute;*/
    bottom:0px;
    right:0px;
    font-size:11px;
    font-weight:bold;
    padding:5px 15px;
    background-color:#dde3e7;
    line-height:16px;
    height:16px;
    margin:-1px;
    display: inline-block;
    text-align:center;
}

.connect_gamer_addfriend img {
    height:16px;
    width:16px;
}

.connect_nextpage_container {
    line-height:16px;
    padding:50px 0px 50px 0px;
    text-align:center;
}

.connect_nextpage_container img {
    display:none;
}

.filter_no_results {
    font-size:40px;
    text-align:center;
    font-weight:bold;
    color:#e9e9e9;
    display:none;
    padding:50px 0px 50px 0px;
}

.filter_no_results p {
    font-size:14px;
    padding-top:50px;
    font-weight:200;
    color:#222;
}

.connect_filter_container select {
    width:120px;
}

.half {
    width:50%;
    float:left;
}

.notifications_number {
    background-color:#ff0000;
    color:#fff;
    text-shadow:0px 0px 1px #000;
    padding:5px 10px 5px 10px;
    margin-left:5px;
    border-radius:5px;
}



.notifications_wait {
    text-align:center;
    padding:50px 0px 50px 0px;
}

.notifications_all {
    border-top:1px solid #dde3e7;
    line-height:16px;
    padding:5px 0px 5px 0px;
    text-align:center;
    font-size:11px;
    display:none;
}

.notifications_content {
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}





.notifications_none {
    display:none;
    padding:40px 0px 40px 0px;
    text-align:center;
    line-height:25px;
}

.websites_container {
    position:absolute;
    top:60px;
    width:400px;
    max-height:400px;
    background-color:#fff;
    box-shadow:0px 3px 5px #d1d1d1;
    border:1px solid #dde3e7;
    display:none;
    font-weight:normal !important;
    z-index:10;
    line-height:20px;
    text-align:left;
}

.websites_content {
    display:none;
    max-height:300px !important;
    overflow-y:scroll;
    font-size:12px;
    color:#222 !important;
}

.websites_wait {
    text-align:center;
    padding:50px 0px 50px 0px;
}


.notifications_container {
    position:absolute;
    top:60px;
    left:-143px;
    width:400px;
    max-height:400px;
    background-color:#fff;
    box-shadow:0px 3px 5px #d1d1d1;
    border:1px solid #dde3e7;
    display:none;
    font-weight:normal !important;
    z-index:10;
    line-height:20px;
    text-align:left;
}

.notifications_container a, .notifications_container a:hover {
    text-decoration:none;
    color:#222 !important;
}

.notifications_content {
    display:none;
    max-height:300px !important;
    overflow-y:scroll;
    font-size:12px;
    color:#222 !important;
}

.notification_userpic {
    width:60px;
    float:left;
}

.notification_userpic img {
    width:60px;
}

.notification_right {
    padding-left:70px;
}

.notification_e {
    padding:10px;
}

.notification_e:hover {
    background-color:#f7f9ff !important;
}

.notification_e {
    background-image:url(https://static.iclanwebsites.com/images/hdivider.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.notification_e:last-child {
    background-image:none;
}

.filter_select {
    padding:5px 10px 5px 10px;
    margin-left:15px;
    color:#222;
}

.filter_select_selected, .filter_select:hover {
    background-color:#000;
    color:#fff;
    border-radius:5px;
}

.activity_left {
    width:60px;
    float:left;
    min-height:60px;
    padding:0px 0px 20px 0px;
}

.activity_right {
    line-height:20px;
    min-height:100px;
    padding:0px 0px 40px 100px;
    line-height:30px;
    font-size:16px;
}

.activity_notext {
    display: table;
    height: 60px;
    overflow: hidden;
}

.activity_notext .activity_right {
    line-height:40px;
}

.activity_award {
    padding-bottom:40px;
}

.activity_userpic {
    width:60px;
    min-height:60px;
}

.activity_time {
	float:right;
	padding-right:10px;
	padding-left:20px;
	padding-bottom:10px;
	font-size:11px;
}

.activity_text {
    margin:0px 30px 0px 0px;
	color:#999;
	font-size:12px;
	line-height:20px;
}

.activity_content {
    width:100%;
}

.user-thumb {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50%;
	display: inline-block;
}

.homepage_activity_container .user-thumb {
	/*width: 40px;
	height: 40px;*/ 
	background-size: cover;
	background-position: 50%;
	display: inline-block;
	width:40px;
	height:40px;
}

.user-thumb > img {
	opacity: 0;
	height: 100% !important;
	width: 100% !important;
}

.likebox {
	background-color: #f7f9ff;
	padding:20px;
	font-size:12px;
	font-family: Arial, sans-serif;
	line-height:16px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-borde-radius:3px;
	margin: 10px 0px 40px 0px;
	width:75%;
	font-style:normal;
	overflow:hidden;
	position:relative;
	color:#999;
	line-height:20px;
}

.delete_button {
    display:none;
}

.likebox a {
	font-size:12px !important;
}

.likebox textarea {
	width:96%;
	margin-bottom:5px;
	font-size:12px;
	padding:10px;
	font-family: Arial, sans-serif;
	border:none;
}

.likebox hr {
	background: none;
	height:0px;
	border:none;
	margin:20px 0px 0px 0px;
}

.likepic {
	width:24px;
	height:24px;
	margin:0px 5px 5px 0px;
	vertical-align:middle;
}

.likelist {
	line-height:20px;
}

.likebox_commentpic {
	width:40px;
	height:40px;
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

.likebox_comments_area {
	margin-left:60px;
	margin-right:20px;
}

.likebox_hidden {
	text-align:center;
	line-height:20px;
}

.likebox_comment_delete {
	display:none;
}

.likebox_comment_delete_container:hover .likebox_comment_delete {
	display:inline;
}

.activity_youtube {
    width:560px;
    height:315px;
}

.likebox_comment_delete {
    display:none;
}

.likebox .theme_buttons {
    font-size:11px;
    font-weight:bold;
    padding:5px 10px 20px 10px !important;
    background-color:#dde3e7;
    line-height:16px;
    height:16px;
    margin:0px;
    border:none;
    vertical-align:middle;
}

.recruitment_guest {
    border:1px solid #dde3e7;
    background-color:#fff;
    padding:40px;
    width:600px;
    margin:100px auto 100px auto;
    font-size:15px;
}

.recruitment_guest h1 {
    text-align:center;
    margin:0px 0px 40px 0px;
    padding:0px;
}

.recruitment_guest h2 {
    text-align:center;
    padding:40px 0px 40px 0px;
}

.recruitment_guest p {
    text-align:center;
}

.connect_community_container {
    border:1px solid #dde3e7;
    padding:0px;
    margin:0px 0px 20px 0px;
    min-height:140px;
    font-size:14px;
    line-height:18px;
    cursor:pointer;
}

.connect_community_container h3 {
    font-size:20px;
    padding:0px; 0px 0px 0px;
    margin:0px 0px 5px 0px;
    height:18px;
    line-height:18px;
}

.connect_community_picture {
    width:100px;
    height:100px;
    float:left;
    background-size: cover;
    background-position: 50%;
    margin: 20px;
}

.connect_community_content {
    padding:20px 203px 20px 120px;
}

.connect_community_caption {
    color:#999;
}

.connect_community_descritption {
    font-size:12px;
    line-height:19px;
    padding-top:5px;
}

.connect_community_right {
    width:183px;
    padding:20px 0px 20px 20px;
    float:right;
    font-size:11px;
}

.connect_community_right p {
    margin:0px;
    padding:0px 0px 10px 0px;
}

.connect_community_score {
    font-size:20px;
    line-height:22px;
    height:22px;
    padding-bottom:30px;
}

.connect_community_score_vote, .connect_community_score_vote:hover {
    font-size:11px;
    font-weight:bold;
    background-color:#dde3e7;
    padding:5px 10px 5px 10px;
    float:right;
    color:#222;
    line-height:18px;
    position:relative;
    bottom:3px;
}

.community_display_wait {
    text-align:center;
    display:none;
    line-height:100px;
    border-top:1px solid #dde3e7;
}

.community_display_content {
    border-top:1px solid #dde3e7;
    display:none;
}

.community_display_content_left {
    padding:20px 0px 20px 20px;
    width:700px;
    overflow-y:auto;
}

.community_display_content_right {
    width:163px;
    padding:20px;
    float:right;
    font-size:11px;
}

.community_display_content_right h6:first-child {
    margin-top:0px;
}

.community_display_content_right h6 {
    font-size:12px;
    padding:0px;
    margin:10px 0px 10px 0px;
}

.community_display_content_right a:hover {
    text-decoration:underline;
}

.community_display_middle {
    padding:20px;
    font-size:20px;
    line-height:45px;
    border-bottom:1px solid #dde3e7;
}

.community_display_middle .button_orange {
    float:right;
    min-width:121px;
}

.connect_games_filter {
    margin-bottom:10px;
}

.connect_community_featured {
    line-height:10px !important;
    padding:4px 8px 4px 8px !important;
    background-color:#ff6600;
    font-size:12px !important;
    position:relative;
    text-shadow:none;
    float:right;
    position:relative;
    top:2px;
}

.text_input {
	background:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	padding:4px;
    border:1px solid #eaf0f3;
    font-size:14px;
    font-weight:200;
    box-shadow:inset 1px 1px 1px #f4f4f4;
}

.showaccounts_account {
    padding:10px;
    line-height:20px;
}

.showaccounts_account img {
    float:left;
    width:60px;
}

.showaccounts_account_right {
    padding-left:70px;
}

.showaccounts_content {
    display:none;
    max-height:300px !important;
    overflow-y:scroll;
}

.showaccounts_container a, .showaccounts_container a:hover, a.showaccounts_container {
    text-decoration:none;
    color:#222 !important;
}

.showaccounts_container .showaccounts_account {
    border-bottom:1px solid #dde3e7 !important;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.showaccounts_container .showaccounts_account:last-child {
    background-image:none;
}

.showaccounts_name {
    font-size:16px;
}

.showaccounts_account:hover {
    background-color:#f7f9ff !important;
}

.showaccounts_account .small {
    font-size:11px;
}

.adminpanel_container {
    height:50px;
    padding:20px 0px 20px 0px;
    border-bottom:1px solid #dde3e7;
}

.adminpanel_container div {
    width:500px;
    float:left;
    height:60px;
}

.adminpanel_container:first-child {
    padding-top:0px;
}

.adminpanel_container p:first-child {
    font-size:20px;
}

.adminpanel_container p {
    height:30px;
    line-height:30px;
    padding:0px;
    margin:0px;
}

.adminpanel_container:last-child {
    border-bottom:none;
}

.websites_none, .notifications_none {
    display:none;
    text-align:center;
    font-weight:bold;
    padding:50px 0px 50px 0px;
}

.websites_none a, .notifications_none a {
    font-weight:200;
    display:block;
    margin-top:20px;
    color:#ff6600 !important;
}

.send_invite_container h6 {
    font-size:30px;
    padding:0px 0px 20px 0px;
    margin:0px 0px 40px 0px;
    font-weight:400;
    border-bottom:1px solid #dde3e7;
}

.send_invite_container select {
    padding:5px;
    border:1px solid #eaf0f3;
    font-size:12px;
    font-weight:200;
    box-shadow:inset 1px 1px 1px #f4f4f4;
    margin-left:10px;
}

.send_invite_wait {
    display:none;
}

.send_invite_error {
    display:none;
    margin-bottom:40px;
}

.signup_trial {
    background-color:#ccffcc;
    padding:20px 20px 20px 60px;
    line-height:22px;
    background-image:url(https://static.iclanwebsites.com/images/yes.png);
    background-repeat:no-repeat;
    background-position:20px 30px;
    margin-bottom:30px;
}

.blog_content {
    font-size:16px;
    font-weight:150;
    line-height:32px;
    text-align:justify;
    margin-top:40px;
}

.blog_left h1 {
    font-size:45px;
    line-height:50px;
}

.blog_left h2 {
    font-size:25px;
    line-height:50px;
}

.blog_left h3 {
    font-size:20px;
    line-height:40px;
}

.blog_left h4 {
    font-size:18px;
}

.blog_left h1 a, .blog_left h2 a, .blog_left h3 a {
    color:#222;
    text-decoration:none;
}

.blog_left h1 a:hover, .blog_left h2 a:hover, .blog_left h3 a:hover {
    color:#ff6600;
    text-decoration:none;
}

.blog_left {
    float:left;
    width:650px;
}

.blog_info {
    color:#ccc;
}

.blog_first_h:first-child {
    padding-top:0px;
    margin-top:0px;
}

.blog_info a {
    color:#ccc;
    text-decoration:none;
}

.blog_info a:hover {
    color:#ff6600;
    text-decoration:none;
}

.blog_right {
    float:right;
    width:238px;
}

.blog_info_right {
    float:right;
}

.blog_read_button {
    text-align:right;
    padding:30px 0px 60px 0px;
}

.blog_pagination {
    padding:50px 0px 50px 0px;
    font-size:18px;
}

.blog_likes {
    margin:40px 0px 20px 0px;
    padding:20px 0px 20px 0px;
    font-size:18px;
    border-top:1px solid #dde3e7;
    border-bottom:1px solid #dde3e7;
}

.blog_like_count {
    float:right;
    position:relative;
    top:4px;
}

.blog_comment_image {
    width:60px;
    float:left;
}

.blog_comment_right {
    padding-left:80px;
    line-height:30px;
    font-size:15px;
}

.blog_comment_text {
    width:570px;
    overflow:auto;
}

.blog_comment_replies .blog_comment_text {
    width:490px;
}

#new_blog_comment {
    border:1px solid #dde3e7;
    padding:20px;
    font-size:18px;
    font-weight:200;
    line-height:25px;
    width:528px;
    height:100px;
    margin-bottom:20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.new_blog_comment {
    border:1px solid #dde3e7;
    padding:20px;
    font-size:18px;
    font-weight:200;
    line-height:25px;
    width:488px;
    height:100px;
    margin-bottom:20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.blog_comments {
    padding-top:40px;
}

.blog_comment_info {
    color:#ccc;
    font-size:13px;
}

.blog_comment_container {
    margin-bottom:20px;
}

.blog_comment_replies {
    margin-top:20px;
    margin-bottom:20px;
}

.blog_liked {
    display:none;
}

.blog_comment_liked {
    display:none;
}

.blog_comment_info a {
    color:#ccc;
}

.blog_comment_info a:hover {
    color:#ff6600;
}

.blog_comment_reply_container {
    display:none;
    margin-top:20px;
}

.a_name_80 {
    position:relative;
    bottom:80px;
    display:block;
    width:1px;
    height:1px;
}

.blog_social {
    position:relative;
    top:3px;
}

.blog_content img {
    max-width:650px;
}

.blog_filter {
    padding:20px;
    margin:0px;
    background:#f7f9ff;
}

.blog_filter ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

.blog_filter ul li {
    line-height:25px;
    padding:0px;
    margin:0px;
    font-size:12px;
}

.blog_filter h6 {
    font-size:12px;
    padding:0px;
    margin:0px 0px 0px 0px;
    line-height:25px;
}

.blog_list_title {
    font-size:40px !important;
}

.p2_home_features {
    background-color:#fff;
    padding-bottom:100px;
}

.p2_home_feature_e h4 {
    font-size:16px;
}

.p2_home_feature_e {
    width:290px;
    text-align:center;
    padding:50px 20px 50px 20px;
    margin:0px;
    float:left;
}

.p2_home_feature_e img {
    padding:20px;
    border-radius:10px;
    border:1px solid #656565;
}

.p2_home_features h2 {
    font-size:40px;
    padding:150px 0px 50px 0px;
    margin:0px;
    text-align:center;
}
 
.cng_bottom h2 {
    font-size:70px;
    text-align:center;
    line-height: 1;
}

.cng_bottom_h2_helper {
    font-size:30px;
    text-align:center;
    margin-bottom:100px;
}

.cng_bottom_e {
    margin-bottom:140px;
}

.cng_bottom_e_img {
    float:left;
    width:500px;
}   

.cng_bottom_e div { 
    float:left;
    width:450px;
    font-size:18px;
    color:#222;
    font-weight:150;
    line-height:25px;
}   

.cng_bottom_e p {
    text-align:justify; 
}

.cng_bottom_e h4 {
    font-size:27px;
    color:inherit;
    color:#222;
    font-weight:200;
    padding-top:70px;
}

.cng_bottom_e h4 strong {
    color:#ff3300;
    font-weight:200;
}

.p2_bottom {
	height: 350px;
}
.p2_bottom_bottomslice {
	background: url(https://static.iclanwebsites.com/website2/images/p2_bottom.jpg) #f65f0e center bottom no-repeat;
	height: 260px;
}
.p2_testimonials {
	background: url(https://static.iclanwebsites.com/website2/images/p2_bottom_midslice.jpg) #f65f0e center bottom repeat;
	padding-bottom: 30px;
	text-align: center;
}

.e_sport {
	border-left: #ff8f13 2px solid;
	border-right: #ff8f13 2px solid;
}

.e_sport_title {
	border-bottom: #ff8f13 2px solid;
	background-color: #ff8f13 !important;
	font-weight: bold;
	text-align: center;
	color: black;
	font-size: 125%;
    text-shadow: 0 1px 0 #ffae6b !important;
}
