<!--@import url(); http://fonts.googleapis.com/css?family=Play:400,700-->
body {
	background: #DA2A2B;
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #666;
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #DA2A2B none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #DA2A2B;
}

style1
{
	color: #DA2A2B;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	
}


a:hover {
	color: #FDA642;
}

a:focus {
	outline: none;
}
.setPage{
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

a.button { 
    background-color: #DA2A2B;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #FDA642;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #DA2A2B;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 11px;
	text-transform:uppercase;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #DA2A2B;
	font-size: 35px;
	font-family: 'Play', Arial, sans-serif;
	text-align:left;
}


span.style1 {
	color: #FDA642;
	font-size: 30px;	
	font-weight:bold;
	font-family: 'Play', Arial, sans-serif;
	text-align:center;
}


h2 {
	color: #000;
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	font-family: 'Play', Arial, sans-serif;
}

h3 {
	color: #FDA642;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: 'Play', Arial, sans-serif;
}

h4 {
    font-family: 'Play', Arial, sans-serif;
    color: #DA2A2B;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 1100px;
	margin: 40px auto;
	box-shadow: 0 -1px 10px #861818;
	padding: 0px;
	background-color: #fff;
}

header {
	padding: 35px 0;
	margin: 0 auto;
	text-align:center;
}

header h1 a, header h1 a:hover {
 color: #DA2A2B;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: uppercase;
}
header h1 a span { 
	color: #FDA642;
}

header h2 {
	color: #ccc;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}

nav {
	height: 48px;
	background-color: #333;
}

nav ul {
	/*height: 48px;*/
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}

.help-block a{
	color:#000;
	padding:2px 5px;
	text-align:center;
	border-radius:3px;
	}
nav ul li a {
    color: #FFF;
    display: block;
    font-family: 'Play',Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    padding: 15px 20px 14px;
    text-decoration: none;
    text-transform: none;
}
nav ul li.selected a,
nav ul li.selected a:hover { 
	background-color: #000;
	color: #fff; 
	font-weight:bold;
}


nav ul li a:hover {
	color: #fff;
	/*background-color: #222;*/
	/* background-color: rgba(23, 83, 101, 0.24); */
	text-decoration: none;
	background: linear-gradient(#FF9833, #946818);
}

#body {
	background: none;
	margin:0 auto;
 	padding: 0 1%;
	clear: both;
}

#content {
    float: right;
    width: 69%;
}

article {
    border-bottom: 2px solid #ddd;
    padding: 10px 10px 20px 10px;
 }

article h2 { 
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: left;
    width: 29%;
	margin-top: 10px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 18px;
	color: #FDA642;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 7px;
	border-bottom: 2px solid #CAC8C7;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 12px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: normal;
}

.sidebar li ul li a:hover {
}


.sidebar li ul li a.readmore {
   color: #DA2A2B;
   font-weight: bold;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	background: #ddd;
	border-top: 10px solid #FDA642;
}

footer .footer-content ul {
	width: 243px;
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #909090;
    font-size: 13px;
    text-decoration: underline;
}

footer .footer-content li a:hover { 
	color: #222;
}

footer .footer-content h4 {
   color: #444;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #FDA642;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #fff;
}


#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    /*background-color:rgba(255,255,255,.8);*/
	background-color:rgb(245, 245, 245);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.centered-form{
	margin-top: 60px;
}

.centered-form .panel{
	background: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.vertical-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align:center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.vertical-divider:before, 
.vertical-divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 9;
  border-left: 1px solid rgba(34,36,38,.15);
  border-right: 1px solid rgba(255,255,255,.1);
  width: 0;
  height: calc(100% - 1rem);
}

.row-divided > .vertical-divider {
  height: calc(50% - 1rem);    
}

.vertical-divider:before {
  top: -100%;
}

.vertical-divider:after {
  top: auto;
  bottom: 0;
}

.row-divided {
  position:relative;
}

.row-divided > [class^="col-"],
.row-divided > [class*=" col-"] {
  padding-left: 30px;  /* gutter width (give a little extra room) 2x default */
  padding-right: 30px; /* gutter width (give a little extra room) 2x default */
}




/* just to set different column heights - not needed to function */          
.column-one {
    background-color: #EBFFF9;
	height:155px;
}
.column-two { 
  background-color: #F7F3FF;
  height:155px;
}

.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}
/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
  	/* position:relative; */
  	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  	box-shadow: 0 1px 20px 4px rgba(0, 0, 0, 0.3), 0 0 40px 20px rgba(0, 0, 0, 0.1) inset;
}
.effect5:before, .effect5:after
{
	content:"";
	position:absolute;
	z-index: -1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0px 20px 12px 0px rgba(0, 0, 0, 0.2);
	top: 107px;
	bottom: 5px;
	left: -7px;
	right: -2px;
	-moz-border-radius:100px / 10px;
	border-radius: 103px / 0px;
} 
.effect5:after
{
	right: 13px;
	left: auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform: skew(5deg) rotate(7deg);
}
.c-carousel {
  width: 100%;
  position: relative;
  margin-top: 30px;
  overflow:hidden;
  margin-bottom:25px;
}
.c-carousel__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35%;
  z-index: 1;
 /* -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);*/
  background-color: transparent;
}
.c-carousel__arrow--left {
  left: 15px;
}
.c-carousel__arrow--right {
  right: 15px;
}
.c-carousel__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}
.refresh-captcha-top{
	 position: absolute;
    top: -41px;
    left: 192px;
	
	}
.refresh-captcha-top i{
	color:#000;
	}
.refresh-captcha-top a{
	background:transparent;
	}
.refresh-captcha-top a:hover{
	background:transparent;
	}
.captcha-img-sm img{
	position: relative;
    left: -11px;
    top: 2px;
	}
