﻿*
{ margin: 0;
  padding: 0;
}

/* Set up the page*/

#page
{
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#page_top
{
	height:24px;
}

#page_bottom
{
	clear:both;
	height:24px;
}

.spacer{
	clear:both;
	height:0px;
}

#footer, #footer a
{
	clear:both;
	color: #444;
	text-align:center;
}

/* General styles*/

body, button, input, select, textarea {
    color: #444;
    font: 16px/1.6 "Open Sans",serif;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
}

h1 { font-size: 180%; line-height: 1.2; }
h2 { font-size: 160%; line-height: 1.2; }
h3 { font-size: 140%; line-height: 1.2; }
h4 { font-size: 100%; line-height: 1.2; }

.section-h {
	background: #2A2A2A none repeat scroll 0% 0%;
	color: #FFF;
	padding: 2px 0px 2px 15px;
	line-height: 36px;
	font-size: 18px;
	margin-top: 20px;
}

strong { word-wrap: break-word; }

img 
{ 
	max-width: 100%;
	height: auto;
}

#content
{
	font-size: 100%;
	color: #262626;
}

.article_content ul,ol
{
	margin-left:16px;
	list-style-position:outside;
}

.tab_content ul,ol
{
	margin-left:16px;
	list-style-position:outside;
}


#content p,ol,ul,code
{
	margin-top: 10px;
	margin-bottom:10px;
}

#content table
{
	width:100%;
	margin-top:10px;
	margin-bottom:0px;
}

img
{
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom:20px;
}

a
{
	color:#0070c0;
}

a img{
	border:0;
} 

#title
{
	text-align:center;
}

div.code {
    font-family: "Courier New" , Courier, mono;
    font-size: 100%; 
	border:2px dotted gray;
	padding:0em 1em;
	background-color:#FCFBC4;
	margin-bottom:1em;
/*	white-space: pre-wrap;*/      /* CSS3 */
/*	white-space: -moz-pre-wrap;*/ /* Firefox */   
/*	white-space: -o-pre-wrap;*/   /* Opera 7 */    
	word-wrap: break-word;      /* IE */
}

span.warning {
    font:bold inherit;
    color:#d10000;
	margin-bottom:1em;
}

span.keyword {color:blue}
span.comment {color:green}
span.string {color:#A31515}
span.mono {font-family: "Courier New" , Courier, mono; font-size: 10pt;}

/* Extra formatting for gdb console*/
div.code span.output{color:#008B8B;/*darkcyan*/}
div.code span.warning{color:#B8860b;/*darkgoldenrod*/}
div.code span.error{color:#ff0000;}
div.code span.success{color:#006400;/*darkgreen*/}


/* Primary navigator*/

#nav
{
	width:100%;
	height: 50px;
	background-image: url('../img/menu_bar_slice.png');
	background-repeat: repeat-x;
}

.nav_cell
{
	background-position: right;
	width: 20%;
	text-align: center;
	background-image: url('../img/menu_bar_separator.png');
	background-repeat: no-repeat;
}

.nav_last
{
	background-position: right;
	width: 25%;
	text-align: center;
	background-image: none;
}

#nav a
{
	font-size: 140%;
	color:white;
	text-decoration:none;
}

#nav td.nav_cell:hover
{
	color:white;
	text-decoration:underline;
}

.nav_active {
	background:#262626;
	border-color: #a5a5a5 #a5a5a5 #262626 #a5a5a5;
	border-style:solid;
}

/*#nav td.nav_active,
#nav td.nav_active:hover{
	text-decoration:none;
}*/

.nav_menu {
	background:#262626;
	border-color: #a5a5a5;
	border-style:solid;
	position: absolute;
	top:0px;
	left:0px;
	min-width:188px;
	z-index:1;
	visibility:hidden;
}

.nav_menu_item {
	font-size: 120%;
	color:white;
	display: block;
	padding:3px;
	text-decoration:none;
}

.nav_menu_item:hover {
	text-decoration:underline;
}

.nav_menu_divider {
	border-top:thin #ffffff solid;
	border-bottom:thin #a0a0a0 solid;
	margin:2px 4px;
}

/* Secondary navigator*/

.nav_2
{
	float: left;
	width: 180px;
	height: 100%;
	background: #d4ebf8;
	padding: 6px;
	border: thin solid #e3e3e3;
}

.nav_2 ul{
	list-style:none;
}

.nav_2 h3{
	color:white;
	cursor:pointer;
	background-image: url('../img/uparrow.png');
	background-position: 161px 11px;
	background-repeat:no-repeat;
	background-color: #232323;
	font: 18px/1.6 "Open Sans",serif;
	line-height: 1.2;
	padding: 6px 12px;
}

.nav_2 h3.collapsed{
	background-image: url('../img/downarrow.png');
	background-repeat:no-repeat;
}

.nav_2 ul ul {
	list-style:square;
	margin-left:20px;
	margin-bottom:30px;
}

.nav_2 a{
	color:#4c4c4c;
	display:block;
}

.nav_2 a.hover{
	color: #444;
}

/* Banner */

#banner
{
	height:90px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
}

#banner img
{
	float:right;
	margin:0px;
}

/*Splash*/

.splash-wrap {
	height: 260px;
	padding: 20px;
	position: relative;
	overflow-x: hidden;
}

.splash
{
	height: 300px;
	min-height: 175px;
	background-color: #fff;
}

.splash_blue
{
	background-color: #2a95d2;
	background-image: url('../img/light_clouds_1920x300_colorized.jpg');
	background-repeat: no-repeat;	
    background-position: center;
}

.splash_purple
{
	background-color: #9a61f0;
}

.splash_green
{
	background-color: #4b9e39;
}

.splash_yellow
{
	background-color: #fcba2e;
}

.splash_orange
{
	background-color: #f18100;
}

.splash_red
{
	background-color: #ec4949;
}

.splash_gray
{
	background-color: #e8e8e8;
}

#splash_product
{
	margin-top:20px;
	margin-bottom:20px;
}

.splash_product_screenshot_wrap {
	width: 750px;
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 20px;
	overflow: hidden;
}

.splash_product_screenshot {
	padding: 0;
	margin: 0;
	position: relative;
}

#splash_title { 
	font-size: 2em;
	font-weight: 600;
}

#splash_contents
{
	float:right;
	width:360px;
	height: 100%;
	position:relative;
	padding-left: 10px;
}

#splash_contents h1 { font-weight: bold; }

.splash_no_logo #splash_product { display: none; }
.splash_no_logo #splash_contents {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.splash-wrap #splash_contents { 
	padding-top: 40px;
	padding-bottom: 60px;
	height: 160px;
}

.splash_no_logo .splash-wrap #splash_contents {
	padding: 0;
	height: 100%;
}

.splash_no_logo .splash-wrap { 
	padding-top: 60px;
	padding-bottom: 60px;
	height: 225px;
}

#splash_text
{
	font-size: 120%;
	display:block;
}

.splash_btn_wrapper {
	position: absolute;
	bottom: 50px;
}


/* Responsive splash */
@media screen and (max-width: 1150px) {
	.splash_with_screenshot #splash_contents { background-color: rgba(238,238, 238, 0.7); }
}

@media screen and (max-width: 790px) {
	.splash_with_screenshot .splash_product_screenshot_wrap { left: 10px; }
	.splash_with_screenshot #splash_contents { background-color: rgba(238,238, 238, 0.8); }
}

@media screen and (max-width: 750px) {
	.splash_with_screenshot .splash_product_screenshot_wrap { left: 0px; }
}

@media screen and (max-width: 400px) {
	.splash_with_screenshot #splash_contents { background-color: transparent; }
	.splash_with_screenshot .splash_product_screenshot { display: none; }
}

@media screen and (max-width: 600px) {	
	#splash_contents {
		clear: both;
	}
	#splash_product { display: none; }
}

@media screen and (max-width: 400px) {
	
	.splash_btn {
		margin-left: auto;
		margin-right: auto;
		clear: both;
		float: none;
	}
	
	.splash_wrap { padding: 0; }
	
	#splash_contents { width: 90%; padding: 0 10%;}
	
	.splash_btn_wrapper {
		bottom: 0px;
	}
}

/*Tab headers*/

#tabs_headers {
	margin-left: 12px;
	margin-right: 12px;
}

.tab_header {
	float: left;
	text-align: center;
	width: 190px;
	height: 36px;
	margin-top: 10px;
	background-position: center bottom;
}

.tab_header a
{
	font-size: 110%;
	text-decoration:none;
	line-height: 36px;
}

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

.tab_header_active a
{
	color:#333;
}

.tab_header_active
{
	background-image: url('../img/active_tab_194.png');
	background-repeat: no-repeat;
}

.tab_header_inactive
{
	background-image: url('../img/deactive_tab_194.png');
	background-repeat: no-repeat;
}

.tab_header_inactive a
{
	color:#ffffff;
}

/* Fancy table*/

.fancy_table
{
	width:100%;
	border-collapse: collapse;
}

.fancy_table th
{
	padding: 8px;
	background: #262626;
	color: #fff;
	border: 1px solid #a5a5a5;
}

.no_table_first_cell tr th:first-child
{
	background:none;
	border-top:0;
	border-left:0;
}

.fancy_table td
{
	padding: 8px;
	background: #f2f2f2;
	color: #262626;
	border: 1px solid #a5a5a5;
	text-align:center;
}

.fancy_table tr td:first-child
{
	text-align:left;
}

.fancy_table .odd td
{
	background: #e6e6e6;
}

.fancy_table tr:hover td
{
	background: #d4ebf8;
}

/* Responsive fancy table */
@media screen and (max-width: 730px) {
	.fancy_table .btn_glossy_xsmall {
		background: none;
		width: auto;
		height: auto;
		color: #1E73BE;
		text-shadow: none;
	}
}

@media screen and (max-width: 605px) {
	.fancy_table thead th, .fancy_table td {
		padding: 8px 2px;
	}
}

@media screen and (max-width: 500px) {
	.table_responsive {
		overflow-y: auto;
		_overflow: auto;
		padding-left: 3%;
	}
}

/* Neat table*/
.neat_table
{
	width:100%;
	border-collapse: collapse;
}

.neat_table th
{
	padding: 8px;
	background: #262626;
	color: #fff;
	border: 1px solid;
}

.neat_table td
{
	padding: 8px;
	border: 1px solid #a5a5a5;
}

/* Content of pages*/

.article_content
{
	margin-left: 194px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#tab_main td
{
	padding:10px;
}

.tab_feature { border-bottom: 1px solid #d9d9d9; }
.tab_feature:last-child { border-bottom: 0; }
.tab_feature:nth-of-type(2n) { background-color: #eee; }

.tab_feature_content { float: right; width: 100%; }

.tab_feature_content div { display: block; }

.tab_feature_content .tab_text_content
{
	width: 46%;
	margin: 10px 2%;
}

.tab_feature_content img,
.feature_thumbnails
{
	margin: 10px 2%;
	max-width: 46%;
}

.tab_feature_content .youtube-container-right-half{
	float: right;
	width: 50%;
}

.tab_feature { padding: 10px 0; }
.tab_content > .inner-wrap { padding: 10px 0; }

.tab_feature_content img:nth-child(4n),
.tab_feature_content .tab_text_content:nth-of-type(2n+1),
.tab_feature_content div:nth-child(2n) img:not(.multi_thumbnail),
.tab_feature_content .tab_feature:nth-child(2n) .feature_thumbnails,
.tab_feature_content div:nth-child(2n+1) .tab_text_content,
.tab_feature_content .tab_feature:nth-child(2n) img:not(.multi_thumbnail),
.tab_feature_content .tab_feature:nth-child(2n+1) .tab_text_content
{
	float: left;
	clear: left;
}

.tab_feature_content img:nth-child(2n),
.tab_feature_content .tab_text_content:nth-of-type(2n),
.tab_feature_content div:nth-child(2n+1) img:not(.multi_thumbnail),
.tab_feature_content .tab_feature:nth-child(2n+1) .feature_thumbnails,
.tab_feature_content div:nth-child(2n) .tab_text_content,
.tab_feature_content .tab_feature:nth-child(2n+1) img:not(.multi_thumbnail),
.tab_feature_content .tab_feature:nth-child(2n) .tab_text_content
{
	float: right;
	clear: right;
}

@media screen and (max-width: 1000px) {
	.tab_feature_content .tab_text_content,
	 .tab_feature_content .tab_text_content:nth-child(2n+1),
	  .tab_feature_content img:nth-child(2n),
	   .tab_feature_content img:nth-child(2n+1),
	    .tab_feature_content .youtube-container-right-half,
	     .tab_feature_content div:nth-child(2n+1) img,
.tab_feature_content div:nth-child(2n) .tab_text_content,
.tab_feature_content div:nth-child(2n) img,
.tab_feature_content div:nth-child(2n+1) .tab_text_content,
.tab_feature_content .tab_feature:nth-child(2n) img,
.tab_feature_content .tab_feature:nth-child(2n+1) .tab_text_content,
.tab_feature_content .tab_feature:nth-child(2n+1) img,
.tab_feature_content .tab_feature:nth-child(2n) .tab_text_content,
.feature_thumbnails
{
	    max-width:100%;
		width: auto;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tab_feature, .tab_content>.inner-wrap { padding: 10px; }
}

.testimonials
{
	background-color: #3997D5;
	padding: 10px 0;
	margin: 20px 0;
}
.testimonials > .inner-wrap { padding: 10px 0; }

.testimonials-inner { margin: 0 auto; display: inline-block; width: 80%; min-width: 376px; max-width: 910px;}

.testimonial {
	min-width:412px;
	margin: 0 2%;
	position: relative;
	float: left;
}

.testimonial-author { color: white; margin-top: 20px; height: 26px; font-size: 90%; }
.testimonial-img-frame {
	width: 66px;
	height: 66px;
	float: left;
	margin-right: 2%;
	border-radius: 33px;
	overflow: hidden;
}
.testimonial-img-frame img { width: 66px; height: 66px; margin: 0; max-width: 100%; }
.testimonial-job, .testimonial-company { color: white; height: 22px; font-size: 90%; }

.testimonials blockquote {
	font-style: italic;
	padding: 15px 10px;
	background-color: white;
	border: 1px solid #888;
	border-radius: 8px;
	height: 200px;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.testimonials-inner {width:auto; min-width: 300px; }
	.testimonials blockquote { padding-bottom: 25px; }
}

@media screen and (max-width: 952px) {
	.testimonial { margin: 5px auto; float: none; }
}

@media screen and (max-width: 436px) {
	.testimonial { min-width: 100%; }
	.testimonials blockquote { height: auto; }
}

.testimonials blockquote::after {
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	border-style: solid;
	bottom: 69px;
	right: 63px;
	border-width: 0px 0px 22px 23px;
	border-color: transparent #888;
}

.testimonial::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 71px;
    display: block;
    width: 0px;
    border-style: solid;
    right: 65px;
    border-width: 0px 0px 20px 20px;
    border-color: transparent #FFF;
}

/* Youtube videos */
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 10px;
}
 
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Product boxes*/

.prod_boxes{
	margin-bottom:10px;
	background-color: #EEE;
}

.prod_box
{
	float: left;
	position:relative;
	width: 17%;
	min-width: 148px;
	height: 210px;
	margin: 15px 4% 5px 4%;
}

.prod_box h3 {
	width: 100%;
	text-align: center;
	font-size: 160%;
}

.prod_box img { margin: 5px auto; }

@media screen and (max-width: 380px) {
	.prod_box { clear: both; margin-left: auto; margin-right: auto; float: none; }
}

.prod_box p { 
	float: left;
	clear: both;
}

.prod_box_links
{
	position:absolute;
	bottom:5px;
	right:10px;
	font-weight: bold;
}

.prod_box_links a
{
	color:#262626;
}

/* License boxes */

.license_info {
	background-color: #f7f7f7;
	border: thin solid #b5b5b5;
	margin-bottom: 3%;
}

.license_info>table {
	margin: 4px;
}

.license_scope{
	color:gray;
}

/* Product lists*/

div.prod_item
{
	margin-top: 15px;
	border-bottom: 1px solid #E2E2E2;
}

.prod_item img
{
	position:relative;
	float:left;
	width: 80px;
	margin:5px 10px;	
}

div.prod_item_logo
{
	position:relative;
	float:left;
	width: 80px;
	height:100px;
	margin:5px 10px;	
}

.prod_item a { margin-bottom: 10px; }

.prod_item h2
{
	margin-top:10px;
	font-size: 22px;
}

.prod_item p
{
	display:block;
	margin-left: 100px;
	font-size: 15px;
}

.prod_item .btn_glossy_small
{
	float:right;
}

@media screen and (max-width: 1000px) {
	div.prod_item_logo {
		width: auto;
		height: auto;
	}
	
	.prod_item span { margin-left: 0px; }
}

.btn_glossy_xsmall
{
	font-size: 100%;
	line-height:30px;
	width:77px;
	margin:4px;
}

.btn_glossy_small
{
	font-size: 100%;
	line-height:30px;
	width:120px;
	margin:4px;
}

.btn_glossy {
	width: 170px;
	line-height: 40px;
}

.btn_glossy_huge
{
	font-size:140%;
	line-height:80px;
	width:280px;
	height:80px;
	margin:4px;
}

.btn_glossy_huge, .btn_glossy_small, .btn_glossy_xsmall, .btn_glossy_orange, .btn_glossy_green, .btn_glossy_blue, .btn_glossy_gray,
.btn_glossy_orange_small, .btn_glossy_green_small, .btn_glossy_blue_small, .btn_glossy_gray_small,
.btn_glossy_green_huge,
.btn_glossy_blue_xsmall {
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display:inline-block;
}

.btn_glossy_huge:hover, .btn_glossy_small:hover, .btn_glossy_xsmall:hover, .btn_glossy_orange:hover, .btn_glossy_green:hover, .btn_glossy_blue:hover, .btn_glossy_gray:hover,
.btn_glossy_orange_small:hover, .btn_glossy_green_small:hover, .btn_glossy_blue_small:hover, .btn_glossy_gray_small:hover,
.btn_glossy_green_huge:hover,
.btn_glossy_blue_xsmall:hover {
	background-color: rgba(0, 0, 0, 0.25);
	color: #fbfbfb;
}

.btn_glossy_orange, .btn_glossy_orange_small
{
	background-color: #ff7011;
	background: transparent linear-gradient(to bottom, #fb8435 0px, #ff7011 100%) repeat scroll 0% 0%;
}

.btn_glossy_orange:hover, .btn_glossy_orange_small:hover
{
	background-color: #ff8838;
	background: transparent linear-gradient(to bottom, #ff9d5c 0px, #ff8838 100%) repeat scroll 0% 0%;
}

.btn_glossy_green, .btn_glossy_green_small, .btn_glossy_green_huge
{
	background-color: #6da61e;
	background: transparent linear-gradient(to bottom, #7EBD26 0px, #6da61e 100%) repeat scroll 0% 0%;
}

.btn_glossy_green:hover, .btn_glossy_green_small:hover, .btn_glossy_green_huge:hover {
	background-color: #82c327;
	background: transparent linear-gradient(to bottom, #93d636 0px, #82c327 100%) repeat scroll 0% 0%;
}

.btn_glossy_blue, .btn_glossy_blue_small, .btn_glossy_blue_xsmall {
	background-color: #0077cb;
	background: transparent linear-gradient(to bottom, #1384d4 0px, #0077cb 100%) repeat scroll 0% 0%;
}

.btn_glossy_blue:hover, .btn_glossy_blue_small:hover, .btn_glossy_blue_xsmall:hover {
	background-color: #1790e6;
	background: transparent linear-gradient(to bottom, #2d9eed 0px, #1790e6 100%) repeat scroll 0% 0%;
}

.btn_glossy_gray, .btn_glossy_gray_small
{
	background-color: #ababab;
	background: transparent linear-gradient(to bottom, #bdbdbd 0px, #ababab 100%) repeat scroll 0% 0%;
}

.btn_glossy_gray:hover, .btn_glossy_gray_small:hover
{
	background-color: #bababa;
	background: transparent linear-gradient(to bottom, #d6d6d6 0px, #bababa 100%) repeat scroll 0% 0%;
}

/* Main splash*/

#splash_main {
	position: relative;
	height: 480px;
	background: url('../img/beach_1920x500.jpg');
	background-color: #3b393a;
	background-repeat: no-repeat;	
    background-position: center;
}

#splash_main .splash-wrap {
	padding: 20px;
	height: 440px;
	position: relative;
}

#splash_main h3, #splash_main h1 { color: #fff; }

#splash_main h1 {
	font-size: 4em;
	font-weight: bold;
	color: #FFF;
}

#splash_main_product
{
	position:absolute;
	margin: 0;
}

.splash_main_screenshot {
	background: url('../img/vgdb650.png');
	width: 650px;
	height: 420px;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.splash_main_product_with_annotation {
	position: relative;
	width: 191px;
	height: 195px;
	margin: 0px auto;
	margin-left: 60%;
	display: block;
	display: none;
}

.main_product_annotation {
	position: absolute;
	bottom: 0;
	right: 0;
}

.star
{
	background:url('../img/star.png');
	background-repeat:no-repeat;
	width:100px;
	height:100px;
}

.new
{
	background:url('../img/new.png');
	background-repeat:no-repeat;
	width:70px;
	height:70px;
}

.new2
{
	background:url('../img/new.png');
	background-repeat:no-repeat;
	width:70px;
	height:70px;
	margin-left:-70px;
	position: relative;
	float:right;
}

@media only screen and (max-width: 1150px) {
    .new2 {
        display: none;
    }
}

#splash_main_contents
{
	float:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	padding-left: 10px;
	height: 300px;
	width: 480px;
	position:relative;
}

@media screen and (max-width: 1170px) {
	#splash_main_contents { background-color: rgba(0,0,0,0.6); }
}

@media screen and (max-width: 690px) {
	.splash_main_screenshot { display: none; }
	#splash_main_contents { background-color: transparent; }
}

@media screen and (max-width: 800px) {
	.splash_main_product_with_annotation { display: none; }
}

@media screen and (max-width: 600px) {
	#splash_main_contents { width: 100%; float: none; margin-top: 20px; height: 440px;}
	#splash_main_contents .splash_main_title { font-size: 3em; }
	.splash_main_product_with_annotation { display: none; }
	#splash_main_contents .splash_btn_wrapper { bottom: 50px; }
}

#splash_text
{
	font-size: 120%;
	display:block;
}

.splash_main_title
{
	color:#fff;
}

.splash_btn {
	float:left;
	text-decoration: none;
	font-family: "Open Sans",X-LocaleSpecific,sans-serif;
	margin: 5px;
	text-align: center;
	width:170px;
	line-height:40px;
}

.splash_btn_primary { float: left; }
.splash_btn_secondary {
	font-weight: 400;
	float: right;
	background: transparent;
	background-color: rgba(0, 0, 0, 0.10);
	line-height:36px;
	border: 2px solid #fff;
	box-shadow: none;
	box-sizing: border-box;
}

.splash_btn_secondary:hover {
	background: transparent;
	background-color: rgba(255, 255, 255, 0.25);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
}

/* Small colorful buttons*/

.btn_buy
{
	display:block;
	text-decoration: none;
	color: #fff;
	font: bold inherit;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align: center;
	line-height:36px;
	width:120px;
	height:36px;
	background-image: url('../img/btn_small_blue.png');
	background-repeat: no-repeat;
}

.btn_trial
{
	display:block;
	text-decoration: none;
	color: #fff;
	font: bold inherit;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align: center;
	line-height:36px;
	width:120px;
	height:36px;
	background-image: url('../img/btn_small_green.png');
	background-repeat: no-repeat;
}

/* Download buttons */
.download_button {
	margin: 20px auto;
	display: block;
}

.download_page h3 {
	margin-top: 20px;
}

/* Fancy link list*/

ul.link_list
{
	list-style-type: none;
}

ul.link_list li
{
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
}

ul.link_list a
{
	color: #262626;
	text-decoration:none;
}

ul.link_list a:hover{
	text-decoration:underline;
}

/* Fancy check list*/

ul.check_list
{
	list-style-type: none;
}

ul.check_list li
{
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 18px;
}

/* Cookie banner */

#cookie-banner {
	background-color: #eeeeee;
	height: 30px;
	font-size: 11px;
	line-height: 16px;
}

#cookie-banner .inner-wrap {
	text-align: center;
}

#cookie-banner p {
	display: inline-block;
	margin: 6px auto;
}

#cookie-banner button {
	display: inline-block;
	font: inherit;
	line-height: normal;
	margin-left: 10px;
	padding: 0 4px;
}

@media screen and (max-width:750px) {
	#cookie-banner { height: 60px; }
}

@media screen and (max-width:680px) {
	#cookie-banner { height: 76px; }
}

@media screen and (max-width:350px) {
	#cookie-banner { height: 90px; }
}

/* Responsiveness */
@media screen and (max-width:900px) {
	.nav_2 { display: none; }
	.tab_feature_content { float: none; }
	.article_content { margin-left: auto; margin-right: auto; width: 96%; padding-left: 2%; padding-right: 2%;}
}

/* Twitter feed*/

.twtr-hd,.twtr-ft,.twtr-user,.twtr-avatar{
	display:none;
}

.twtr-tweet-text{
	font-size: 120%;
}

.twtr-tweet-text p a{
	font-size: 120%;
}

#main_consulting {
	float: left;
	width: 48%;
	margin: 0 1%;
}

#twit_feed { 
	float: right;
	width: 50%;
}

@media screen and (max-width:530px) {
	#main_consulting, #twit_feed {
		float: none;
		width: 100%;
	}
}

.downloadButtonRight {
	float:right;
	background-image: url('http://visualgdb.com/download-button.png');
	background-repeat: no-repeat;
	width:300px;
	height:112px;
	padding-top:10px;
	margin-top:20px;
}

.downloadButtonCenter {
	background-image: url('http://visualgdb.com/download-button.png');
	background-repeat: no-repeat;
	width:300px;
	height:112px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.androidDownloadButtonRight {
	float:right;
	background-image: url('http://visualgdb.com/download-button-android.png');
	background-repeat: no-repeat;
	width:300px;
	height:112px;
	margin-top:20px;
}

.androidDownloadButtonCenter {
	background-image: url('http://visualgdb.com/download-button-android.png');
	background-repeat: no-repeat;
	width:300px;
	height:112px;
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.banner_leaderboard {
	width:728px;
	height:90px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.banner_leaderboard_usable {
	background-image: url('http://visualgdb.com/visualgdb_android_leaderboard_usable.png');
	background-repeat: no-repeat;
}

#page { width: 100%; margin: 0px; }
#content { background-color: #fff; }

/* Google ads */
.googlead { display: block; }
.googlead_top_nonmain { display: none; }

@media screen and (max-width:1300px) {
	.googlead_left_wrapper, .googlead_right_wrapper { display: none; }
	.googlead_top_nonmain { display: block; }
}

/* ----------------------------------------------- */

html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

footer,
header,
main,
nav,
section {
	display: block;
}

.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* =LINKS
----------------------------------------------- */
a {
	color: #1E73BE;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}

/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-meta {
	background-color: #ffffff;
}
#header-text-nav-container {
	background-color: #FFFFFF;
}
#header-text-nav-wrap {
	padding: 8px 0;
}
#header-left-section {
	float: left;
}
#header-logo-image {
	float: left;
   padding-right: 20px;
   color: #000;
   font-weight: 600;
}
#header-logo-image img {
	margin-bottom: 0;
	margin-top: 0;
	height: 25px;
	width: auto;
}
#header-text {
	float: left;
	padding-right: 20px;
}
#site-title {
	padding-bottom: 0;
	line-height: 1.2;
}
#site-title a {
	color: #1E73BE;
	font-size: 46px;
}
#site-description {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 0px;
	font-family: 'Open Sans', serif;
}
#header-right-section {
	float: right;
}
#header-right-section .widget {
	text-align: right;
	color: #333333;
}
#header-right-section .widget .widget-title {
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
   padding-bottom: 5px;
}
.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}


/* =FOOTER
----------------------------------------------- */
#colophon
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #303440;
}

#colophon a { color: #B1B6B6; font-size: 14px; }

/* Push footer always down */
#main { padding-bottom: 100px; }
#page { position: relative; min-height: 100%; height: auto !important; height: 100%;}
body, html { height: 100%;}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}
#site-navigation {
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
   position: relative;
   background-color: #232323;
}
#site-navigation .inner-wrap {
   position: relative;
}

.main-navigation {
	width: 100%;
	text-align: center;
}

.main-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	font: 16px/1.6 "Open Sans",serif;
}
.main-navigation a {
   color: #ffffff;
	display: block;
	float: none;
	font-size: 14px;
   font-weight: 600;
	padding: 10px 12px;
   text-transform: uppercase;
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after {
	color: #ffffff;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a {
   background-color: #1E73BE;
}

/* =DROP DOWN
----------------------------------------------- */
.main-navigation .sub-menu,
.main-navigation .children {
   background-color: #232323;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 100;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}
.main-navigation ul li ul {
	position: absolute;
	width: 200px;
	/* top: 42px; */
}
.main-navigation ul li ul li {
	float: none;
}
.main-navigation ul li ul li a {
   border-top: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	font-size: 14px;
	height: 100%;
	padding: 10px 15px;
	color: #ffffff;
	width: 170px;
   text-align: left;
   text-transform: none;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
   color: #FFFFFF;
   background-color: #1E73BE;
}
.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}
.main-navigation select {
	display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle, .top-menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-family: 'Open Sans', serif;
   padding-bottom: 0;
}
.site-header .menu-toggle:hover {
   background-color: #1E73BE;
}

.site-header .menu-toggle:before {
	content: "Menu";
	font-style: inherit;
	font-size: 14px;
	font-weight: 600;
	text-decoration: inherit;
	text-transform: uppercase;
	color: #ffffff;
   padding: 8px 12px;
   display: block;
}

.main-small-navigation {
	float: none;
}
.main-small-navigation .menu-primary-container,
.main-small-navigation .nav-menu {
   padding-top: 43px;
}
.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation a {
  display: block;
  font-size: 14px;
  color: #333333;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-small-navigation .random-post a {
   padding: 7px 12px;
   border-bottom: none;
}
.main-small-navigation li {
  background-color: #FFFFFF;
}
.main-small-navigation li a:hover {
  background-color: #1E73BE;
  color: #FFFFFF;
}
.main-small-navigation ul ul a {
  padding-left: 45px;
  text-transform: none;
}
.main-small-navigation ul ul ul a {
  padding-left: 90px;
}
.main-small-navigation .current_page_item > a,
.main-small-navigation .current-menu-item > a {
  background: #1E73BE;
  color: #FFFFFF;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
   padding: 20px 0px 50px;
   background-color: #303440;
}
.footer-socket-area {
   width: 100%;
}
.footer-socket-right-section {
   float: right;
}
.footer-socket-left-section {
   float: left;
}
.footer-socket-wrapper .copyright {
   color: #b1b6b6;
   float: left;
   font-size: 14px;
}
.footer-socket-wrapper .copyright a {
   color: #b1b6b6;
   border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
   color: #ffffff;
}
.footer-socket-wrapper .small-menu {
   float: right;
}
.footer-socket-wrapper .small-menu a {
   padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
   top: 21px;
}

/*--------------------------------------------------------------
Responsive Structure
--------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94%;
   }
   
   .splash-wrap {
      width: auto;
   }
}
@media screen and (max-width:768px) {
   #header-text-nav-wrap {
      padding: 10px 0;
   }
   #header-left-section {
      float: none;
   }
   #header-logo-image {
      float: none;
      text-align: center;
      padding-right: 0;
   }
   #header-text {
      float: none;
      text-align: center;
      padding-right: 0;
   }
   #header-right-section .widget {
      text-align:center;
   }
   .menu-toggle {
      display: block;
      float: left;
   }
   .main-navigation ul {
      display: none;
   }
   .main-navigation .home-icon a {
      padding: 7px 10px;
   }
   .widget_slider_area,
   .widget_beside_slider {
      float: none;
      width: 100%;
   }
   .widget_slider_area {
      padding-bottom: 10px;
   }
   #primary, #secondary {
      float: none;
      width: 100%;
   }
}
@media screen and (max-width:767px) {

}
@media screen and (max-width: 600px) {
   .news-bar {
      text-align: center;
   }
   .date-in-header,
   .breaking-news,
   #masthead .social-links {
      float: none;
      max-width: 100%;
   }
   .newsticker li {
      text-align: left;
   }
   .archive #content .post:first-child,
   .archive #content .post:nth-child(2n),
   .archive #content .post:nth-child(2n+1) {
      float: none;
      width: 100%;
   }
   .blog .post:first-child,
   .blog .post:nth-child(2n),
   .blog .post:nth-child(2n+1) {
      float: none;
      width: 100%;
   }
   .search .post:first-child,
   .search .post:nth-child(2n),
   .search .post:nth-child(2n+1) {
      float: none;
      width: 100%;
   }
   .tg-footer-main-widget {
      float: none;
      margin-right: 0;
      width: 100%;
   }
   .tg-footer-other-widgets {
      float: none;
      width: 100%;
   }
   .footer-socket-right-section,
   .footer-socket-left-section {
      float: none;
      text-align: center;
   }
   .footer-socket-wrapper .copyright {
      float: none;
      max-width: 100%;
      text-align: center;
   }
   .footer-socket-area .social-links {
      float: none;
   }
}
@media screen and (max-width: 420px) {
   .widget_featured_posts .first-post,
   .widget_featured_posts .following-post {
      float: none;
      width: 100%;
   }
   .main-content-section .tg-one-half {
      width: 100%;
   }
   .tg-second-footer-widget,
   .tg-third-footer-widget,
   .tg-fourth-footer-widget {
      float: none;
      margin-right: 0;
      width: 100%;
   }
   .single-related-posts {
      margin-right: 0;
      width: 100%;
   }
}
@media screen and (max-width: 380px) {
   .widget_highlighted_posts .single-article {
      float: none;
      margin-right: 0;
      max-width: 100%;
   }
}

table.memname {
	width: auto;
}

.feature_thumbnail_link {
    border-radius: 100%;        
    background: #d3d3d3;
    display:inline-block;
    margin: 10px 2px;
    width: 16px;
    height: 16px;
}

.selected_feature_thumbnail_link {
    border-radius: 100%;        
    background: #707070;
    margin: 10px 2px;
    display:inline-block;
    width: 16px;
    height: 16px;
}

.feature_image_links {
	display: block;
	text-align: center;
}

.feature_thumbnails img
{
	margin: 0px;
	max-width: 100%;
}

