/*
Template Name: Flat Lab frontend build with Bootstrap v3.2.0
Template Version: 2.0
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.2s 0.2s ease; 
  opacity: 0;
}

.large-search.form-search {
width: 800px;
}

.search-wrapper {
display: inline-block;
vertical-align: middle;
}

.large-search.form-search.form-emphasis .input-group input[type=text], .large-search.form-search.form-emphasis .input-group input[type=text]:focus {
height: 52px;
line-height: 20px;
padding: 0 0 0 17px;
font-size: 18px;
box-shadow: inset 2px 2px 2px rgba(0,0,0,.2);
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;}

.form-search.form-emphasis .search-input, .form-search.form-emphasis .search-input:focus {
border-radius: 0;
border: 1px solid #b4b4b4;
border-right: 0;
box-shadow: none;
display: table-cell;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
padding: 6px 8px 5px;
width: 100%;
width: -webkit-calc(100% - 14px);
width: -moz-calc(100% - 14px);
width: calc(100% - 14px);
}

.visuallyhidden {
border: 0!important;
clip: rect(0 0 0 0)!important;
height: 1px!important;
margin: -1px!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
width: 1px!important;
}

.large-search.form-search .dropdown.input-group-addon {
box-shadow: inset 0 4px 2px -2px rgba(0,0,0,.2);
}

.large-search.form-search {
}

.icon-search:before {
content: "\e643";
}

.form-search .input-group .form-control {
display: table-cell;}

.form-search .input-group-addon, .form-search .input-group-btn {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
width: 1%;}

.form-search .input-group-addon .dropdown-trigger:after {
font-size: 8px;
color: #797979;
content: "\25bc";
position: relative;
bottom: 1px;
left: 4px;
}
.form-search .dropdown-wrapper {
position: relative;
}

.form-search .input-group-addon .dropdown-trigger {
padding: 16px 14px 16px 0;
font-size: 13px;
}

.form-search .input-group-addon .dropdown-trigger:before {
border-left: 1px solid #CCC;
padding: 2px 12px 2px 0;
content: "";
}

.form-search .input-group-addon {
color: #64676b;
border-radius: 0;
background-color: #fff;
border: 1px solid #b4b4b4;
cursor: pointer;
}

.form-search .dropdown-menu li {
color: #64676b;
text-align: left;
line-height: 15px;
cursor: pointer;
border-bottom: 0;
}

.form-search .dropdown-menu li label {
display: block;
font-size: 13px;
margin-bottom: 0;
min-width: 80px;
padding: 0 15px;
}


.tt-dropdown-menu {
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 5px 10px rgba(0,0,0,.2);
display: none;
margin-top: 3px;
position: absolute;
width: 472px;
z-index: 100;
}

.form-search .input-group-addon {
color: #64676b;
border-radius: 0;
background-color: #fff;
border: 1px solid #b4b4b4;
cursor: pointer;
}

.owl-carousel .product-thumb {
  margin: 5px 0;
}
.product-buy-counter {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 7;
}
.product-buy-counter > span {
  display: inline-block;
  padding: 5px 7px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
.product-buy-counter > span .fa {
  margin-right: 5px;
}
.product-logo {
  display: inline-block;
  max-width: 50px;
  margin-bottom: 7px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-secondary-image {
  z-index: 3;
}
.product-secondary-image > img {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.product-title + .product-meta {
  margin-top: 7px !important;
}
.product-header {
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /*min-height: 255px;*/
  background-color:#FFF;
}
.product-quick-view,
.product-secondary-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view {
  z-index: 4;
}
.product-quick-view .fa {
  height: 35px;
  line-height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  background: rgba(255,255,255,0.8);
  color: #525252;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  top: 50%;
  margin-top: -17px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-quick-view .fa:hover {
  background: #2a8fbd;
  color: #fff;
}
.product-thumb:hover .product-quick-view,
.product-thumb:hover .product-secondary-image,
.product-thumb:hover .product-logo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-category-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  background: #2a8fbd;
  color: #fff;
  text-align: center;
  font-size: 25px;
  z-index: 5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-label {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 4px 8px;
}
.product-search-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.product-desciption {
  color: #858585;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4em;
}
.product-time {
  color: #666;
  /*font-weight: 600;*/
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.product-location {
  border-top: 1px dashed #e6e6e6;
  margin-top: 13px;
  padding-top: 8px;
  line-height: 1em;
  margin-bottom: 0;
  color: #a3a3a3;
  font-size: 12px;
}

.product-title {
	font-size:16px;
}

.product-thumb {
	-webkit-border-radius: 5px 5px 0 0;
z-index: 1;
position: relative;
text-decoration: none !important;
display: block;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
text-align: center;
-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.8);
box-shadow: 0 0px 1px rgba(0,0,0,0.8);
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 50px;
border-color: #F5F5F5;
border-style: solid;
border-width: thin;
}
.product-thumb .product-header >img {
  display: block;
  -webkit-border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
}
.product-thumb .product-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 8px 12px;
  border-top: none;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.product-thumb .product-title {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
  margin-bottom: 5px;
  font-size: 16px;
}
.product-thumb .icon-list-rating {
  font-size: 11px;
  color: #48aad6;
  margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
  color: #949494 !important;
}
.product-thumb .product-non-rated {
  color: #ccc;
}
.product-thumb .product-meta {
  margin-top: 15px;
}
.product-thumb .product-price-list,
.product-thumb .product-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-thumb .product-price-list > li,
.product-thumb .product-actions-list > li {
  margin-right: 15px;
  display: inline-block;
}
.product-thumb .product-price-list > li:last-child,
.product-thumb .product-actions-list > li:last-child {
  margin-right: 0;
}
.product-thumb .product-actions-list {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #e6e6e6;
}
.product-thumb .product-price-list {
  font-size: 15px;
  margin-bottom: 0;
}
.product-thumb .product-price-list > li > span {
  display: block;
  line-height: 30px;
  text-align: center;
  height: 30px;
}
.product-thumb .product-price {
  font-weight: 600;
  color: #fff;
  padding: 0 7px;
  background: #1f93c8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-thumb .product-old-price {
  color: #858585;
  text-decoration: line-through;
}
.product-thumb .product-save {
  font-weight: 600;
}
.product-thumb .product-category {
  font-size: 12px;
  color: #a3a3a3;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
  text-transform: lowercase;
  font-style: italic;
}
.product-thumb .product-category > i {
  color: #949494;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
/*.product-thumb:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 4px 2px rgba(0,0,0,0.25);
}*/
.product-thumb:hover .product-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-thumb-horizontal {
  margin-bottom: 30px;
}
@media (min-width:992px) {
.product-thumb-horizontal {
  background: #fff;
  overflow: hidden;
  text-align: left;
}
.product-thumb-horizontal .product-header {
  float: left;
  width: 30%;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
}
.product-thumb-horizontal .product-header > img {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product-thumb-horizontal .product-inner {
  float: left;
  padding-left: 30px;
  display: block;
  width: 70%;
  padding-right: 30%;
}
.product-thumb-horizontal .product-meta {
  position: absolute;
  width: 40%;
  margin-top: 0;
  top: 0;
  right: 0;
  padding: 20px 22px;
  text-align: right;
}
}
.product-thumb-hold {
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}
.product-thumb-hold >img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-thumb-hold:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-thumb-hold:hover >img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.product-page-meta .product-page-meta-info {
  margin-top: 30px;
}
.product-page-meta .product-page-meta-info .product-page-meta-price {
  font-size: 17px;
  display: block;
  text-align: center;
  font-weight: 600;
}
.product-page-meta .product-page-meta-info .product-page-meta-title {
  font-size: 13px;
  display: block;
}
.product-page-meta .product-page-meta-info > li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.product-page-meta .product-page-meta-info .product-page-meta-price-list {
  overflow: hidden;
}
.product-page-meta .product-page-meta-info .product-page-meta-price-list > li {
  float: left;
  margin-right: 20px;
}
.product-page-meta .product-page-meta-info .product-page-meta-price-list > li:last-child {
  margin-right: 0;
}
.product-search-results {
  overflow: hidden;
}
.product-search-results >li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.product-search-results .product-inner {
  display: table;
}
.product-search-results .product-search-thumb {
  float: left;
  margin-right: 15px;
}
.product-search-results .product-price {
  background: #2a8fbd;
  color: #fff;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-search-results .product-title {
  margin: 3px 0 10px 0;
  font-size: 17px;
  line-height: 17px;
}
.product-search-results .product-time {
  font-size: 14px;
}
.product-search-results .product-meta {
  font-style: italic;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-search-results .product-meta >li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}
.product-search-results .product-meta >li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.product-wishlist-remove {
  margin-top: 10px;
  text-align: center;
}

a.tip2 {
  position: relative;
  text-decoration: none;
}
a.tip2 span {display: none;}
a.tip2:hover span {
  display: block;
  position: absolute; 
  padding: .5em;
  content: attr(title);
  min-width: 120px;
  text-align: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -32px;
  background: rgba(0,0,0,.8);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;    
  color: #fff;
  font-size: .86em;
  z-index: 900;
}
a.tip2:hover span:after {
  position: absolute;
  display: block;
  content: "";  
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height:0;
  width:0;
  position:absolute;
  bottom: -16px;
  left:.9em;
}

.parallax-window {
    min-height: 500px;
    background: transparent;
	width:100%;
}

.checkbox 
{
   font-size: 15px;
}

.videoContainer 
{
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
	background-color:#F0F0F0;
	}

.videoContainer video 
{
    min-width: 100%;
    min-height: 100%;
	background-color:#fff;
}

.multiselect-container li{
	line-height: auto;
	display: block !important;
}

.multiselect-container li a{
	padding: 0 15px;
	margin: 3px 0;
	font-size: 12px !important;
}


#modelSearchFilters button{
	/*color: #999;*/
	text-decoration: none;
}

#modelSearchFilters button:hover, #modelSearchFilters button:active{
	color: #c60700;
	text-decoration: none;
}

#topSearch{
	position: absolute;
	right: 0;
	bottom: 0;
}

#topSearch form{
	padding: 0;
	margin: 0;
}

#modelSearchContainer{
	position:relative;
	display: block;
}

#modelSearchFilters{
	margin: 0 0 20px 0;
	font-size: 11px;
	line-height: 140%;
}

#modelSearchResults{
	font-size: 12px;
	line-height: 140%;
}


.caption {
	font-size:18px;
	}

.fond{position:absolute;padding-top:245px;top:0;left:100px; right:0;bottom:0;}

.contener_general
{
  -webkit-animation:animball_two 1s infinite;
  -moz-animation:animball_two 1s infinite;
  -ms-animation:animball_two 1s infinite;
  animation:animball_two 1s infinite;
  width:44px; height:44px;
}
.contener_mixte
{
  width:44px; height:44px; position:absolute;
}
.ballcolor
{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
  position: absolute;
  -webkit-animation:animball_one 1s infinite ease;
  -moz-animation:animball_one 1s infinite ease;
  -ms-animation:animball_one 1s infinite ease;
  animation:animball_one 1s infinite ease;
}
.ball_1
{
  background-color:#cb2025;
  top:0; left:0;
}
.ball_2
{
  background-color:#f8b334;
  top:0; left:24px;
}
.ball_3
{
  background-color:#00a096;
  top:24px; left:0;
}
.ball_4
{
  background-color:#97bf0d;
  top:24px; left:24px;
}

.searchFilter{
	float: left;
	margin: 0 3px 3px 0;
}

@-webkit-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-moz-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@-ms-keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}
@-ms-keyframes animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}
@keyframes animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}


.fb-like { overflow: hidden; width: 95px; }

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:16px;
}

  .with-border > div .btn {
    float: none !important;
  }
  .photo-grid {
    margin-left: -10px !important;
  }
  .photo-grid li {
    margin: 0 0 10px 10px;
    width: 135px;
  }
  .photo-grid li .thumbnail {
    width: 135px;
  }
	
  .wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  min-height: 34px;
  margin: 0 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/*::selection {
    background: #fff;
	color:#000;
 
}
::-moz-selection {
    background: #F77B6F;
	color:#000;
 
}*/

h4 {
margin-top:0px;	
}

h1,h2,h3,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #6FA7D7;
}

a:hover {
    color: #6C97C8;
}

p {line-height: 22px}

/*header*/

.header-frontend .navbar {
    margin-bottom: 0;

}

.navbar-default {
    border: none;
	
}


.navbar-brand {
    color: #bcc0cd;
    font-size: 40px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 0 0 15px;
}

.navbar-brand span{
    color: #f25f5b;
}

.header-frontend .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
	margin-top:30px;
}

.header-frontend .navbar-default{
    background-color: #fff;
	/*position:fixed;
	margin-left: auto;
    margin-right: auto;
	width:100%;
	height:80px;*/
	/*-webkit-box-shadow: 2px 2px 20px 0px rgba(125,125,125,1);
-moz-box-shadow: 2px 2px 20px 0px rgba(125,125,125,1);
box-shadow: 2px 2px 20px 0px rgba(125,125,125,1);*/
	
}

.header-frontend .nav li a, .header-frontend .nav li.active ul.dropdown-menu li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background: none;
}

.floater {
     position:fixed;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a{
    color: #fff ;
    background-color: #999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar-default .navbar-nav > .open > a,
.header-frontend .navbar-default .navbar-nav > .open > a:hover,
.header-frontend .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
   /* background-color: #f77b6f;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar {
    min-height: 100px;
}

.header-frontend .navbar-nav > li  {
    padding-bottom: 30px;
    padding-top: 30px;
}

.header-frontend  .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 0px;
    margin-left: 2px;
    line-height: 30px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
  /*  color: #fff !important;*/
}

.header-frontend .nav .caret {
    border-bottom-color: #999;
    /*border-top-color: #999;*/
}

/*.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
}*/

.header-frontend .nav li   {
   padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
   /*line-height: 28px;*/
   padding: 3px 12px;
}


/*search*/

.search {
    margin-top: 3px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../img/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
}

.search:focus {
    margin-top: 3px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
    margin-left: 10px;
}

/*homepage features*/

.feature-head {
    padding: 50px 0;
}

.feature-head h1{
    color: #475168;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'Fjalla One', sans-serif;
}

.feature-head p{
    color: #8a8b8b;
    font-size: 18px;
    font-weight: 300;
}

.f-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.f-box i{
    font-size: 50px;
    line-height: normal;
    margin-top: 40px;
    display: block;
    color: #f77b6f;
}

.f-box:hover, .f-box.active {
    background: #f77b6f;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.f-box:hover i, .f-box.active i{
    font-size: 50px;
    line-height: normal;
    margin-top: 40px;
    display: block;
    color: #fff;

}

.f-box:hover h2, .f-box.active h2{
    color: #fff;
}

.f-box h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Fjalla One', sans-serif;
}

.f-text {
    font-size: 14px;
    font-weight: 300;
}

/*quote*/

.quote {
    margin: 70px 0;
    display: inline-block;
    width: 100%;
}

.quote-info {
    background: #475168;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 72px;
}

.quote-info h1 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
.quote-info p {
    color: #9eb3c4;
    font-weight: 300;
    margin: 0;
}

.purchase-btn {
    width: 100%;
    line-height: 75px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.accordion {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

/*tabs*/

.tab {
    background: #f4f4f4;
}

.tab .nav > li > a {
    padding: 18px 15px;
}

.tab-bg-dark-navy-blue {
    background:#6f6f6f;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 0;
}

.tab-bg-dark-navy-blue .nav > li > a:hover, .tab-bg-dark-navy-blue .nav > li > a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}


.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    /*color: #fff;*/
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #6f6f6f;
    background: #f4f4f4;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f4f4f4;
}

.tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.p-head {
    color: #F77B6F;
    font-size: 14px;
    font-weight: 400;
}

.cmt-head {
    font-size: 14px;
    font-weight: 400;
}

.p-thumb img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    width: 50px;
}


/*testimonial*/

.about-testimonial ul li {
    list-style: none;
}

.about-testimonial {
    margin:20px 0 0 0;
    position: relative;
}

ul.about-flex-slides {
    margin-left: 0;
}

.flex-direction-nav {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 70px;
}

.flex-direction-nav li {
    display: inline-block;
    width: 12px;
}

.flex-direction-nav li a {
    outline: none;
}

.flex-direction-nav li a i {
    color: #cccccc;
}

.flex-control-paging {
    display: none;
}

.about-testimonial .about-testimonial-image {
    float: left;
    margin: 0 15px;
    position: relative;
}

.about-testimonial .about-testimonial-image img {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    height: 100px !important;
    width: 100px !important;
}

.about-flexslider .about-flex-slides img {
    display: block;
    width: 100%;
}

.about-testimonial a.about-testimonial-author {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 11px;
    margin: 30px 0 8px 0;
    color: #504946;
    font-weight: 300;
}

.about-testimonial .about-testimonial-company {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #ababab;
    font-weight: 300;
}

.about-testimonial.boxed-style .about-testimonial-content {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.about-testimonial .about-testimonial-content {
    margin-top: 55px;
    padding: 20px;
    position: relative;
}

.about-testimonial .about-testimonial-content p {
    line-height: 20px;
    margin: 0;
}

.about-testimonial.boxed-style .about-testimonial-content:before {
    background-color: #e9e9e9;
	border-right: 1px solid #e9e9e9;
    border-color: #f5f5f5;
    border-image: none;   
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 60px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
	display:none\0/;
	_display:none;
}


/*----image hove----*/
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

.view .mask,.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 5px 0 0 0;
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.view a.info { 
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
   /* background: #000;*/
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth h2 {
    background: transparent;
    margin: 0px 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    color: #333;
    line-height: normal;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=.5);
    opacity: .5;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*imageview icon hover*/

[data-zlname] {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*IMGS IN CONTAINER*/
[data-zlname] > img {
    display: block;
    max-width: 100%;
}
/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup] {
    position: absolute;
    display: block;
    padding: 1px;
    height: 40px;
    width: 40px;
    background: #323231;
    color: #fff;
    overflow: hidden;
    display: none;
    text-align: center;
}
/*OVERLAY*/
/*classic*/
[data-zl-overlay] {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    padding: inherit;
}
/*four*/
[data-zl-ovzoom0],[data-zl-ovzoom1]
,[data-zl-ovzoom2],[data-zl-ovzoom3] {
    position: absolute;
    width: 25%;
    height: 100%;
}
/*rolling*/
[data-zl-ovrolling] {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}
/*double*/
[data-zl-ovdouble0],[data-zl-ovdouble1] {
    position: absolute;
    display: none;
}

/*-------*/

[data-zlname = reverse-effect] [data-zl-popup = link] {
    background: rgba(256,256,256,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

[data-zlname = reverse-effect] [data-zl-popup = link2] {
    background: rgba(256,256,256,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

[data-zlname = reverse-effect] [data-zl-popup = link]:hover,
[data-zlname = reverse-effect] [data-zl-popup = link2]:hover {
    opacity: .5;
}

.mask a i {
    color: #242424 !important;
    font-size: 16px;
    line-height: 40px;
}

.r-work {
    color: #475168;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.bx-wrapper {
    margin-bottom: 120px;
}


/*pricing table*/

.pricing-table {
    background: #fff;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
}

.pricing-table.most-popular {
    top: -20px;
    position: relative;
}

.most-popular {
    background: #f77b6f;
    color: #fff;
}

.most-popular h1 {
    font-size: 25px !important;
    padding-bottom: 10px;
    padding-top: 17px !important;
}

.most-popular h2 {
    background: #d76b61 !important;
    margin-top: 20px !important;
}

.most-popular ul li {
    border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
    background: #d76b61 !important;
    margin: 10px 0;
    cursor: pointer;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300;
	font-size: 17px;
}

.pricing-head {
	
	}

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

.breadcrumbs {
    background: #475268;
    color: #fff;
    padding: 45px 0;
    margin-bottom: 40px;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb li a{
    color: #f77b6f;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

/*contact*/

.contact-map {
    margin-top: -40px;
    margin-bottom: 40px;
}

.contact-form {
    margin-bottom: 20px;
}

.address h4 {
    color: #475168;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}

/*about us*/

.about-us img {
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    /*background: #000000 !important;*/
    bottom: 40%;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    line-height: 48px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    top: 40%;
    width: 10%;
}

.carousel-control:hover {
    background: rgba(212,108,94,.8) !important;
    color: #FFFFFF;
    /*opacity: 0.6;*/
    text-decoration: none;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 0.6;
}
.carousel-caption {
    background: rgba(0,0,0,0.6);
    padding-bottom: 0px;

    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    padding-bottom: 5px;
    padding-top: 10px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}

.about h3 {
    /*text-transform: uppercase;*/
    color: #475168;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
}

.icon-wrap {
    font-size: 2em;
    height: 60px;
    width: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}

.ico-bg {
    background: #f37d6c;
}

.round {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.content h3, .media h3 {
    margin-top: 0;
    color: #475168;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.media h3 {
    margin-top:20px;
}

.media-body h4 {
    font-size: 16px;
    color: #475168;
}

.hiring, .services {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.hiring {
    margin-top: 60px;
}

.gray-box {
    background:#F9F9F9;
    padding: 60px 0;
}

.progress {
    background-color: #E1E1E1;
}

.flexslider {
    background: none;
    border: none;
}


.about-skill-meter .sr-only {
    position: static !important;
    line-height: 29px;
}

.about-skill-meter .progress-bar {
    text-align: left;
    padding-left: 10px;
}

.about-skill-meter .progress {
    height: 30px;
    box-shadow: none;
    line-height: 30px;
}

.about-skill-meter .progress-bar-danger {
    background-color: #f37d6c;
    box-shadow: none;
}

.skills {
    margin-bottom: 25px;
    color: #47506a;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
}

/*team*/

.person {
    margin-bottom: 10px;
}

.person img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.team-social-link {
    display: block;
    margin: 10px 0 20px 0;
}

.team-social-link a {
    display: inline-block !important;
    color: #cac8c7;
    font-size: 20px;
    margin: 0 8px;
}

.team-social-link a:hover {
    color: #f37c6b;
}

.person-info h4, .person-info h4 a {
    color: #f37c6b;
    font-weight: 300;
    margin-bottom: 5px;
}


.mtop30 {
    margin-top: 30px;
}


/*typography*/

.highlight-1 {
    background: #9CCE44;
    color: #FFFFFF;
}

.highlight-2 {
    background: #242424;
    color: #FFFFFF;
}

.highlight-3 {
    background: #F2C600;
    color: #242424;
}

.dropcap {
    background-color: #666666;
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin: 4px 8px 0 0;
    padding: 5px 10px;
    text-align: center;
}

.dropcap2 {
    background-color: #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    float: left;
    font-size: 35px;
    height: 41px;
    line-height: 25px;
    margin: 3px 8px 0 0;
    padding: 10px;
    text-align: center;
}
/*buttons*/

.btn-row {
    margin-bottom: 30px;
}

/*blog*/

.blog-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}

.date-wrap, .comnt-wrap {
    margin-bottom: 20px;
}
.date-wrap span, .comnt-wrap span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.date-wrap .date {
    font-size:30px;
    font-weight: 300;
    background: #F77B6F;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.date-wrap .month {
    font-size:16px;
    font-weight: 300;
    background: #f6f5f0;
    color: #a19fa2;
    border-radius: 0 0 4px 4px ;
    -webkit-border-radius: 0 0 4px 4px ;
}

.comnt-wrap .comnt-ico {
    background: #efeee9;
    color: #a0a0a0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 20px;
}
.comnt-wrap .value {
    background: #f6f5f0;
    color: #a0a0a0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}

.blog-img img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.blog-item h1, .blog-item h1 a {
    font-size:25px;
    color: #F77B6F;
    font-weight: 300;
    font-family: 'Fjalla One', sans-serif;
}

.blog-item h1 {
    margin-bottom: 20px;
    line-height: 35px;
}

.blog-item h1 a:hover {
    text-decoration: underline;
}

.author {
    margin:25px 0 30px 0;
    font-size: 16px;
}

.author a, .shate-view a {
    color: #F77B6F;
}

.shate-view {
    margin-top:20px ;
}

.shate-view ul li {
    margin-bottom: 5px;
}

.blog-side-item h3 {
    margin-top: 30px;
    color: #475268;
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
}

.blog-side-item ul li {
    margin-bottom: 5px;
    border-bottom:1px solid #efefef;
    line-height: 35px;
}

.blog-side-item ul li a{
    display: inline-block;
    width: 100%;
}

.media p {
    line-height: normal;
}

.media-big p {
    line-height: normal;
}

ul.tag  {
    display: inline-block;
    width: 100%;
}

ul.tag li {
    float: left;
    margin: 10px 10px 0 0;
    border-bottom: none;
}
ul.tag li a {
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    border-radius:4px ;
    -webkit-border-radius:4px ;
}

.media img.media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
}

.media-big img.media-object {
    border-radius: 5%;
    -webkit-border-radius: 5%;
    height: 190px;
    width: 190px;
	margin-right:50px;
	margin-bottom:20px;
}


/*footer*/

.footer {
    /*background: #F9F9F9;*/
	color: #666; 
    padding: 50px 0;
    /*margin-top: 50px;*/
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}


.footer address a {
    color: #666;
}

.tweet-box {
    background: #CCCCCC;
    padding: 20px 15px;
    border-radius: 5px;
    font-size: 14px;
	color:#fff;
}

.tweet-box:before {
    background-color: #CCC;
    border-color: #CCC;
    border-image: none;
    border-right: 1px none #09C;
    border-style: none;
    content: "";
    display: block;
    height: 22px;
    left: 60px;
    position: absolute;
    top: 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 22px;
}

.tweet-box  a, .tweet-box i{
color: #fff;
}

.tweet-box  a:hover{
    color: #F77B6F ;
}

.tweet-box i {
    font-size: 40px;
    float: left;
    margin-right: 15px;
}

.social-link-footer li {
    float: left;
    margin: 0 10px 10px 0px;

}

.social-link-footer li a {
    color: #fff;
    background:#CCC;
    padding: 10px;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-link-footer li a:hover {
    background:#0CF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}





.social-icon li {
    float: right;
    margin: 0 5px 5px 0px;
	margin-top: -20px;

}

.social-icon li a {
    color: #fff;
    background:#CCC;
    padding: 5px;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon li a:hover {
    background:#0CF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



/*slider css*/

.main-slider {
    background:#EEE;
    color: #fff;

    z-index: 1;
    position: relative;
    overflow:hidden;
	height: 600px;
}

.slider-colored {
    z-index: 1;
    position: relative;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.slide_title {
    font-weight: 300;
    color:#FFF;
    text-transform: uppercase;
    font-size:35px;
    font-family: 'Fjalla One', sans-serif;
}

.slide_subtitle {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:18px;
}

.slide_list_item {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
}

.slide_desc {
    color:#fff;
    font-size:18px;
    line-height:24px;
    /*font-weight: lighter;*/
}

.slide_desc_bordered {
    border-left: 3px solid #ddd !important;
    padding-left: 5px;
}

.slide_btn {
    font-family: 'Open Sans';
    font-weight: 300;
    background:#09C;
    padding:10px 20px;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    cursor:pointer;
}

.slide_btn:hover, .slide_btn:focus {
    font-family: 'Open Sans';
    font-weight: 300;
    background:#0CF;
    padding:10px 20px;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    cursor:pointer;
}

.dark-text {
    color: #797d87;
}

.yellow-txt {
    color: #ffe582;
}


/*recent work*/

.bx-controls-direction a {
    background-color: #eee !important;
    padding: 20px 35px;
    border-radius: 5px !important;
    margin-left: 5px !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-controls-direction a:hover {
    background-color:#F77B6F !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
    left: 43%;
    background-position: 25px 8px ;
}

 .bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
    background-position: 22px 8px;
 }


/*property*/

.property {
    padding: 5px 0;
    margin-bottom: 0px;
}

.gray-bg {
   /* background: #FAFAFA;*/
}

.property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Fjalla One',sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.btn-purchase:hover, a.btn-purchase:focus{
    background: #F77B6F;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

/*clients*/

.clients {
    margin-top: 50px;
}

.clients ul li {
    display: inline-block;
    margin: 0 30px;
}


/*portfolio*/


/*Photo Gallery*/
#gallery {
    margin: auto;
    position: relative;
    width: 100%;
}

#gallery h2 {
    color: #fff;
    padding-top: 30px;
}

.gallery-container {
    margin: 0 auto 40px auto;
    position: relative;
    width: 100%;
}

.col-4 .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-4 .item img {
    height: 230px;
}

ul#filters {
    display: inline-block;
    width: 100%;
    margin: 5px 0 30px 0;
}

ul#filters li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul#filters li a {
    background: #E2E0E1;
    padding: 10px 15px;
    display: inline-block;
    color: #7D797A;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 0px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

ul#filters > li > a:hover,
ul#filters > li > a:focus,
ul#filters > .active > a,
ul#filters > .active > span {
    background: #f77b6f;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 0px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.item img {
    width: 100%;
    height: 100%;
}

.text-grid a {
    color: #fff;
}

.text-grid div {
    padding: 0 10px;
}

.text-grid p {
    margin-bottom: 10px;
}


/* Start: Recommended Isotope styles */

/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/*disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*parallax*/

.parallax1 {
    background: url("../img/flat_parallax.jpg") no-repeat fixed 0 0 #f77b6f;
    background-size:cover;
    width: 100%;
    min-height: 400px;
    font-style: italic;
}


.parallax1 h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 160px;
}

/*----*/

.mbot50 {
    margin-bottom: 50px;
}


/*------------------------------- Profiles -------------------------------*/

.profiles-listing {
	overflow:hidden;
	margin-bottom:-2em;
}

.profiles-listing .profile-preview {
	margin-bottom:2em;
}

.profile-preview {
	/*border:1px solid #dfdfdf;*/
}

.profile-preview .profile-image {
	/*border:3px solid #fff;*/
}

.profile-preview .profile-text {
	padding:0.5em 10px;
	border-top:1px solid #dfdfdf;
}

.profile-preview .profile-text h5 {
	margin-bottom:0.15em;
}

.profile-preview .profile-text p {
	color:#777;
	font-size:0.9em;
	margin-top:0.25em;
}

.message-preview .profile-text p {
	display:none;
}

.profile-option {
	border-top:1px solid #dfdfdf;
	text-align:left;
	padding:8px;
}

.profile-option {
	float:left;
	width:25%;
	border-left:1px solid #dfdfdf;
	margin-left:-1px;
	padding:3px 0;
}

.profile-option a {
	color:#ccc;
	font-size:14px;
}

.profile-option a.current,
.profile-option a:hover {
	color:#48a9d0;
}

.profile-options .button {
	margin:10px 0;
	top:-1px;
}

.profile-status {
	width:13px;
	height:13px;
	display:inline-block;
	margin:-2px 6px 0 0;
	background:#ccc url(images/icons/icon-status.png) 0 0 no-repeat;
	vertical-align:middle;
}

.profile-status.online {
	background-color:#ef6a8a;
}

.profile-option .profile-status {
	margin:-2px 0 0 0;
}



.featured-profile:last-child {
	margin-bottom:0;
}

.featured-profile .profile-wrap,
.featured-profile .profile-text {
	display:table-cell;
	vertical-align:top;
}

.featured-profile {
	display:table;
	width:228px;
/*	margin-bottom:1.5em;*/
/*-webkit-box-shadow: 2px 2px 4px 0px rgba(71,71,71,1);
-moz-box-shadow: 2px 2px 4px 0px rgba(71,71,71,1);
box-shadow: 2px 2px 4px 0px rgba(71,71,71,1);*/
	float:left;
}

.featured-profile .profile-wrap {
	width:382px;
	
}

.profile-preview .profile-image img {
	display:block;
	width:375x;
	height:206px;
}

.grayscale{ 
/*  border: 1px solid black;*/
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}

.grayscale:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.featured-profile .profile-text {
	padding-left:15px;
}

.featured-profile .profile-option {
	padding:0;
}

.featured-profile .profile-option a {
	font-size:12px;
}

.widget-profile .profile-option {
	padding:1px 0;
	width:50%;
}

.widget-profile .profile-option a {
	font-size:12px;
}

.profile-fields {
	border-width:0;
	margin:-0.5em 0 1em 0;
}

.profile-fields th,
.profile-fields td {
	border-right-width:0;
	border-top-width:0;
	padding-left:0;
	border-bottom:1px dotted #d6d6d6;
}

.profile-fields tr:last-child th,
.profile-fields tr:last-child td {
	border-bottom-width:0;
}

.profile-fields td {
	t180ext-align:right;
	padding-right:0;
	width:55%;
}

.profile-fields .field-wrap,
.profile-fields .select-field {
	margin:5px 0;
}

.profile-fields input {
	margin-bottom:0;
}

.profile-description {
	margin-bottom:1em;
}

.profile-menu {
	margin-top:2em;
}

.profile-menu a {
	color:#666;
}

.profile-menu a:hover {
	color:#444;
}

.profile-menu .current a {
	color:#444;
	font-weight:bold;
}

.profile-value {
	text-align:right;
	line-height:1.8em;
	font-weight:bold;
	color:#444;
}

.profile-menu .profile-value {
	line-height:1.5em;
}

.membership-price {
	text-align:right;
	color:#777;
	font-size:1.1em;
	line-height:1.8em;
	text-shadow:0 1px #fff;
}

.shadow_text {
	color: white;
    text-shadow: 2px 2px 4px #000000;
}

.shadow {
/* -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;*/
}

/* jobs */

.featured-job:last-child {
	margin-bottom:0;
}

.featured-job .profile-wrap,
.featured-job .profile-text {
	display:table-cell;
	vertical-align:top;
}

.featured-job {
	display:table;
	width:365px;
	margin-bottom:1.5em;
	margin-right:.1em;
	
	float:left;
}

.featured-job .profile-wrap {
	width:265px;
	
}

.job-preview .job-image img {
	display:block;
	width:355px;
	height:auto;


}


.job-preview {
	/*border:1px solid #dfdfdf;*/
	padding:0px;
}

.job-preview .job-image {
	border:0px solid #fff;
}

.job-preview .job-text {
	padding:0.5em 10px;
	border-top:1px solid #dfdfdf;
}

.job-preview .job-text h5 {
	margin-bottom:0.15em;
}

.job-preview .job-text p {
	color:#777;
	font-size:0.9em;
}
	
.featured-job .job-text {
	padding-left:15px;
}

.featured-job .profile-option {
	padding:0;
}

.featured-job .profile-option a {
	font-size:12px;
}


/*Job Full*/
 

.featured-job:last-child {
	margin-bottom:0;
}

.featured-job .profile-wrap,
.featured-job .profile-text {
	display:table-cell;
	vertical-align:top;
}

.featured-job-full {
	display:table;
	width:100%;
	margin-bottom:1.5em;
	float:left;
}

.featured-job-full .profile-wrap-full {
	width:180px;
	
}

.job-preview-full .job-image-full img {
	display:block;
	width:100%;
	height:auto;


}


.job-preview-full {
	border:1px solid #dfdfdf;
	padding:10px;
}

.job-preview .job-image {
	border:0px solid #fff;
}

.job-preview .job-text {
	padding:0.5em 10px;
	border-top:1px solid #dfdfdf;
}

.job-preview .job-text h5 {
	margin-bottom:0.15em;
}

.job-preview .job-text p {
	color:#777;
	font-size:0.9em;
}
	
.featured-job .job-text {
	padding-left:15px;
}

.featured-job .profile-option {
	padding:0;
}

.featured-job .profile-option a {
	font-size:12px;
}

.message-preview .job-text p {
	display:none;
}

.profile-options-full {
	border-top:1px solid #dfdfdf;
	text-align:center;
	padding:0px;
}

.profile-job-full {
	float:left;
	width:25%;
	border-left:1px solid #dfdfdf;
	margin-left:-1px;
	padding:3px 0;
}

.profile-job a {
	color:#ccc;
	font-size:14px;
}

.profile-job a.current,
.profile-job a:hover {
	color:#48a9d0;
}

.profile-jobs .button {
	margin:10px 0;
	top:-1px;
}



/* Brands */


.featured-brand:last-child {
	margin-bottom:0;
}

.featured-brand .profile-wrap,
.featured-brand .profile-text {
	display:table-cell;
	vertical-align:top;
}

.featured-brand {
	display:table;
	/*width:365px;*/
	margin-bottom:.6em;
	margin-right: .6em;
	float:left;
/*-webkit-box-shadow: 2px 2px 4px 0px rgba(125,125,125,1);
-moz-box-shadow: 2px 2px 4px 0px rgba(125,125,125,1);
box-shadow: 2px 2px 4px 0px rgba(125,125,125,1);*/
	padding:5px;
	border:1px solid #DEDEDE;
}

.featured-brand .profile-wrap {
	width:260px;
	
}

.brand-preview .brand-image img {
	display:block;
	width:350px;
	height:auto;


}


.brand-preview {
	/*border:1px solid #dfdfdf;*/
	padding:0px;
}

.brand-preview .job-image {
	border:0px solid #dfdfdf;
	
}

.brand-preview .job-text {
	padding:0.5em 10px;
	border-top:0px solid #dfdfdf;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(125,125,125,1);
-moz-box-shadow: 2px 2px 20px 0px rgba(125,125,125,1);
box-shadow: 2px 2px 20px 0px rgba(125,125,125,1);
}

.brand-preview .job-text h5 {
	margin-bottom:0.15em;
}

.brand-preview .job-text p {
	color:#777;
	font-size:0.9em;
}
	
.featured-brand .job-text {
	padding-left:15px;
}

.featured-brand .profile-option {
	padding:0;
}

.featured-brand .profile-option a {
	font-size:12px;
}






.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #CCC;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color:#666;
    border-bottom: none !important;
}


/*badge*/

.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*notification*/

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
float: left;
margin-top: 32px;
margin-left: 100px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #C5C5C5 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #f0f0f8 !important;
    background-color: #fff!important;
    border-color: #f0f0f8 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #2E2E2E !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #a9d86e;
    color: #fff;
}

.dropdown-menu.extended li p.red {
    background-color: #ff6c60;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #666;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../../admin/img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-red {
    border-color: transparent transparent #ff6c60;
    border-bottom-color: #ff6c60 !important;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #a9d86e;
    border-bottom-color: #a9d86e !important;
    border-top-color: #a9d86e !important;
}


/*Horizontal menu*/

.full-width #main-content {
    margin-left: 0;
}

.horizontal-menu {
    margin-left: 50px;
    float: left;
}

.horizontal-menu .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.full-width .navbar-header {
    width: 100%;
}


.full-width .nav > li > a:hover, .full-width .nav  li.active a, .full-width .nav li.dropdown a:hover , .full-width .nav li.dropdown.open a:focus, .full-width .nav .open > a, .full-width  .nav .open > a:hover, .full-width  .nav .open > a:focus{
    background-color: #F77B6F;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
    box-shadow: none;
}

.full-width .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
}


/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 50px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 0px;
	
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #41cac0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 0px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #CCC;
    color: #fff; 
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #CCC;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #FF7878;
}

.form-signin a:hover {
    color: #F00;
}

.login-wrap {
    padding: 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a { 
    color: #fff;
    padding: 15px 28px;job
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}



/*form*/


.sm-input {
    width: 175px;
}

.form-horizontal.tasi-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .form-group:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-horizontal.tasi-form .form-group .help-block {
    margin-bottom: 0;
}


.round-input {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}


.m-bot15 {
    margin-bottom: 15px;
}

.form-horizontal.tasi-form .checkbox-inline > input {
    margin-top: 1px;
    border:none;
}

.iconic-input {
    position: relative;
}

.iconic-input i {
    color: #CCCCCC;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 8px 5px 8px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.iconic-input input {
    padding-left: 30px !important;
}

.iconic-input.right input {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

.iconic-input.right i {
    float: right;
    right: 5px;
}

input.spinner[type="text"], input.spinner[type="password"], input.spinner[type="datetime"], input.spinner[type="datetime-local"], input.spinner[type="date"], input.spinner[type="month"], input.spinner[type="time"], input.spinner[type="week"], input.spinner[type="number"], input.spinner[type="email"], input.spinner[type="url"], input.spinner[type="search"], input.spinner[type="tel"], input.spinner[type="color"] {
    background: url("../img/input-spinner.gif") right no-repeat !important;
}

@CHARSET "UTF-8";
#navigation {
    width:250px;
}

#content {
    width:700px;
}

#navigation,
#content {
    float:left;
    margin:10px;
}

.collapsible,
.page_collapsible {
    margin: 0;
    padding:10px;
    height:20px;

    border-top:#f0f0f0 1px solid;
    background: #cccccc;

    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    font-size:1em;
}

.collapse-open {
    background:#000;
    color: #fff;
}

.collapse-open span {
    display:block;
    float:right;
    padding:10px;
}

.collapse-open span {
    background:url(images/minus.png) center center no-repeat;
}

.collapse-close span {
    display:block;
    float:right;
    background:url(images/plus.png) center center no-repeat;
    padding:10px;
}


div.content ul, div.content p {
    margin:0;
    padding:3px;
}

div.content ul li {
    list-style-position:inside;
    line-height:25px;
}

div.content ul li a {
    color:#555555;
}

code {
    overflow:auto;
}
   
   
   .ribbon {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​
.popingup-wrapper{
	display:none;
	position: absolute;
	z-index:777;
	background-color: rgba(250,250,250,0.98);
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	white-space: normal;
}
.popingup-container{
	padding: 13px 17px;
}
.popingup-wrapper .arrow-up {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid rgba(250,250,250,0.98);
  top: -14px;
  left: 100%;
  margin-left: -43px;
}
.popingup-wrapper .arrow-up-background {
    position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 16px solid #ccc;
  top: -16px;
  left: 100%;
  margin-left: -44px;
}
