@font-face {
    font-family: MyriadPro; 
    src: url(MyriadPro-Light.otf); 
    font-weight: 100;
}
@font-face {
    font-family: MyriadPro; 
    src: url(MyriadPro-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: MyriadPro; 
    src: url(MyriadPro-Semibold.otf);
    font-weight: bolder;
}
@font-face {
    font-family: MyriadPro; 
    src: url(MyriadPro-Bold.otf); 
    font-weight: bold;
}
/* Reseting styles */
* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

/* Web site total width in pixels */
.siteWidth {
	width: 960px;
	margin: auto;
}

body {
	min-width: 960px; /* Let's crack it, baby! This is protection from bad look. */
	width: 100%;
	font-family: "MyriadPro", Arial, sans-serif !important;
	overflow-y: scroll;
	color: #666666;
	font-size: 14px;
	text-rendering: optimizeLegibility;
}
a {
	text-decoration: none;
	color: #077ab7;
	border: none;
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}
li {
	list-style: none;
}
#page_GMAT_Blog .blog_body_mess ul {
	overflow: hidden;
}
#page_GMAT_Blog .blog_body_mess li {
	list-style: disc;
	margin-left: 15px;
}
a:visited {
	color: #077ab7;
}
a:active {
	color: #077ab7;
}
a:hover {
	color: #52acdf;
}
/* Button-link */
.button_htgs:visited {
	color: #ffffff;
}
	.popup_btn:visited,
.standartButton:visited {
	color: #333333;
}

a.linkunder {
	color: inherit;
}

a img {
	border: none;
	border-color: #ffffff;
}

/* Defaulr block style */
.defaultBlock {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;	
	border-right: 1px solid #a9b6bf;
	border-bottom: 1px solid #a9b6bf;
}

/* Web site styles */
body {
	/*background: #dfe7eb url(/templates/igogmat/images/background_gradient.png) repeat-x center top;*/
	background: #fff;
}

#top_mainbody {
	display: table;
	margin: 30px auto;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}
#top_logotype {
display: block;
background: url(/images/logo_v2.png) left top no-repeat;
width: 255px;
height: 71px;
float: left;
}	
.menutop_ {
	height: 30px;
	float: right;	
	margin-top: 30px;
}
.menutop_ li {
	float: left;
	margin-left: 5px;
}
.menutop_ li a {
	padding: 8px 20px 6px 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bolder;
	color: #222222;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.menutop_ li:hover a {
	background: #f9f9f9;
}
.menutop_ li.active a {
	background: #f2f2f2;
}
.menutop_ li:hover a[href="/plan-and-pricing.html"],
.menutop_ li.active a[href="/plan-and-pricing.html"],
.menutop_ li a[href="/plan-and-pricing.html"] {
	text-shadow: 0px 1px 0px #5c8b18;
	padding: 7px 20px 6px 20px;
	border: 1px solid #74b917;
	border-bottom: none;
	background-color: rgb(165,216,55);
	color: #ffffff;
	background-image: linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -o-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(115,185,23)),
		color-stop(0.73, rgb(165,216,55))
	);
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
}
.menutop_ li:hover a[href="/plan-and-pricing.html"] {
	opacity: .85;
}
.article-info {display: none;}

#CopyrightMenu {
	border-top: 1px solid #dddddd;
	margin-top: 10px;
	padding-top: 50px; 
	display: table;
}

#footer .menu_block {
	float: left;
	margin-right: 83px;
}

#footer .menu_title {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 7px;
	color: #333333;
	font-weight: bold;
}
#footer .menu li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

#middle_right {
	float: right;
	width: 282px;
}
#middle_left {
	width: 640px;
	float: left;
}
.blog_post {
	display: table;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 50px;
}
#single_page .blog_post {
	border-bottom: none;
}
h2.blog_post_title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
	color: #222222;
}

.blog_post_title a {
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}
.blog_post .meta {
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 20px;
}
.blog_body_mess p {
	font-size: 15px;
	line-height: 21px;
	color: #666666;
	font-weight: normal;
	padding-bottom: 10px;
}
.blog_body_mess strong {
	font-weight: inherit;
}
p.readmore {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.btnpromo {
	display: table;
	float: left;
	margin-right: 10px;
	text-shadow: 0px 1px 0px #5c8b18;
	padding: 7px 20px 6px 20px;
	border: 1px solid #74b917;
	border-bottom: none;
	color: #ffffff;
	background-image: linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -o-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(115,185,23)),
		color-stop(0.73, rgb(165,216,55))
	);
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
a.seemore,
a#socail_join,
p.readmore a {
text-shadow: 0px 1px 0px #5c8b18;
	padding: 7px 20px 6px 20px;
	border: 1px solid #74b917;
	border-bottom: none;
	color: #ffffff;
	background-color: rgb(165,216,55);
	background-image: linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -o-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(115,185,23) 0%, rgb(165,216,55) 73%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(115,185,23)),
		color-stop(0.73, rgb(165,216,55))
	);
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
a#socail_join {
	font-size: 18px;
	line-height: 18px;
}
/*
a.seemore {
	border: 1px solid #dddddd;
	color: #077ab7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 4px 16px 3px 16px;
	background-color: rgb(245,245,245);
	background-image: linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -o-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -moz-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -webkit-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	background-image: -ms-linear-gradient(bottom, rgb(227,227,227) 16%, rgb(245,245,245) 54%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.16, rgb(227,227,227)),
		color-stop(0.54, rgb(245,245,245))
	);
}
*/
a.seemore:hover,
a#socail_join:hover,
p.readmore a:hover {
	opacity: .85;
}
#itp-fblike-box {
	display: table;
	margin: auto;
	margin-top: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
	border: 1px solid #dddddd;
}
.custombeat {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #ddd;
	margin: 40px auto;
}
#Menu_Blog_Category {
	display: table;
	width: 279px;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #ddd;
	margin: 40px auto;
}
#Menu_Blog_Category .menu_title {
	width: 100%;
	font-weight: bolder;
	margin-bottom: 15px;
	text-align: center;
	background: #f2f2f2;
	line-height: 18px;
	font-size: 15px;
	padding: 8px 0px 4px 0px;
}
#Menu_Blog_Category .categories-modulestyle-line {
	width: 250px;
	margin: auto;
}
#Menu_Blog_Category .categories-modulestyle-line a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	font-weight: normal;
}
#Menu_Blog_Category .categories-modulestyle-line li:last-child a {
	border-bottom: none !important;
}

.box-quest {
	border:1px solid #cacaca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}
.box-quest h4 strong {
display: block;
padding-bottom: 15px;
font-size: 24px;
font-weight: normal;
color: #222222;
}
.box-quest img {
	margin:25px;
}
.box-quest p strong {
font-weight: inherit;
}
.box-quest p {
	padding-left:96px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 100;
}
.box-quest ol {
	padding-left:116px;
}

table.zebra { width: 100%; border-spacing: 0px; margin-bottom: 30px !important; }

table.zebra th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

table.zebra th,
table.zebra td { padding: 5px; }

table.zebra tbody,
table.zebra tfoot { font-size: 12px; }

table.zebra .bold { font-weight: bold; }
table.zebra .center { text-align: center; }

table.zebra td * { vertical-align: middle; }

table.zebra tfoot { font-style: italic; }

table.zebra caption {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}

ul.zebra > li,
table.zebra tbody td { border-bottom: 1px solid #ddd; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: 1px solid #ddd; }

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: #fafafa; }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #fafafa; }

table.zebra caption { color: #999; }

#post_GMAT_Prep p {
	font-weight: normal;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

#post_GMAT_Prep h4 strong {
	font-size: 22px;
	padding-bottom: 10px;
	line-height: 26px;
	display: block;
	font-weight: normal;
	display: block;
}

#post_GMAT_Prep .prep-box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid grey;
	background:white;
	padding:15px;
}
#post_GMAT_Prep .prep-box h6 {
	font-weight:normal;
	font-size: 20px;
	line-height: 26px;
	margin-top:5px;
	margin-bottom:2px;
}
#post_GMAT_Prep .prep-box p {
	margin-top:5px;
	font-weight: 100;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	padding-left: 15px;
}

#post_GMAT_Prep table {
	margin-bottom: 30px;
}

#post_GMAT_Prep h1 strong,
#post_GMAT_Prep h2 strong {
	display: block;
	padding-bottom: 10px;
	font-size: 36px;
	font-weight: normal;
}

#post_Resources .list-res,
#post_Resources .list-res1,
#post_Resources .list-res-b,
#post_Resources .list-res-b1 {
	float:left;
	padding-left:0 !important;
	margin-top:22px;
}
#post_Resources .list-res1 li {
	display:block;
	background:url(http://gogmat.com/templates/thenewgogmat/images/res_img_03.png) no-repeat;
	width:280px;
	height:52px;
	margin-right:0;
	margin-bottom:30px;
}
#post_Resources .list-res li {
	display:block;
	background:url(http://gogmat.com/templates/thenewgogmat/images/res_img_03.png) no-repeat;
	width:280px;
	height:52px;
	margin-right:32px;
	margin-bottom:30px;
}
#post_Resources .list-res-b li {
	display:block;
	background:url(http://gogmat.com/templates/thenewgogmat/images/res_img_b_03.png) no-repeat;
	width:430px;
	height:52px;
	margin-right:46px;
	margin-bottom:30px;
}
#post_Resources .list-res-b1 li {
	display:block;
	background:url(http://gogmat.com/templates/thenewgogmat/images/res_img_b_03.png) no-repeat;
	width:430px;
	height:52px;
	margin-right:0;
	margin-bottom:30px;
}
#post_Resources .list-res li img,
#post_Resources .list-res1 li img,
#post_Resources .list-res-b li img,
#post_Resources .list-res-b1 li img {
	margin:21px 0 0 -10px;
	
}
#post_Resources .list-res li a,
#post_Resources .list-res1 li a,
#post_Resources .list-res-b li a,
#post_Resources .list-res-b1 li a {
	display:block;
	/*width:37px;*/
	height:30px;
	overflow:hidden;
	position:relative;
	top:10px;
	left:15px;
	float:left;
	margin-right:30px;
}
#post_Resources .list-res li a span:hover,
#post_Resources .list-res1 li a span:hover,
#post_Resources .list-res-b li a span:hover,
#post_Resources .list-res-b1 li a span:hover {
	text-decoration:underline !important;
}
#post_Resources .list-res li span,
#post_Resources .list-res1 li span,
#post_Resources .list-res-b li span,
#post_Resources .list-res-b1 li span {
	display:block;
	float:left;
	margin:5px 0 0 48px;
	font-size:17px;
	width:auto;
	color:black;
}
#post_Resources h1 {
	display: block;
	clear: both;
}
#post_Resources h2[style="color: white; margin-top: 15px; text-align: center;"]{
font-size: 24px;
font-weight: bold;
margin-bottom: 15px;
}
#post_Resources .icores-top1 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 0 }
#post_Resources .icores-top2 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -30px }
#post_Resources .icores-top3 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -60px }
#post_Resources .icores-top4 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -90px }
#post_Resources .icores-top5 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -120px }
#post_Resources .icores-top6 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -150px }
#post_Resources .icores-top7 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -180px } 
#post_Resources .icores-top8 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -210px } 
#post_Resources .icores-top9 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -240px } 
#post_Resources .icores-top10 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -270px } 
#post_Resources .icores-top11 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -300px } 
#post_Resources .icores-top12 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -330px } 
#post_Resources .icores-top13 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -360px } 
#post_Resources .icores-top14 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -390px } 
.icores-top15 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -420px } 
.icores-top16 { background:url(../images/ico_res_02.png) no-repeat; background-position:0 -450px }

#post_Resources {
	width: 910px;
	margin: auto;
}

#post_Resources a.entroll {
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;
}

#middle_left_b {
	float: left;
	width: 300px;
	display: table;
}
#middle_right_b {
	width: 630px;
	display: table;
	float: right;
}

#Take_a_Tour_of_GoGMAT {
	display: table;
	width: 300px;
	margin-top: 17px;
}
#Take_a_Tour_of_GoGMAT .menu_title {
	display: none;
}
#Take_a_Tour_of_GoGMAT li {
	display: table;
	width: 300px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}
#Take_a_Tour_of_GoGMAT li#item-126 {
	border-bottom: none;
}
#Take_a_Tour_of_GoGMAT li div.menu_img {
	width: 36px;
	height: 31px;
	float: left;
	margin-left: 9px;
	margin-right: 9px;
}
	#Take_a_Tour_of_GoGMAT li#item-125 div.menu_img {
		height: 20px;
		margin-bottom: 20px;
		background-position: center bottom;
	}
	#Take_a_Tour_of_GoGMAT li#item-126 div.menu_img {
		height: 28px;
		background-position: center bottom;
	}
	#Take_a_Tour_of_GoGMAT li#item-127 div.menu_img {
		height: 32px;
		background-position: center bottom;
	}
	#Take_a_Tour_of_GoGMAT li#item-128 div.menu_img {
		height: 30px;
		background-position: center bottom;
	}
	/* Hovered */
	#Take_a_Tour_of_GoGMAT li#item-125:hover div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-126:hover div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-127:hover div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-128:hover div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-125[class="current active"] div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-126[class="current active"] div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-127[class="current active"] div.menu_img,
	#Take_a_Tour_of_GoGMAT li#item-128[class="current active"] div.menu_img {
		background-position: center top !important;
	}
	#Take_a_Tour_of_GoGMAT li#item-125:hover span.image-title,
	#Take_a_Tour_of_GoGMAT li#item-126:hover span.image-title,
	#Take_a_Tour_of_GoGMAT li#item-127:hover span.image-title,
	#Take_a_Tour_of_GoGMAT li#item-128:hover span.image-title {
		color: #222222 !important;
	}
	

#Take_a_Tour_of_GoGMAT li.active a span.image-title {
	color: #222222;
}
#Take_a_Tour_of_GoGMAT li a span.image-title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #077ab7;
	padding-top: 2px;
	padding-bottom: 0px;
}
#Take_a_Tour_of_GoGMAT li a span.menu_desk {
	display: block;
	font-size: 13px;
	line-height: 21px;
	color: #888888;	
	width: 190px;
	overflow: hidden;
	margin-bottom: 20px;
}
.box-social {
	width:900px;
	height:144px;
	background:url(/images/social/social-box.png);
	margin-bottom:20px;
	position:relative;
}
.box-social h3 {
	display:block;
	padding:20px;
	margin:0;
}
.box-social p {
	margin:0;
	color: #8e8e8e;
}
#page_Testimonials .blog_post_title {
font-size: 36px;
padding-bottom: 15px;
color: #222222;
font-weight: normal;
}
#page_Testimonials p.meta {
	padding-top: 0px;
	padding-bottom: 10px;
}
#page_Testimonials div.blog_post {
	border-bottom: 1px solid #dddddd; 
}
#page_Testimonials div.blog_body_mess q {
	font-size: 14px;
	line-height: 18px;
	color: #888888;
	display: block;
	margin-bottom: -5px;
}
#page_Testimonials div.blog_body_mess q strong {
	font-weight: inherit;
}
#page_Testimonials div.blog_body_mess p[style="text-align: right;"] {
	color: #222222;
}

#page_Our_Partners dl.separator dt {	
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* border code because of RTL */
#page_Our_Partners dl.separator dd {
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #DDD;
}

#page_Our_Partners dl.separator dt:before {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 30px;
	border-top: 1px solid #DDD;
}

#page_Our_Partners dl.separator dt:after {
	content: "";
	position:absolute;
	top: -3px;
	right: -3px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius:6px;
}
#high_gmat_score img {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}
#page_Our_Partners dl.separator dt:first-child:before,
#page_Our_Partners dl.separator dt:first-child:after { display: none; }

#page_Our_Partners dl.separator {
	padding: 0;
	overflow: hidden;
}

#page_Our_Partners dl.separator dt {	
	width: 160px;
	padding-right: 10px;
	float: left;
	clear: both;
}
#page_Our_Partners dl.separator dt img {	
	max-width: 160px;
	height: auto;
}

#page_Our_Partners dl.separator dd {
	margin-left: 170px;
	padding-left: 20px;
}
#page_Our_Partners .box-note,
#page_Our_Partners .box-info,
#page_Our_Partners .box-warning,
#page_Our_Partners .box-hint,
#page_Our_Partners .box-download {
	background: #fafafa;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#page_Our_Partners h2.blog_post_title {
	font-size: 36px;
	font-weight: 100;
}
#page_Our_Partners p.meta {
	display: none;
}
#page_Testimonials .joomla_add_this,
#page_Jobs .joomla_add_this,
#page_Privacy_Policy .joomla_add_this,
#page_Refund_Policy .joomla_add_this,
#page_Terms_and_Conditions .joomla_add_this,
#page_Payment_Processing .joomla_add_this,
#page_GMAT_Prep_Options .joomla_add_this,
#page_gmat-coaching-classes .joomla_add_this,
#page_GMAT_Exam .joomla_add_this,
#page_GMAT_Sample_Test_GMAT_Sample_Questions .joomla_add_this,
#page_GMAT_Test_GMAT_Test_Center_GMAT_Test_Dates .joomla_add_this,
#page_About_us .joomla_add_this,
#page_Integrated_Reasoning_Section_on_GoGMAT .meta,
#page_Integrated_Reasoning_Section_on_GoGMAT .joomla_add_this,
#page_Integrated_Reasoning_Section_on_GoGMAT .comment-t,
#page_Integrated_Reasoning_Section_on_GoGMAT #tabs,
#page_Testimonials .meta,
#page_Jobs .meta,
#page_Privacy_Policy .meta,
#page_Refund_Policy .meta,
#page_Terms_and_Conditions .meta,
#page_Payment_Processing .meta,
#page_GMAT_Prep_Options .meta,
#page_gmat-coaching-classes .meta,
#page_GMAT_Exam .meta,
#page_GMAT_Sample_Test_GMAT_Sample_Questions .meta,
#post_GoGMAT_Money_Back_Guarantee .joomla_add_this,
#page_GMAT_Test_GMAT_Test_Center_GMAT_Test_Dates .meta,
#page_About_us .meta {
	display: none;
}
.ps_div {
	font-size: 30px;
	left: 36px;
	font-weight: 100;
	padding-bottom: 10px;
}
.customstyle-line h1 {
	font-size: 30px;
	left: 36px;
	font-weight: 100;
	padding-top: 35px;
	padding-bottom: 10px;
}
.customstyle-line p {
	font-size: 13px;
	line-height: 19px;
	color: #666;
	font-weight: 100;
	margin-bottom: 5px;
}
.customstyle-line a[href="http://social.gogmat.com"] {
	margin-right: 5px;
}

#middleSubBlock {
	display: table;
	width: 100%;
}
/* For add this on blog */
#fixed_blog_addthis {
	position: relative;
}
#fly_addthis {
	display: none;
}
@media screen and (min-width: 1090px) {
	#fly_addthis {
		display: block;
	}
}