﻿
@import url('https://fonts.googleapis.com/css?family=PT+Sans|Raleway:400,500,600,700|Roboto+Condensed|Roboto:300,400,500,700');

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
	margin:0 auto;
    font-size:15px;
	color:#787878;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{ border:none; max-width:100%; }

*{ margin:0; padding:0; }

.wrapper{
	width:1100px;
	margin: 0 auto;
}
.clear{
	clear:both;
	height:0;
}

a{ color:#bf8d2f; text-decoration:none; }

a:hover{ color:#000; }

/* Counter Section */
.eventCounter {
    background: #d9a94e;
    padding: 20px 0 10px;
}
.eventCounter h3 {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}
.eventCounter .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.countdown-timer > .count-down {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.countdown-timer > .count-down > .timer {
    width: 100px;
    text-align: center;
}
.countdown-timer > .count-down > .timer > h2 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 35px;
    color: #000;
}
.countdown-timer > .count-down > .timer > small {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.eventCounter a.pinkBlack {
    color: #fff;
    background: #000;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: 0.5s;
}
.eventCounter a.pinkBlack:hover {
    color: #000;
    background: #fff;
}
/* End Counter Section */

header{ background:#FFF; border-top:10px solid #d9a94e; position:sticky; width:100%; left:0; top:0; z-index:2; }
 
.hdr_gap{ /*min-height:211px;*/ }

.logo{ width:12%; float:left; padding:9px 0; }

.hdr_cpsn{ width:73%; text-align:center; padding:22px 0; font-family: 'Raleway', sans-serif; float:left; }

.nat{ color:#000000; font-size:36px; font-weight:700; text-transform:uppercase; }

.nat span{ font-family: 'Roboto', sans-serif; font-weight:700; font-size:36px; }

.dec{ color:#d9a94e; font-size:35px; font-weight:700; }

.hdr_scl{ width:15%; float:right; padding:30px 0; text-align:right; }

.hdr_scl ul{  }

.hdr_scl ul li{ display:inline-block; width:30px; height:30px; border-radius:50%; transition:.5s ease; }

.hdr_scl ul li.f{ background:url(../images/f.png) no-repeat center #fff; border:1px solid #d9a94e; }

.hdr_scl ul li.f:hover{ background:url(../images/f_hover.png) no-repeat center #d9a94e; }

.hdr_scl ul li.t{ background:url(../images/t.png) no-repeat center #fff; border:1px solid #d9a94e;  }

.hdr_scl ul li.t:hover{ background:url(../images/t_hover.png) no-repeat center #d9a94e; }

.hdr_scl ul li.g{ background:url(../images/g.png) no-repeat center #fff; border:1px solid #d9a94e;  }

.hdr_scl ul li.g:hover{ background:url(../images/g_hover.png) no-repeat center #d9a94e; }

.hdr_scl ul li.i{ background:url(../images/i.png) no-repeat center #fff; border:1px solid #d9a94e;  }

.hdr_scl ul li.i:hover{ background:url(../images/i_hover.png) no-repeat center #d9a94e; }

 nav{ background:#000000; text-align:center; }
 
 nav ul{  }
 
 nav ul li{ display:inline-block; position:relative; }
 
 nav ul li a{ padding:15px 22px; background:#000; text-decoration:none; color:#FFF; text-decoration:none; background:url(../images/menu_dvdr.png) no-repeat right center #000; display:inline-block; transition:.5s ease; }
 
 nav ul li a:hover, nav ul li a.active{ background-color:#d9a94e; }
 
 nav ul li:last-child a{ background-image:none; }
 
 nav select{ display:none; }
 
  nav ul li ul{ padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 260px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden; z-index:1000; border-radius:0px 0px 5px 5px;  }

 nav ul li ul li{ margin:0px; display: block; color: #fff; width:260px; text-transform:capitalize; 
 border-bottom:1px dotted #FFF; }
  
 nav ul li ul li:last-child{ border-bottom:none; border-radius:0 0 5px 5px; }

 nav ul li ul li:last-child a{ border-radius:0 0 5px 5px; }
  
 nav ul li ul li a{ color:#FFF; width:89%; border-radius:0; font-size:14px; padding:10px 14px; text-align:left; background:rgba(217,169,78,.8); }

 nav ul li ul li a:hover{ background:#000; color:#FFF; }
  
 nav ul li ul li:hover { background:#000; }
 nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
 
.slider_area{ border-bottom:8px solid #e9e9e9; }

.slider_area img{ width:100%; }

.decatur{ padding:34px 0; text-align:center; }

.decatur h2{ color:#d9a94e; font-family: 'Roboto', sans-serif; font-weight:500; text-transform:uppercase; font-size:35px; }

.decatur h2 span{ color:#000000; }

.decatur ul{ margin-top:30px; }

.decatur ul li{ width:32%; float:left; margin-right:2%; }

.decatur ul li:last-child{ margin-right:0; }

.decatur ul li .decatr_img{ border:3px solid #d9a94e; }

.decatur ul li .decatr_img img{ width:100%; }

.decatur ul li .decatr_cntnt{ padding:20px 20px 25px; border-left:1px solid #d4d4d4; border-right:1px solid #d4d4d4; 
border-bottom:1px solid #d4d4d4; }

.decatur ul li .decatr_cntnt h3{ color:#000; font-family: 'Roboto', sans-serif; font-weight:500; font-size:20px; margin-bottom:10px; }
 
.decatur ul li .decatr_cntnt a{ display:inline-block; font-family: 'Roboto', sans-serif; font-size:15px; text-decoration:none; padding:10px 16px; color:#000; text-transform:uppercase; background:#d9a94e; border:1px solid #000; margin-top:16px; transition:.5s ease; } 

.decatur ul li .decatr_cntnt a:hover{ background:#000; color:#FFF; }

.nsnl_clsn{ padding:35px 0 30px; background:#f0efef; }

.nsln_clsn_img{ float:left; width:33%; }

.nsln_clsn_img img{ border:3px solid #FFF; box-shadow:0 0 2px 1px #a6a5a5; }

.nlsn_clsn_cntnt{ width:66%; float:right; }

.nlsn_clsn_cntnt h2{ color:#d9a94e; font-family: 'Roboto', sans-serif; font-weight:500; font-size:36px; background:url(../images/brdr_btm.jpg) no-repeat left bottom; padding-bottom:12px; margin-bottom:10px; line-height:36px; }

.nlsn_clsn_cntnt h2 span{ color:#040404; }

.nlsn_clsn_cntnt a{ display:inline-block; font-family: 'Roboto', sans-serif; font-size:15px; text-decoration:none; padding:10px 16px; color:#000; text-transform:uppercase; background:#d9a94e; border:1px solid #000; margin-top:22px; transition:.5s ease; }

.nlsn_clsn_cntnt a:hover{ background:#000; color:#FFF; }

.donate{ background:url(../images/donate_bg.jpg) no-repeat center; color:#FFF; font-size:20px; font-weight:300; text-align:center; 
padding:20px 5% 22px; margin:30px 0; border-top:1px solid #9f9c9b; background-size:cover; }

.donate a{ background:#e31912; color:#FFF; border:1px solid #FFF; text-decoration:none; font-family: 'Roboto', sans-serif; font-size:21px; display:inline-block; padding:6px 24px; text-transform:uppercase; margin-top:15px; transition:.5s ease; }

.donate a:hover{ color:#e31912; background:#FFF; }

.cntct_evnts{  }

.cntct_dectr{ width:48.5%; float:left; background:#f0efef; }

.evnts_announcmnt{ width:48.5%; float:right; background:#f0efef; }

.dectr_cntct, .annoncement{ padding:20px; }

.dectr_cntct img{ float:left; border:2px solid #FFF; box-shadow:0 0 0 1px #d5d4d4; margin-right:20px; }

.dectr_cntct span{ color:#000; font-family: 'Roboto', sans-serif; font-size:17px; font-weight:500; }

.dectr_cntct a, .anouncmnt_area a{ display:inline-block; font-family: 'Roboto', sans-serif; font-size:15px; text-decoration:none; padding:9px 15px; color:#000; text-transform:uppercase; background:#d9a94e; border:1px solid #000; margin-top:15px; transition:.5s ease; }

.dectr_cntct a:hover, .anouncmnt_area a:hover{ background:#000; color:#FFF; }

.crtfct{ width:34%; float:left; }

.crtfct img{ border:1px solid #cdcdcd; }

.anouncmnt_area{ width:63%; float:right; }

.anouncmnt_area h3{ font-family: 'Roboto', sans-serif; font-size:19px; font-weight:500; color:#000; margin-bottom:15px; padding-bottom:12px;
background:url(../images/brdr_btm.jpg) no-repeat left bottom; }

.anouncmnt_area h4{ color:#d9a94e; font-family: 'Roboto Condensed', sans-serif; font-size:18px; text-transform:uppercase; margin-bottom:8px; font-weight:400; }

.prtnr_area{ background:#eeeeee; border-top:1px solid #afafaf; margin-top:30px; }

 footer{ padding:20px 0 0; border-top:7px solid #d9a94e; background:#191919; color:#FFF; font-size:14px; }
 
.ech_ftr{ width:25%; float:left; }

.ech_ftr h2{ color:#ffffff; font-size:25px; padding-bottom:10px; border-bottom:1px solid #444444; margin-bottom:10px; width:80%; 
font-family: 'Raleway', sans-serif; font-weight:600; }

.ftr_logo{ padding:20px 0; }

.ftr_menu{  }

.ftr_menu ul{  }

.ftr_menu ul li{ background:url(../images/ftr_bullet.png) no-repeat left center; padding:0 0 0 15px; margin:3px 0; }

.ftr_menu ul li a{ text-decoration:none; color:#ffffff; font-size:14px; transition:.5s ease; }

.ftr_menu ul li a:hover{ color:#d9a94e; }

.socl{ line-height:25px; }

.socl ul{ margin-top:15px; }

.socl ul li{ display:inline-block; width:28px; height:28px; border-radius:50%; transition:.5s ease; }

.socl ul li.f{ background:url(../images/f.png) no-repeat center #fff; border:4px solid #c3c3c3; }

.socl ul li.f:hover{ background:url(../images/f_hover.png) no-repeat center #d9a94e; }

.socl ul li.t{ background:url(../images/t.png) no-repeat center #fff; border:4px solid #c3c3c3;  }

.socl ul li.t:hover{ background:url(../images/t_hover.png) no-repeat center #d9a94e; }

.socl ul li.g{ background:url(../images/g.png) no-repeat center #fff; border:4px solid #c3c3c3;  }

.socl ul li.g:hover{ background:url(../images/g_hover.png) no-repeat center #d9a94e; }

.socl ul li.i{ background:url(../images/i.png) no-repeat center #fff; border:4px solid #c3c3c3;  }

.socl ul li.i:hover{ background:url(../images/i_hover.png) no-repeat center #d9a94e; }

.socl a{ color:#FFF; text-decoration:none; transition:.5s ease; }

.socl a:hover{ color:#d9a94e; }

.subscribe a{ display:inline-block; font-family: 'Roboto', sans-serif; font-size:15px; text-decoration:none; padding:9px 15px; color:#000; text-transform:uppercase; background:#d9a94e; border:1px solid #fff; margin-top:15px; transition:.5s ease; }

.subscribe a:hover{ background:#fff; }

.copy{ color:#c1c1c1; font-size:13px; text-align:center; background:#000; padding:15px 0; margin-top:20px; }

.copy a{ color:#d9a94e; transition:.5s ease; }

.copy a:hover{ color:#fff; }

.inr_bnr{  }

.inr_bnr img{ width:100%; }

.inr_page_hdng{ color:#000000; font-family: 'Raleway', sans-serif; font-weight:700; font-size:44px; text-transform:uppercase; padding:5px 0; background:#d9a94e; margin-bottom:25px; }

.inr_page_cntnt{ margin-bottom:25px; }

.inr_page_cntnt h3, .inr_lst h3, .inr_page_cntnt2 h3, .inr_lst1 h3{ color:#000; font-family: 'Roboto', sans-serif; font-size:28px; font-weight:500; margin-bottom:10px; }

.inr_page_cntnt h3 span, .inr_lst h3 span, .inr_page_cntnt2 h3 span, .inr_lst1 h3 span{ color:#ba8520; }

.inr_page_cntnt img{ float:left; border:3px solid #FFF; margin:12px 30px 0 0; box-shadow:0 0 4px 2px #b0b0b0; }

.inr_vdo_lst_area{ padding:32px 0; background:#f0efef; margin-bottom:25px; }

.inr_vdo_lst_area1{ padding:32px 0; background:#f0efef; }

.inr_vdo_lst_area2{ padding:32px 0; }

.inr_vdo_lst_area1 img, .inr_vdo_lst_area2 img{ float:left; border:3px solid #FFF; margin:12px 30px 12px 0; box-shadow:0 0 4px 2px #b0b0b0; }

.inr_vdo_lst_area1 h3, .inr_vdo_lst_area2 h3{ color:#000; font-family: 'Roboto', sans-serif; font-size:28px; font-weight:500; margin-bottom:10px; padding-bottom:10px; background:url(../images/brdr_btm.jpg) no-repeat left bottom; }

.inr_vdo_lst_area1 h3 span, inr_vdo_lst_area2 h3 span{ color:#ba8520; }

.inr_vdo{ width:49%; float:left; padding-top:5px; }

.inr_lst{ width:49%; float:right; }

.inr_lst ul{  }

.inr_lst ul li{ background:url(../images/bullet.png) no-repeat left 9px; padding:5px 0 5px 20px; }

.inr_lst2{ width:49%; float:left; }

.inr_lst2 ul{  }

.inr_lst2 ul li, .inr_page_cntnt ul li{ background:url(../images/bullet.png) no-repeat left 9px; padding:5px 0 5px 20px; }

.inr_vdo1{ width:32%; float:left; padding-top:5px; }

.inr_vdo1 img{ border:3px solid #FFF; box-shadow:0 0 4px 2px #b0b0b0; }

.inr_lst1{ width:66%; float:right; }

.inr_lst1 ul{  }

.inr_lst1 ul li{ background:url(../images/bullet.png) no-repeat left 9px; padding:5px 0 5px 20px; }


.inr_page_cntnt2{ margin-bottom:35px; border-top:2px dotted #bf8d2f; padding-top:15px; }

.inr_page_cntnt2 img{ float:right; border:3px solid #FFF; margin:12px 0 0 30px; box-shadow:0 0 4px 2px #b0b0b0; }

.form_img{ border-top:2px dotted #bf8d2f; padding-top:35px; }

.form_img1{ padding-top:20px; }

.cntct_frm{ width:49%; float:left; }

.cntctimg{ width:49%; float:right; }

.cntctimg img{ border:3px solid #FFF; box-shadow:0 0 0 1px #cfcfcf; }

.contact_form{ background:#efefef; border:3px solid #FFF; box-shadow:0 0 0 1px #cfcfcf; padding:15px 20px 20px; }

.contact_form h2{ color:#000; font-family: 'Roboto Condensed', sans-serif; font-size:25px; font-weight:400; text-transform:uppercase; }

.contact_form input[type="text"], .contact_form input[type="tel"], .contact_form input[type="email"], .contact_form input[type="password"]{ background:#ffffff; color:#858585; 
font-style:italic; padding:10px 3% 12px; width:94%; border:1px solid #d2d2d2; }

.lft_fld input[type="text"], .ryt_fld input[type="tel"]{ padding:10px 5% 12px; width:90% }

.contact_form textarea{ background:#ffffff; color:#858585; font-style:italic; padding:10px 3%; width:94%; border:1px solid #d2d2d2; min-height:80px; }

.ech_fld_area{ margin-top:10px; }

.lft_fld{ width:49%; float:left; }

.ryt_fld{ width:49%; float:right; }

.contact_form input[type="submit"]{ padding:10px 20px; border:none; background:#d9a94e; color:#000; font-size:18px; text-transform:uppercase; margin-top:8px; cursor:pointer; transition:.5s ease; }

.contact_form input[type="submit"]:hover{ background:#000; color:#FFF; }

.thnkyou_msg{ color:#009315; padding-top:20px; text-transform:uppercase; }

.error_msg{ color:#df0101; padding-top:20px; font-size:14px; }

.lft_inr_area{ width:49%; float:left; }

.lft_inr_area img{ border:3px solid #FFF; box-shadow:0 0 0 1px #cfcfcf; }

.inr_page_cntnt table img{ float:none; margin:20px 0 0; }

.lft_inr_table table{ width:100%; border-right:1px solid #CCC; }

.lft_inr_table h4{ background:#ba8520; color:#FFF; font-size:20px; color:#FFF; padding:8px 10px 10px; margin-top:20px; }

.lft_inr_table table tr{ background:#6c6c6c; color:#FFF; }

.lft_inr_table table tr:nth-child(2n+1){ background:#fff; color:#6c6c6c; }

.lft_inr_table table tr td{ padding:10px; border-left:1px solid #CCC; border-bottom:1px solid #CCC; }

.chptr_table{ margin-bottom:20px; text-align:center; }

.chptr_table table{ width:100%; border-right:1px solid #CCC; margin-top:30px; text-align:left; word-wrap:break-word; }

.chptr_table table tr th{ background:#ba8520; color:#FFF; font-size:20px; color:#FFF; }

.chptr_table table tr th:first-child, .chptr_table table tr td:first-child{ padding:8px 5% 10px; width:50%; }

.chptr_table table tr th:last-child, .chptr_table table tr td:last-child{ padding:8px 5% 10px; width:30%; }

.chptr_table table tr{ background:#6c6c6c; color:#FFF; }

.chptr_table table tr:nth-child(2n+1){ background:#fff; color:#6c6c6c; }

.chptr_table table tr td{ padding:10px 5%; border-left:1px solid #CCC; border-bottom:1px solid #CCC; width:90%; }

.chptr_table h5{ color: #d9a94e;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase; margin-top:10px; }
	
.grp_imgs img{ float:left; margin:0 20px 20px 0; } 

.inr_page_cntnt img.spcr{ margin-top:6px; width:81%; }

.frgt_pswrd{ padding-top:20px; }

.frgt_pswrd a{  }


.pm{ width:67%; float:left; }

.pc{ width:31%; float:right; text-align:center; }

.inr_page_cntnt .pc img{ margin:0; max-width:100%; float:none; }

.pm_page{ background:#eee; padding:25px 0 15px; margin-bottom:35px; }

.inr_page_hdng.pmp{ margin-bottom:0; }

.pm h4{ color:#ba8520; font-size:20px; margin-top:7px; }
.pm h5{ color:#040404; font-weight:400; margin-top:2px; }

.msn{ width:48%; float:left; }

.vsn{ width:48%; float:right; }

.msn, .vsn{ box-shadow:0 0 4px 2px #b0b0b0; border:3px solid #fff; }

.mv_cntnt{ padding: 20px 22px; min-height: 110px; line-height: 21px; background: #efefef; }

.inr_page_cntnt .mv_cntnt h3{ line-height:34px; }

.msnvsn{ padding:20px 0; }

.abt_lst_area{ padding: 35px 0; background: #f0efef; margin-bottom: 18px; }

.abt_lst_area h3{ color: #000; font-family: 'Roboto', sans-serif; font-size: 28px; font-weight: 500; margin-bottom: 22px; text-align:center; }

.abt_lst_area h3 span{ color:#ba8520; }

.abt_lst_area ul li, .msnvsn ul li{ background: url(../images/bullet.png) no-repeat left 9px;  padding: 5px 0 5px 20px; }

.lft_lst{ width:32%; float:left; margin-right:2%; }

.ryt_lst{ width:32%; float:right; }

.gp{ padding:10px 0 0; }

.gp .mv_cntnt{ min-height:320px; }


@media only screen and (min-width:768px) and (max-width:1099px){
	
	.wrapper{ max-width:750px; }
	.hdr_gap{ min-height:226px; }
	.hdr_cpsn{ width:67%; }
	.hdr_scl{ width:20%; }
	 nav ul li a{ padding:15px 8px; font-size:12px; }
	 nav ul li ul{ top:44px; }
	.nlsn_clsn_cntnt{ width:64%; }
	.thnkyou_msg, .error_msg{ padding-top:10px; }
	.inr_vdo1{ width:45%; }
	.inr_lst1{ width:55%; }
	.inr_page_cntnt img.spcr{ width:85%; }
    .eventCounter h3 {font-size: 16px; line-height: 18px;}
    .countdown-timer > .count-down > .timer {width: 80px;}
	.countdown-timer > .count-down > .timer > h2 {font-size: 30px; line-height: 30px;}
    .countdown-timer > .count-down > .timer > small {font-size: 13px;}
}

@media only screen and (max-width:767px){
	
	.wrapper{ max-width:430px; }
	 header{ position:relative; }
	.hdr_gap{ display:none; }
	 nav{ text-align:center; padding:15px 0; }
	 nav ul{ display:none; }
	 nav select{ display:inline-block; }
	.logo{ width:100%; text-align:center; }
	.hdr_cpsn{ width:100%; text-align:center; padding:0; }
	.hdr_scl{ width:100%; text-align:center; padding:5px 0 10px; }
	.decatur ul li{ width:100%; margin:0 0 30px 0; }
	.decatur ul li:last-child{ margin:0; }
	.decatur{ padding-top:20px; }
	.decatur ul{ margin-top:15px; }
	.nsln_clsn_img{ margin-bottom:15px; width:100%; text-align:center; }
	.nlsn_clsn_cntnt{ width:100%; text-align:center; }
	.cntct_dectr{ width:100%; margin-bottom:30px; }
	.crtfct{ width:42%; }
	.anouncmnt_area{ width:55%; }
	.evnts_announcmnt{ width:100%; }
	.ech_ftr{ width:100%; margin:15px 0; }
	.ftr_logo{ padding:0; }
	.inr_vdo{ width:100%; margin-bottom:10px; }
	.inr_lst{ width:100%; }
	.inr_page_cntnt img{ margin:0 0 12px 0; }
	.inr_page_cntnt2 img{ float:left; margin:0 0 12px 0; }
	.cntct_frm{ width:100%; margin-bottom:20px; }
	.cntctimg{ width:100%; }
	.cntctimg img{ width:98.5%; }
	.lft_fld{ width:100%; margin-bottom:10px; }
    .ryt_fld{ width:100%; }
	.thnkyou_msg, .error_msg{ padding-top:0; }
	.lft_inr_area{ width:100%; margin-bottom:20px; }
	.inr_vdo1{ width:100%; margin-bottom:20px; }
	.inr_lst1{ width:100%; }
	.inr_page_cntnt img.spcr{ width:78%; }
	.inr_vdo_lst_area1 img, .inr_vdo_lst_area2 img{ margin:10px 20px 10px 0; }
	.pm{ width:100%; }
	.pc{ width:100%; margin-top:25px; }
	.msn{ width:99%; margin-bottom:25px; }
	.vsn{ width:99%; }
	.lft_lst, .ryt_lst{ width:100%; margin:0; }
    .eventCounter {padding: 10px 0 2px;}
    .eventCounter .wrapper {justify-content: center; text-align: center;}
    .countdown-timer {width: 100vw; margin: 30px 0;}
	.eventCounter h3 > br:last-child {display: none;}
}

@media only screen and (max-width: 575px) {
    .countdown-timer {margin: 20px 0;}
   .countdown-timer > .count-down > .timer {width: 70px;}
    .countdown-timer > .count-down > .timer > h2 {font-size: 35px; line-height: 30px;}
    .countdown-timer > .count-down > .timer > small {font-size: 13px;}
}

@media only screen and (max-width:479px){
	
	.wrapper{ max-width:280px; }
	.dectr_cntct{ text-align:center; }
	.dectr_cntct span{ display:block; }
	.dectr_cntct img{ float:none; margin-bottom:10px; }
	.crtfct{ width:100%; text-align:center; margin-bottom:10px; }
	.anouncmnt_area{ width:100%; text-align:center; }
	.inr_page_cntnt img, .inr_page_cntnt2 img{ width:98%; }
	.inr_page_hdng{ font-size:35px; }
	.lft_inr_area img{ width:98%; }
	.inr_vdo1 img{ width:98%; }
	.inr_vdo_lst_area2 img.spcr{ width:98%; }
	
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/cd-top-arrow.png) no-repeat center 50% #d8a94d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  /*opacity: .5;*/
}
.no-touch .cd-top:hover {
  background-color: #000000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

 


