/* Core */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body, html {
	height: 100%;
	margin: 0;
}

body {
	color: #1a171b;
	background: #f3e2d1;
}
*, body, html{
  font-family:Arial,sans-serif;;
	/*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'Arimo', sans-serif;*/
}

a, a:hover, a:visited {
  color: #1a171b;
  text-decoration: none;
}

a img {border: none}

/* basic sizes */
.col-1 {width: 8%;}
.col-2 {width: 16%;}
.col-3 {width: 25%;}
.col-4 {width: 34%;}
.col-5 {width: 42%;}
.col-6 {width: 50%;}
.col-7 {width: 58%;}
.col-8 {width: 66%;}
.col-9 {width: 75%;}
.col-10 {width: 84%;}
.col-11 {width: 92%;}
.col-12 {width: 100%;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{

}
.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}


.img-responsive {
	width: 100%;
}

.hide{
	display: none;
}

/* Typograhpy */

h1, .h1 {
	font-size: 36px;
	line-height: 42px;
}
h2, .h2 {
	font-size: 24px;
	line-height: 28px;
}
h3, .h3 {
	font-size: 20px;
	line-height: 24px;
}
h4, .h4 {
	font-size: 18px;
	line-height: 20px;
}
h5, .h5 {
	font-size: 16px;
	line-height: 18px;
}

/* Colors */

.red {
	color: #e14c26;
}

.green {
	color: #00aa61;
}

.gray {
	color: #cac5bf;
}

.white{
	color: #ffffff;
}

.blue {
	color: #325a7a !important;
}

.dark-blue {
	color: #244359;
}

/* Backgrounds */

.red-bg {
	background-color: #c73327;
}

.green-bg {
	background-color: #00aa61;
}

/* Spacings */

.box {
	padding: 10px;
}

.wide-box{
	padding-top: 5px;
	padding-bottom: 5px;
}

.margin-full {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-half {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-quarter{
	margin-top: 5px;
	margin-bottom: 5px;
}

.padding-full {
	padding: 10px;
}

.padding-half {
	padding: 5px;
}

.no-padding{
	padding: 0 !important;
}

.no-left-padding{
	padding-left: 0;
}

.no-right-padding{
	padding-right: 0 !important;
}

.no-top-padding{
	padding-top: 0 !important;
}

.padding-right-left{
  padding-left: 10px;
  padding-right: 10px;
}

.no-margin{
	margin: 0 !important;
}

.clearfix{
  clear: both;
}

/* Borders */


.border-top-single {
	border-top: 1px solid;
}

.border-bottom-single {
	border-bottom: 1px solid;	
}

.border-top-double {
	border-top: 3px double;
}

.border-bottom-double {
	border-bottom: 3px double;
}

.border-top-dotted {
	border-top: 1px dotted;
}

.border-bottom-dotted {
	border-bottom: 1px dotted;
}

.border-bottom-dashed {
	border-bottom: 1px dashed;
}

*[class*="border-"] {
	border-color: #c6baae;
	-webkit-transform: scale(1); /* fix for retina displays */
}

/* Buttons */

.bluebutton{
	background-color: #72859a;
	color: white !important;
	border-radius: 5px;
	border: 1px dashed rgba(196, 198, 201, 0.5);
	padding: 6px 10px;
	font-size: 12px;
	line-height: 29px;
}

	.bluebutton span {
		padding-left: 7px;
	}

/* Titles */

.title-with-arrows {
	margin: 10px 0 20px;
	text-align: center;
	color: #295a79;
}

	.title-with-arrows .lighter{
		color: #8f9fa7;
	}

.title-with-arrows h3 {
	margin: 0 10px;
	display: inline-block;
}

.title-with-arrows [class|="icon"] {
	margin-top: 4px;
}


/* ------- Not checked stuff ------- */


.story_details {
	margin-top: 4px;
	font-size: 14px;
}

/* Ribbons & Navs*/

.ribbon {height:40px; padding-bottom: 20px}

/* Separators */

.top-border-dotted{
	border-top: 1px dotted #c6baae !important;
}

.top-border-solid-bold{
	border-top: 2px solid #c6baae !important;
}

.top-border-single{
	border-top: 1px solid #c6baae !important;
}

.top-border-double{
	border-top: 3px double #c6baae !important;
}

.bottom-border-single{
	border-bottom: 1px solid #c6baae !important;
}

.bottom-border-double{
	border-top: 3px double #c6baae !important;
}

/* Colors */

.blue-box {background-color: #416077; color:#FFF}
.blue-box .separator-double {border-top: 3px double #5B707F;}

.red-box {background-color: #C73222; color:#FFF} 

.dark-blue-box {background-color: #244359; color:#FFF}

.dark-pink-box {background-color:#e6d5c4}
.dark-pink-box .separator-single {border-top: 1px solid #b7a797;}

.darker-pink-box {background-color:#E8D5C4}

.dark-grey-box {background-color: #373736; color:#FFF}

/* Buttons */

.button {
	font-size: 20px;
	line-height: 40px;
	color: #000;
	margin-left: 18px;
	margin-right: 7px;
	position: relative;
}

.button:first-child {
	margin-left: 0;
}

.button .counter {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	top: 3px;
	left: 7px;
	background: #c73327;
	color: white;
	font-size: 11px;
	text-align: center;
	border-radius: 50px;
}

.top-padding{
	padding-top: 10px;
}

.def-color-icons{
	color: #a19e9b;
}

.def-size-icons{
	font-size: 20px;
	line-height: 24px;
}

.active{
	color: #e14c26 !important;
}

.slider .arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 18px;
	line-height: 20px;
}

/* Fullscreen Carousels */

.slider-fullscreen .arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 18px;
	line-height: 20px;
}

.time-ago {
	color: #295a79;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
}
	.time-ago .icon{
		padding-top: 1px;
		padding-right: 5px;
	}

	.time-ago .icon .content-row{

	}

/* Bookmark */

.bookmark {
	color: #c73327;
	cursor: pointer;
}
.bookmark.active {
	color: #00aa61;
}

/* re-style for checkboxes */
.preferences .re-style > input{
	padding: 0;
	margin: 0;
	height: 22px;
	width: 23px;
	opacity: 0;
	position: absolute;
	right: 0;
	opacity: 0;
}

.preferences .re-style > label {
    height: 23px;
    width: 100%;
    line-height: 22px;
    padding-right: 23px;
}

.preferences .re-style > input + label
{
    background: url(../img/re-style/input-checkbox.png) 100% 0 no-repeat; height: 22px;
}
.preferences .re-style > input[type=checkbox]:checked + label,
.preferences .re-style > input[type=checkbox]:focus:checked + label { background-position: 100% -24px; }


/* Tabs */
ul.tabs{
	margin: 0;
	padding: 0;
    list-style-type: none;
    text-align: left;
}        
	ul.tabs li
	{
	    display: inline;
	    margin:0;
	    padding-right:3px; /*distance between tabs*/
	    border-right: 1px solid #c9bdaf;
	}
	ul.tabs li.last{ /*last item in list*/
		border: 0 none;	
	}
	ul.tabs li a{
		text-decoration: none;
	}
	ul.tabs li.selected a img.no-active,
	ul.tabs li a img.active{
		display: none;
	}
	ul.tabs li.selected a img.active,
	ul.tabs li a img.no-active{
		display: block;
	}
	ul.tabs li.selected a, ul.tabs li.selected a:hover{	
		text-decoration: none;
		color: #e14c26 !important;
	}        
	ul.tabs li.selected a:hover{
	    text-decoration: none;
	}
    
 /*Spinner*/
 #loader{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    z-index: 15;
 }
