

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  background:#fff;
  margin-bottom:-210px;
}


ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
.clear{
	clear:both;
	}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  background-repeat:no-repeat;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
p,li,a
{
    font-size: 1.07em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .83em;
  line-height: 1.75;
  color: #B3AA79666;
  background:#fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
    color: #CC3300;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
a:hover {
  color:  black;
  text-decoration: none;
 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #B3AA79666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #B3AA79666;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}


@media 
(min-width:768px)
{.container{width:750px}
}@media (min-width:992px)
{.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}
.container-service, .owl{
	background:#eee url(../images/bg.jpg) ;
 background-size: cover;
 	padding-bottom:20px;
	padding-top:10px;
	}
.site-header{
	max-height:170px;
	}
.site-header p{
	color:#ddd;
	font-size:12px;
	line-height:30px;
	}	
hr.horizon{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 0 0;
}


.main-header {
    width: 100%;
    margin: 5px auto 0 auto;
    z-index: 99;
    background: #2b2608;
    height: 53px;
    border: 1px solid #4c810b;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.scrolled {
 
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
	overflow: inherit;
	background: #2b2608;
	vertical-align:middle;
}



.main-menu ul li {
    display: inline-block;
    margin: 0 1px 0 1px;
}
.main-menu ul li:last-child {
  margin-right:0;
}
.main-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 6px 0 6px;
    width: 100%;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-menu ul li.active a,.main-menu ul li a:hover{
  color: #B3AA79;
  background:#fff;
 
}

a.toggle-menu {
 
}

.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: #ddd;
  text-align:center;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a,.menu-responsive ul li a:hover  {
  color: #efefef;
  background:#2b2608;
}
/*nav-shadow*/
.nav-shadow{
	width:100%;
	}
.call p{
	color:#333;
	line-height:normal;
	foni-size:12px;
	margin-left:20px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	}	
/*site-slider*/

.site-slider{
	width:100%;
	}
.banner{
	width:100%;
	height:100%;
	}	
.banner img{
	position:relative;
	width:100%;
	min-height:400px;
	}	
.site-footer{
	width:100%;
	min-height:230px;
	}	

@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 100px;
  }
}
.section-last{
	background:url(../images/footer_bg.png) left bottom no-repeat; padding-bottom:50px;
	}
.content-section {
  margin-top: 15px;
  padding-top: 5px;
}
/*-------------header---------------------------*/
.content-sts,.content-main{
	padding-top:10px;
	}
	
.content-main p{
	padding-top:10px;
	margin-left:10px;
	}	
.content-sts-img{
	margin:0 0 0 10px ;
	}	
.heading-section,.heading-main {
    margin-bottom: 10px;
}
.content-sts .map-holder{
	width:100%;
	}

.categories{
    background: #2b2608; /*#B3AA79;*/
    border: 1px solid #2b2608;
    padding: 5px 0 5px 10px;
    color: #fff;
}
	
.categories h2{
	color:#fff;
	}
.heading-section h2 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
}
.heading-main h2 {
    font-size: 25px;
}
.heading-section h2 span{
	background:#ab2123;
	color:#fff;
}
.heading-section p {
  color: #333;
  margin-left:10px;
  line-height:40px;
  margin-top:20px;
  text-align:center;
  text-transform:uppercase;
  font-size: 16px;
 	background:#efefef;
 font-weight: normal;
}


		
/*service-list*/
ul.service-list{
	margin:0 0 0 10px;
	}
ul.service-list li {
	color:#B3AA79;
	}
ul.service-list li a{
	color:#B3AA79;
	font-weight:bold;
	display:block;
	}
ul.service-list li a i{
	padding:0 5px;
	color:#333;
	font-size:12px;
	}
	
ul.service-list li a:hover{
	color:#333;
	padding-left:10px;
	margin-bottom:50px;
 
	}
	
	
		/*------------link---------*/
p.link{
    text-align: left;
    text-transform: uppercase;
}
p.link a {
    display: block;
    font-weight: 600;
    color: #FF0000;
    text-transform: uppercase;
    padding: 5px 5px 0 0;
    width: 120px;
}
p.link a:hover{
	color:#555;
	}	

	
/*________________________________service-main--------------------------*/
.service-main a{
	background:#fff;
	color:#333;
	display:block;
	padding:5px 10px;
	}
.service-main p span,.service-main img{
	text-transform:uppercase;
	font-size:18px;
	line-height:12px;
	padding-bottom:10px;
	}
		
.service-main  a:hover{
	background:#333;
	color:#fff;
 -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 
  }	/*___________________________product----*/
.product{
	margin:20px 0 0 0;
	}
.product_main{
	margin:20px 0 0 0;
	border:1px solid #efefef;
	padding:0 5px;
	}
		
.product a:hover{
	border:1px solid #ddd;
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
	background:url(../images/anchor_b.png) right bottom no-repeat;
	}
.product img{
	padding-bottom:5px;
	}	
.product a{
	border:1px solid #ed1b24;
	background:url(../images/anchor.png) right bottom no-repeat;
padding:2px;
	width:100%;
	color:#444;
	height:100%;
	display:block;
	padding-bottom:30px; 
  }
 .product h3{
	color:#444;
	font-size:18px;
	font-weight:600;
	}

/* portfolio------------>*/
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin:10px 27%;
}
.portfolio-item .portfolio-thumb img {
  width:100%;
  height:100%;
}
.portfolio-item .client-thumb {
  position: relative;
  overflow: hidden;
  margin:10px 5%;
}
.portfolio-item .client-thumb img {
	width:300px;
	height:100px;
  
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background: url(../images/port_bg.png) left top repeat;
  position: absolute;
   width:160px;
  height:75px;
  top: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .client-thumb .portfolio-overlay {
  background: url(../images/port_bg.png) left top repeat;
  position: absolute;
   width:300px;
  height:100px;
  top: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
  font-size:36px;
  visibility: visible;
  color:#fff;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
/*----------------------------list-client-----------------*/
ol.list-client{
	list-style:none;
	margin-left:20px;
	}
ol.list-client li,ol.list-client li a{
	color:#ed1b24;
	line-height:25px;
	display:block;
	font-weight:bold;
	} 
ol.list-client li a:hover{
	color:#B3AA79;
	padding-left:20px;
	}
/*owl */
/*owl*/
.our-listing {
    position: relative;
    z-index: 98;
    top: 0;
    left: 0;
    margin-top:10px;
}

@media screen and (min-width: 240px) {
    .our-listing {
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px) {
    .our-listing {
        margin-top: 10px;
    }
}

.list-item {
    overflow: hidden;
    margin: 0 15px;
}

.list-item .list-thumb {
    overflow: hidden;
}

.list-item .list-thumb .title {
    background-color: #9ed034;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    height: 50px;
    text-align: center;
}



.list-item .list-thumb img {
    width: 100%;
}

.list-item .list-content h5 {
    color: #fff;
	text-transform:uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0 5px 0;
}

.list-item .list-content span {
    color: #fff;
    font-weight: 300;
	font-size:14px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}





.owl-next,.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #9ed034;
    color: #fff;
    text-align: center;
    line-height: 40px;
	font-size:25px
}

.owl-next {
    right: -20px;
}

@media screen and (min-width: 240px) {
    .owl-next {
        right: 0;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right:-20px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -20px;
    }
}

.owl-prev {
    left: -20px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 0;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: -20px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -20px;
    }
}		
/*-----------------------------team member-------------------------------------*/
.feature-team{
	width:100%;
    background: #0076b3;
	margin:0 auto;
	}
.team-member {
  margin-bottom: 10px;
  margin-top:20px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
 }
.team-member .member-thumb img {
  width: 100%;
  border-radius:50%;
 -moz-border-radius:50%;
  -webkit-border-radius:50%;
  }
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #B3AA79;
  color: white;
  opacity: 0.5;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
  color:#ddd;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #B3AA79;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb .team-overlay ul.social li a:hover{
	background:#ddd;
	color:#333;
	}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}	
/*----------------------------------contact-info-----------------------------------*/
.tag-color{
	background:#fff;
	padding:3px 5px;
	margin:0 10px;
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 
  }
.contact-info p{ 
	padding:0 0 10px 35px;
	}
.contact-info p.home{
	background:url(../images/home.png) left top no-repeat;
	}	
.contact-info p.home1{
	background:url(../images/home1.png) left top no-repeat;
	}	
	
.contact-info p.phone{
	background:url(../images/phone.png) left top no-repeat;
	}	
.contact-info p.email{
	background:url(../images/email.png) left top no-repeat;
	}	
.contact-info p.tag1{
	background:url(../images/tag1.png) left top no-repeat;
	}			
			
	
/*contact-info--*/
.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #fff;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #fff;
  color: #ed1b24;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
 -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07); 
}

/*footer-image*/


#footer 
{
    
    width: 100%;
    bottom: 0;
    background-size: cover;
    min-height: 200px;
    height: 100%;
    
}
#footer p{
    color: #eee;
    font-size: 1.07em;
    line-height: normal;
}
.footer-bg{
    background: #191919;
    padding-bottom: 20px;
    padding-top: 20px;
}	
#footer p span{
	font-size:14px;
	padding:0 5px;
	color:#fff;}
#footer p a{
	color:#ddd;
	font-weight:bold;
	font-size:12px;
	
	}
#footer p a:hover{
	color:#B3AA79;
	}		
ul.footer-link
{
    margin-top:15px;
    margin-bottom:15px;

	padding:0;
	}
ul.footer-link li {
	margin:5px 20px 0 20px;
	line-height:20px;
	display:inline-block;
	}	
ul.footer-link li a{
    font-weight: bold;
    color: #eee;
    font-size: 1.07em;
}
ul.footer-link li a:hover{
	
color:#B3AA79	
	}
		
/*---------------------------------validatio-----------------------------------------*/
.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:12px;
	color:#ab2123;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
}
#contact-form label{
	color:#9e070d;
	font-size:14px;
	font-weight:normal;
	}
#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background:#fff;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
	border:1px solid #ccc;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background:#bbb;
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 40px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 50%;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;

}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
	

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	background-color:#000;
	font-size:18px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/*slider*/
.anim-slide{
	
	}
 .anim-slide h1
  {
    color:#fff;
    font-size: 36px;
	text-transform:uppercase;
	font-weight:normal;
	margin:10px 10px;
	padding:10px 0;
  }
 .anim-slide img.slide-img{
 	position:relative;
	width:100%;
	min-height:200px;
	}
h1,h2,h3,h4,h5{
	z-index:2;
	
	}	 
  .anim-slide h2
  {
    color: #fff;

    font-size: 35px;
  }
  .anim-slide h3
  {
    color: #fff;
    font-size: 30px;
  }
  .anim-slide h4
  {
    color: #fff;
    font-size: 25px;
  }
  .anim-slide h1#slider{text-shadow: 1px 1px 0px #ddd;padding: 6px; background:#42b1f7; top:50%; left:10%;  padding:0 10px;}
  .anim-slide h2#plugin{ width:30%;top: 22%;  color:#333;}
  .anim-slide h3#license{width:30%;top: 37%;color:#333;}
  .anim-slide h4#version{width: 45%;top: 20%;color:#333; text-align:left; left:10%;}
  .anim-slide h3#licens{width: 30%;top: 63%;color:#333;}

  .anim-slide h3#todo{top: 30%;left: 20%;}
  .anim-slide h3#bounce{top: 15%;left: 49%;}
  .anim-slide h4#bounceUp{top: 15%;right: 20%; text-align:right; width:50%;}
  .anim-slide h4#bounceRight{top: 15%;left: 75%;}
  .anim-slide h3#fade{top:31%;left: 20%;}
  .anim-slide h4#fadeDown{top: 43%;left: 28%;}
  .anim-slide h4#fadeUp{top: 31%;left: 28%;}
  .anim-slide h3#rotate{top: 50%;left: 49%;}
  .anim-slide h4#rotateRight{top: 50%;left: 61%;}
  .anim-slide h4#rotateLeft{top: 50%;left: 80%;}

  .anim-slide img#css3{right: 0%;top: 0%;}
  .anim-slide img#html5{left: 52%;top: -1%;}
  .anim-slide h3#jquery{top: 30%;left: 11%; color:#333; text-align:left; width:50%;}
  .anim-slide img#modernizr{width:260px;top: 75%;left: 20%;}
  .anim-slide h2#animatecss{top: 69%;left: 60%;color: #f35626; background:#ddd;}
  
  /*info*/
.head { cursor: pointer; margin-bottom:10px;margin-top:10px; overflow: hidden;   	font-size:18px; text-transform:uppercase;padding-right: 30px; position: relative; text-overflow: ellipsis; white-space: nowrap; }
 
 article { border: 1px solid #ddd; border-radius: 4px; padding:  10px 20px;}

article + article { margin-top: 10px; }



.button { border: solid 1px #ddd; border-radius: 4px; color: #596068; display: inline-block; font-weight: bold; padding: 15px 45px; text-decoration: none; }
.button:hover { background: #596068; border-color: #596068; color: #fff; }

.beefup-head {
    cursor: pointer;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.beefup-head:after { border-style: solid; border-width: 10px 10px 0 10px;  border-color: #ddd transparent transparent transparent; content: ''; position: absolute; right: 0; height: 0; margin-top: -5px; top: 50%; width: 0; }
.beefup-head i{
	padding:0 5px 0 0 ;
	}
.open > .beefup-head:after { border-width: 0 10px 10px 10px; border-color: transparent transparent #ddd transparent; }

.beefup-body { padding: 5px 0 0; }

.visualimpared{
float:right;
padding:5px;
cursor:pointer;


}

 .txtbox {
    border: 1px solid #c4c4c4;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
} 
 
.txtbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 






/* Style the input container -----------------------------------------------*/
* {box-sizing: border-box;}
.input-container {
  display: flex;
  width: 70%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 10px;
  background: #2b2608;
  color: white;
  min-width: 50px;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 70%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: #2b2608;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 50%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}