@charset "utf-8";
/*  CSS Document for BVD */
/*
******************************************************************************************************

Title:			main.css
Browser(s): 	All

Author: 		Marko Prljić (http://www.markoprljic.iz.hr)
Created: 		31.01.2009

******************************************************************************************************
*/


/*-------------------------------DEFINE BODY PROPERTIES----------------------------------------*/



* {
	margin: 0 auto 0 auto;
	/* GLOBAL RESET */
	padding: 0;
}

body {
	margin: 0;
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	/*change font*/
	line-height: 150%;
	color: #4b4d4a;
	/*change font color*/
	background: #fff;
	/*background color*/
	position: relative;
}

#tableProductDetails h1 {
	line-height: 100%;
}

#cstComments {
	color: #2794cd;
}

div,
p,
ul,
img {
	padding: 0px;
	margin: 0px;
	border: none;
}

ul {
	list-style-type: none;
}

.spacer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

a {
	outline: none;
	/* Remove Firefox's dotted borders */
	text-decoration: none;
	color: #e21919;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

/* Remove IE's blue borders */

/*txt a:hover()*/

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
	border: none;
	margin: 0 0 35px 0;
	padding: 0;
	color: #333;
}

h3 {
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 0 0 22px 0;
	color: #227ab0;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.2em;
}


.hr {
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 10px 0 20px 0;
}

.left {
	float: left;
}

.left_margin_right {
	float: left;
	margin: 0 10px 0 0;
	font-size: 1.2em;
}

.left_margin_right_top {
	float: left;
	margin: 4px 10px 0 0;
}

.right {
	float: right;
}

.right_margin_top {
	float: right;
	margin: 40px 0 0 0;
}

.right_margin_right {
	float: right;
	margin: 0 20px 0 0;
}

/*-------------------------------END----------DEFINE BODY PROPERTIES----------------------------------------*/

/*------------------------------GLOBAL TYPOGRAPHY--------------------------------*/

p {
	font-size: 1.2em;
	padding: 0;
	line-height: 1.4em;
}

.gray {
	color: #666;
	font-size: 1em;
	font-style: normal;
}

.fat {
	font-weight: bold;
}

.small {
	font-size: 1.1em;
	padding: 0;
	line-height: 1.4em;
}

.big {
	font-size: 1.8em;
	padding: 0;
	line-height: 1.2em;
	color: #f1f1f1;
	margin: 0 0 22px 0;
}

.white {
	font-size: 1.2em;
	padding: 0 10px 0 0;
	line-height: 1.4em;
	color: #fff;
}

.title {
	font-size: 1.1em;
	font-style: italic;
	color: #227ab0;
}

.stroke {
	border: 1px solid #fff;
}

/*------------------------------CONTENT--------------------------------*/

#top_content {
	background: #dddddd url(i/bg_top.jpg) top center repeat-x;
	height: 111px;
}

#nav_content {
	background: #e4e4e3;
	height: 62px;
}

#header {
	background: #268abe url(i/bg_header.jpg) top center repeat-x;
	height: 418px;
}

#header p {
	color: #fff;
}

#main_content {
	background: #fff url(i/bg_cont.jpg) top left repeat-x;
	padding: 0 0 50px 0;
	overflow: hidden;
}

#main_content_index {
	width: 100%;
	margin: 0 auto;
	background: url(i/bg_tabs.png) center 8% no-repeat;
}

#main_content p {
	color: #4b4d4a;
}

#footer {
	background: #4b4d4a url(i/bg_footer.jpg) top center repeat-x;
	height: 10px;
}

#footer_nav {
	background: #dcdcda url(i/bg_footer_nav.jpg) top center repeat-x;
	height: 32px;
	padding: 15px 0 0 0;
}

#footer_nav .center a.footer_logo {
	float: left;
	display: block;
	width: 25px;
	height: 16px;
	background: transparent url(../images/logo_footer.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#footer_nav .center p {
	float: left;
	font-size: 1.1em;
	color: #848484;
	padding: 0 0 0 20px;
}

#footer_nav .center ul {
	float: right;
}

#footer_nav .center ul li {
	float: left;
	margin: 0 20px 0 0;
}

#footer_nav .center ul li a {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #848484;
}

#footer_nav .center ul li a:hover {
	color: #505457;
}

#footer_nav .center ul li a:active {
	color: #505457;
}



.center {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.center1 {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#top_light1 {
	background: transparent url(i/bg_top_overlay.png) top center no-repeat;
}

#top_light2 {
	background: transparent url(i/bg_nav_overlay.png) top center no-repeat;
}

#top_light3 {
	background: transparent url(i/bg_header_overlay.jpg) top center no-repeat;
}

#top_light4 {
	background: transparent url(i/bg_cont_overlay.png) top center no-repeat;
}

#top_light5 {
	background: transparent url(i/bg_footer_overlay.png) top center no-repeat;
}

h1 a {
	float: left;
	margin: 20px 0 15px 0;
	display: block;
	width: 350px;
	height: 86px;
	background: transparent url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.left_column {
	width: 469px;
	float: left;
	padding: 55px 0 40px 0;
}

.right_column {
	width: 470px;
	float: left;
	padding: 50px 0 0 0;
}

.right_column .description {
	float: left;
	width: 100%;
}

.tagline {
	width: 436px;
	height: 97px;
	background: transparent url(../images/tagline.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.getquote {
	float: left;
	margin: 42px 0 0 -4px;
	display: block;
	width: 168px;
	height: 45px;
	background: transparent url(i/button_quote.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.portfolio {
	float: left;
	margin: 42px 0 0 10px;
	display: block;
	width: 168px;
	height: 45px;
	background: transparent url(i/button_portfolio.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.featured {
	width: 407px;
	height: 237px;
	padding: 17px 0 0 13px;
	background: transparent url(i/bg_image.png) no-repeat;
}

ul.listing {
	float: left;
	padding: 12px 80px 28px 10px;
	margin: 0;
}

ul.listing li {
	list-style-image: none;
	background-image: url(i/ico_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 2px 25px;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.signup {
	float: right;
	width: 87px;
	height: 30px;
	display: block;
	margin: 10px 0 0 0;
	background: transparent url(i/button_signup.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.login {
	float: right;
	margin: 15px 10px 0 0;
}

#testimonials {
	margin: 0 auto;
	width: 958px;
	background: #f2f2f2;
	border: 1px solid #e0e0df;
}

#testimonials_inner {
	margin: 10px;
	padding: 20px;
	width: 898px;
	background: #f8f7f7;
	border: 1px solid #ececec;
}

#testimonials_inner p.intro {
	color: #e21919;
	font-weight: bold;
	font-size: 1.4em;
}

#testimonials_inner h4 {
	padding: 20px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	color: #666;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
}

#testimonials_inner a.all {
	display: block;
	width: 192px;
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	color: #6c6c6c;
	font-size: 1.2em;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#testimonials_inner a.all:hover {
	display: block;
	width: 192px;
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #6c6c6c;
	font-size: 1.2em;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#testimonials_inner p.sig {
	float: right;
	padding: 0 20px 0 0;
}

#testimonials_inner p.sig span {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
}

#testimonials_inner a.logo {
	float: right;
	width: 162px;
	height: 16px;
	display: block;
	background: transparent url(../images/logo_testimonials.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


.column {
	width: 225px;
	padding: 0 15px 0 0;
	margin: 30px 0;
	float: left;
	color: #f0f0f0;
}

.column h5 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.column h6 {
	margin: 0 0 10px 0;
}

.column h6 a {
	margin: 0 0 10px 0;
	color: #fafafa;
}

.column h6 a:hover {
	margin: 0 0 10px 0;
	color: #e21919;
}

.column .date {
	float: left;
	width: 34px;
	height: 17px;
	padding: 0 0 0 5px;
	margin: 0 10px 0 0;
	background: transparent url(i/ico_date.png) no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}

.column p {
	font-size: 1.1em;
}

.column p.lead {
	font-size: 1.1em;
	margin: 0 0 20px 0;
}

.column_odd {
	width: 235px;
	padding: 0;
	margin: 30px 0;
	float: left;
	color: #f0f0f0;
}

.column_odd p {
	font-size: 1.1em;
}

.column_odd h5 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.column_odd #tweeter {
	width: 181px;
	height: 185px;
	padding: 18px 20px 18px 20px;
	background: transparent url(i/bg_twitter.png) no-repeat;
	position: relative;
	font-size: 1.4em;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.column_odd #tweeter a.from {
	font-weight: bold;
}

.column_odd #tweeter a.follow {
	position: absolute;
	bottom: 60px;
	left: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 0.8em;
	font-style: italic;
}

.column_odd #tweeter a.follow:hover {
	position: absolute;
	bottom: 60px;
	left: 0;
	color: #e21919;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 0.8em;
	font-style: italic;
}

.column_odd #tweeter p.posted {
	font-size: 0.8em;
	margin: 5px 0 0 0;
	color: #999;
}

.column .ad {
	float: left;
	display: block;
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	padding: 5px;
	margin: 0;
	background: #eaeaea;
}

.column .ad_odd {
	float: left;
	display: block;
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	padding: 5px;
	margin: 0 15px 15px 0;
	background: #eaeaea;
}

.column .recent_comment {
	background: transparent url(i/ico_comment.png) top left no-repeat;
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
	font-size: 1.2em;
}

.column a.comment {
	display: block;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	color: #f0f0f0;
}

.column a.comment:hover {
	display: block;
	font-size: 0.9em;
	margin: 5px 0 0 0;
	color: #e21919;
}



#searchform {
	float: right;
	margin: 30px 0 15px 0;
	background: transparent url(i/bg_search.png) no-repeat;
}

fieldset.search {
	border: none;
	width: 146px;

}

.search input,
.search button {
	border: none;
	float: left;
}

.search input.box {
	color: #a4a3a3;
	font-size: 1.2em;
	width: 109px;
	height: 17px;
	padding: 5px;
	vertical-align: middle;
	margin: 0;
	background: none;
	outline: none;
}

.search input.box:focus {
	background: none;
	outline: none;
}

.search button.btn {
	width: 27px;
	height: 27px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(i/bg_search.png) no-repeat top right;
}

.search button.btn:hover {
	background: url(i/bg_search.png) no-repeat bottom right;
}

/*NAVIGATION*/

.nav ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

.nav ul li {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
}

.nav ul li a.button {
	/* Sliding right image */
	display: block;
	float: left;
	height: 27px;
	/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 14px;
	/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #848484;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.nav ul li a.button span {
	/* Background left image */

	display: block;
	line-height: 27px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 27px 15px;
}

.nav ul li a.button:hover {
	/* Sliding right image */
	background: transparent url(i/button_nav_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 27px;
	/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 14px;
	/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #1f508a;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.nav ul li a.button:hover span {
	/* Background left image */
	background: transparent url(i/button_nav_left.png) no-repeat;
	display: block;
	line-height: 27px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 15px;
}

.nav ul li.selected a {
	/* Sliding right image */
	background: transparent url(i/button_nav_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 27px;
	/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 14px;
	/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #1f508a;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.nav ul li.selected a span {
	/* Background left image */
	background: transparent url(i/button_nav_left.png) no-repeat;
	display: block;
	line-height: 27px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 15px;
}

/* SUB-MENU */
ul.submenu {
	margin: 0px;
	float: none;
	position: absolute;
	top: 173px;
	background: #E6E6E5;
	display: none;
	box-shadow:
		1px 1px 0 0 rgba(0, 0, 0, 0.06),
		2px 2px 0 0 rgba(0, 0, 0, 0.05),
		3px 3px 0 0 rgba(0, 0, 0, 0.03),
		2px 2px 0 2px rgba(0, 0, 0, 0.03),
		0 0 0 1px rgba(0, 0, 0, 0.01),
		0 0 0 2px rgba(0, 0, 0, 0.01),
		2px 2px 0 3px rgba(0, 0, 0, 0.01);
	z-index: 100;
}

ul.submenu li {
	margin: 0px;
	padding: 8px;
	float: none;
	border-top: 1px solid #ddd;
}


ul.submenu li a {
	color: #848484;
	text-transform: uppercase;
	font-size: 1.2em;
}

ul.submenu li:hover {
	color: #4185b2;
	background-color: #ddd;
}

ul.submenu li:hover>a {
	color: #4185b2;
}


/*
	WIDGET STRUCTURE
*/
#blogSliderWrap {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
	position: relative;
}

#blogSlider {
	margin: 0 auto;
	width: 960px;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0px;
	top: 0px;
}

.stripViewer .panelContainer .panel {
	float: left;
	position: relative;
	width: 960px;
}

.stripNav {
	position: relative;
	top: 0;
	left: 20px;
	z-index: 99;
}

.wrapper {
	padding: 10px;
}

.innerWrap {
	width: 960px;
	overflow: hidden;
}


/*
	MAIN TABBED NAVIGATION
*/
.stripNav ul li {
	float: left;
}

.stripNav li a {
	/* Generic "CSS image replacement" */
	display: block;
	height: 69px;
	text-indent: -9999px;
}

/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a {
	background: url(i/tab_1.png) top center no-repeat;
	width: 231px;
}

.stripNav li.tab2 a {
	background: url(i/tab_2.png) top center no-repeat;
	width: 240px;
}

.stripNav li.tab3 a {
	background: url(i/tab_3.png) top center no-repeat;
	width: 240px;
}

.stripNav li.tab4 a {
	background: url(i/tab_4.png) top center no-repeat;
	width: 230px;
}

.stripNav li a:hover,
.stripNav li a:active,
.stripNav li a:focus {
	/* Restore focus styling that we removed when we removed outlines */
	background-position: top center;
}

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current {
	background: url(i/tab_1.png) bottom center no-repeat;
}

.stripNav li.tab2 a.current {
	background: url(i/tab_2.png) bottom center no-repeat;
}

.stripNav li.tab3 a.current {
	background: url(i/tab_3.png) bottom center no-repeat;
}

.stripNav li.tab4 a.current {
	background: url(i/tab_4.png) bottom center no-repeat;
}

/*OTHER PAGES*/
.padding {
	padding: 50px 0 0 0px;
}

.center_box {
	width: 939px;
	margin: 0 auto;
	padding: 10px 10px 35px 10px;
	overflow: hidden;
	background-color: #fff;
	background: url(i/center_bg.jpg) top center no-repeat;
}

/**/
.center_left {
	float: left;
	width: 180px;
}

.center_left_top {
	width: 158px;
	padding: 10px;
	border: 1px solid #eaeaea;
	background-color: #f0f0f0;
	text-align: center;
	overflow: hidden;
}

.center_left_top h3 {
	width: 158px;
	height: 21px;
	background: url(i/free_call.png) top center no-repeat;
	text-indent: -9999px;
}

.center_left_top span {
	width: 158px;
	font-size: 2.4em;
	line-height: 20px;
	color: #36a4de;
	padding: 0 0 10px 0;
}

.center_left_top ul {
	text-align: left;
	padding: 25px 0 0 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 297px;
}

.center_left_top ul li {
	text-align: left;
	padding: 15px 0 0px 10px;
	height: 30px;
	width: 297px;
}

.center_left_top ul li.arrow {
	margin: 0 0 0 0px;
	padding: 15px 0 0px 10px;
	height: 30px;
	background: transparent url(i/arrow_right.png) no-repeat scroll 0 0;
	width: 297px;
}

.center_left_top ul li.arrow a {
	color: #fff;
}

.center_left_top ul li a {
	font-size: 1.4em;
	line-height: 15px;
	color: #515450;
}

.center_left ul.listing {
	float: left;
	padding: 30px 0px 0px 20px;
	margin: 0;
}

.center_left ul.listing li {
	list-style-image: none;
	background-image: url(i/ico_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.center_right {
	float: left;
	width: 620px;
	padding: 20px 50px 0 70px;
}

.center_right h2 {
	font-size: 2.8em;
	line-height: 30px;
	color: #4b4d4a;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px;
}

.center_right .subtitle {
	font-size: 2.2em;
	line-height: 20px;
	color: #7d807c;
	font-weight: normal;
	padding: 0 0 10px 0;
}

.center_right .title {
	font-size: 1.8em;
	line-height: 20px;
	color: #36a4de;
	font-weight: normal;
	padding: 25px 0 20px 0;
	font-style: normal;
}

.center_right p {
	font-size: 1.2em;
	line-height: 18px;
	color: #7d807c;
	font-weight: normal;
	padding: 0 0 10px 0;
}

/*Blog*/
.center_left_top h3.blog {
	width: 158px;
	margin: 30px 0 0 0;
	background: url(i/the_blog.png) top center no-repeat;
	text-indent: -9999px;
}

.center_left .subscribe {
	font-size: 1.6em;
	font-weight: bold;
	padding: 30px 0 0 5px;
	float: left;
	width: 100%;
}

.center_left p {
	font-size: 1.2em;
	padding: 20px 0 10px 5px;
	float: left;
	width: 100%;
}

.center_left img {
	padding: 0 0 0 2px;
}

.center_left .img_holder {
	overflow: hidden;
	padding: 40px 0 5px 0px;
}

.center_left .img_holder img {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.center_left .img_holder img.first {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.center_left p.join {
	font-size: 1em;
	line-height: 10px;
	padding: 0px 0 0 30px;
	margin: 0px;
	float: left;
	width: 100%;
	background: url(i/2dot.png) top left no-repeat
}

.center_right h2.blog {
	font-size: 2.8em;
	line-height: 28px;
	color: #4b4d4a;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0px;
}

.blog_line {
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
	margin: 0 0 20px 0;
}

.center_right .publish {
	font-size: 1.1em;
	line-height: 28px;
	color: #4b4d4a;
	padding: 0 0 30px 0;
	margin: 0px;
}

.center_right .publish a {
	color: #db8146;
	font-weight: bold;
}

p.blog_p {
	padding: 0 0 40px 0;
}

p.blog_p a {
	color: #db8146;
	font-weight: normal;
	font-style: italic;
}

/*Contact*/
.center_left_top h3.office_europe {
	width: 158px;
	line-height: 14px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(i/office_europe.png) top left no-repeat;
	text-indent: -9999px;
}

.center_left_top h3.office_asia {
	width: 158px;
	line-height: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	background: url(i/office_asia.png) top left no-repeat;
	text-indent: -9999px;
}

p.office {
	text-align: left;
	width: 100%;
	padding: 5px 0 0px 0px;
	margin: 0px 0 10px 0;
}

.center_right .subtitle2 {
	font-size: 2.2em;
	line-height: 20px;
	color: #7d807c;
	font-weight: normal;
	padding: 0 0 30px 0;
}

#contact div {
	width: 100%;
	padding: 5px 0 5px 0;
}

#contact input {
	padding: 7px;
	margin: 5px 0 15px 0;
	border: 1px solid #e5e3e3;
	background-color: #f5f5f4;
	width: 270px;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #9a9a9a;
}

#contact input#send {
	padding: 0px;
	margin: 5px 0 15px 0;
	border: none;
	background-color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #1e96a0;
	text-align: left;
	cursor: pointer;
}

#contact textarea {
	border: 1px solid #e5e3e3;
	background-color: #f5f5f4;
	padding: 7px;
	width: 430px;
	height: 130px;
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	color: #9a9a9a;
}

.find {
	font-size: 1.4em;
	font-weight: bold;
	color: #4b4d4a;
	padding: 20px 0 10px 0;
}

.google_holder {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

.google_map {
	width: 444px;
	float: left;
	border: 1px solid #e5e3e3;
}

.google_description {
	width: 144px;
	float: left;
	padding: 15px 0 0 30px;
}

/*Portofolio*/
.portofolio {
	position: relative;
}

.center_left_top h3.categories {
	width: 158px;
	line-height: 14px;
	margin: 30px 0 10px 0;
	padding: 0;
	background: url(i/categories.png) top center no-repeat;
	text-indent: -9999px;
}

.portofolio_main {
	width: 100%;
	padding: 20px;
	margin: 10px 0 0 0;
	overflow: hidden;
	border: 1px solid #cdcbcb;
	background-color: #f0f0f0;
}

.portofolio_main h3 {
	color: #4b4d4a;
	font-size: 2.2em;
	padding: 0 0 5px 0;
}

.portofolio_main .publish {
	color: #4b4d4a;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

.featured2 {
	width: 407px;
	height: 237px;
	padding: 17px 0 0 13px;
	position: absolute;
	background: url(i/featured.png) top left no-repeat;
	top: 112px;
	left: 68px;
	margin: 0px 0 0 0;
}

.div_image {
	float: left;
	border: 1px solid #cdcbcb;
	width: auto;
	padding: 10px;
	margin-right: 20px;
	background-color: #ffffff;
}

.blog_thumb {
	width: 100%;
	padding: 20px;
	margin: 20px 0 0 0;
	border: 1px solid #cdcbcb;
	overflow: hidden;
	background-color: #f4f4f4;
}

.blog_thumb img {
	border: 1px solid #cdcbcb;
	margin-right: 30px;
}

.blog_thumb h2 {
	width: 455px;
	font-size: 1.6em;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: normal;
}

/*Pricing*/
.pricing_main {
	width: 918px;
	padding: 20px;
}

.pricing_main h2 {
	margin: 0 0 10px 0;
	font-size: 2.8em;
	font-weight: bold;
}

.pricing_main .subscribe {
	padding: 30px 0 30px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #4b4d4a;
}

.pricing_main p {
	padding: 0px 0 20px 0;
}

.pricing_header {
	overflow: hidden;
	width: 100%;
}

.pricing_header_left {
	float: left;
	width: 630px;
}

.pricing_header_left .title {
	font-size: 2.2em;
	line-height: normal;
	color: #7d807c;
	padding: 0 0 20px 0;
	font-style: normal;
}

.pricing_header_right {
	float: left;
	width: 223px;
	padding: 0 0 0 65px;
}

.pricing_header_right .card {
	font-size: 1.4em;
	line-height: normal;
	color: #7d807c;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.pricing_table {
	width: 898px;
	margin: 30px 0 20px 0;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	border: 1px solid #cdcbcb;
	background-color: #f3f3f3;
}

.pricing_table .thumb {
	float: left;
	width: 43%;
	padding: 10px 40px 10px 25px;
	border-right: 1px solid #cdcbcb;
}

.pricing_table .thumb .subtitle {
	font-size: 1.3em;
	color: #5c6458;
	padding: 0 0 20px 0;
}

.pricing_table .thumb_last .subtitle {
	font-size: 1.3em;
	color: #5c6458;
	padding: 0 0 20px 0;
}

.pricing_table .thumb_last {
	float: left;
	width: 42%;
	padding: 10px 40px 10px 25px;
}

.pricing_table .thumb .price {
	font-size: 2.2em;
	font-weight: bold;
	color: #36a4de;
	line-height: normal;
	margin-bottom: 1em;
}

.pricing_table .thumb_last .price {
	font-size: 2.2em;
	font-weight: bold;
	color: #36a4de;
	line-height: normal;
	margin-bottom: 1em;
}

.pricing_table .thumb .price span {
	font-size: 11px;
	font-weight: normal;
	color: #b1b1b1;
	line-height: normal;
}

.pricing_table .thumb_last .price span {
	font-size: 11px;
	font-weight: normal;
	color: #b1b1b1;
	line-height: normal;
}

.thumb a,
.thumb_last a {
	float: left;
	width: 160px;
	height: 40px;
	display: block;
	margin: 20px 0 10px 0;
	background: url(i/buynow.png) top left no-repeat;
	text-indent: -9999px;
	display: none;
}

.pricing_table .thumb ul.listing,
.pricing_table .thumb_last ul.listing {
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0;
}

.pricing_table .thumb ul.listing li {
	list-style-image: none;
	background-image: url(i/ico_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.pricing_table .thumb_last ul.listing li {
	list-style-image: none;
	background-image: url(i/ico_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.pricing_table .thumb ul.listing li.no {
	list-style-image: none;
	background-image: url(i/no.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

.pricing_table .thumb_last ul.listing li.no {
	list-style-image: none;
	background-image: url(i/no.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 5px 30px;
	margin: 0 0 5px 0;
	font-size: 1.2em;
}


.pricing_table h4.professional {
	width: 100%;
	float: left;
	line-height: 47px;
	margin: 0 0 0 0;
	padding: 0;
	background: url(i/professional.png) center left no-repeat;
	text-indent: -9999px;
}

.pricing_table h4.basic {
	width: 100%;
	float: left;
	line-height: 47px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background: url(i/basic.png) center left no-repeat;
	text-indent: -9999px;*/
}

.pricing_table h4.advanced {
	width: 100%;
	float: left;
	line-height: 47px;
	margin: 0 0 35px 0;
	padding: 0;
	background: url(i/advanced.png) left center no-repeat;
	text-indent: -9999px;
}

.pricing_table h4.nitro {
	width: 100%;
	float: left;
	line-height: 47px;
	margin: 0 0 0 0;
	padding: 0;
	/*background: url(i/nitro.png) center left no-repeat;
	text-indent: -9999px;*/
}

.pricing_table_footer {
	font-size: 1.2em;
	color: #949494;
	font-style: italic;
}

/* Paypal Button - Tuition Page */
.pp-button {
	margin-bottom: 1em;
}

/* Paypal - Thank You Page */
.thank_you_details {
	text-align: center;
}

.paypal_description,
.paypal_amount,
.paypal_purchaser,
.paypal_email,
.paypal_address {
	font-size: 1.8em;
	margin: 24px;
}

.paypal_description {
	font-size: 2.2em;
	font-weight: 700;
	color: #59bcf3;
}

#success_image {
	width: 400px;
	margin: 24px;
	padding: 10px;
	border: 1px solid #e1e1df;
	border-radius: 10px;
}

/* Styling for custom form fields. */
label[for="studentName"],
label[for="studentName2"] {
	display: block;
	font-size: 1.2em;
	letter-spacing: 0.6px;
	font-weight: 600;
}

label[for="phoneNumber"],
label[for="phoneNumber2"] {
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
	letter-spacing: 0.6px;
	font-weight: 600;
}

label[for="priorityShipping"],
label[for="priorityShipping2"] {
	display: block;
	font-size: 1.2em;
	letter-spacing: 0.6px;
	font-weight: 600;
}

input[name="studentName"],
input[name="studentName2"] {
	line-height: 1.5em;
	border: 1px solid lightgray;
	border-radius: 2.5px;
	padding: 2px 2px;
	width: 100%;
}

input[name="phoneNumber"],
input[name="phoneNumber2"] {
	line-height: 1.5em;
	border: 1px solid lightgray;
	border-radius: 2.5px;
	padding: 2px 2px;
	width: 100%;
}

input[name="priorityShipping"],
input[name="priorityShipping2"] {
	margin: 10px 0;
}

/* Adding styles for diploma and transcripts */

#diploma-img {
	display: inline-block;
}

#diplomas {
	display: inline-block;
	width: 38%;
	vertical-align: top;
	margin-top: 3.5%;
}

#diplomas h4 {
	margin-bottom: 10px;
}

#diplomas label {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 1.2em;
	letter-spacing: 0.6px;
	font-weight: 600;
	line-height: 2;
}

.dt-price {
	color: #36a4de;
	font-weight: 400;
}

.new-link {
	color: #36a4de;
}

#studentName {
	line-height: 1.5em;
	border: 1px solid lightgray;
	border-radius: 2.5px;
	padding: 2px 2px;
	width: 100%;
}

#phoneNumber {
	line-height: 1.5em;
	border: 1px solid lightgray;
	border-radius: 2.5px;
	padding: 2px 2px;
	width: 100%;
}

.thank_you_details #details {
	font-size: 1.8em;
	margin: 24px;
	line-height: 2em;
}