

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300,800);
@import url("reset.css");
@import url("bootstrap.min.css");
@import url("font-awesome.css");
@import url("Stroke-Gap-Icons.css");
@import url("hover.css");
@import url("menu_sideslide.css");
@import url("animate.css");
@import url("responsive.css");
@import url("../rs-plugin/css/settings.css");
@import url("jquery.fancybox.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");



/* General & Basic Styles */

/*
body {
overflow: hidden;
}*/

a:hover,
a:focus {
text-decoration: none;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #337ab7;
}

a{
text-decoration: none;
o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #4396ff;
font-family: 'Open Sans', sans-serif;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #FFF;
  text-decoration: none;
}




.zero-clipboard {
  position: relative;
}

.btn-clipboard {
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0 4px;
  color: #767676;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}





textarea {
-webkit-font-smoothing: antialiased;
min-height: 125px;
}

.light-wrapper {
border-bottom: 1px solid #eeeeee;
background: #FFF;
}

.whitesmoke-wrapper {
background: #f5f5f5;
border-bottom: 1px solid #ffffff;
}

.light-section {
background: #3c3c3c;
border-bottom: 1px solid #3c3c3c;
}

.dark-section{
background: #343434;
border-bottom: 1px solid #343434;
}

.dark-body{
background: #343434;
border-bottom: 1px solid #343434;
}

.Img-wrapper {
background: url(../images/page/Img-wrapper.png) top center;
border:none;
}

.color-wrapper {
background:#4396ff;
border:none;
}


.black-wrapper {
background: #2c2c2c;
color: #cacaca;
float: left;
display: block;
width: 100%;
}



.Header-Agency .navbar-logo {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
background: url(../images/logo/Logo-Header-Agency.png) no-repeat left;
width: 330px;
height: 90px;
margin-left: 15px;
}

.Navbar-Header {
position: relative;
width: 100%;
z-index: 11111;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
.Navbar-Header {
background: #FFF;
box-shadow: none;
}

}

@media only screen and (min-width: 1170px) {
.Navbar-Header {
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
transition: background-color 0.3s;
/* Force Hardware Acceleration in WebKit */
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.Navbar-Header.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -95px;
background-color: #FFF;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
right: 0;
}

.Header-Style4 .Navbar-Header.is-fixed {
/* when the user scrolls down, we hide the header right above the viewport */
position: fixed;
top: -158px;
background-color: #FFF;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
right: 0;
}

.Navbar-Header.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
 box-shadow: 1px -12px 36px #424242;
}

.Header-Style4 .Navbar-Header.is-visible {
/* if the user changes the scrolling direction, we show the header */
-webkit-transform: translate3d(0, 60%, 0);
-moz-transform: translate3d(0, 60%, 0);
-ms-transform: translate3d(0, 60%, 0);
-o-transform: translate3d(0, 60%, 0);
transform: translate3d(0, 60%, 0);
 box-shadow: 1px -12px 36px #424242;
}

.Navbar-Header.menu-is-open {
/* add a background color to the header when the navigation is open */
background-color: #FFF;
}
}


.Menu-Header {
float: left;
height: 93px;
}

.Menu-Header ul li {
height: 96px;
padding: 0px 15px;
line-height: 7;
}

.Header-Style5 .Menu-Header ul li {
  height: 96px;
  line-height: 8;
}

.Header-Style5 .dropdown.yamm-fullwidth .dropdown-menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1;
}

.Menu-Header ul li a i {
  display: block;
  text-align: center;
  margin: 0px;
  color: #333;
  width: 100%;
  line-height: 1;
  padding: 7px 0px;
}

.Header-Style6 .Menu-Header ul li a i {
  display: inline;
  text-align: center;
  margin: 0px;
  color: #333;
  width: 100%;
  line-height: 1;
  margin-right: 5px;
}

.Header-Style6 .Menu-Header ul li a i:not(.yamm-dropdown-menu) {
  color: #333;
}

.Header-Style5 .Menu-Header ul li:hover i:not(.yamm-dropdown-menu) li a i {
  color: #4396ff !important;
}


a.current i{
  color: #4396ff !important;
}

.Menu-Header ul li a{
font-size: 14px;
color: #333;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
padding:0px;
display: inline-block !important;
width:100%;
}

.TopHeader-2 .Menu-Header ul li a {
color: #FFF;
}

.color-w ul li a {
color: #FFF;
}

.color-w a {
color: #FFF !important;
}

.color-w button::before{
color: #FFF !important;
}

.Menu-Header ul li a:hover {
color: #4396ff;
border-top: 0px Solid #4396ff;
background:none;
}

.Menu-Header ul li a:hover i {
color: #4396ff !important;
}


.Menu-Header ul li:hover i {
color: #4396ff;
}

.Menu-Header ul li a:focus {
background:none !important;
}

.Menu-Header ul li a:before{
display: block;
float: left;
content: "";
width: 0;
border-top: 2px solid #4396ff;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
margin-top: -10px;
}



.shop-cart-header ul li img {
    display: inline-block;
    float: left;
    border-radius: 3px;
}

.shop-cart-header ul li p {
    display: block;
    float: left;
	font-size: 11px;
    margin-left: 10px;
    color: #cdcdcd;
    margin-bottom: 0;
}

.Subtotal-block {
    padding: 20px 20px;
}
.Subtotal-block h2 {
    margin: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.Link-Cart {
  background-color: #777;
  padding: 20px 20px;
  border-radius: 0px 0px 5px 5px;
}

.Link-Cart a {
  padding: 10px 15px;
  background-color: #525252;
  font-size: 13px;
  color: #FFF;
  margin: 0px 5px;
}

.Link-Cart a:hover {
  background-color: #F5F5F5;
  color: #777777;
}


.Navbar-Full {
  position: absolute;
  width: 100%;
  top: -100px;
}

.Navbar-Full .Block-Search {
  position: fixed;
  right: 0;
  width: 100%;
  background: #333333;
  z-index: 111;
  display: inline-block;
  padding: 11px;
  text-align: center;
  transform: translateY(-62px);
}

.show-search .Navbar-Full {
  top: 0px;
}


.Header-Style2 .Block-Search {
  position: fixed;
  right: 0;
  width: 100%;
  background: #333333;
  z-index: 111;
  display: inline-block;
  padding: 11px;
  text-align: center;
  transform: translateY(-160px);
}

.Header-Style3 .Block-Search {
  position: fixed;
  right: 0;
  width: 100%;
  background: #333333;
  z-index: 111;
  display: inline-block;
  padding: 11px;
  text-align: center;
  transform: translateY(-103px);
}

.Header-Style4 .Block-Search {
  position: fixed;
  right: 0;
  width: 100%;
  background: #333333;
  z-index: 111;
  display: inline-block;
  padding: 11px;
  text-align: center;
  transform: translateY(-165px);
}

.Block-Search input {
  position: relative;
  z-index: 11111111;
  display:block;
  padding: 18px;
  width: 30%;
  border: none;
  color:#FFF;
  background-color: #333333 !important;
  border: none !important;
  margin: auto;
  float: none !important;
}

.Block-Search input::-webkit-input-placeholder {
color:#FFF;
}

.Block-Search button {
  background-color: #333;
  border: none;
  color: #999999;
  font-size: 17px;
}

.body-wrapper {
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.show-search .body-wrapper {
  transform: translateY(62px);
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.responsive-menu {
float: right;
display: block;
}

.responsive-menu a {
float: right;
line-height: 91px;
font-size: 17px;
color: #777777;
padding: 0px 15px;
cursor:pointer;
display:none;
}


.sidebar-menu {
float: right;
display: block;
}

.sidebar-menu button {
float: right;
line-height: 91px;
font-size: 17px;
color: #777777;
padding: 0px 15px;
background:none;
border:none;
}

.sidebar-menu button:active,.sidebar-menu button:focus {
color: #4396ff;
}

.selected .Icons-Search a {
color: #4396ff;
}

.fancybox-lock .sticky {
display: none !important;
-moz-transition: -moz-transform 0.5s;
-o-transition: transform 0.5s;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}


#menu-2 {
    padding: 20px;
}

.TopSide-bar {
padding-bottom: 20px;
border-bottom: 1px Solid #5c5c5c;
}


.Top-Block-Sidebar {
margin-top: 55px;
}


.Top-Block-Sidebar h2 {
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 700;
color: #4396ff;
margin-bottom: 5px;
}

.Top-Block-Sidebar::after {
content: '';
background: #5c5c5c;
height: 2.3px;
width: 34px;
display: inline-block;
}


.login-controls {
margin-top: 20px;
}

.input-box {
width: 100%;
}

.input-box input {
background: none;
border: 1px Solid #404040 !important;
border-radius: 2px;
width: 100%;
margin-bottom: 20px;
padding: 10px;
font-family: 'Open Sans', sans-serif;
font-size:12px;
background: none !important;
color: #FFF;
}

.input-box input:focus::placeholder{
color: #FFF;
}

.main-bg {
display: inline-block;
float: left;
}

.main-bg input {
background: #4396ff;
color: #FFF;
border-radius: 0px;
font-size: 12px;
padding: 10px 20px;
font-family: 'Open Sans', sans-serif;
}


.Bot-Block-Sidebar {
margin-top: 20px;
}


.Bot-Block-Sidebar h2 {
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 700;
color: #4396ff;
margin-bottom: 5px;
}

.Bot-Block-Sidebar::after {
content: '';
background: #5c5c5c;
height: 2.3px;
width: 34px;
display: inline-block;
}


.check-box {
margin-top: 10px;
display: inline-block;
width: 72%;
}

.check-box a {
color: #4396ff;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
float: right;
margin-left:5px;
}

.check-box a:hover{
color: #337ab7;
}

.Sign-Up {
display: block;
margin-top: 20px;
}

.Sign-Up p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color:#FFF;
}

.Sign-Up p a{
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color:#4396ff;
}

.Sign-Up p a:hover{
color:#337ab7;
}

.Join-Sidebar {
display: inline-block;
}

.Join-Sidebar {
display: inline-block;
background: #1c1c1c;
height: 29px;
width: 255px;
border-radius: 2px;
margin-top: 20px;
}

.Join-Sidebar .txt-box {
background: none;
border: none;
width: 195px;
padding: 0px 10px;
line-height: 16px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color:#FFF;
float: left;
height: 29px;
}

.Join-Sidebar .btnjoin {
display: inline-block;
float: right;
padding: 5px 15px;
border-radius: 0px 2px 2px 0px;
background: #4396ff;
color: #FFF;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}


/*   05 - Revolution Slider        

.tp-banner-container{
width:100%;
position:relative;
padding:0;

}

.tp-banner{
width:100%;
position:relative;
}

.tp-banner-fullscreen-container {
width:100%;
position:relative;
padding:0;
}
*/

a.Slicefive {
border: 2px Solid #FFF;
padding: 6px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
background: none;
text-align: center;
font-family: 'Lato', sans-serif;
}

.activelink {
border: 2px Solid #4396ff !important;
padding: 10px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
background: #4396ff !important;
text-align: center;
font-family: 'Lato', sans-serif;
}

.activelink:hover {
border: 2px Solid #FFF !important;
padding: 10px 30px;
font-size: 17px;
color: #FFF;
border-radius: 3px;
background: none !important;
text-align: center;
font-family: 'Lato', sans-serif;
}


a.Slicefive:hover {
color: #FFF;
background: #4396ff;
border: 2px Solid #4396ff;
}

