.home {
	background-image: none !important; 
}

.home #logo {
    left: 10px;
}

.home .subtitle {
    color: #3B3A3A;
    font-size: 2.4em;
    font-weight: bold;
    margin: 5px auto 15px 22px;
    padding: 0;
    width: 1188px;
	display: inline-block; 
}	

.home .subtitle2 {
    color: #3B3A3A;
    display: inline-block;
    font-size: 1.6em;
    font-weight: lighter;
    margin: -15px auto 15px 22px;
    padding: 0;
    width: 1188px;
}	

.home .wrap {
	width: 1189px;
	padding: 65px 17px 0 17px;
}

.home #top {
    background: none repeat scroll 0 0 #F3F2EE;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px #555;
    height: 57px;
    left: 50%;
    margin-left: -595px;
    position: fixed;
    top: 0;
    width: 1189px;
    z-index: 90;
}



/* HOMEPAGE SLIDER [start] */
.home #homepage-slider {
    background: #F3F2EE;
    background-image: -moz-linear-gradient(top left, #FFF 0%, #F3F2EE 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F3F2EE));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #F3F2EE 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #F3F2EE 100%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 17px #AAAAAA;
    margin: 10px 0px;
    position: relative;
}

.home #homepage-slider .wrapper {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 1188px;
}

.home #homepage-slider .slides_container {
	width: 1228px;
	height: 454px;
	display:none;
}

.home #homepage-slider .slides_container div.box {
	width: 1228px;
	height: 454px;
	display:block;
}
		
.home #homepage-slider .slides_container div.box .in {
    height: 393px;
    margin: 25px 0 50px 10px;
    position: relative;
    width: 1162px;
	overflow: hidden;
	text-align: center;  
	display: block !important;
    cursor: pointer;
}


.home #homepage-slider a.next, 	
.home #homepage-slider a.prev {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 45%;
	z-index: 40;
}

.home #homepage-slider a.prev {
	left: 17px;	
	background: transparent url(../images/sprite-homepage.png) -282px -530px no-repeat; 
}

.home #homepage-slider a.next {
	right: 17px;	
	background: transparent url(../images/sprite-homepage.png) -232px -530px no-repeat;	  
}

.home #homepage-slider a.prev span, 
.home #homepage-slider a.next span {
	display: none; 	
}
				
.home #homepage-slider .pagination {
	list-style:none;
	margin:0;
	padding:0;
	display: none;
}

.home #homepage-slider .pagination .current a {
	color:red;
}
/* HOMEPAGE SLIDER [end] */

/* MAIN MENU [start] */

.home #main_links li a { 
	height: 59px; 
}

.home #main_links li a span {
    line-height: 55px;
	height: 53px;
    padding: 0 19px;
    width: auto;
}
/* MAIN MENU [end] */

/* SQUARE BOXES [start] */

.home .sqr-boxes .box {
    background: #F3F2EE;
    background: -moz-linear-gradient(left top , #FFFFFF 0%, #F3F2EE 100%) repeat scroll 0 0 transparent;
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F3F2EE));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #F3F2EE 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #F3F2EE 100%);
    float: left;
    height: 241px;
    margin: 10px 20px 10px 0;
    width: 282px;
	position: relative;
    box-shadow: 0 0 15px #AAAAAA;
    border-radius: 15px;
}

.home .sqr-boxes .box .text.bigger {
    color: #666050;
    font-size: 1.6em;
    line-height: 1em;
}	

.home .sqr-boxes .box .quote {
    color: #3B3A3A;
    display: table-cell;
    font-size: 16px;
    font-style: italic;
    font-weight: lighter;
    height: 170px;
    line-height: 1em;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width: 96%;
}

.home .sqr-boxes .q {
    font-size: 70px;
    left: 20px;
    line-height: 0;
    padding-right: 12px;
    position: absolute;
    top: 45px;
}

.home .sqr-boxes .q.q2 {
    left: 247px;
    top: 190px;
}

.home .sqr-boxes .box .quote-name {
	text-align: right; 
	font-size: 1.7em;
}

.home .sqr-boxes .box .title {
    color: #3B3A3A; 
    font-size: 2.6em;
    font-weight: bold;
    margin: 19px 0;
    padding: 0;
    text-align: center;
}

.home .sqr-boxes .box .in {
    height: 194px;
    margin: 17px 0 0 10px;
    width: 255px;
	text-align: center; 
}	

.home .sqr-boxes .box.first {
	/*margin-left: 17px;*/
}

.home .sqr-boxes .box.last {
	/*margin-right: 11px;
	float: right;*/
    margin: 10px 0px 10px 0;
}
/* SQUARE BOXES [end] */

/* SEPARATOR HEADER [start] */
.home .separator-header {
	width: 100%; 
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #f7f6f3;		
}

.home .separator-header .toplink {
    bottom: -10px;
    display: none;
    float: right;
    height: 27px;
    position: relative;
    width: 27px;	
	background: url("../images/sprite-homepage.png") no-repeat scroll -332px -791px transparent;
}
 
.home .separator-header .toplink span {
	display: none;
}	

.home .separator-header .in {
	border-bottom: 3px solid #bdb9b9; 	
}

.home .separator-header .title {
    color: #FF6600;
    font-size: 3em;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: 6px;
    padding-top: 65px;
    text-shadow: -1px -1px 0 white;
    width: 1188px;
}
/* SEPARATOR HEADER [end] */

/* LOGOS [start] */
.home .logos {
    clear: both;
    display: table;
    text-align: center;
    width: 100%;
	padding-top: 8px;
}

.home .logos .logo {
    display: table-cell;
	vertical-align: middle;
    padding: 0 20px; 
}
/* LOGOS [end] */

/* WHITE BOX [start] */
.home .cbox {
    background: none repeat scroll 0 0 #FAFAF9;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 17px #AAAAAA;
    padding: 30px 5px;
}

.home .cbox ul li {
	list-style: square inside;	
}

.home .cbox.half {
	/*background: transparent url("../images/box-background-half.png") 5px top repeat-y;*/
    background-image: -moz-linear-gradient(top left, #FFF 0%, #F3F2EE 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F3F2EE));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #F3F2EE 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #F3F2EE 100%);
}

.home .cbox .top {
	/*height: 20px;
	background: url("../images/sprite-homepage.png") no-repeat scroll -7px -836px transparent;*/
    display: none;
}

.home .cbox.half .top {
	/*background: url("../images/sprite-homepage.png") no-repeat 5px -1359px transparent;*/
    display: none;
}

.home .cbox .inside {
    margin: 7px 0 10px 5px;
    /*width: 1181px;*/
	display: inline-block;
}

.home .cbox.half .inside {
	width: 550px;	
	color: #666050;
	text-align: left;
}

.home .cbox.half.right .inside {
	margin-right: 27px;	
}

.home .cbox.half .inside h2 {
	font-size: 2.2em;	
}

.home .cbox.half .inside p {
	margin: 12px 0;
    font-size: 1.3em;
    line-height: 1.1em;		
}

.home .cbox .bottom {
	/*height: 45px;
	background: url("../images/sprite-homepage.png") no-repeat scroll -7px -1100px transparent;*/
    display: none;
}

.home .cbox.half .bottom {
	/*height: 28px;
	background: url("../images/sprite-homepage.png") no-repeat scroll 5px -1446px transparent;*/
    display: none;
}

.home .cbox .box {
	width: 179px;
	float: left;	
	margin: 0 8px;
	text-align: center; 
}

.home .cbox .box h1, 
.home .cbox .box h2, 
.home .cbox .box h3, 
.home .cbox .box h4, 
.home .cbox .box h5, 
.home .cbox .box h6 {
    color: #3B3A3A;
    display: block;
    float: left;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 15px;
    padding: 0 30px;
    text-align: center;
    width: 113px;
}

.home .cbox .box p {
    border-top: 1px solid #BBBBBA;
    color: #3B3A3A;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.1em;
    padding-top: 20px;
    text-align: left;
}

.home .cbox .box p.pic {
    border: medium none;
    display: table-cell;
    height: 98px;
    padding: 0 0 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 175px;
}

.home .cbox table.c {
	width: 99.4%;
}

.home .cbox .c td {
	width: 50%;
	color: #666050;
	padding: 15px 15px;
}

.home .cbox .c td h3, 
.home .cbox .c td p {
	color: #666050; 	
}

.home .cbox .c td ul {
	margin-top: 15px;	
}

.home .cbox .c td ul li, 
.home .cbox .c td p {
    font-size: 1.2em;
    line-height: 1.2em; 	
}

.home .cbox .c td h3 {
	font-size: 28px; 	
}

.home .cbox.half.left,
.home .cbox.half.right {
	margin: 0;	
}

.home .cbox.half {
	width: 575px;
	margin-bottom: 40px !important;
}

.home .cbox.half.left {
	/*margin-left: 8px;*/
}

.home .cbox.half.right {
	/*margin-right: 8px;*/
}

.home .cbox.half .inside {
	min-height: 230px;	
}
/* WHITE BOX [end] */

/* contact form */
.home .contactform {
	padding-top: 7px;	
}

.home .contactform .submit {
	border: none;
	display: block;
	width: 140px;
	height: 31px;
	line-height: 20px;
	padding: 0;
	color: white;
	font-weight: bold;
	margin-left: 80px;
	cursor: pointer;
	background: #fc7c26 url("../images/sprite-homepage.png") -842px -744px no-repeat;	
	-webkit-border-radius: 0;
	border-radius: 0;
}	

.home .contactform label {
    color: #666050;
    float: left;
    font-size: 1.3em;
    line-height: 29px;
    width: 80px;
}

.home .contactform textarea, 
.home .contactform input {
    border: 1px solid #999999;
    color: #666050;
    font-family: ProximaNovaSoft-Regular,arial;
    font-size: 1.3em;
    font-weight: normal;
    padding: 5px;
    width: 451px;
	-webkit-border-radius: 6px;
    border-radius: 6px;	
} 

.home .contactform .line {
	margin: 7px 0;	
}
/* contact form [end] */

/* templates [start] */
.home .templates {
    margin: 0 0 0 0px;
    text-align: center;
}

.home .templates .template {
	width: 282px;	
    margin: 9px 20px 20px 0px;
}
.home .templates .template.lastinrow {
    margin-right: 0px;
}

.home .templates .template h4 {
    font-size: 2.4em;
	white-space: nowrap;
	margin-bottom: 10px;
    font-weight: lighter;
    text-shadow: -1px -1px 0 white;
}

.home .templates .item {
    /*background: white;*/
    display: block;
	overflow: hidden; 
    float: left;
    height: 352px;
    position: relative;
    width: 282px;
	-webkit-box-shadow:  0px 15px 10px -15px #000000;
    box-shadow:  0px 15px 10px -15px #000000;	
}

.home .templates .item .popup-content {
	display: none;	
}

.home .templates .item img {
	position: absolute;
	left: 0;
	top: 0; 
	z-index: 40;
    border-radius: 10px;
}

.home .templates .item .cover {
	width: 282px;
	height: 352px;
	display: block;
	z-index: 50;
    left: 0;
    position: absolute;
    top: 0;	
	/*background: url("../images/sprite-homepage.png") no-repeat scroll -1235px 0px transparent;*/
    cursor: pointer;
}

.home .templates .item .cover2 {
	width: 282px;
	height: 0px;
	display: block;
	z-index: 41;
    left: 0;
    position: absolute;
    bottom: 0;	
	background: #333333;
    border-radius: 0 0 10px 10px;
}	

.home .templates .item a.buttons {
	width: 103px;
	height: 35px; 
	line-height: 35px; 	
	color: white;
	display: none; 
	text-align: center;
	font-weight: bold; 
	position: absolute;
	top: 290px;
	z-index: 90;
	text-decoration: none;
	background: transparent url("../images/sprite-homepage.png") no-repeat -332px -530px;	
}

.home .templates .item a.buttons.left {
	left: 18px;	
}

.home .templates .item a.buttons.right {
	right: 18px;	
}
/* templates [end] */

/* mini slider [start] */
.home .mini-slider {
    clear: both;
    display: inline-block;
    margin: 0 0 0 0px;
    position: relative;
    width: 1189px;
}

.home .mini-slider .slidercontent {
	width: 1224px !important; /* width: 100%; */
	left: -15px !important;
	overflow: hidden !important;
}

.home .mini-slider .slidercontent li {
	width: 153px; /* 153 - 1205 */
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*cursor: pointer;*/
	position: relative;
}

.home .mini-slider .slidercontent li .sqr {
	float: left;
    height: 151px;
    position: relative;
    width: 150px;
}

.home .mini-slider .slidercontent li.selected {
	background: transparent url("../images/sprite-homepage.png") no-repeat -326px -582px;		
}

.home .mini-slider .slidercontent li img {
    left: 50%;
    margin-left: -57px;
    margin-top: -57px;
    position: absolute;
    top: 50%;
    width: 114px;
	height: 114px;
}

.home .mini-slider .slidercontent li .t {
	display: none; 	
}

.home .mini-slider .button {
	width: 25px;
	height: 47px;
	display: block !important;
	position: absolute;
	top: 50px; 
	z-index: 50;
}

.home .mini-slider .button span {
	display: none; 
}

.home .mini-slider .button.prev {
	left: -34px;
	background: transparent url("../images/sprite-homepage.png") no-repeat -441px -530px;	
}

.home .mini-slider .button.next {
	right: -35px;
	background: transparent url("../images/sprite-homepage.png") no-repeat -464px -530px;	
}

.home .mini-slider .text-box {
    clear: both;
    display: inline-block;
    margin: 15px 0 0 326px;
    min-height: 120px;
    width: 47%; 
	color: #3b3a3a;
}

.home .mini-slider .text-box h3 {
	font-size: 2.2em;
	color: #3b3a3a;
}

.home .mini-slider .text-box p {
	font-size: 1.2em;	
}
/* mini slider [end] */

/* contentpics */
.home .contentpic-1 {
	background: transparent url("../images/sprite-homepage.png") no-repeat -488px -530px;	
	width: 568px;
	height: 84px; 
}

.home .contentpic-2 {
	background: transparent url("../images/sprite-homepage.png") no-repeat -488px -614px;	
	width: 411px;
	height: 116px; 
}

.home .contentpic-3 {
    background: url("../images/sprite-homepage.png") no-repeat scroll 0 -1144px transparent;
    height: 200px;
    width: 603px;
}

.home .contentpic-4 {
	background: transparent url("../images/sprite-homepage.png") no-repeat -899px -614px;	
	width: 500px;
	height: 130px; 
}

.home .contentpic-5 {
	background: transparent url("../images/sprite-homepage.png") no-repeat -603px -1145px;	
	width: 500px;
	height: 163px; 
}

.home .contentpic-6 {
	background: transparent url("../images/sprite-homepage.png") no-repeat -603px -1311px;	
	width: 395px;
	height: 181px; 
}
/* contentpics [end] */

/* prize table */
.home #homepage_availplans_plans {
	margin-bottom: 30px;	
}

.home #homepage_availplans_plans .availableplan-box { 
	width: 314px;
	float: right;
}

.home #homepage_availplans_plans .selectedfeatures {
	width: 314px;
	padding-top: 0;
}

.home #homepage_availplans_plans .buttons-box {
    clear: both;
    display: block;
    float: left;
    /*margin-left: 17px;*/
    margin-top: 18px;
    text-align: left;
    width: 1174px;
	margin-bottom: 45px;
}

.home #homepage_availplans_plans .buttons-box .logo {
	float: left;
	width: 210px;
	height: 47px;
	display: block;
	margin-left: 5px;
	float: left;	
	background: transparent url("../images/sprite-homepage.png") no-repeat -623px -744px;	
}

.home #homepage_availplans_plans .buttons-box .button {
	display: inline-block;
	width: 281px;
	height: 38px;
	margin-top: 7px;
	text-align: center;
	line-height: 38px;
	color: white;
	font-weight: bold;
	font-size: 1.6em;
	float: left;
	margin-left: 34px;
	text-shadow: 1px 1px 2px #ff4f00;
	text-decoration: none;
	background: url("../images/sprite-homepage.png") no-repeat scroll -332px -744px transparent;
}

.home #homepage_availplans_plans .buttons-box .button span {  }

.home #homepage_availplans_plans .availableplan-box.special .selectedfeatures {
    background: white;
    margin: -37px 0 0 16px;
    padding-top: 36px;
    position: relative;
    width: 282px;
	padding-bottom: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;	
	-webkit-box-shadow:  0px 0px 3px 0px #666666;
    box-shadow:  0px 0px 3px 0px #666666;	
}

.home #homepage_availplans_plans .selectedfeatures div.availablefeature.even {
	background: none;	
}

.home #homepage_availplans_plans .availableplan-box.special .planheading {
	background: url("../images/planheading_sprite_orange2.png") no-repeat scroll center top transparent;
}

.home #homepage_availplans_plans .availableplan-box.special .head,
.home #homepage_availplans_plans .availableplan-box.special .desc,
.home #homepage_availplans_plans .availableplan-box.special .price {
	color: white !important;			
}

.home #homepage_availplans_plans .availableplan .planheading {
	background: url("../images/planheading_sprite2.png") no-repeat scroll center -10px transparent;	
}

.home #homepage_availplans_plans .selectedfeatures div.availablefeature, 
.home #homepage_availplans_plans .selectedfeatures div.strong {
	width: 100%;
}

.home #homepage_availplans_plans .availablefeature {
    margin-left: 14px !important;
    width: 90% !important;
	border-top: 1px solid #ecebe6;
	margin: 0 0 0 14px !important;
}

.home #homepage_availplans_plans .availableplan-box.special .availablefeature {
	background: none !important;	
}

.home #homepage_availplans_plans .availablefeature.even {
	background: #eae8e2 !important;	
}

.home #homepage_availplans_plans .availablefeature:first-child {
	border: none;
}

.home #homepage_availplans_plans > .selectedfeatures {
	padding-top: 131px;
	width: 240px;
}

.home #homepage_availplans_plans .selectedfeatures {
	/*margin-left: 9px;*/
}
/* prize table [end] */

/* overlay popup */
.home .overlay {
	width: 100%;
	height: 100%;
	background: url("../images/overlay.png");
	position: absolute;
	z-index: 96;	
	display: none; 
}

.home .overlay .popup {
	width: 890px;
	min-height: 540px;
	position: fixed;
	left: 50%;
	margin-left: -445px;
	top: 50%;
	margin-top: -270px;
	display: block;
	background: white;
	-webkit-box-shadow: 0 0 100px 15px black; 
	box-shadow: 0 0 100px 15px black
	-webkit-border-radius: 12px;
	border-radius: 12px;	
}	

.home .overlay .popup .in {
	margin: 20px;
	position: relative;
}

.home .overlay .popup .close {
	width: 	23px;
	height: 23px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	background: url("../images/sprite-homepage.png") no-repeat -372px -791px transparent; 
}

.home .overlay .popup .r {
	float: right;
	width: 415px; 
	min-height: 50px;
	color: #3B3A3A;	
}

.home .overlay .popup .r .title {
    border-bottom: 1px solid #7D7D7D;
    font-size: 2.3em;
    margin-bottom: 20px;
    padding-bottom: 7px;
	font-weight: bold;
}

.home .overlay .popup .r .text-content {
    font-size: 1.3em;
    line-height: 1.1em;
	padding-bottom: 20px;
}

.home .overlay .popup .r .text-content ul {
	margin: 15px 0;
}

.home .overlay .popup .r .text-content ul li {
	list-style: inside square;	
}

.home .overlay .popup .l {
	float: left;
	width: 385px;
	min-height: 50px;	
}

.home .overlay .popup .button {
    background: url("../images/sprite-homepage.png") no-repeat scroll -332px -530px transparent;
    color: white;
    display: block;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 103px;
    z-index: 90;		
}

.home .overlay .popup .l {
	text-align: center;	
}

.home .overlay .popup .l img {
	max-width: 385px;
	max-height: 475px;
	-webkit-box-shadow: 0 15px 15px -15px black;
	box-shadow: 0 15px 15px -15px black;
}

.home .overlay .popup .close span {
	display: none; 	
}
/* //overlay popup */

/* social icons */
.home .social {
	width: 34px;
	height: 114px;
	display: block;
	z-index: 80 !important; 
	position: fixed;
	left: 0;
}

.home .social span {
	display: none;	
}

.home .social.twitter {
	top: 165px;	
	background: url("../images/sprite-homepage.png") no-repeat scroll -1256px -828px transparent;
}

.home .social.facebook {
	top: 290px;	
	height: 104px; 
	background: url("../images/sprite-homepage.png") no-repeat scroll -1256px -942px transparent;
}
/* //social icons */

#homepage_availplans_plans .availableplan
{
	float:left;
	width:240px;
	text-align:center;
	margin-top:12px;
	/*margin-right: 2px;*/
}