@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext');

* {  

  -webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;

	margin:0;	

  }

body {

	background:none repeat scroll 0 0 #fffff;

	font-size:13px;

	margin:0;

  font-family:open sans;

  color:#333333;

  }

h1, h2, h3, h4, h5, h6 {

  color:#4d4d4d;

  font-weight: bold;

  margin:0.2em 0 0.2em 0;    

}

h1 {font-size:1.4em; color:#ffffff;}

h2 {font-size:1.4em;}  

h3 {font-size:1.4em;}  

h4 {font-size:1.2em;}  

h5 {font-size:1.1em;}  

h6 {font-size:0.9em;} 

.input{width:100%; border:1px solid #999999; background-color:#FFFFFF; padding:3px 1px 3px 1px; font-family:Arial; font-size:1em; color:#666666;}

.input2{width:90%; border:1px solid #999999; background-color:#FFFFFF; padding:3px 1px 3px 1px; font-family:Arial; font-size:1em; color:#666666;}

.input3{width:75%; border:1px solid #999999; background-color:#FFFFFF; padding:3px 1px 3px 1px; font-family:Arial; font-size:1em; color:#666666;}

.input4{width:50%; border:1px solid #999999; background-color:#FFFFFF; padding:3px 1px 3px 1px; font-family:Arial; font-size:1em; color:#666666;}

textarea,
  select {
    width:90%; 
  }   

.submit{   background: #2e2d6f;    color: #fff;    font-size: 14px;    text-align: center;    border: 0;    transition: all 0.3s ease 0s;border-radius:3px; width:100%; }
.submit:hover {  background: #ED1C24}

a, a:link, a:visited, a:hover, a:active {

	text-decoration:none;

  color:#4d4d4d;

	}

img {

	height:auto;

	width:100%;

	}

table {

	background:none repeat scroll 0 0 #fff;

	border:1px solid #D0D0D0;

	border-collapse:collapse;

	border-spacing:0;

	text-align:left;

	width:100%;

	}

table tr td, table tr th {padding:0.625em;}

table tfoot, table thead {background:none repeat scroll 0 0 #e0e0e0;}

table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #e0e0e0;}

th {border-right:1px solid #fff;}

td {border-right:1px solid #e0e0e0;}

.size-960 .line {

  margin:0 auto;

  max-width:60em;

  padding:0 0.625em;

}

.size-1140 .line {

  margin:0 auto;

  max-width:91.25em;

  padding:0 2em;

}

.size-960.align-content-left .line,.size-1140.align-content-left .line {margin-left:0;}

form {line-height:1.4em;}

nav {

  display:block;

  width:100%;

  background:#E4E4E4;

}

.line:after,nav:after,.center:after,.box:after {

  clear:both;

  content:".";

  display:block;

  height:0;

  line-height:0;

  visibility:hidden;

}

.top-nav ul {padding:0em;}

.top-nav ul ul {

  position:relative;

  background:#E4E4E4;

}

.top-nav li {

  float:left;

  list-style:none outside none;

  cursor:pointer;

}

.top-nav li a {

  padding:1.25em;

  display:block;

  /*color:#4d4d4d;*/ 

  color:#000000; 

}

.top-nav li ul li a {

  background:none repeat scroll 0 0 #f2f2f2;

  min-width:100%;

  padding:0.625em;

}



.top-nav li a:hover {

  background:none repeat scroll 0 0 #ffffff;

  color:#09C;

}

.top-nav li ul {display:none;}

.top-nav li ul li {

  float:none;

  list-style:none outside none;

  min-width:100%;

  padding:0;

}

.top-nav li ul li ul li {

  float:none;

  list-style:none outside none;

  min-width:100%;

  padding:0;

}

.count-number {

  background:none repeat scroll 0 0 #777;

  -webkit-border-radius:10em;

  -moz-border-radius:10em;

  border-radius:10em;

  display:inline-block;

  font-size:0.7em;

  line-height:1.8em;

  margin-left:0.3125em;

  text-align:center;

  width:1.8em;  

  color:#fff; 

  margin-bottom:-0.3125em; 

}

ul.chevron .count-number {display:none;}

ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {

  content:"\f004";

  display:inline-block;

  font-family:mfg;

  font-size:0.7em;

  margin:0 0.625em;

}

.top-nav .active-item a {background:none repeat scroll 0 0 #ffffff; color:#09C;}

.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {

  background:none repeat scroll 0 0 #cccccc;

  color:#09C;

} 



hr{

	border-top: 1px solid  #cccccc;

	margin-top: 0.5em;

	margin-bottom: 0.5em;

}

/*table responsive*/
table#responsive { 
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100; 
  background: #eee; color: #fff;
  text-rendering: optimizeLegibility;
  border-radius: 5px;
}
table#responsive thead th { font-weight: 600; }
table#responsive thead th, table#responsive tbody td { 
  padding: .8rem; font-size: 1em;
  background: #3973BC;
}
table#responsive tbody td { 
  padding: .8rem; font-size: 1em;
  color: #444; background: #fff;
}
table#responsive tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 600px) {
  table#responsive caption { background-image: none; }
  table#responsive thead { display: none; }
  table#responsive tbody td { 
    display: block; padding: .6rem; 
  }
  table#responsive tbody tr td:first-child { 
    background: #3973BC; color: #fff; 
  }
	table#responsive tbody td:before { 
    content: attr(data-th); 
    font-weight: bold;
    display: inline-block;
    width: 6rem;  
  }
}
/*end table responsive*/



@media screen and (min-width:801px) {

  .aside-nav .count-number {

	 margin-left:-1.25em;	

	 float:right;	

  }

  .top-nav li:hover > ul {

	 display:block;

	 z-index:10;

  }  

.top-nav li:hover > ul ul {

    left:100%;

    margin:-2.5em 0;

    width:100%;

  } 

}

.nav-text {display:none;}

.aside-nav li li a, .aside-nav li li.active-item a, .aside-nav li li.aside-sub-submenu li a, 

.aside-nav > ul > li > a, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited, .aside-nav li > ul,

.top-nav .active-item a, .top-nav li a, .aside-nav li a, .top-nav li ul li a, .top-nav li a,.top-nav li a, .top-nav li ul li a, .top-nav li ul li ul li a {

  transition:background 0.20s linear 0s;

  -o-transition:background 0.20s linear 0s;

  -ms-transition:background 0.20s linear 0s;

  -moz-transition:background 0.20s linear 0s;

  -webkit-transition:background 0.20s linear 0s;

}

.aside-nav ul {

  background:#e8e8e8; 

  padding:0;

}

.aside-nav li {

  list-style:none outside none;

  cursor:pointer;

}

.aside-nav li a {

  display:block;

  padding:1.25em;

  border-bottom:1px solid #d2d2d2; 

}

.aside-nav > ul > li:last-child a {border-bottom:0 none;}

.aside-nav li > ul {

  height:0;

  display:block;

  position:relative;

  background:#f4f4f4;

  border-left:solid 1px #f2f2f2;

  border-right:solid 1px #f2f2f2;

  overflow:hidden;

}

.aside-nav li ul ul {

  border:0;

  background:#fff;

}

.aside-nav ul ul a {padding:0.625em 1.25em;}

.aside-nav li a:link, .aside-nav li a:visited {color:#333;}

.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {

  color:#999;

  background:none;

}

.aside-nav > ul > li > a:hover {color:#fff;}

.aside-nav li li a:hover:before, .aside-nav li li.active-item a:before {

  content:"\f006";

  display:inline-block;

  font-family:"mfg";

  font-size:0.6em;

  margin:0 0.625em 0 -1.25em;

  width:0.625em;

}

.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}

.aside-nav .show-aside-ul, .aside-nav .active-aside-item  {

  display:block;  

  height:auto;

}

.padding {

  display:list-item;

  list-style:none outside none;

  padding:10px;

}

.margin {margin:0 -0.625em;}

.line {clear:left;}

.line .line {padding:0;}

.hide-l {display:none;}

.box {

  background:none repeat scroll 0 0 #fff;

  display:block;

  padding:1.25em;

  width:100%;

}

.margin-bottom {margin-bottom:1.25em;}

.s-1, .s-2,.s-five,.s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {

  float:left;

  position:relative;

} 

.s-1 {width:8.3333%;}

.s-2 {width:16.6666%;}

.s-five {width:16.6666%;}

.s-3 {width:25%;}

.s-4 {width:33.3333%;}

.s-5 {width:41.6666%;}

.s-6 {width:50%;}

.s-7 {width:58.3333%;}

.s-8 {width:66.6666%;}

.s-9 {width:75%;}

.s-10 {width:83.3333%;}

.s-11 {width:90%;}

.s-12 {width:100%;}

.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,

.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12 {padding:0 0.625em;}

.margin > .s-1 {width:8.3333%;}

.margin > .s-2 {width:16.6666%;}

.margin > .s-five {width:20%;}

.margin > .s-3 {width:25%;}

.margin > .s-4 {width:33.3333%;}

.margin > .s-5 {width:41.6666%;}

.margin > .s-6 {width:50%;}

.margin > .s-7 {width:58.3333%;}

.margin > .s-8 {width:66.6666%;}

.margin > .s-9 {width:75%;}

.margin > .s-10 {width:83.3333%;}

.margin > .s-11 {width:90%;}

.margin > .s-12 {width:100%;}

.l-1 {width:8.3333%;}

.l-2 {width:16.6666%;}

.l-five {width:20%;}

.l-3 {width:25%;}

.l-4 {width:33.3333%;}

.l-5 {width:41.6666%;}

.l-6 {width:50%;}

.l-7 {width:58.3333%;}

.l-8 {width:66.6666%;}

.l-9 {width:75%;}

.l-10 {width:83.3333%;}

.l-11 {width:90%;}

.l-12 {clear:left;width:100%;}

.margin > .l-1 {width:8.3333%;}

.margin > .l-2 {width:16.6666%;}

.margin > .l-five {width:20%;}

.margin > .l-3 {width:25%;}

.margin > .l-4 {width:33.3333%;}

.margin > .l-5 {width:41.6666%;}

.margin > .l-6 {width:50%;}

.margin > .l-7 {width:58.3333%;}

.margin > .l-8 {width:66.6666%;}

.margin > .l-9 {width:75%;}

.margin > .l-10 {width:83.3333%;}

.margin > .l-11 {width:90%;}

.margin > .l-12 {width:100%;}

.right {float:right;} 

.left { float:left;} 





.button{

color:#FFFFFF;

font:2.4em Futura Arial, Helvetica, sans-serif;

background-color:#f8981f;

cursor:pointer;

border:1px solid #f8981f;

}

.button:hover{background-color:#FFFFFF; color:#000000; border:2px solid #f8981f; }

.button:active{position:relative;}



.buynow-bronz { background-color:#715e4f; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-bronz a { background-color:#715e4f; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-bronz a:hover { background-color:#715e4f; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}


.buynow-gray { background-color:#5d5e62; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-gray a { background-color:#5d5e62; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-gray a:hover { background-color:#5d5e62; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}


.buynow-red { background-color:#9c0a0a; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-red a { background-color:#9c0a0a; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-red a:hover { background-color:#9c0a0a; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}


.buynow-green { background-color:#1E9F75; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-green a { background-color:#1E9F75; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-green a:hover { background-color:#1E9F75; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}


.buynow-blue { background-color:#0071AA; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-blue a { background-color:#0071AA; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-blue a:hover { background-color:#0071AA; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}
.buynow-blue:hover { background-color:#0071AA; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-pupple { background-color:#63C; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-pupple a { background-color:#63C; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-pupple a:hover { background-color:#63C; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}


.buynow-yellow { background-color:#ffb515; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-yellow a { background-color:#ffb515; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-yellow a:hover { background-color:#ffb515; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}


.buynow-brown { background-color:#c69c6d; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-brown a { background-color:#c69c6d; width:60%; font-size:1em; color:#ffffff; border: 1px; padding:0.5em 1em; border-radius: 5px;}

.buynow-brown a:hover { background-color:#c69c6d; width:60%; font-size:1em; color:#FF0; border: 1px; padding:0.5em 1em; border-radius: 5px;}



@media screen and (max-width:800px) {

.size-960 {max-width:800px;}

.size-1140 {max-width:800px;}

.hide-l {display:block;}

.hide-s {display:none;}

nav {

  display:block;

  cursor:pointer;

  line-height:3em;

}

.top-nav li a {background:none repeat scroll 0 0 #f2f2f2;}

.top-nav > ul {

  height:0;

  max-width:100%;

  overflow:hidden;

  position:relative;

  z-index:999;

}

.top-nav > ul.show-menu {height:auto;}

.top-nav ul ul {

  left:0;

  margin-top:0;

  position:relative;

  right:0;

} 

.top-nav li ul li a {min-width:100%;}

.top-nav li {

  float:none;

  list-style:none outside none;

  padding:0;

}

.top-nav li a {

  border-top:1px solid #cccccc;

  color:#4d4d4d;

  display:block;

  padding:0.625em;

  text-decoration:none;

}

.top-nav li ul li a {border-top:1px solid #cccccc;}

.top-nav li ul li ul li a {border-top:1px solid #cccccc;}

.top-nav li a:hover {

  background:none repeat scroll 0 0 #ffffff;

  color:#09C;

}

.top-nav li ul,.top-nav li ul li ul {

  display:block;  

  overflow:hidden; 

  height:0;   

} 

.top-nav > ul ul.show-ul {

  display:block;

  height:auto;  

}

.top-nav li ul li a {

  background:none repeat scroll 0 0 #f2f2f2;

  padding:0.625em;

}

.top-nav li ul li ul li a {

  background:none repeat scroll 0 0 #d7d7d7;

  color:#09C;

}

.nav-text {

  color:#4d4d4d;

  display:block;

  font-size:1.2em;

  line-height:3em;

  margin-right:0.625em;;

  max-width:100%;

  text-align:center;

  vertical-align:middle;
  

}

.nav-text:after {

  /*content:"\f008";*/

  font-family:"mfg";

  font-size:1.1em;

  margin-left:0.5em;

  text-align:center;

}

.count-number {margin-right:-1.25em;} 

.l-1 {width:8.3333%;}

.l-2 {width:16.6666%;}

.l-five {width:20%;}

.l-3 {width:25%;}

.l-4 {width:33.3333%;}

.l-5 {width:41.6666%;}

.l-6 {width:50%;}

.l-7 {width:58.3333%;}

.l-8 {width:66.6666%;}

.l-9 {width:75%;}

.l-10 {width:83.3333%;}

.l-11 {width:90%;}

.l-12 {width:100%;}

.margin > .l-1 {width:8.3333%;}

.margin > .l-2 {width:16.6666%;}

.margin > .l-five {width:20%;}

.margin > .l-3 {width:25%;}

.margin > .l-4 {width:33.3333%;}

.margin > .l-5 {width:41.6666%;}

.margin > .l-6 {width:50%;}

.margin > .l-7 {width:58.3333%;}

.margin > .l-8 {width:66.6666%;}

.margin > .l-9 {width:75%;}

.margin > .l-10 {width:83.3333%;}

.margin > .l-11 {width:90%;}

.margin > .l-12 {width:100%;}

.s-1 {width:8.3333%;}

.s-2 {width:16.6666%;}

.s-five {width:20%;}

.s-3 {width:25%;}

.s-4 {width:33.3333%;}

.s-5 {width:41.6666%;}

.s-6 {width:50%;}

.s-7 {width:58.3333%;}

.s-8 {width:66.6666%;}

.s-9 {width:75%;}

.s-10 {width:83.3333%;}

.s-11 {width:90%;}

.s-12 {width:100%;float:none;}

.margin > .s-1 {width:8.3333%;}

.margin > .s-2 {width:16.6666%;}

.margin > .s-five {width:20%;}

.margin > .s-3 {width:25%;}

.margin > .s-4 {width:33.3333%;}

.margin > .s-5 {width:41.6666%;}

.margin > .s-6 {width:50%;}

.margin > .s-7 {width:58.3333%;}

.margin > .s-8 {width:66.6666%;}

.margin > .s-9 {width:75%;}

.margin > .s-10 {width:83.3333%;}

.margin > .s-11 {width:90%;}

.margin > .s-12 {width:100%;}

}

.center {

  float:none;

  margin:0 auto;

  display:block;

}

form.customformR input[type="submit"] {-moz-box-shadow:inset 0px 0px 0px 0px #000;
	-webkit-box-shadow:inset 0px 0px 0px 0px #CC0000;
	box-shadow:inset 0px 0px 0px 0px #CC0000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, CC0000) );
	background:-moz-linear-gradient( center top, #CC0000 5%, #CC0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#CC0000');
	background-color:#CC0000;
	-moz-border-radius:0.2em;
	-webkit-border-radius:0.2em;
	border-radius:0.2em;border:0em solid #CC0000;
	display:inline-block;
	font-size:1.2em;font-weight:bold;color:#fff;padding:0.25em 0 0.25em 0; cursor:pointer;
	height:2.5em;
	width:50%;
	text-align:center;
}
form.customformR input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d6e71), color-stop(1, #6d6e71) );
	background:-moz-linear-gradient( center top, #6d6e71 5%, #6d6e71 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6e71', endColorstr='#6d6e71');
	color:#e8e8e8;
	background-color:#000;
}
form.customformR input[type="submit"]:active {
	position:relative;
	top:1px;
}




/*************************************************************************

footer

***********************************************************************/
html {
  position: relative;
  min-height: 100%;
}
html body {
  margin-bottom: 60px;
  /* Make equal to footer height */
}
html body .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
 /*  Set the fixed height of the footer here 
  background-color: #0071AA;*/
}

.footerupblock {
  position: absolute;
  bottom: 8%;
  /*height: 60px;
   Set the fixed height of the footer here 
  background-color: #0071AA;*/
}
.bgbb .footer {
	background-color: #0071AA;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body .footer .container{
  padding-right: 15px;
  padding-left: 15px;
}

 body .footerup .container {
  padding-right: 15px;
  padding-left: 15px;
}
body .footer .container .text-muted {
  text-align:center;
  margin-top: 20px;
  color: #fff;
}


/*******************************************************************

slider

*****************************************************************/

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 2%;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > .headline {
    
    padding: 0;
    color: #ffffff;
    font-size: 6em;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #fff;
    background: #F8981F;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.img-slider{
	height:auto;	
}

.control-round .carousel-control{
        display: none;
    }
.img-slider-sm{
	display: none;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text .headline {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
	
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text .headline {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text .headline {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: block;
    }

/*************** slider ***************/
.img-slider{
	display: none;	
}
.slide-text {
   /* top: 10%;
    right:50%;*/
	
}
.slide-text > .headline {
	text-shadow: 2px 2px #006294;
}
.img-slider-sm{
	display: block;
	width:auto;
	height:auto;
}

}

/*******************************************************************

package

*******************************************************************/
header.template_header{
    text-align: center;
	margin-top:3em;
}

#templatemo_features {
     background: #fff fixed;
    padding-bottom: 10px;
}
#templatemo_features p {
    /*padding-bottom: 30px;*/
    text-align: center;
}
#templatemo_features .feature-box {
    transition: all .3s;
    background: transparent;
    padding: 40px 0 40px 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
#templatemo_features .feature-box:hover{
    padding: 0;
    color: #fff;
}


#templatemo_features .feature-box .feature-box-inner {
    box-shadow: inset 0px 0px 0 3px #cecece;
    border-bottom: 5px solid #cecece;
    border-top: 5px solid #cecece;
    transition: all .3s;
    background: #fff;
    padding: 20px;
    margin: auto;
}
#templatemo_features .feature-box:hover .feature-box-inner {
    box-shadow: inset 0px 0px 0px 0px #cecece;
    border-bottom: 5px solid #3d799f;
    border-top: 5px solid #3d799f;
    padding: 60px 20px 60px 20px;
    background: #3399cc;
}
#templatemo_features .feature-box p {
    max-width: 250px;
    min-height: 220px;
    line-height: 32px;
    /*padding-top: 30px;*/
    font-size: 18px;
    margin: auto;
}

#templatemo_features .feature-box {
    border-radius: 0px;
    text-align: center;
    padding-top: 50px;
    font-size: 56px;
    color:#233842;
}
#templatemo_features .feature-box form{
    font-size:0.3em;
}

.feature-box-icon {
    border-radius: 0px;
    text-align: center;
    padding-top: 30px;
	padding-bottom: 20px;
    font-size: 0.5em;
	font-weight:bold;
    /*color:#000;*/
	
}


/**************************************************************

button

*****************************************************************/
.animatebt
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	position: relative;
	padding: 5px 12px;
    margin: 0em 0.2em;
    /*float: left;*/
	border-radius: 6px;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;	
}

.bluebt
{
	background-color: #3498DB;
	border-bottom: 3px solid #2980B9;
	text-shadow: 1px -1px #2980B9;
}

.redbt
{
	background-color: #E74C3C;
	border-bottom: 3px solid #BD3E31;
	text-shadow: 1px -1px #BD3E31;
}

.greenbt
{
	background-color: #82BF56;
	border-bottom: 3px solid #669644;
	text-shadow: 1px -1px #669644;
}

.yellowbt
{
	background-color: #F2CF66;
	border-bottom: 3px solid #D1B358;
	text-shadow: 1px -1px #D1B358;
}

.action-button:active
{
   transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}

.btnb2 {
	
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnb2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


