html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow:visible;
}
body, img {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio,
video, input, main{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {
	display: block
}
audio, canvas, video {
	display: inline-block;
 *display:inline;
 *zoom:1
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #010101;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}
a:focus, img:focus, button:focus, .btn:focus {
	outline: none;
}
a:focus, a:hover {
    color: #7f5821;
    text-decoration: none;
}
main a {
    color: rgb(205, 151, 45);
}

::-moz-selection {
 background-color:#e84d49;
 color:#fff;
 text-shadow:none;
}
::selection {
	background-color: #e84d49;
	color: #fff;
	text-shadow: none;
}
/*@font-face {
	font-family: 'Source Sans Pro', sans-serif;
}*/
ol li {
    margin-left: 15px;
}
/*== Body ==*/
body {
	background-image: url(../images/overlay-bg.png), url(../images/main-bg.jpg);
	background-size: cover;
	background-repeat: repeat, no-repeat;
	background-position: center center;
	background-attachment: fixed;
	font-family: 'Source Sans Pro', sans-serif;
}
/*== Siderbar ==*/

aside[role="siderbar-nav"] {
	position: absolute;
	right: 0;
	width: 50px;
	top: 0;
	background-color: rgb(235, 235, 235);
}
aside[role="siderbar-nav"] > nav {
	padding-top: 110px
}
aside[role="siderbar-nav"] > nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: none
}
aside[role="siderbar-nav"] > nav > ul > li {
	display: block;
	float: none;
	margin-bottom: 25px
}
aside[role="siderbar-nav"] > nav > ul > li > a {
	font-size: 18px;
	color: #000;
	border-radius: 0;
	border: none;
	padding: 0;
}
aside[role="siderbar-nav"] > nav > ul > li.active a, aside[role="siderbar-nav"] > nav > ul > li a:hover {
	background-color: inherit;
	border: none;
	color: #c3a873
}
aside[role="siderbar-nav"] > nav .nav-tabs>li.active>a, aside[role="siderbar-nav"] > nav .nav-tabs>li.active>a:focus, aside[role="siderbar-nav"] > nav .nav-tabs>li.active>a:hover {
	background-color: inherit;
	border: none;
	color: #c3a873
}
select option {
    padding: 0 6px;
}
.panel {
    background: none;
}
.panel-heading{
	padding: 5px 10px;
}
.panel-title a {
    display: block;
}
label{
	padding-right: 5px;
}
input[type="checkbox"], input[type="radio"]{
	vertical-align: top;
}
.form-group h4 {
    color: #c9ae7a;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline;
}
.error {
    color: red;
}
.btn {
    background: #c9ae7a;
    border-radius: 0px;
}
.btn-new {
    background: #7f5821 !important;
    padding: 12px !important;
}
.btn-red {
    background: #E84D49 !important;
		padding: 12px !important;
}
.btn-red:hover, .btn-new:hover{
	background: #000 !important;
}
/*== Header ==*/
header[role="main-header"], header[role="page-header"]{
	overflow: hidden;
	padding-top: 1em;
	margin-bottom: 3em;
}
header[role="main-header"] h1 {
	margin: 0;
	padding: 0;
	background: rgba(256, 256, 256, 0.3);
	float: left;
}
header[role="main-header"] h1 > a {
	float: left;
	display: block;
	max-width: 350px;
}
header ul[role="socil-icons"] {
	list-style: none;
	text-align: right;
	float: right
}
header ul[role="socil-icons"] > li {
	display: inline-block;
	margin-left: 28px
}
header ul[role="socil-icons"] > li > a {
	color: #FFF;
	font-size: 14px;
	font-weight: normal
}
header ul[role="socil-icons"] > li > a:hover {
	color: #A1763A
}
header[role="page-header"] h1 > a {
	float: left;
	display: block;
	max-width: 225px;
}
/*== Main ==*/
main[role="slider-container"]{
	min-height: 100vh;
}
main[role="main"] {
	padding-top: 10px;
	margin-bottom: 30px;
	min-height: 100vh;
}
main[role="page"] {
	padding-top: 45px;
	margin-bottom: 30px;
}
.page h2{
	margin: 0 0 20px;
	padding: 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #c9ae7a;
}
.page p {
    font-size: 14px;
}
/*== Home ==*/

article.home-content {
	color: #FFF
}
article.home-content header[role="home-title"] {
	padding-bottom: 44px
}
article.home-content header[role="home-title"] h2 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 62px;
	font-weight: 700;
	color: #c9ae7a;
}
article.home-content header[role="home-title"] h2 > span {
	color: #CD972D;
}
article.home-content p {
	font-size: 21px;
	line-height: 27px;
	color: #c9ae7a;
}
#countdown {
	padding-top: 208px;
	padding-bottom: 86px
}
#countdown span {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	font-size: 33px;
	line-height: 34px;
	margin-right: 57px
}
#countdown span b {
	display: block;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 2px;
	border-top: 3px solid #e84d49;
	margin-top: 5px;
	padding-top: 6px
}
/*== About ==*/

.about-pan {
	padding-bottom: 151px
}
.other-page header[role="page-title"] {
	padding-bottom: 59px
}
.other-page header[role="page-title"] h2 {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 39px;
	line-height: 40px;
	font-weight: 700
}
.other-page article p {
	font-size: 16px;
	line-height: 27px;
	color: #FFF;
	padding: 0;
	margin: 0;
	width: 598px;
	padding-bottom: 27px
}
/*== Subscribe ==*/

.subscribe-pan form {
	width: 400px;
	display: block;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 272px
}
.subscribe-pan form input[type="email"] {
	display: block;
	width: 340px;
	height: 50px;
	outline: none;
	padding: 0 10px;
	border: 1px solid #FFF;
	background-color: inherit;
	font-size: 15px;
	line-height: 16px;
	color: #a4a4a4;
	font-weight: 300;
	float: left
}
.subscribe-pan form label {
	float: right;
	width: 60px;
	height: 50px;
	position: relative;
	text-align: center;
}
.subscribe-pan form label input {
	font-size: 0;
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
	width: 60px;
	height: 50px;
	background-color: #FFF
}
.subscribe-pan form label i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 24px;
	color: #111111;
	cursor: pointer;
	line-height: 50px
}
.subscribe-pan form label:hover input {
	background-color: #e84d49
}
.subscribe-pan form label:hover i {
	color: #FFF
}
 .subscribe-pan form ::-webkit-input-placeholder {
color:#a4a4a4;
}
 .subscribe-pan form ::-moz-placeholder {
color:#a4a4a4;
} /* firefox 19+ */
 .subscribe-pan form :-ms-input-placeholder {
color:#a4a4a4;
} /* ie */
 .subscribe-pan form input:-moz-placeholder {
color:#a4a4a4;
}
.subscribe-pan > p {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300
}
.error_message {
	color: #e84d49
}
#success_page h3, #success_page p {
	color: #60ca6f
}
/*==Register==*/
.register-from {
	margin-bottom: 50px;
}
.register-from .radio-inline, .register-from .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
		/*margin-bottom: 25px;*/
}
.register-from .form-group{
		margin-bottom: 25px;
}
.register-from input[type="text"], .register-from input[type="email"],.register-from input[type="password"],.register-from textarea,.register-from select {
	width: 100%;
	padding: 0 10px;
	display: block;
	height: 30px;
	outline: none;
	border: 1px solid #d2d4d7;
	background-color: inherit;
	color: #a4a4a4;
	font-size: 15px;
	line-height: 16px;
	/*margin-bottom: 25px*/
}
 .register-from form ::-webkit-input-placeholder {
color:#a4a4a4;
}
/* .register-from input[type="checkbox"]{
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
} */

.register-from input[type="checkbox"] {
   display: inline-block;
    width: 20px;
    height: 12px;
    padding-left: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    line-height: 32px;
    cursor: pointer;
    background-color: #ebebeb;
	-webkit-appearance:checkbox;
}
 .register-from form ::-moz-placeholder {
color:#a4a4a4;
} /* firefox 19+ */
 .register-from form :-ms-input-placeholder {
color:#a4a4a4;
} /* ie */
 .register-from form input:-moz-placeholder {
color:#a4a4a4;
}
.register-from textarea {
	margin-bottom: 21px;
	height: 126px;
	padding: 10px
}
.register-from input[type="submit"] {
	/*display: block;*/
	border: none;
	border-radius:5px;
	outline: none;
	padding: 0 5px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: #000000;
	margin-bottom: -28px;
	margin-top:10px;
}
.register-from input[type="submit"]:hover {
	background-color: #c9ae7a
}
.colored{
	background:rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	padding: 15px;
	text-align: left;
	border: 2px solid #c3a873;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
	border-top: 3px solid #000000;
}
/*== Contact ==*/
.contact-from{
	background:rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	padding: 15px;
	text-align: left;
	border: 2px solid #c3a873;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.31);
	border-top: 3px solid #000000;
	color:#e3dddd;
}

.contact-from input[type="text"], .contact-from input[type="email"], .contact-from input[type="password"], .contact-from textarea{
	width: 100%;
	padding: 0 10px;
	display: block;
	height: 50px;
	outline: none;
	border: 1px solid #d2d4d7;
	background-color: inherit;
	color: #a4a4a4;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 27px
}
.contact-from label{
	margin-bottom: 27px
}
.contact-from a{
	color: #ffffff;
}
 .contact-from form ::-webkit-input-placeholder {
color:#a4a4a4;
}
 .contact-from form ::-moz-placeholder {
color:#a4a4a4;
} /* firefox 19+ */
 .contact-from form :-ms-input-placeholder {
color:#a4a4a4;
} /* ie */
 .contact-from form input:-moz-placeholder {
color:#a4a4a4;
}
.contact-from textarea {
	margin-bottom: 21px;
	height: 126px;
	padding: 10px
}
.contact-from input[type="submit"] {
	/*display: block;*/
	border: none;
	outline: none;
	width: 168px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: #000000;
	margin-bottom: 15px;
}
.contact-from input[type="submit"]:hover {
	background-color: #c9ae7a
}
#message p {
    color: #ff0202;
}
#message {
    margin-bottom: 15px;
}
.btn-new{
	display: inline-block;
	border: none;
	outline: none;
	width: auto;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: #000000;
	margin: 15px 2px;
	text-align: center;
	padding: 0 10px;
}
.btn-red{
	background: #E84D49;
}
.btn-new:hover{
	background-color: #c9ae7a;
	color: #ffffff;
}
/************************************************************
*************************Footer******************************
*************************************************************/
.footer1 {
  background: rgba(235, 235, 235, 0.83)repeat scroll left top;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.title-widget {
	color: #CD972D;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}
.title-widget::before {
    background-color: #000000;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}
.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}
.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}
.widget_nav_menu ul li {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 7px;
  padding-bottom: 7px;
  width:95%;
}
.title-median {
  color: #636363;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}
.footerp p {
  font-family: 'Gudea', sans-serif;
  color:#000000;
  text-align:justify;
}
.contact p{
  font-family: 'Gudea', sans-serif;
  color:#000000;
}
#social {
  -webkit-transform:scale(0.8);
  /* Browser Variations: */
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
#social:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
}
/* Only Needed in Multi-Coloured Variation */
.social-fb:hover {
  color: #3B5998;
}
.social-tw:hover {
  color: #4099FF;
}
.social-gp:hover {
  color: #d34836;
}
.social-em:hover {
  color: #f39c12;
}
.nomargin { margin:0px; padding:0px;}
.footer-bottom {
    background-color: #000000;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}
.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #fff;
}
.payment-bg {
    float: left;
    background-repeat: no-repeat;
    width: 275px;
    padding: 20px 16px 18px 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(256, 256, 256, 0.95);
    margin-bottom: 15px;
}
a.pay-gold {
    border: 1px solid #ecdcbe;
    width: 230px;
    text-align: center;
    padding: 20px 10px 10px 10px;
    float: left;
    color: #454551;
    text-decoration: none;
}
.div_fleft {
    float: left;
}
.div_fright {
    float: right;
}
.clear {
    clear: both;
}
a.pay-gold {
    text-align: center;
    color: #454551;
    background-color: #e7e5e4;
    margin-left: 12px;
}
.padding {
    padding: 2px 0px 5px 0px;
}
.pay-font {
    font-size: 12px;
    padding: 10px 0px 15px 0px;
    color: black;
}
a.pay-gold:hover {
    border: 1px solid #CD972D;
    width: 230px;
    text-align: center;
    padding: 20px 10px 10px 10px;
    float: left;
    background-color: white;
    text-decoration: none;
}
.highlight {
    padding: 9px 14px;
    margin: 14px 0;
    background-color: #bc9240;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    border-top: 4px solid #000;
}
.highlight h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.highlight ul {
    list-style: inside;
}
/************************************************************
*************************Footer******************************
*************************************************************/
/*== Footer ==*/
/*
footer[role="footer"] {
	background-color: rgb(235, 235, 235);
	overflow: hidden;
	bottom: 0;
	width: 100%;
	z-index: 5
}
footer[role="footer"] p {
	color: #FFF;
	font-size: 12px;
	padding: 0;
	margin: 0;
	float: left;
   text-align: justify;
}
footer[role="footer"] p + p {
	text-align: right;
	float: right
}
footer[role="footer"] p i {
	padding: 0 4px;
	color: #e84d49
}
footer[role="footer"] p a {
	padding: 0 4px;
	color: #e84d49
}*/
/*==  code for animated blinking cursor ==*/
.typed-cursor {
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
 @-keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-moz-keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-ms-keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-o-keyframes blink {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
