#firstBlock {
	margin-top: 0px;
}
.stiteWidth {
	width: 960px;
	margin: auto;
	display: table;
}
.bigtitle {
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	font-weight: 100;
	color: #222222;
}
#firstBlock .bigtitle {
	margin-bottom: 30px;
}
.iMac {
	width: 467px;
	height: 295px;
	float: left;
	background: url(/modules/mod_startpage/assets/images/optimized/top_mac.jpg) no-repeat center bottom;
}
#intro_list {
	float: left;
	width: 460px;
}
#intro_list .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #222222;
	padding-bottom: 10px;
}
#tools_bg ul,
#intro_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tools_bg ul li,
#intro_list ul li h2 {
	font-size: 18px;
	line-height: 18px;
	padding-left: 30px;
	padding-top: 6px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #666666;
	background: url(/modules/mod_startpage/assets/images/marker.png?2) no-repeat left center;	
}
#intro_list ul li strong {
	font-weight: normal;
}
.buttonblock {
	display: table;
	width: 100%;
}
.buttonblock .newButton_enr {
	font-size: 30px;
	line-height: 30px;
	text-shadow: 2px 1px 0px #446a13;
	box-shadow: inset 0px 1px 0px #b4fa59;
	padding: 10px 30px;
	font-weight: bold;
}
.buttonblock .newButton_enr s {
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(/modules/mod_startpage/assets/images/button_arrow.png) no-repeat left center;	
}
.ntitle {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
}

#slideset_wk {
	display: table;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 20px 0px 0px 0px;
}
#slideset_wk_bg {
	position: absolute;
	left: 0px;
	height: 180px;
	width: 100%;
	background: #f2f2f2;
}

#tools_bg_before {
	position: absolute;
	left: 0px;
	height: 160px;
	width: 100%;
	background: #f2f2f2;
}
#tools_bg {
	width: 100%;
	height: 160px;
	position: relative;
	
}
 .tools_title {
	 font-size: 30px;
	 line-height: 36px;
	 color: #222222;
	 font-weight: 100;
	 padding-bottom: 20px;
 }
#link_tools {
	font-weight: bold;
	font-size: 18px;
	display: table;
	background: url(/modules/mod_startpage/assets/images/right_arr.png) no-repeat center right;
	padding-right: 15px;
	line-height: 25px;
}
 .tools_title b {
	 font-weight: bold;
	 color: #0073b0;
 }
#secondBlock {
	margin-top: 30px;
	margin-bottom: 50px;
}
.tools_bg_inside {
	padding: 29px 0px 0px 29px;
}
.tools_bg_inside ul {
	margin-bottom: 15px !important;
}
.tools_bg_inside ul li {
	font-size: 14px !important;
	line-height: 14px !important;
}
#mbg {
	width: 236px;
	height: 230px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	background: url(/modules/mod_startpage/assets/images/mbg.png?3) no-repeat left center;	
}
.shadow {
	width: 100%;
	height: 17px;
	margin: 50px 0px 10px 0px;
	background: url(/modules/mod_startpage/assets/images/shadow.png) no-repeat center center;	
}
.ltitle {
font-size: 16px;
line-height: 24px;
color: #666666;
font-weight: 100;
text-align: center;
}
.linkunder,
#screens .linkunder,
.ltitle .linkunder {
	color: inherit;
}
#screens {
	width: 100%;
	height: 364px;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}
#screens div {
	display: block;
}

.disNone {	
	display: none;
}

.tip {
	width: 125px;
	height: 125px;
	position: absolute;
}
.tipt {
	min-width: 150px;
	max-width: 150px;
	min-height: 25px;
	position: absolute;
	color: #666666;
	font-size: 12px;
	line-height: 18px;	
}
.tipt b {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 5px;
	color: #333333;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}	
	
#screens_control {
	display: table;
	margin: auto;
	margin-top: 10px;
	background-image: linear-gradient(bottom, rgb(227,227,227) 0%, rgb(245,245,245) 100%);
	background-image: -o-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(245,245,245) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(245,245,245) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(245,245,245) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 0%, rgb(245,245,245) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(227,227,227)),
		color-stop(1, rgb(245,245,245))
	);
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.s_btn {
	display: table;
	font-size: 15px;
	line-height: 15px;
	padding: 14px 20px;
	float: left;
	border-right: 1px solid #d8d8d8;
	color: #077ab7;
	font-weight: bolder;
	cursor: pointer;
}
div[onclick="slideScreen(this, 'tab5');"] {
	border-right: 0px !important;
}
.s_btn:hover {
}
#screens_control .active {
	background: #b2b2b2;
	color: #ffffff;
}
#screens_control .active:hover {
}

#logoscopy {
	width: 280px;
	font-size: 10px;
	line-height: 10px;
	padding-top: 10px;
	color: #999;
}

.why_row {
	display: table;
	width: 660px;
	margin-top: 15px;
}
.why_row_row {
	width: 320px;
	float: left;
	margin-right: 20px;
	display: table;
}
.nomr {
	margin-right: 0px !important;
}
.why_row_title {
	line-height: 24px;
	font-size: 14px;
	height: 24px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}
.why_row_title s {
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 15px;
}
.why_row_text {
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	font-weight: 100;
}
.why_row_text strong {
	font-weight: inherit;
}
.wp1 {
	background: url(/modules/mod_startpage/assets/images/why1.png) no-repeat left center;	
}
.wp2 {
	background: url(/modules/mod_startpage/assets/images/why2.png) no-repeat left center;	
}
.wp3 {
	background: url(/modules/mod_startpage/assets/images/why3.png) no-repeat left center;	
}
.wp4 {
	background: url(/modules/mod_startpage/assets/images/why4.png) no-repeat left center;	
}
.wp5 {
	background: url(/modules/mod_startpage/assets/images/why5.png) no-repeat left center;	
}
.wp6 {
	background: url(/modules/mod_startpage/assets/images/why6.png) no-repeat left center;	
}

#whygogmat {
	width: 653px;
	float: left;
}
#whygogmat_schools .ntitle,
#whygogmat .ntitle {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	font-weight: 100;
	padding-bottom: 15px;
}
#whygogmat_schools {
	float: right;
}
#fourthBlock {
	margin-top: 35px;
}
.schools_list {
	width: 280px;
	height: 490px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	margin: 20px auto auto auto;
	position: relative;
	border: 1px solid #e5e5e5;
}
.why_students_tip {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: 100;
	text-align: center;
	margin-top: -5px;
}
#logoscopy {
	text-indent: -9999em;
}
#schools {
	width: 280px;
	height: 462px;
	margin-top: 15px;
	background: url(/modules/mod_startpage/assets/images/optimized/schoolds.jpg?5) no-repeat top center;	
}
#socialblock_main {
	display: table;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
#facebook_widget {
	float: left;
	width: 630px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	height: 184px;
}
#btgbanner {
	float: right;
}
#btgbanner a {
	display: block;
	width: 300px;
	height: 186px;
	background: url(/modules/mod_startpage/assets/images/gmat.png?3) no-repeat left top;	
}
/* !Testimonial */
.slide_row {
	display: table;
	width: 100%;
	margin-top: 15px;
	position: relative;
	padding-top: 10px;
}
.slide_quot {
	position: absolute;
	width: 42px;
	height: 36px;
	background: url(/modules/mod_startpage/assets/images/quot.png?2) no-repeat left top;	
	float: left;
	overflow: hidden;
	left: 145px;
	top: 0px;
}
.slide_pic {
	width: 64px;
	height: 64px;
	float: left;
	overflow: hidden;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	margin-left: 165px;
	overflow: hidden;
	margin-top: 5px;
}
.slide_text {
	display: table;
	width: 565px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: 100;
	margin-left: 245px;
}
.slide_name {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0073b0;
}
.slide_name a {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #222222;
}
#slideshow_control {
	display: table;
	margin: auto;
}
.wk-slideshow-revista-articles > div .next, .wk-slideshow-revista-articles > div .prev,
.slidebtn {
	position: absolute;
	display: block;
	width: 31px;
	height: 33px;
	float: left;
	top: 50%;
	margin-top: -20px;
	opacity: 0.8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	cursor: pointer;
	background-position: center center !important;
}
.wk-slideshow-revista-articles > div .next:hover, .wk-slideshow-revista-articles > div .prev:hover,
.slidebtn:hover {
	opacity: 1;
	background-position: 0px;
}
.wk-slideshow-revista-articles > div .next,
.bl {
	background: url(/modules/mod_startpage/assets/images/right_arr.png) no-repeat center center;
	right: 10px;
}
.wk-slideshow-revista-articles > div .prev,
.br {
	background: url(/modules/mod_startpage/assets/images/left_arr.png) no-repeat center center;
	left: 40px;
}

#sidgetkitblock {
	margin-bottom: 25px;
}

.item b {
	color: #333;
}
.com_title {
	font-weight: 100;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	margin: 10px auto 30px auto;
}
#sidgetkitblock_inside .com_title {
	margin: 10px auto 5px auto;
}
#labelwidgetkit {
	position: absolute;
	bottom: -40px;
	font-weight: bold;	
}

#partners_main {
	margin-top: 40px;
	margin-bottom: 30px;
}

.cypp {
	display: block;
	margin: 35px auto;
	width: 365px;
	height: 56px;
	text-indent: -9999em;
	background: url(/modules/mod_startpage/assets/images/choose_your_prep_plan.png?2) no-repeat left top;	
}
.sbysn {
	display: block;
	margin: 35px auto;
	width: 457px;
	height: 56px;
	text-indent: -9999em;
	background: url(/modules/mod_startpage/assets/images/start_boosting_s_now.png?2) no-repeat left top;	
}

/* Slides */
.tab1 {
	width: 100%;
	height: 364px;
	margin-top: 25px;
	background: url(/modules/mod_startpage/assets/images/optimized/screen1.jpg?2) no-repeat center center;	
	position: relative;
}
.tab2 {
	width: 100%;
	height: 364px;
	margin-top: 25px;
	background: url(/modules/mod_startpage/assets/images/optimized/screen2.jpg?2) no-repeat center center;	
	position: relative;
}
.tab3 {
	width: 100%;
	height: 364px;
	margin-top: 25px;
	background: url(/modules/mod_startpage/assets/images/optimized/screen3.jpg?2) no-repeat center center;	
	position: relative;
}
.tab4 {
	width: 100%;
	height: 364px;
	margin-top: 25px;
	background: url(/modules/mod_startpage/assets/images/optimized/screen4.jpg?2) no-repeat center center;	
	position: relative;
}
.tab5 {
	width: 100%;
	height: 364px;
	margin-top: 25px;
	background: url(/modules/mod_startpage/assets/images/optimized/screen5.jpg?2) no-repeat center center;	
	position: relative;
}
/*
.tab1 {
	background: url(/modules/mod_startpage/assets/images/optimized/s1.png) no-repeat center center;	
}
.tab2 {
	background: url(/modules/mod_startpage/assets/images/optimized/s2.png) no-repeat center center;	
}
.tab3 {
	background: url(/modules/mod_startpage/assets/images/optimized/s3.png) no-repeat center center;	
}
.tab4 {
	background: url(/modules/mod_startpage/assets/images/optimized/s4.png) no-repeat center center;	
}
.tab5 {
	background: url(/modules/mod_startpage/assets/images/optimized/s5.png) no-repeat center center;	
}
*/

/* Tab 1 */
.tab1_p1 {
	background: url(/modules/mod_startpage/assets/images/tab1/1.png?2) no-repeat center center;	
	top: 20px;
	left: 160px;
}
.tab1_p2 {
	background: url(/modules/mod_startpage/assets/images/tab1/2.png?2) no-repeat center center;	
	top: 30px;
	left: 635px;
}
.tab1_p3 {
	background: url(/modules/mod_startpage/assets/images/tab1/3.png?2) no-repeat center center;	
	top: 200px;
	left: 175px;
}
.tab1_p4 {
	background: url(/modules/mod_startpage/assets/images/tab1/4.png?2) no-repeat center center;	
	top: 210px;
	left: 615px;
}
.tab1_t1 {
	top: 45px;
	left: 0px;
}
.tab1_t2 {
	top: 60px;
	left: 770px;
}
.tab1_t3 {
	top: 225px;
	left: 15px;
}
.tab1_t4 {
	top: 240px;
	left: 750px;
}

/* Tab 2 */
.tab2_p1 {
	background: url(/modules/mod_startpage/assets/images/tab2/1.png?2) no-repeat center center;	
	top: 0px;
	left: 180px;
}
.tab2_p2 {
	background: url(/modules/mod_startpage/assets/images/tab2/2.png?2) no-repeat center center;	
	top: 10px;
	left: 615px;
}
.tab2_p3 {
	background: url(/modules/mod_startpage/assets/images/tab2/3.png?2) no-repeat center center;	
	top: 200px;
	left: 225px;
}
.tab2_p4 {
	background: url(/modules/mod_startpage/assets/images/tab2/4.png?2) no-repeat center center;	
	top: 160px;
	left: 615px;
}
.tab2_t1 {
	top: 35px;
	left: 20px;
}
.tab2_t2 {
	top: 45px;
	left: 750px;
}
.tab2_t3 {
	top: 245px;
	left: 65px;
}
.tab2_t4 {
	top: 205px;
	left: 750px;
}

/* Tab 3 */
.tab3_p1 {
	background: url(/modules/mod_startpage/assets/images/tab3/1.png?2) no-repeat center center;	
	top: 0px;
	left: 180px;
}
.tab3_p2 {
	background: url(/modules/mod_startpage/assets/images/tab3/2.png?2) no-repeat center center;	
	top: 45px;
	left: 615px;
}
.tab3_p3 {
	background: url(/modules/mod_startpage/assets/images/tab3/3.png?2) no-repeat center center;	
	top: 135px;
	left: 220px;
}
.tab3_p4 {
	background: url(/modules/mod_startpage/assets/images/tab3/4.png?2) no-repeat center center;	
	top: 200px;
	left: 640px;
}
.tab3_t1 {
	top: 15px;
	left: 15px;
}
.tab3_t2 {
	top: 85px;
	left: 750px;
}
.tab3_t3 {
	top: 175px;
	left: 60px;
}
.tab3_t4 {
	top: 240px;
	left: 775px;
}

/* Tab 4 */
.tab4_p1 {
	background: url(/modules/mod_startpage/assets/images/tab4/1.png?2) no-repeat center center;	
	top: 30px;
	left: 180px;
}
.tab4_p2 {
	background: url(/modules/mod_startpage/assets/images/tab4/2.png?2) no-repeat center center;	
	top: 50px;
	left: 640px;
}
.tab4_t1 {
	top: 65px;
	left: 15px;
}
.tab4_t2 {
	top: 85px;
	left: 775px;
}

/* Tab 5 */
.tab5_p1 {
	background: url(/modules/mod_startpage/assets/images/tab5/1.png?2) no-repeat center center;	
	top: 40px;
	left: 180px;
}
.tab5_p2 {
	background: url(/modules/mod_startpage/assets/images/tab5/2.png?2) no-repeat center center;	
	top: -5px;
	left: 620px;
}
.tab5_p3 {
	background: url(/modules/mod_startpage/assets/images/tab5/3.png?2) no-repeat center center;	
	height: 176px;
	width: 175px;
	top: 150px;
	left: 175px;
}
.tab5_p4 {
	background: url(/modules/mod_startpage/assets/images/tab5/4.png?2) no-repeat center center;	
	top: 122px;
	left: 660px;
}
.tab5_p5 {
	background: url(/modules/mod_startpage/assets/images/tab5/5.png?2) no-repeat center center;	
	top: 240px;
	left: 610px;
}
.tab5_t1 {
	top: 65px;
	left: 15px;
}
.tab5_t2 {
	top: 40px;
	left: 755px;
}
.tab5_t3 {
	top: 225px;
	left: 35px;
}
.tab5_t4 {
	top: 165px;
	left: 795px;
}
.tab5_t5 {
	top: 280px;
	left: 750px;
}
.wk-slideshow-revista-articles .nav {
	top: -11px;
	right: 90px !important;
}

.slide_seemore {
	position: absolute;
	right: 90px;
	bottom: 5px;
}