﻿@font-face {
	font-family: 'Arvo-Regular';
	src: url('../fonts/Arvo-Regular.eot');
	src: local('â˜º'),  url('../fonts/Arvo-Regular.woff') format('woff'),  url('../fonts/Arvo-Regular.ttf') format('truetype'),  url('../fonts/Arvo-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
img {
	border: 0;
}
#header {
	background: url(../images/bg-header.png) repeat-x left bottom;
	background-position: 0 bottom;
	padding: 10px 10px 40px;
	text-align: right;
	font-family: 'Arvo-Regular';
	color: #cc6633;
}
#header > div {
	width: 960px;
	max-width: 98%;
	margin: 0 auto;
}
#header > div:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/** Logo **/
#logo {
	float: left;
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
}


#logo a {
	font-family: 'Arvo-Regular';
	font-size: 3em;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#logo a span {
	color: #710b9b;
}

.navbar .nav > li > a {
	padding: 10px 10px 10px; /* Change here the second value for padding-left and padding right */
}

/** Bootstrap **/

.navbar{ 
    background-image: none;
    border: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .dropdown-menu > li > a {
	color: #cc6633;
	font-size: 1.2em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
	color: #cc3300;
}

button a {
	color: #cc3300;
}

.carousel-inner img {
  margin: auto;
}

/* For desktop */
@media (min-width: 721px) {
	#desktop {
		display: block;
	}
	#mobileheader {
		display: none;
	}
	#logosmall {
		float: left;
		display: block;
	}
	#logomobile {
		display: none;
	}
	.bignews {
		display: inline;
	}
	.smallnews {
		display:none;
	}
}

/* For mobile */
@media (max-width: 767px) {
	#desktop {
		display: none;
	}
	#mobileheader {
		display: block;
		text-align: center;
		font-size: x-large;
		color: #cc3300;
	}
	#logosmall {
		display: none;
	}
	#logomobile {
		display: block;
    	margin-left: auto;
    	margin-right: auto
	}
	#footsubscribe, #bwc {
		display: none;
	}
	.smallnews {
		display: inline;
	}
	.bignews {
		display:none;
	}
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > .open
 {
  	background-image:none !important;
  	background-color:#fff !important;
	color: #cc3300 !important;
}


/** Navigation **/
#navigation {
	display: inline-block;
	list-style: none;
/*	width: 480px; */
	margin: 7px 10px 3px 0;
	padding: 0;
}

#header h1 {
	color: #cc3300;
	margin-right: 25px;
	font-size: 2em;
	line-height: 35px;
}

#header h2 {
	color: #cc3300;
	margin-right: 25px;
	font-weight:lighter;
	font-size: 1.6em;
	line-height: 25px;
	padding-top: 25px;
}

#navigation li {
	float: left;
	margin-left: 10px;
}
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #cc6633;
	font-family: 'Arvo-Regular';
	font-size: 1em;
	line-height: 34px;
	padding: 5px 5px;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.selected a {
	color: #333366;
	background-color: #ffcc99;
	border-radius: 5px;
}



/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background-color: #f1f1cd;
	padding: 20px 0 40px;
}
#contents > div:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#contents .body {
	background-color: #fff;
	height: auto;
	width: 900px;
	max-width: 95%;
	margin: 0 auto;
	border: 1px solid #d1daac;
	padding: 0 29px;
}
#contents h1, h2, h3 {
	color: #cc3300;
	font-family: 'Arvo-Regular';
	font-weight: normal;
	margin: 30px 0 20px;
}

#contents h1 {
	font-size:xx-large;
}

#contents h2 {
	font-size:x-large;
}

#contents h3 {
	font-size:large;
}

/* #contents h2 {
	color: #cc3300;
	font-family: 'Arvo-Regular';
	font-weight: normal;
	margin: 30px 0 20px;
}
#contents h3 {
	color: #cc3300;
} */
#contents p {
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding: 0 0 20px;
	text-align: justify;
}
#contents p a {
	color: #000;
	font-weight: bold;
}
#contents p > a:hover {
	color: #cc3300;
}
#contents p em {
	font-style: italic;
}
#contents p em a {
	color: #cc3300;
	text-decoration: none;
}
#contents p em a:hover {
	text-decoration: underline;
}

#contents .alert {
	background-color: #FFCC99;
	font-style: italic;
	font-weight: bold;
	padding:10px;
}

#contents .abovelist {
	padding-bottom: 0;
}

#contents ul li {	
	font-size:1em;
}

#contents li a {
	color: #000;
}
#contents li a:hover {
	color: #cc6633;
}

#contents .index {
	width: 200px;
	float: left;
	padding: 10px 20px 10px;
	text-align:center;
}

#contents .index a {
	font-size:1.2em;
	text-decoration:none;
}
#contents .index a:hover {
	font-color:#cc6633;
	text-decoration:underline;
}

#contents .imgright {
	float:right;
	padding-left:10px;
}

#contents .list {
	visibility:collapse;
}

#contents h2 > a {
	color: #cc3300;
}
#contents h2 > a:hover, a:visited {
	color: #cc6633;
}
#contents h3 > a {
	color: #cc3300;
}
#contents h3 > a:hover, a:visited {
	color: #cc6633;
}


/* ============================================================================================================================
== BUBBLE WITH AN OBTUSE TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-obtuse {
	position:relative;
	float:right;
	padding:10px;
	margin:10px 10px 30px;
	color:#fff;
	background:#cc3300;
	width:30%;
	font-size:1em;
	text-align:justify;
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#cc3300), to(#cc6633));
	background:-moz-linear-gradient(#cc3300, #cc6633);
	background:-o-linear-gradient(#cc3300, #cc6633);
	background:linear-gradient(#cc3300, #cc6633);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.triangle-obtuse a {
	color:#fff;
}

.triangle-obtuse a:visited {
	color:#ddd;
}

@media (max-width: 767px) {
	.triangle-obtuse {
		float:none;
		width:98%;
	}
}


/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates the wider right-angled triangle */
.triangle-obtuse:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:60px; /* controls horizontal position */
	border:0;
	border-right-width:30px; /* vary this value to change the angle of the vertex */
	border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
	border-style:solid;
	border-color:transparent #cc6633;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the narrower right-angled triangle */
.triangle-obtuse:after {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:80px; /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
	border:0;
	border-right-width:10px; /* vary this value to change the angle of the vertex */
	border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
	border-style:solid;
	border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

#contents th {
	font-size: 0.9em;
	line-height: 20px;
	background-color: #ffcc99;
	text-align: left;
}

#contents td {
	font-size: 0.9em;
	line-height: 20px;
}

/** Adbox **/
#adbox {
	font-family: 'Arvo-Regular';
	width: 940px;
	max-width: 98%;
	margin: 0 auto;
	padding: 0 10px;
}
#adbox img {
	float: left;
	margin-right: 60px;
}
#adbox h1 {
	font-size: 75px;
	margin: 0 0 10px;
	padding-top: 60px;
	text-transform: uppercase;
}
#adbox p {
	color: #710b9b;
	font-size: 20px;
	line-height: 40px;
}
/** MAIN **/
#main {
	float: left;
	min-height: 100px;
	width: 640px;
	max-width: 98%;
	padding-right: 20px;
}
/** SIDEBAR **/
#sidebar {
	float: right;
	height: auto;
	width: 210px;
	padding-left: 29px;
}
/** Featured **/
#contents #featured {
	background: #fff url(../images/separator.png) repeat-y left top;
	padding-bottom: 20px;
}
#featured #main ul {
	display: inline-block;
	height: auto;
	list-style: none;
	width: 640px;
	max-width: 98%;
	margin: 0;
	padding: 0;
}
#featured #main ul img {
	border: 2px solid #d1d1d1;
	margin-bottom: 10px;
}
#featured #main ul li {
	float: left;
	width: 215px;
	margin-bottom: 10px;
	padding: 0 15px 0 28px;
}
#featured #main ul li:first-child {
	width: 379px;
	max-width: 98%;
	margin-bottom: 0px;
	padding: 0;
}
#featured ul li:first-child p {
	text-align: justify;
}
#featured #main ul li span.time {
	float: left;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 24px;
	border-right: 2px solid #d1daac;
	margin-top: 6px;
	padding-right: 10px;
	text-align: right;
}
#featured ul li p {
	padding-left: 50px;
	text-align: left;
}
#featured #sidebar ul {
	list-style: none;
	width: 210px;
	margin: 0;
	padding: 0;
}
#featured #sidebar ul li {
	margin-bottom: 10px;
	padding-right: 19px;
}
#featured #sidebar ul li p {
	padding-left: 0;
}
/** About **/
#contents #about {
	min-height: 900px;
}
#about h4 {
	color: #710b9b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 6px;
}
#about h4.details {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
#about p {
	padding-bottom: 20px;
	padding-right: 40px;
}
/** Answers **/
#contents #answers {
	min-height: 900px;
}
#contents #answers p {
	padding-right: 20px;
}
#answers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#answers ul li {
	float: left;
	min-height: 150px;
	width: 420px;
	max-width: 98%;
	padding-right: 30px;
}
#contents #answers ul li p {
	padding-right: 0;
}
#answers ul li p em {
	display: block;
}
/** Blog **/
#contents #blog {
	background: #fff url(../images/separator.png) repeat-y left top;
	min-height: 900px;
	padding-bottom: 20px;
}
#blog #main img {
	float: left;
	border: 2px solid #d1d1d1;
	margin: 6px 20px 0 0;
}
#blog p {
	line-height: 30px;
	padding-bottom: 0;
	padding-right: 30px;
}
#blog #sidebar div.section {
	margin: 0 0 24px;
}
#blog #sidebar h4 {
	color: #710b9b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 6px;
}
#blog #sidebar ul {
	color: #000;
	font-size: x-small;
	margin: 0;
	padding: 0 0 0 15px;
}
#blog #sidebar ul li a {
	color: #000;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
}
#blog #sidebar ul li a:hover {
	text-decoration: underline;
}
/** Contact **/
#contents #contact {
	min-height: 900px;
}
#contact form {
	width: 605px;
	max-width: 98%;
	margin: 0 0 30px;
}
#contact label {
	display: inline-block;
	font-size: 14px;
	width: 110px;
	margin: 0 0 12px;
	padding: 0 10px 0 0;
	text-align: right;
}
#contact label.msg {
	vertical-align: top;
}
#contact input.txtfield {
	height: 28px;
	line-height: 28px;
	width: 460px;
	max-width: 98%;
	border: 1px solid #bbbbbb;
	margin: 0 0 12px;
	padding: 0 4px;
}
#contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 283px;
	line-height:24px;
	width: 460px;
	max-width: 98%;
	border: 1px solid #bbbbbb;
	margin: 0 0 12px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
#contact input.btn {
	background-color: #f1f1cd;
	color: #000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border: 0;
	border-radius: 5px;
	margin-left: 124px;
	padding: 0 10px;
}
#contact input.btn:hover {
	background-color: #d9e5a9;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background: #ffffff url(../images/bg-footer.png) repeat-x left top;
}
#footer > div {
	width: 940px;
	max-width: 98%;
	margin: 0 auto;
	padding: 60px 10px 30px;
}
#footer p {
	clear: both;
	color: #cc6633;
	font-size: 0.9em;
	margin: 0;
	text-align: center;
}
/* #footer > div > div {
	float: left;
	width: 580px;
	margin-bottom: 20px;
} */
#footer > div > div p {
	color: #cc6633;
	font-size: 0.9em;
	line-height: 24px;
	text-align: left;
}
#footer > div > div p a {
	color: #cc3333;
}
#footer .privacy {
	font-size: small;
}
#footer .privacy a {
	color: #cc6633;
}
#footer a {
	color: #cc6633;
}


#footer > div > div h2 {
	font-family: 'Arvo-Regular';
	color: #cc3300;
	margin: 0;
}
/* #footer #connect {
	width: 300px;
	border-left: 1px solid #d4dcb1;
	padding-left: 29px;
} */
#footer #connect h2 {
	margin: 0 0 6px;
}
#connect a {
	display: inline-block;
	margin-right: 20px;
}
#connect a:hover {
	color: #cc3300;
}
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

#copyright p {
	text-align: right;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videocredits p {
	text-align:center !important;
	font-style:italic !important;
}

.comparison-table {
	border-style: solid;
	border-width: 1px;
}

td, th {
	padding: 5px;
	text-align: left;
}

tr:nth-child(odd) {
	background-color: #f9efea;
}

.tick {
	color:#009900;
}

.cross {
	color:red;
}