@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/* CSS Document */



p{
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
}

.paragraph{
	padding-bottom:20px;
}

h1,h2,h3,h4,h5,h6{
	padding-bottom:10px;
}

h4{
	font-size:13px;
}

.section-title{
	padding-bottom:20px;
}

.slider-heading{
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	padding-top:15px;
	padding-bottom:20px;
}

.full-width-paragraph{
	display:block;
	padding-bottom:20px;
}


/*Two columns*/

.two-columns{
	display:block;
	padding-bottom:20px;
}

.two-column-one{
	float:left;
	width:46%;
	margin-right:20px;
}

.two-column-two{
	float:left;
	width:46%;
}

/*Big Quote Sign*/

h1.big-quote-sign{
	font-family:"Times New Roman", Times, serif!important;
	font-size:45px;
	float:left;
	width:10%;
	margin-right:15px;
}

.quote-box p{
	width:85%;
	float:left;
	padding-bottom:20px;
}


/*Notification Boxes */


.notification-box p{
	float:left;
}

.notification-box a{
	float:right;
	padding-top:1px;
}

.notification-box{
	-webkit-box-shadow: inset 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
}


.red-box{
	border:solid 1px #c24747!important;
	background-color: rgba(219, 84, 84, 0.1)!important;
}

.red-box a{color:#FFFFFF!important;}

.blue-box{
	border:solid 1px #649bae!important;
	background-color: rgba(100, 155, 174, 0.1)!important;
}

.blue-box a{color:#FFFFFF!important;}

.green-box{
	border:solid 1px #3ca730!important;
	background-color: rgba(60, 167, 48, 0.1)!important;
}

.green-box a{color:#FFFFFF!important;}

.yellow-box{
	border:solid 1px #cda51b!important;
	background-color: rgba(255, 210, 1, 0.1)!important;
}

.yellow-box a{color:#FFFFFF!important;}

.notification-alert{
	background-color:rgba(0,0,0,0.4);
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	border:solid 1px rgba(255,255,255,0.2);
}

.notification-alert p{
	background-image:url(../images/list-cross.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:25px;
}

.notification-warning{
	background-color:rgba(0,0,0,0.4);
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	border:solid 1px rgba(255,255,255,0.2);
}

.notification-warning p{
	background-image:url(../images/list-attention.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:25px;
}


.notification-info{
	background-color:rgba(0,0,0,0.4);
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	border:solid 1px rgba(255,255,255,0.2);
}

.notification-info p{
	background-image:url(../images/list-info.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:25px;
}

.notification-tick{
	background-color:rgba(0,0,0,0.4);
	display:block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
	border:solid 1px rgba(255,255,255,0.2);
}

.notification-tick p{
	background-image:url(../images/list-tick.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding-left:25px;
}

/*List Styles*/

/*List Styles*/

ul.list-icons{
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#ffffff;
	list-style:none;
}

li.list-arrow{
	background-image:url(../images/list-arrow.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-attention{
	background-image:url(../images/list-attention.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-cross{
	background-image:url(../images/list-cross.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-heart{
	background-image:url(../images/list-heart.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-info{
	background-image:url(../images/list-info.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-plus{
	background-image:url(../images/list-plus.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-staron{
	background-image:url(../images/list-star-on.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-staroff{
	background-image:url(../images/list-star-off.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-tick{
	background-image:url(../images/list-tick.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

li.list-warning{
	background-image:url(../images/list-warning.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
}

ul.list-numbers{
	padding-left:20px;
	list-style:decimal;
	font-size:12px;
	font-family:'Open Sans', sans-serif;
	color:#ffffff;
	padding-bottom:10px;
}

.list-numbers li{
	padding-bottom:10px;
}

.list-bullets{
	list-style:disc;
	padding-left:20px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-bottom:10px;
}

.list-bullets li{
	padding-bottom:10px;
}

/*Highlighted Text*/

/*Highlights and Selections*/

.highlight{
	padding-bottom:20px;	
}

.highlight-orange{ 	background-color:#e34e47;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-green{ 	background-color:#518900;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-yellow{ 	background-color:#ffd800;	color:#000000;	text-shadow:none;	margin-top:5px; padding:2px;}
.highlight-gray{ 	background-color:#424242;	color:#FFFFFF;	text-shadow:none;	margin-top:5px; padding:2px;}

/*User Interface Elements*/

.demo-ui-container{/*Just for demo, you can delete me*/
	padding-left:10px;
	padding-bottom:20px;
}

.switch{
	width:87px;
	height:45px;
	display:inline-block;
	padding-bottom:15px;
	background-image:url(../images/switch-on.png);
	background-repeat:no-repeat;
}

.deactivated{
	background-image:url(../images/switch-off.png);
	background-repeat:no-repeat;
}

.checkbox{
	display:inline-block;
	background-image:url(../images/checkbox-bg.png);
	background-position:0 0px;
	padding-top:2px;
	padding-bottom:2px;
	background-repeat:no-repeat;
	padding-left:30px;
	height:17px;
	margin-bottom:10px;
	padding-right:30px;
}

.box-tick{background-image:url(../images/checkbox-tick.png);}
.box-cross{background-image:url(../images/checkbox-cross.png);}
.box-minus{background-image:url(../images/checkbox-minus.png);}
.box-plus{background-image:url(../images/checkbox-plus.png);}

.copyright-info{
	text-align:center;
	font-size:11px;
	padding-bottom:20px;
}