/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
::-webkit-input-placeholder {
    color:red;
}

::-moz-placeholder {
    color:red;
}

.icon-bar {
   background-color:red !important;
}

progress{margin:0 0 0 10px;}

.weatherDiv td{ font-variant: small-caps;
    font-weight: bold; }

marquee a{color:black;} 
marquee a:hover{color:black;} 

.copyright{width:31%; margin:0 1%; float:left;} 
 
.writerComposition{width:90%; padding:1%; float:left'><div style='width:82%; padding:1%; float:left} 
.writerImage{width:7%; padding:1%; float:right;}
 
.counter {
				float:left;
				padding:6px;
				border:solid 1px #487431;
				border-radius:5px;
				background:#527F40;
				background:linear-gradient(#8BC04C,#527F40);:-moz-linear-gradient(#8BC04C,#527F40);
				background:-webkit-linear-gradient(#8BC04C,#527F40);
				background:-ms-linear-gradient(#8BC04C,#527F40);
				box-shadow:0 2px 4px rgba(0,0,0,0.4);
			}
			.counter span {
			    float:left;
				width:22px;
				height:30px;
				margin:0;
				padding:0;
			    text-indent:-9999px;
				font-size:0.0001em;
			    background-image:url(counter-sprite.png);
			}

			/* Set all the background positions, and hook up all the animations */
			.counter .digit-0 {
			    background-position:0 -300px;
			    animation-name: digitSpin0;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
				-webkit-animation-name: digitSpin0;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin0;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-1 {
			    background-position:0 -30px;
			    animation-name: digitSpin1;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
				-webkit-animation-name: digitSpin1;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin0;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-2 {
			    background-position:0 -60px;
				animation-name: digitSpin2;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin2;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin2;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-3 {
			    background-position:0 -90px;
				animation-name: digitSpin3;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin3;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin3;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count:1;
			}
			.counter .digit-4 {
			    background-position:0 -120px;
				animation-name: digitSpin4;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin4;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin4;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-5 {
			    background-position:0 -150px;
				animation-name: digitSpin5;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin5;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin5;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-6 {
			    background-position:0 -180px;
				animation-name: digitSpin6;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin6;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin6;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-7 {
			    background-position:0 -210px;
				animation-name: digitSpin7;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin7;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin7;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-8 {
			    background-position:0 -240px;
				animation-name: digitSpin8;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin8;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin8;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			.counter .digit-9 {
			    background-position:0 -270px;
			
				animation-name: digitSpin9;
			    animation-duration: 3s;
			    animation-iteration-count: 1;
			
			    -webkit-animation-name: digitSpin9;
			    -webkit-animation-duration: 3s;
			    -webkit-animation-iteration-count: 1;
			
				-moz-animation-name: digitSpin9;
			    -moz-animation-duration: 3s;
			    -moz-animation-iteration-count: 1;
			}
			
			/* Animation */
			@keyframes digitSpin0 {
			    from { background-position:0 0; }
			    to { background-position:0 -300px; }
			}
			@keyframes digitSpin1 {
			    from { background-position:0 0; }
			    to { background-position:0 -30px; }
			}
			@keyframes digitSpin2 {
			    from { background-position:0 0; }
			    to { background-position:0 -60px; }
			}
			@keyframes digitSpin3 {
			    from { background-position:0 0; }
			    to { background-position:0 -90px; }
			}
			@keyframes digitSpin4 {
			    from { background-position:0 0; }
			    to { background-position:0 -120px; }
			}
			@keyframes digitSpin5 {
			    from { background-position:0 0; }
			    to { background-position:0 -150px; }
			}
			@keyframes digitSpin6 {
			    from { background-position:0 0; }
			    to { background-position:0 -180px; }
			}
			@keyframes digitSpin7 {
			    from { background-position:0 0; }
			    to { background-position:0 -210px; }
			}
			@keyframes digitSpin8 {
			    from { background-position:0 0; }
			    to { background-position:0 -240px; }
			}
			@keyframes digitSpin9 {
			    from { background-position:0 0; }
			    to { background-position:0 -270px; }
			}
			
			/* Animation for Webkit */
			@-webkit-keyframes digitSpin0 {
			    from { background-position:0 0; }
			    to { background-position:0 -300px; }
			}
			@-webkit-keyframes digitSpin1 {
			    from { background-position:0 0; }
			    to { background-position:0 -30px; }
			}
			@-webkit-keyframes digitSpin2 {
			    from { background-position:0 0; }
			    to { background-position:0 -60px; }
			}
			@-webkit-keyframes digitSpin3 {
			    from { background-position:0 0; }
			    to { background-position:0 -90px; }
			}
			@-webkit-keyframes digitSpin4 {
			    from { background-position:0 0; }
			    to { background-position:0 -120px; }
			}
			@-webkit-keyframes digitSpin5 {
			    from { background-position:0 0; }
			    to { background-position:0 -150px; }
			}
			@-webkit-keyframes digitSpin6 {
			    from { background-position:0 0; }
			    to { background-position:0 -180px; }
			}
			@-webkit-keyframes digitSpin7 {
			    from { background-position:0 0; }
			    to { background-position:0 -210px; }
			}
			@-webkit-keyframes digitSpin8 {
			    from { background-position:0 0; }
			    to { background-position:0 -240px; }
			}
			@-webkit-keyframes digitSpin9 {
			    from { background-position:0 0; }
			    to { background-position:0 -270px; }
			}
			
			/* Animation for Gecko (Firefox) */
			@-moz-keyframes digitSpin0 {
			    from { background-position:0 0; }
			    to { background-position:0 -300px; }
			}
			@-moz-keyframes digitSpin1 {
			    from { background-position:0 0; }
			    to { background-position:0 -30px; }
			}
			@-moz-keyframes digitSpin2 {
			    from { background-position:0 0; }
			    to { background-position:0 -60px; }
			}
			@-moz-keyframes digitSpin3 {
			    from { background-position:0 0; }
			    to { background-position:0 -90px; }
			}
			@-moz-keyframes digitSpin4 {
			    from { background-position:0 0; }
			    to { background-position:0 -120px; }
			}
			@-moz-keyframes digitSpin5 {
			    from { background-position:0 0; }
			    to { background-position:0 -150px; }
			}
			@-moz-keyframes digitSpin6 {
			    from { background-position:0 0; }
			    to { background-position:0 -180px; }
			}
			@-moz-keyframes digitSpin7 {
			    from { background-position:0 0; }
			    to { background-position:0 -210px; }
			}
			@-moz-keyframes digitSpin8 {
			    from { background-position:0 0; }
			    to { background-position:0 -240px; }
			}
			@-moz-keyframes digitSpin9 {
			    from { background-position:0 0; }
			    to { background-position:0 -270px; }
			} 
 
body, html 
{
    height: 100%;
    /*background-repeat: no-repeat;
    background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
}
/*
.card-container.card 
{
    max-width: 500px;
    padding: 40px 40px;
}
*/
.img_margin img{ margin:5px; }

.alert-danger {
		background-color: #f2dede;
		border-color: #ebccd1;
		color: #a94442;
	}
.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 0 0 20px 15px;
	padding: 15px;
	float:left;
	width:90%;
}
/*Start for header and menu*/
#fh5co-header {
  float: left;
  width: 100%;
  position: fixed;
 /* position: absolute;*/
  z-index: 99;
  border-bottom: 3px solid mediumblue;
  top: 0; }
#fh5co-header > .navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  /*padding-left: 40px;
  padding-right: 40px;*/
  margin-bottom: 0;
  background: white;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  border: transparent; }
@media screen and (max-width: 480px) {
.weatherDiv{
	display:none;
}
.weatherDiv2{
	display:block;
}
  #fh5co-header > .navbar {
    padding-left: 0px;
    padding-right: 0px; } }
#fh5co-header > .navbar li a {
  text-transform: uppercase;
  color: red;
  font-weight: normal;
  font-family: "Montserrat", arial, sans-serif; }
#fh5co-header > .navbar li a > span .border {
  display: block;
  height: 3px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
#fh5co-header > .navbar li a > span .border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FBB040;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
#fh5co-header > .navbar li a:hover, #fh5co-header > .navbar li a:focus {
  outline: none; }
#fh5co-header > .navbar li a:hover > span, #fh5co-header > .navbar li a:focus > span {
  outline: none; }
#fh5co-header > .navbar li a:hover > span .border:before, #fh5co-header > .navbar li a:focus > span .border:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
#fh5co-header > .navbar li.active a {
  background: transparent; }
#fh5co-header > .navbar li.active a > span .border {
  background: #FBB040; }
#fh5co-header .navbar-brand {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: "Montserrat", arial, sans-serif;
  color: #000; }
#fh5co-header .navbar-brand:hover {
  color: #ccc; }

#fh5co-hero, .fh5co-bg-section {
  color: #fff;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: center center;
  margin-top: 0px;
  z-index: 10;
  position: relative; }
#fh5co-hero .fh5co-overlay, .fh5co-bg-section .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 1;
  z-index: 11; }

#fh5co-hero, .fh5co-hero-wrap, .fh5co-bg-section {
  height: 700px; }
@media screen and (max-width: 768px) {
  #fh5co-hero, .fh5co-hero-wrap, .fh5co-bg-section {
    height: inherit;
    padding: 3em 0; } }

#fh5co-hero .fh5co-hero-wrap, .fh5co-bg-section .fh5co-hero-wrap {
  display: table;
  width: 100%;
  z-index: 12;
  position: relative; }
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro {
  display: table-cell;
  vertical-align: middle; }
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .fh5co-sub-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5; }
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead {
  margin-bottom: 30px; }

.fh5co-bg-section, .fh5co-hero-wrap {
  height: 400px; }
@media screen and (max-width: 768px) {
  .fh5co-bg-section, .fh5co-hero-wrap {
    height: inherit;
    padding: 3em 0; } }

.fh5co-bg-section .fh5co-overlay {
  background: #000;
  opacity: .3; }
.fh5co-bg-section .author {
  font-size: 20px;
  margin-bottom: 0; }

.fh5co-section-lead {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 22px; }

.fh5co-section-sub-lead {
  font-size: 22px;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 100;
  line-height: 32px; }

.fh5co-post {
  padding: 0;
  margin: 0; }
.fh5co-post li {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }
.fh5co-post a {
  display: block;
  width: 100%;
  font-family: "Montserrat", arial, sans-serif; }
.fh5co-post a img {
  max-width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
.fh5co-post a .fh5co-post-media {
  float: left;
  width: 20%;
  margin-right: 5%;
  margin-top: 5px; }
.fh5co-post a .fh5co-post-blurb {
  float: right;
  width: 75%;
  color: #000;
  line-height: 1.5; }
.fh5co-post a .fh5co-post-meta {
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ccc;
  display: block; }
.fh5co-post a:hover, .fh5co-post a:active, .fh5co-post a:focus {
  text-decoration: none; }
.fh5co-post a:hover .fh5co-post-blurb, .fh5co-post a:active .fh5co-post-blurb, .fh5co-post a:focus .fh5co-post-blurb {
  color: #FBB040; }
.fh5co-post a:hover .fh5co-post-media, .fh5co-post a:hover .fh5co-post-blurb, .fh5co-post a:hover .fh5co-post-meta, .fh5co-post a:active .fh5co-post-media, .fh5co-post a:active .fh5co-post-blurb, .fh5co-post a:active .fh5co-post-meta, .fh5co-post a:focus .fh5co-post-media, .fh5co-post a:focus .fh5co-post-blurb, .fh5co-post a:focus .fh5co-post-meta {
  text-decoration: none; }
  
  .fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none; }
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000; }
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important; }
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out; }
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.fh5co-nav-toggle i::before {
  top: -7px; }

.fh5co-nav-toggle i::after {
  bottom: -7px; }

.fh5co-nav-toggle:hover i::before {
  top: -10px; }

.fh5co-nav-toggle:hover i::after {
  bottom: -10px; }

.fh5co-nav-toggle.active i {
  background: transparent; }

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fh5co-nav-toggle 
{
  position: absolute;
  top: 7px;
  left: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important; 
}
.imageAdjust
{
	
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block; } }

#fh5co-features {
  padding: 5em 0;
  background: rgba(0, 0, 0, 0.02); }

.fh5co-feature-border {
  border-right: 1px solid #e9e9e9; }

.fh5co-feature {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9; }
.fh5co-feature.no-border {
  border-bottom: none; }
@media screen and (max-width: 768px) {
  .fh5co-feature.no-border {
    border-bottom: 1px solid #e9e9e9; } }
.fh5co-feature .fh5co-feature-icon, .fh5co-feature .fh5co-feature-text {
  float: left; }
.fh5co-feature .fh5co-feature-icon {
  margin-right: 30px; }
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-feature-icon {
    margin-right: 10px;
    margin-top: 10px; }
	.copyright{width:98%; text-align:center; margin:1%} 
}
.fh5co-feature .fh5co-feature-icon i {
  font-size: 100px;
  color: #FBB040; }
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-feature-icon i {
    font-size: 50px;
    margin-top: 10px; } }
.fh5co-feature .fh5co-feature-text {
  width: 50%; }
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-feature-text {
    width: 70%; } }

#fh5co-clients {
  padding: 3em 0;
  background: #FBB040; }
#fh5co-clients .fh5co-client-logo {
  text-align: center;
  margin-bottom: 0; }
@media screen and (max-width: 992px) {
  #fh5co-clients .fh5co-client-logo {
    margin-bottom: 30px; } }

.fh5co-social {
  padding: 0;
  margin: 0; }
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }
.fh5co-social li a {
  display: block;
  float: left;
  margin-right: 10px; }
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none; }
.fh5co-social li a i {
  font-size: 30px; }

#fh5co-footer {
  padding: 5em 0;
  border-top: 1px solid #e9e9e9; }
#fh5co-footer .fh5co-footer-widget {
  float: left;
  width: 100%; }
#fh5co-footer .fh5co-footer-widget.top-level {
  margin-top: 70px !important; }
#fh5co-footer .fh5co-footer-widget .fh5co-footer-lead {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px; }
#fh5co-footer .fh5co-footer-logo {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 50px;
  letter-spacing: 2px;
  color: #ccc; }
#fh5co-footer ul {
  padding: 0;
  margin: 0; }
#fh5co-footer ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

.fh5co-list-check {
  position: relative;
  padding: 0;
  margin: 0;
  clear: both; }
.fh5co-list-check li {
  padding-left: 25px !important;
  position: relative;
  display: block;
  margin-bottom: 10px !important;
  line-height: 20px; }
.fh5co-list-check li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e116";
  content: "\e042";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #ccc; }

.fh5co-page-heading {
  text-align: center;
  padding: 100px 0 60px 0;
  letter-spacing: 2px;
  text-transform: uppercase; }
.fh5co-page-heading .fh5co-page-heading-lead {
  position: relative;
  padding-bottom: 20px; }
.fh5co-page-heading .fh5co-page-heading-lead .fh5co-border {
  width: 50px;
  height: 3px;
  background: #000;
  margin-left: -25px;
  left: 50%;
  bottom: 0;
  position: absolute; }

.fh5co-sidebox {
  float: left;
  width: 100%; }
.fh5co-sidebox .fh5co-sidebox-lead {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  display: block;
  text-transform: uppercase; }

/* Helper Classes */
/* Spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0; }

.fh5co-spacer-xlg {
  height: 150px; }
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px; } }

.fh5co-spacer-lg {
  height: 100px; }
@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px; } }

.fh5co-spacer-md {
  height: 80px; }
@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px; } }

.fh5co-spacer-sm {
  height: 50px; }
@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px; } }

.fh5co-spacer-xs {
  height: 30px; }
@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px; } }

.fh5co-spacer-xxs {
  height: 20px; }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.fh5co-mb30 {
  margin-bottom: 30px; }

.fh5co-row-padded {
  padding: 50px 0; }
  
/*End for header and menu*/

.menuClass
{
	width: 100%;
    min-height: 20px;
	float:left;
}
.logoTop
{
	width:15%;
	min-height:120px;
	float:left;
	background:#fff;	
}
.logoTop img
{
	width:100%; 
	float:left;
}
.headerContainer
{
	/*padding:0;*/
}
.newsScrolling 
{
    width: 54%;
    float: left;
    padding: 15px 0 0 5px;
    color: blue;
}
.dateTime, .datePicker, .searchBar 
{
    float: left;
    width: 22%;
    padding: 5px 0 0 0;
    text-align: center;
    color: red;
    font-family: bold;
}
#MainContainer
{
	 box-shadow: 3px 4px 20px grey;
	 margin-top: 10px;
	 padding:0;
}
input, select, textarea 
{
    /* border: 1px solid #DDD; */
    /* color: #777; */
    font-size: 1em;
    padding: 0.2em;
    width: 90%;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) 
{
	.logoTop
	{
		display:block;
	}	
}
@media screen and (max-width: 768px) 
{
	.logoTop
	{
		display:none;
	}
}
.lowerMenuArea
{
    width: 100%;
    min-height: 30px;
    float: left;
   /* border-top: 3px solid mediumblue;*/
    border-bottom: 3px solid mediumblue;
	/*margin-top: 170px;*/
}
a 
{
    text-decoration: none;
}
img 
{
    max-width: 100%;
}
.vip 
{
    width: 100%;
    float: left;
    padding: 1%;
    border-bottom: 3px solid mediumblue;
}
.shareLinks{
	float:left;
	margin-bottom:10px;
	border-bottom:2px solid grey;
	width:100%;
	padding-bottom:30px;
}
.latestArticle {
    width: 270px;
    min-height: 280px;
    float: left;
}
.heading {
    background: mediumblue;
    width: 100%;
    text-align: center;
    margin: 2% 0%;
    padding: 2%;
    color: white;
    border-radius: 0px;
    float: left;
}
.latestArticle .news {
    background: mintcream;
    border-radius: 10px;
    box-shadow: 6px 3px grey;
    float: left;
    height: 68px;
    margin: 1%;
    padding: 1%;
    width: 90%;
	overflow:hidden;
}

.notice{
	width: 100%;
    border: 5px solid red;
    padding: 2%;
    margin: 0 0 2%;
	float:left;
}


.newsSlider
{
	float: left;
padding:3px;
   
}
.sliderImg
{
	width: 300px;
    height: 400px;
}

.socialmedia {
    width: 570px;
    min-height: 10px;
    float: left;
    padding: 0;
}
.socialmedia ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.socialmedia ul li {
    float: left;
    margin: 2% 7%;
}
.pagesocialmedia {
    width: 250px;
    min-height: 10px;
    float: left;
    padding: 0;
}
.pagesocialmedia ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagesocialmedia ul li {
    float: left;
    margin: 5% 10%;
}
.news600{
		width:600px;
		padding:1%;
		min-height:100px;
		float:left;
		margin:10px 0;
		text-align: justify;
	}
.paidPoster {
    float: left;
    height: 270px;
    margin-top: 5px;
    overflow: hidden;
    width: 250px;
}
.pagepaidPoster
{
    width: 250px;
    height: 277px;
    float: left;
}
.mainPageNews 
{
    width: 100%;
    min-height: 500px;
    float: left;
}
.carousel-indicators{
	display:none;
}
.scrollup {
		background:url("../images/36.png") no-repeat scroll 0 0 / 40px auto;
		bottom: 5%;
		display: none;
		height: 40px;
		position: fixed;
		right: 5%;
		text-indent: -9999px;
		width: 40px;
	}
.scrolldown {
		background:url("../images/36.png") no-repeat scroll 0 0 / 40px auto;
		transform: rotate(180deg);
		bottom: 5%;
		display: none;
		height: 40px;
		position: fixed;
		right: 2%;
		text-indent: -9999px;
		width: 40px;
	}
.mainPageNews .news 
{
    background: mintcream;
    border-radius: 10px;
    box-shadow: 6px 3px grey;
    float: left;
    height: 70px;
    margin: 1% 2%;
    padding: 1%;
    width: 20%;
	overflow:hidden;
}
.tv 
{
    width: 580px;
    min-height: 350px;
    float: left;
}
.photoGallery 
{
    width: 290px;
    height: 50px;
    float: left;
    padding: 0 10px 10px;
    background:#FBE446 none repeat scroll 0 0;
    overflow: hidden;
}
.photoGallery img 
{
    width: 100%;
    float: left;
    height: 100%;
	border:1px solid black;
}
.atag
{
	text-decoration:none;
	color: blue;
}
.atag:hover
{
    color: blue;	
}
.weatherDiv 
{
    background: window;
    width: 100%;
    min-height: 50px;
    float: left;
    border-bottom: 3px solid mediumblue;
    border-top: 3px solid mediumblue;
}
.weatherDiv2 
{
    background: window;
    width: 100%;
    min-height: 50px;
    float: left;
    border-bottom: 3px solid mediumblue;
    border-top: 3px solid mediumblue;
	display:none;
}
.leftrightPosterMain 
{
    width: 530px;
    /* padding: 10px 25px; */
    margin: 4px 16px;
    min-height: 300px;
    float: left;
}
.leftrightPosterMain img {
    width: 100%;
    /* min-height: 100%;
    max-height: 100%;*/
}
.main600poster
{
    background: white;
    width: 600px;
    min-height: 600px;
    float: left;
    text-align: justify;
	padding: 20px;
}
.bigposter{
	float:left;
	width: 100%;
}

.footer {
    width: 100%;
    min-height: 10px;
    float: left;
    background: #2F3036;
    text-align: center;
    padding: 3% 0;
    color: white;
    margin: 1% 0 0;
}
.dropDownClass
{
	background-color: white;
	overflow:hidden;
}
.open>a:hover
{
	background-color:#CCC;
}
.dropdown-menu>li>a:hover
{
	background-color:#999;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
	background-color:#999;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.dropdown-menu .divider
{
	background-color: #ccc;
}
#myCarousel
{
	width:300px;
	margin:0 auto;
}
video {
    width: 100%;
    height: auto;
}
/*.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }*/

@media screen and (min-width: 1200px) 
{
   #fh5co-header 
   {  
    width: 1170px;
   }
   .lowerMenuArea 
	{
    margin-top: 170px;
   }
   
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		  .lowerMenuArea 
			{
			margin-top: 170px;
		   }
	}
   
   
}
/*@media (min-width: 768px)
.container {
    width: 750px;
}*/
@media screen and (max-width: 1200px) 
{
	.news600{
		width:98%;
	}
	.pagepaidPoster{
		display:none;
	}
.pagesocialmedia
   {
	   width:100%;
   }
   #fh5co-header 
   {  
    width: 970px;
   }
   .lowerMenuArea 
   {
    margin-top: 178px;
   }
   /*.latestArticle 
   {    
    margin-left: 4%;
   }*/
   .newsSlider 
   {
    text-align: center;
    width: 100%;
   }
   .addJustLatesNews
   {
	width: 58%;
    margin: 0 auto;
    overflow: hidden;
   }
   .mediaNew
   {
	width: 58%;
    margin: 0 auto;
   }
   .tvMedia
   {
	width: 58%;
    margin: 0 auto;
   }
   .leftrightPosterMain
   {
	   width:100%;
	   text-align:center;
	   margin:0 0 1% 0;
   }
   .main600poster
   {
	  width: 98%;
      padding: 2%;
   }
   .newsScrolling{
		margin:0;
		padding:0;
   }
}
@media screen and (max-width: 992px) 
{
   #fh5co-header 
   {  
    width: 750px;
   }
   .lowerMenuArea 
   {
    margin-top: 163px;
   }
   
   .addJustLatesNews 
   {
    width: 75%;   
   }
   .mediaNew 
   {
    width: 75%;   
    }
	/*.tvMedia 
	{
    width: 75%;   
    }*/
	.tvMedia 
	{
        width: 92%;
        padding: 7%;
    }
	/*.tv {
       width: 100%;
     }*/
}

@media screen and (max-width: 768px) 
{
	
	.scrollup {
		right: 13%;
	}
   #fh5co-header 
   {  
    width: 100%;
   }
   .lowerMenuArea 
   {
    margin-top: 93px;
   }
   .addJustLatesNews 
   {
    width: 98%;
    padding: 2% 
   }
 /*  .mediaNew 
   {
    width: 90%;   
    }
	.tvMedia 
	{
    width: 90%;   
    }*/
	.latestArticle
   {
	   width:100%;
   }
   .socialmedia
   {
	   width:100%;
   }
   .socialmedia ul li
   {
	   margin:2% 3%;
   }
   .pagesocialmedia
   {
	   width:100%;
   }
   .paidPoster
   {
	   width:100%;
   }
    .mediaNew 
	{
        width: 90%;
        padding: 5%;
    }
	
	.imageAdjust 
	{
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
    }
	.photoGallery {
		width:100%;
	}
  .tv {
       width: 100%;
     }
	 #myCarousel {
		width: 95%;
		padding:4%;
	}
	
}
@media screen and (max-width: 618px) 
{
   .newsScrolling 
   {
     width: 98%;
	 margin-top:10px;
   }
   #datepicker
   {
	width: 66%;
   }
   .dateTime, .datePicker, .searchBar 
   {
    width: 100%;
   }
   .photoGallery
   {
	   width:100%;
   }
   .lowerMenuArea
	{
		margin-top: 80px;
	}
}
@media screen and (max-width: 630px) 
{
	.writerComposition{width:80%; padding:1%; float:left'><div style='width:82%; padding:1%; float:left} 
	.writerImage{width:17%;}
	.mainPageNews 
	{
		width: 100%;
	}
	 .mediaNew {
    width: 100%;
     }
  /* .newsAdd 
   {
     width: 50%;
     margin: 0 auto;   
   }
   .addSocialmedia 
   {
     width: 43%;
     margin: 0 auto;   
   }
   .tv
   {
	 width: 100%;  
   }*/
}
@media screen and (max-width: 450px) 
{
	.latestArticle{
		display:none;
	}
	.breakinNews{
		display:block;
	}
	.lowerMenuArea
	{
		margin-top: 65px;
	}
}