@import url(http://fonts.googleapis.com/css?family=Roboto);

  body {
    background: #fff;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
  }

  html {
    height: 100%;
  }


  a{
    color:#292929;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#292929;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none; padding:0px;
  }
  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }
  .padding-top{ padding-top:20px;}
  .margin{ margin:20px 0px;}
  .text-red{ color:#FC0004;}
  .form-group label{ margin:0px 10px;}
  .text-title{ font-size:44px;}
  .column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 4px solid #eee;
    margin-bottom: 15px;
    position: relative;
}.column-title::after {
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40%;
    border-bottom: 4px solid #999999;
}
.font-38{ font-size:38px !important}
/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/***home-slider***/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.4);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
.main-nav{ margin-bottom:20px}
.navbar-right li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding:30px 10px;
}

.navbar-right li.active a {
  background-color: #000; color:#fff
}

.navbar-brand h1 {
  margin-top: 5px;
  font-size:18px;
  width:300px;
}
.navbar-brand h1 img{ margin-right:10px}
.navbar-brand h1 span{ }
.main-nav.navbar-fixed-top{ background:#fff; height:100px}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
}

/* xs */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	#home-slider .caption h1 {
		font-size: 40px;
	}
	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}
	.navbar-brand {
		padding: 0 15px 15px;
	}
	.navbar-toggle {
	  border:1px solid #000;
	}

	.navbar-toggle .icon-bar {
	  background-color: #000;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}
}

/*** Nav ******/
#main span.bar{font-size:30px;cursor:pointer;position:absolute; top:15px; right:15px; color:#fff; z-index:99;text-shadow: -2px 1px 3px #000 !important;}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	color: #000;
	font-size: 14px;
}
.sidenav a{ color:#000;}
.sidenav a:hover, .offcanvas a:focus{
    color: #333;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14px;}
}
.sidenav .nav{
	padding: 0;
}

.sidenav .nav > li > a{
	color: #000;text-transform: uppercase;
}

.sidenav .nav > li > a:hover,
.sidenav .nav > li > a:focus{
	background: transparent;
	color: #333;
}
.sidenav .dropbtn {
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.sidenav .dropbtn:hover, .sidenav .dropbtn:focus {}

.sidenav .dropdown {
    position: relative;
}

.sidenav .dropdown-content {
    display: none;
    position: relative;
    width: 100%;
    overflow: auto;
	margin-left:15px;
	font-size:14px;
}
.sidenav .dropdown-content ul{ padding:0px; margin:0px;}
.sidenav .dropdown-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.sidenav .dropdown a:hover {background-color: #f1f1f1}
.sidenav .dropdown-content a:hover {background-color: #f1f1f1}

.sidenav .dropdown:hover .dropdown-content {
    display: block;
}
/******** Slider **********/
#main {
    transition: margin-right .5s;
    padding: 0px; margin:0px
}

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 680px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 48px;
  line-height: 1;
  text-align:center;
  text-transform: uppercase;
  color: #fff;
  text-shadow:1px 1px 20px #25293B;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.collapsible:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
	font-size:22px;
    margin-left: 15px;
  }
  /* Icon when the collapsible content is hidden */
.collapsible.collapsed:after {
    content: "\e080";
  }
  /***slick******/
#sliderSection{background-color:#fff; display:inline; float:left; width:100%; padding:0 0px}
.single_iteam{display:inline; float:left; position:relative; width:100%; height:360px}
.single_iteam img{width:100%; height:100%}
.single_iteam img:hover{opacity:1}
.slider_article{ background:none repeat scroll 0 0 rgba(0,0,0,0.4); bottom:0px; left:0; position:absolute; right:0; padding:5px 15px}
.slider_article > h2 a{ color:#fff; font-size:18px; display:inline-block}
.slider_article > p{ color:#fff; display:inline-block}
.slick-prev:before{ content:""}
.slick-prev{ background-image:url(../images/slider_prev.png); background-repeat:no-repeat; background-position:center; left:10px}
.slick-next:before{ content:""}
.slick-next{ background-image:url(../images/slider_next.png); background-repeat:no-repeat; background-position:center; left:60px}
.slick-prev, .slick-next{background-color:#000; top:10%; width:40px; height:40px}
.slick-prev:hover, .slick-next:hover{opacity:0.5}

/****single_sidebar****/
.title_pop{background: url('../images/sprite.png') -1px -2px repeat-x; text-transform:uppercase;}
.title_pop h3{ margin-top:0px; margin-bottom:20px;}
.single_sidebar ul.nav-tabs li a{display:block}
.single_sidebar .spost_nav li a{border-bottom:none; float:left}
.list_tnav li {
    border-bottom: 1px #B7B7B7 dotted;
    background: white;
    padding: 7px 8px 8px 8px;
	display:inline-block
}
.list_tnav li .list_no{    position: absolute;
    font: 3.1em "kulturista-web",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #C75615;
    margin-top: -3px;
	width:10%; float:left;
}
.list_tnav li .list_title{font-size: 1.5em;
font-family: Georgia,Arial,Helvetica,sans-serif;
font-weight: bold;
margin: 0px 0px 10px 41px;
width:58%; float:left}
.list_tnav li .list_img{ width:30%; float:left}
.list_tnav li .list_img img{ width:100%; height:100px;}
.shareLinks li{ border:none !important}
/****new*****/
.newsItem{
padding: 0;
margin: 0;
border: none;
border-bottom: 1px #B7B7B7 dotted;}
.newsItem img {
    display: block;
    margin: 0;
    float: none;
    width: 100%;
    height: 120px;
}
.newsItem h2 {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #333;
    font-weight: bold;
}.newsItem p {
    margin-top: 2px;
    line-height: 1.2em;
}
/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 50px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 28px;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* ===================================================================
 *  header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
	width: 100%;
	height: 72px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 700;
	background: transparent;
}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .logo {
	position: absolute;
	left: 26px;
	top: 30px;
}

header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	width: 64px;
	height: 64px;
	
	background-size: 64px 64px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu toggle - (_layout.css) 
 * ------------------------------------------------------------------- */
.menu-toggle {
	width: 42px;
	height: 42px;
	display: block;
	outline: 0;
	background: #111111;
	position: absolute;
	top: 20px;
	right: 20px;
	-moz-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.menu-toggle span {
	display: block;
	background-color: #FFFFFF;
	width: 24px;
	height: 3px;
	margin-top: -1.5px;
	position: absolute;
	right: 9px;
	top: 50%;
	bottom: auto;
	left: auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.menu-toggle span::before,
.menu-toggle span::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menu-toggle span::before {
	top: -8px;
}

.menu-toggle span::after {
	bottom: -8px;
}

/* menu is open */
.menu-is-open .menu-toggle {
	-webkit-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
}

/* is clicked */
.menu-toggle.is-clicked span {
	background-color: rgba(255, 255, 255, 0);
}

.menu-toggle.is-clicked span::before,
.menu-toggle.is-clicked span::after {
	background-color: white;
}

.menu-toggle.is-clicked span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-toggle.is-clicked span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	header .logo {
		top: 33px;
	}
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
	background: #fff;
	color: #000;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 3.6rem 3rem;
	height: 100%;
	width: 280px;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 800;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#menu-nav-wrap a,
#menu-nav-wrap a:visited {
	color: #000;
}

#menu-nav-wrap a:hover,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:active {
	color: #000;
}

#menu-nav-wrap h3 {
	color: #000;
	font-family: "roboto-bold", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

#menu-nav-wrap .nav-list {
	margin: 1.8rem 0 1.5rem 0;
	padding: 0 0 1.5rem 0;
	list-style: none;
	line-height: 3.6rem;
}

#menu-nav-wrap .nav-list li {
	padding-left: 0;
}

#menu-nav-wrap .nav-list li a {
	color: #000;
}

#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap .nav-list li a:focus {
	color: #000;
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}



/* ===================================================================
 *  main content wrap - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#main-content-wrap {
	z-index: 600;
	position: relative;
	background: #0e0e0e;
}


/* ===================================================================
 *  intro - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#intro {
	position: relative;
	background-image: url(http://www.gazette.apex-portal.com/nepal/images/slide_2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	padding-top: 23.6rem;
	padding-bottom: 25.6rem;
	overflow: hidden;
}

#intro .intro-content {
	position: relative;
	z-index: 600;
}

#intro h3 {
	text-transform: uppercase;
	letter-spacing: .5rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: .6rem;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#intro h1 {
	font-family: "domine-bold", serif;
	font-size: 5.3rem;
	line-height: 2;
	color: #fff;
	padding: 0 12%;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#intro .buttons {
	margin-bottom: 4.2rem;
}

#intro .buttons .button {
	border: 3px solid rgba(255, 255, 255, 0.6);
	color: white;
	margin: 0 .9rem;
}

#intro .buttons .button:hover,
#intro .buttons .button:focus {
	border: 3px solid #f9da4f;
	color: #f9da4f;
}

#intro img {
	vertical-align: bottom;
	max-width: 840px;
	width: 100%;
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
}

.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	#intro {
		padding-top: 15rem;
	}

	#intro h1 {
		font-size: 5rem;
		padding: 0 6%;
	}
}
@media only screen and (max-width:768px) {
	#intro {
		padding-top: 13.8rem;
	}

	#intro h3 {
		font-size: 1.8rem;
		letter-spacing: .4rem;
	}

	#intro h1 {
		font-size: 4.5rem;
		padding: 0;
	}
}
@media only screen and (max-width:600px) {
	#intro {
		padding-top: 13.2rem;
	}

	#intro h3 {
		font-size: 1.7rem;
		letter-spacing: .35rem;
	}

	#intro h1 {
		font-size: 4rem;

		padding: 0;
	}
}
@media only screen and (max-width:500px) {
	#intro {
		padding-top: 12rem;
	}

	#intro h3 {
		font-size: 1.6rem;
		letter-spacing: .3rem;
	}

	#intro h1 {
		font-size: 3.8rem;
		padding: 0;
	}

	#intro .buttons {
		max-width: 320px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#intro .buttons .button {
		display: block;
		width: 100%;
		margin: 0 0 1.5rem 0;
	}
}
@media only screen and (max-width:400px) {
	#intro h3 {
		font-size: 1.5rem;
		letter-spacing: .3rem;
	}

	#intro h1 {
		font-size: 3.5rem;
		padding: 0;
	}

	#intro .buttons {
		width: 100%;
	}
}
/**top-search**/
.top-search .btn:hover,
.top-search .btn:focus,
.top-search .btn {
    position: absolute;
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
	background: #111111 !important;
}
.top-search .newsletter-widget .form-inline .form-control:hover{
    border: 2px #111111 solid;
}
.top-search .newsletter-widget .form-inline .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px #ccc solid;
	border-radius:0px;
    color: #555555;
    font-size: 24px;
	height:50px
}

.form-wrapper .newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.top-search .form-inline .form-control::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::placeholder {
    color: #555555;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .btn {
    height: 50px;
    border-radius: 0;
    border: 0;
}

.newsletter-widget .btn i {
    padding-left: 0.5rem
}
.link-widget li {
    padding: 0.4rem 0.2rem 0.6rem;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
    position: relative;
    margin: 0;
    border-bottom: 1px dashed #dadada;
}

.link-widget li:last-child {
    border-bottom: 0 dashed #dadada;
}

.link-widget li span {
    position: absolute;
    right: 0;
}
.products{ margin:50px 0}
.product-list:hover {
    background: #2c2a35;
    color: #a9a9a9;
}
.product-list img{ width:100%}
.product-list .headline {
    font-size: 1.2em;
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #393939;
	font-size:16px;
    margin: 15px 0;
    font-weight: 800;
}
.product-list .meta{
    position: relative;
    float: left;
    width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    color: #393939;
    min-height: 23px;
	margin-top:10px
}
.product-list .flag-icon-us {
    background-image: url(../images/flags/us.png);
}
.product-list .flag-icon-gb {
    background-image: url(../images/flags/uk.png);
}
.product-list .flag-icon-de {
    background-image: url(../images/flags/de.png);
}
.product-list .flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.product-list .flag-icon, .product-list .flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.product-list .flag-icon::before {
    content: "\00a0";
}
.product-list .location {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #878787;
}
.product-list .price {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    font-weight: bold;
    color: #393939;
    white-space: nowrap;
}
.socialnews img{ width:100%}
.socialnews h2{ border:1px #ccc solid; text-align:center; font-size:16px; padding:5px;}
.socialnews h2:hover{ opacity:0.8}


/********section_box**************/
.section_box{
	width: 100%;
	margin: 10px 0 15px 0 ;
	padding: 10px 10px 10px 10px;
}
.section_box-s{ height:310px}
.full-img{ width:100%}

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

#footer {

	height: 29px;
	border-top: 1px solid #ccc;
	color: #666;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	
}
#write {
	font-size:16px;
	font-weight:bold;
	
	margin:0px 0px 0px 135px;}
#write a {
	padding: 0px 20px;
	border:0px;}
#post {
	text-align:center;}
.clearfloat{ clear:both; margin:10px 0px;}