
body {
    font-size: 20px;
    color: #111;
    line-height: 30px;
    background-color: #fefcfc;
    -webkit-font-smoothing: antialiased;
}
::selection {
  background: #dba7a3; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #dba7a3; /* Gecko Browsers */
  color: #fff;
}

a {
    color: #dba7a3;
}

a:focus, a:hover {
    color: #b06b66;
}

h1 {
    color: #111;
    font-size: 68px;
    font-weight: 100;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page-title{
  text-align: center;
}
h2 {
    font-size: 48px;
    color: #dba7a3;
    line-height: 52px;


}

h3 {
  font-size: 48px;
  color: #111;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 5px;
}
h4{
  font-size: 36px;
}
h5{font-size: 26px;}
p {
    font-size: 20px;
    color: #888;
    line-height: 30px;
}
ul{
  -moz-padding-start: 0em;
  -webkit-margin-before:0em;
  -webkit-margin-after:0em;
  -webkit-padding-start:0em;
}


.more, .btn {
	color: #888;
  font-size: 18px;
	cursor: pointer;
	display: inline-block;
	position: relative;
  border: 0;
	border-bottom:3px solid #dba7a3;
  padding: 10px 15px;
  margin-top: 30px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 0;
}
.more:hover, .btn:hover {
	color: #fff;
	background-color: transparent;
	text-shadow: none;
}
.more:hover:before, .btn:hover::before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
.more:before, .btn::before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #fff;
	background: #dba7a3;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.social-top{ position: absolute;
  bottom: 20px;
  left: 35px;
  z-index: 11;


}

.social a{text-indent: -9999px; display: block;}


.social li {
    list-style: none;
    display: block;
  margin-bottom: 20px;
    width: 20px;
    height: 20px
}
.social li a {
    display: block;
    text-indent: -999999px;
    text-align: center;
    line-height: 9px;

}
.social .fab a::after{
  color: #111;
  text-indent: 1px;
  display: block;
  font-size: 18px;
}
.social .fab a:hover::after{
  color: #dba7a3;
}
.social li a:hover{color: #dba7a3;}
.social_1 a::after{


      content: "\f39e";
}
.social_2 a::after{
    content: "\f099";
}
.social_3 a::after{
    content: "\f0d5";
}
.social_4 a::after{
    content: "\f167";
}
.social_5 a::after{
    content: "\f0d3";
}
.social_6 a::after{
    content: "\f0e1";
}
.social_7 a::after{
    content: "\f16d";
}

.container {
    width: 100%;;
}

#navigation {
    box-shadow: none;
    width: 100%;

}



#brand{
  margin: 100px 0 20px 18px;
  padding: 0;
  z-index: 10;
  position: relative;

}
#brand img {
    padding: 0;
    width: auto;
    max-width:60px;
}
.brand-txt{
  color: #111;
  font-size: 48px;
  letter-spacing: -5px;
  font-weight: 600;
}
.brand-slogan{
  color: #111;
  font-size: 10px;
  text-transform: uppercase;
}

.top-header{

}

body #wrap {
    padding-top: 0px;
}
.navbar-toggle {
    margin: 0;
    margin-top: 30px;
}
.header {
  line-height: normal;
  position: fixed;
  width: 95px;
  height: 100%;
  background: #fff;
  z-index: 99;



}

/* Main menu*/
.nav__handle {

    height: 95px;
    width: 95px;
    overflow: hidden;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    z-index: 20;
    cursor: pointer;
}
.nav__handle span{
  background-color: #111;
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  left: 25px;
  top: 44px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 40px;
}
.nav__handle:hover span{
  background: #dba7a3;

}
.nav__handle span:nth-child(2){
  top: 54px;
}
.nav__handle span:nth-child(3){
  top: 64px;
}
.open span:nth-child(2){
   opacity: 0;

}
.open span:nth-child(1){
  top: 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open span:nth-child(3){
  top: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}
.open{
  background: none;

}
.top-menu{
  display: block;
  position: fixed;
  width: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 15;
  -webkit-transition: all .5s; /* Safari */
  transition: all .5s;
  background: #f9f9f9;
}
.open-menu{ left: 95px;}

.navigation{
  position: absolute;


  width: 100%;
}
.open-menu::-webkit-scrollbar {
    width: 1em;
}

.open-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}

.open-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.navigation ul.menu {
    width: 100%;
    margin: 0;
    padding: 150px 150px 0 100px;
display: table;


}

.navbar-collapse {
    padding: 0;
}

.navigation li {
    border: none;
    display:  table-cell;
    padding: 0;
    position: relative;
    margin-bottom: 15px;


}
.navigation li.last{
  margin-bottom: 0;
}

.sf-arrows .sf-with-ul::after {
    display: none;
}

.navigation span {
    padding: 8px 5px;
}
.navigation a, .navigation span {

    color: #111;
    font-size: 32px;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    z-index: 9;
    position: relative;
    display: inline-block;

}
.navigation span {
    display: block;
}


.navigation .sf-arrows .sf-with-ul {
    padding: 0;
}

.navigation span:hover, .navigation a:hover span, .navigation .active> a span, .navigation .current>span, .navigation .active>span, .sfHover>span, .sfHover a>span, .navigation a:hover {
    background: none;
    color: #dba7a3;



}

.navigation a:focus, .navigation a:hover, .navigation .current>a, .navigation .active>a {
    color: #dba7a3;
}
.navigation .deeper .level1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
}
.navigation .level2{
margin: 0;
  display: inline-block;
  float: left;
  clear: both;


}
.navigation .level2 span{
  font-size: 16px;
  font-weight: 300;

}
.navigation .level2 a:focus, .navigation a:hover, .navigation .current>a, .navigation .active>a {
    color: #dba7a3;
}




/* Section fix */
section{
  margin-left: 95px;
}
/* End menu */
.top-search{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;

  }
.top-search .moduletable{padding: 0; margin: 0;}
.darkHeader .top-search{top: -3px;}
.search-open{
  width: 100%;
}

.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:55px;
    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:55px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:red;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon{
    font: normal normal normal 14px/1 FontAwesome;
    width:50px;
    height:60px;
    display:block;
    position:absolute;
    top:0px;
    font-size:18px;
    right:0px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#111;
    background:#fff;
    z-index: 99;


}
.searchbox-icon::after,
.searchbox-submit::after{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
  display: block;
  color: #111;
  font-size: 26px;
  margin-top: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;

}
.searchbox-icon:hover::after{
  color: #dba7a3;
}



.searchbox-open{
    width:100%;

}
.searchbox-open .searchbox-icon{
  background: transparent;
}
.searchbox-open .searchbox-icon::after,
.searchbox-open .searchbox-submit::after{
  content: "\f00d";
}
#mod-search-searchword:focus{border: 2px solid #dba7a3; position: relative; z-index: 99; background: #fff;}

.byline{
  position:absolute;
  top:150px;
  left:30%;
  text-align:center;
  font-size:18px;
}
.byline a{
  text-decoration:none;
  color: #d74b4b;
}




/* Start Slider */
#fullwidth{
  background: #fefcfc;

}
.tp-caption {}


#fullwidth h1, #fullwidth h2 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    border: none;
    color: #fff;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

#fullwidth p {
    font-size: 20px!important;
    text-transform: none;
    line-height: 28px!important;
    font-weight: 300;
    color: #fff;;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    width: 100%;
}
#fullwidth a {
    position: relative;
    float: none;
    display:block;
    font-size: 36px!important;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
    margin-top: 20px;
}
.arrow-r{
  height: 1px;
  width: 100px;
  background: #fff;
  position: absolute;
  top: 30px;
  margin-left:20px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.arrow-r:after, .arrow-r:before {
	right: -4px;
	content: " ";
	height: 1px;
	width: 20px;
  background: #fff;
	position: absolute;
	pointer-events: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.arrow-r:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;

}
.arrow-r:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -7px;

}
#fullwidth a:hover .arrow-r, #fullwidth a:focus .arrow-r, #fullwidth a:active .arrow-r {
  width: 130px;
  background: #dba7a3;

}
#fullwidth a:hover .arrow-r::after, #fullwidth a:hover .arrow-r::before{  background: #dba7a3;}
#fullwidth a:hover, #fullwidth a:focus, #fullwidth a:active{color: #dba7a3;}
.box-bottom a {
    background-color: #fff;
}
#fullwidth .tp-rightarrow, #fullwidth .tp-leftarrow {
    background: none;
    width: 45px;
    height: 45px;
    z-index: 50;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
 #fullwidth .tp-leftarrow.default {
    margin-right: 5px;

}
#fullwidth .tp-rightarrow.default{
  margin-left: 5px;
}

#fullwidth .tp-rightarrow.default:before, #fullwidth .tp-leftarrow.default:before{
  vertical-align: middle;
  font-size: 50px;
}
#fullwidth .tp-rightarrow::before {
  content: "\f105";
}

#fullwidth .tp-leftarrow::before {
  content: "\f104";
}

#fullwidth .tp-rightarrow.default:hover, #fullwidth .tp-leftarrow.default:hover {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #dba7a3;
}

#fullwidth .tp-bullets {
    z-index: 50;
}

.tp-bullets {
    z-index: 50;
}

#fullwidth .tp-bullets .bullet {
    background:none;
    margin-bottom: 10px;
    display: block;
    clear: both;
    float: right;
    height: 1px;
    width: 35px;
    transition: all 0.4s ease 0s;
    z-index: 10;
    border-radius: 0;
    padding: 10px 0;

}
#fullwidth .tp-bullets .bullet::before{
  height: 1px;
  width: 100%;
  background: #fff;
  display: block;
  content: '';
}
#fullwidth .tp-bullets.simplebullets .bullet:hover, #fullwidth .tp-bullets.simplebullets .bullet.selected {
  width: 45px;
}

#fullwidth .tp-bullets .first {

}
#fullwidth  .tp-bullets .last{margin: 0;}
#fullwidth .tp-bannertimer {
    z-index: 90;
    background: rgba(0, 0, 0, 0.8);
}
#fullwidth .moduletable{margin: 0; padding: 0;}

#fullwidth  #slider-arrow{
  border: none;
  position: absolute;
  left: 50%;
  left: calc(50% - 15px);
  bottom: 50px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  z-index:30;
  height: 50px;
  width: 25px;
}
#fullwidth  #slider-arrow:hover,
#fullwidth  #slider-arrow:active,
#fullwidth  #slider-arrow:focus{
  box-shadow: none;

}
.arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  left: calc(50% - 20px);
  bottom: 20px;
  display: block;
  cursor: pointer;

}


.arrow-first {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
          animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
          animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  transition: all 0.5s ease-out 0s;
}

.arrow:before {
  -webkit-transform: rotate(45deg) translateX(-23%);
          transform: rotate(45deg) translateX(-23%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.arrow:after {
  -webkit-transform: rotate(-45deg) translateX(23%);
          transform: rotate(-45deg) translateX(23%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
#slider-arrow:hover span::before,
#slider-arrow:hover span::after{
  background: #dba7a3;
}

@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    bottom: 40px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    bottom: 40px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/* End slider */

.title-center{text-align: center;}

.article-info-term {
    display: none;
}

.article-info dd {
    float: left;
    color: #999999;
    margin-right: 20px;
    line-height: 24px;
}

.article-info dd a{color: #999999}
.article-info dd a:hover {
    color: #555;

}
.article-body > dl{clear: both; margin-bottom: 20px; float: left; width: 100%;}

.mfp-gallery button::before, .search button::before, .registration button::before, .registration .btn::before, .login button::before, .reset button::before, .remind button::before,
.contact button::before{display: none;}

.search button{
  margin-top: 0;
  background: #dba7a3;
  color: #fff;
  padding: 13px 15px;


}
.search button:hover, .registration button:hover, .registration .btn:hover, .login button:hover, .reset button:hover, .remind button:hover, .contact button:hover{background:#b06b66;}
.reset button, .remind button{margin-top:-30px;}



/* start top_about  */

#top_about{text-align: center; margin-top: 30px;}
#top_about .title{text-align: center; font-size: 80px; font-weight: 600;  margin-bottom: 10px;}
#top_about p {margin: 0; padding: 0; font-size: 24px; font-weight: 400;}
#top_about .module-content{padding: 0 150px;}


/* START JUNewsUltra  */
.junewsultra .jn-left img{}
.junewsultra .jn{padding: 0;  }

.jn-left{position: relative;  background: #000; overflow: hidden;}
.jn-right{margin-top: 15px;}
.no-padding  [class*=" col-"]{ padding: 0;}
.jn-small{color: #fff; font-size: 16px; margin-top: 20px; display: inline-block;}
.article-info{width: 100%; }
.jn-category a, .category-name a{color: #fff; border-radius: 0px; font-size: 18px;}
.vertical-align{position: absolute;   top: 50%;   transform: translateY(-50%); z-index: 10; text-align: center; padding: 0 100px; width: 100%;}
.jn img{ opacity: 0.8; transition: all 1s ease 0s;}

.junewsultra h2, .junewsultra h4{margin:0; }
.junewsultra h2::before, .junewsultra h4::before{
  content: '';
  display: inline-block;
  clear: both;
  height: 1px;
  width: 70px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: calc(50% - 50px);
  top:-20px;
}
.junewsultra .vertical-align h2 a, .junewsultra  .vertical-align h2, .junewsultra  .vertical-align h4 a, .junewsultra  .vertical-align h4{ color: #fff; font-size:36px; font-weight: 700;}
.junewsultra h2 a:hover, .junewsultra h4 a:hover{color: #dba7a3;}
.junewsultra .nbs-flexisel-item h2{line-height: 18px;}
.junewsultra .nbs-flexisel-item h2 a{font-size: 18px; line-height: 19px;}
.nbs-flexisel-item .jn-right, .nbs-flexisel-item .jn-more{padding: 0 15px;}
.jn-hit-n-rating{ display: block;}
.jn-right, .jn-intro, .jn-more{padding:30px;; text-align: center;}
.jn-intro{color: #fff; font-size: 18px; line-height: 30px; font-weight: 300; margin-top: 10px;}
.junewsultra .readmore{margin-top: 10px; margin-right: 10px; z-index: 1;}
.jn-left a:hover img{opacity: 0.5;
  -webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1);
-o-transform: scale3d(1.1, 1.1, 1);
-ms-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);

}

/* col-1 */
.col-1{display: inline-block;  margin-bottom: 25px;}
.col-1 h4{margin-top: 0; font-size: 14px;}
.col-1 h4 a{font-size: 14px; font-weight: 600;}
.col-1 .jn-right{padding: 0; padding-left: 20px; float: right; width: 70%; display: block; margin-top: 0;}
.col-1 .jn-left { float: left; width: 30%;}
.col-1  .jn-intro{padding: 0; clear: both;}

.junewsultra .jn-last{border: none; padding-bottom: 0; margin-bottom: 0;}
.junewsultra .jn-last img{margin-bottom: 0;}

/* slider  */
.jn-slider{border: none!important;}
.jn-slider .jn-head{position: relative;}
.junewsultra .jn-slider a, .junewsultra .jn-slider h4, .jn-slider .jn-small,  .jn-slider .jn-info{color: #fff;}
.jn-slider .jn-small a{ background: #fff;     color: #111;
    padding: 4px 6px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;}

.jn-slider img{margin: 0!important; padding: 0;}
#sidebar-2 .nbs-flexisel-nav-left, #sidebar-2 .nbs-flexisel-nav-right{
      background: rgba(255,255,255,0.9);
      color: #111;

  top: 30px;
}





/* END JUNewsUltra  */

/*#content-bottom*/
#content-bottom{  border-top: 1px solid #e4e4e4; margin-top: 40px; padding-top: 40px;}



/* start feature  */
#feature {
    margin-top: 0px;
    padding: 160px 0 ;
    text-align: center;

}
#feature .title {
  text-align: center;



}
#feature p{font-size: 24px; line-height: 36px;}


/* END feature  */

/* start blog-featured  */

.blog-featured .btn{margin-top: 20px;}
.item-title{
  margin: 20px 0 30px 0;
}
.item-title a{
  font-size: 18px;
  color: #111;
  line-height: 20px;
  font-weight: 600;

}
.items-leading .item-title a{
  font-size: 23px;
  color: #111;
  font-weight: 600;
  line-height: 28px;


}
.blog-padding{font-size: 16px;}
.categories-list .item-title{
  margin: 0 0 30px 0;
}
.leading-blog  {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.items-leading .blog-article-img{height: 500px;}
.items-leading .blog-article-img  img{
-webkit-transition: opacity 1s, -webkit-transform 1s;
}
.items-leading .blog-article-img:hover img{opacity: 0.6}
.leading-blog-item{position: relative;}
.items-leading .leading-blog-absolute{position: absolute; bottom: 0; background-color: #fff; width: 60%; padding: 60px 40px 30px 0;}
.items-leading .item-title{margin: 20px 0 0 0; line-height: 36px;}
.blog .items-leading{margin-bottom: 20px;}
.row-border{
  float: left;
  margin: 30px 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #f2f2f2;
}


.item-title a:hover{ color: #dba7a3;}
.item-image{margin-bottom: 30px;}
.article-info{margin: 0;}
.items-more{float: left; width: 100%; text-align: center; margin: 30px 0;}

.published .icon-calendar {
    display: none;
}


#main #container {
    background: none;
    padding-bottom: 30px;
    padding: 0;
    overflow: hidden;
}
#content-top{
  background: #fff;
  margin: 150px 0;
}

.border-img{position: relative;  margin-top: -50px;}
.border-img::before{
  position: absolute;
  border: 6px solid #dba7a3;
  left: -80px;
  top: 80px;
  bottom: -80px;
  right: 80px;
  content: '';
  display: block;
}
.padding-top-150{padding-top: 150px;}
.article-body  .pull-left{ margin-right: 15px;}
.article-body  .pull-right{ margin-left: 15px;}

#bottom_team{
  background: #fff6f5;
  padding: 60px 0;
  overflow: hidden;
}
#bottom_team .title{ text-align: center}
#team_card figure{width: 100%; height: auto; background: #fff; margin: 0;}
#team_card figure::after{display: none;}
#team_card img{width: 100%; margin: 0; padding: 0;}
#team_card img:hover{
opacity: 1;
filter: blur(0px);
 -webkit-transform: scale(1);
transform: scale(1); */
}
#team_card figcaption{position: relative; width: 100%; float: left; padding: 20px;}
#team_card h2{font-size: 30px; color: #111; line-height: 35px;}
#team_card .icons a{font-size: 26px; margin-right: 20px;}
#team_card .item-c{padding: 0;}

#bottom_gallery {
    overflow: hidden;

}

#bottom_gallery .portfolio {
    margin: -15px;
}

#bottom_gallery .title {
  text-align: center;

}
#bottom_gallery .moduletable{margin: 0; padding: 0;}


.moduletable {
    padding: 0;
    margin: 0;
}
#bottom_gallery .module-title {
  margin-top: 50px;

}


.portfolio-item {
    padding: 0px!important;
}
 section .jweb-portfolio-filters #filter .jweb-filter a{
   color: #111;
   background: none;
   box-shadow: none;
   border: none;
   font-size: 18px;
   padding: 13px 20px;
   border: 3px solid #fefcfc;

 }
 section .jweb-portfolio-filters #filter .jweb-filter a.active,
 section .jweb-portfolio-filters #filter .jweb-filter a:hover{
   background: none;
   box-shadow: none!important;
   color: #111;
  border: 3px solid #dba7a3;
  border-radius: 0px;
  outline: none;

 }
 section .jweb-portfolio-filters li{display: inline-block;}
section .jweb-item .jweb-item-content{
  position: absolute;
  bottom: 0px; left: 0px; right: 0px; top: 0;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0, 100%);
  -webkit-transition: all 0.35s ease;
   -moz-transition: all 0.35s ease;
   transition: all 0.35s ease;
}
section .jweb-item-image:hover .jweb-item-content{
     transform: translate(0, 0);
 }
 .white-popup .content-popup .jweb-content-popup a.jweb-lb-more{
   border: 3px solid #fff!important;
   padding: 10px   25px!important;
 }
.jweb-item-content h4{ z-index: 9; font-size: 20px; color: #fff; font-weight: 500; margin-top: 0; text-align: center; width: 100%;}
.jweb-item .jweb-item-image{
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
.jweb-item-content::before{
  border: 2px solid #fff;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  position: absolute;

}
.jweb-center-v{
  position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;


}



section div .effect-julia .jweb-icon.icon-lightbox,
section div.effect-julia .jweb-icon.icon-url{border-radius: 0; background:#fff;     transition: all 0.3s ease 0s;}
section div.effect-julia .jweb-hover-icon i{color: #dba7a3;;}
section .jweb-icon.icon-lightbox:hover,  section .jweb-icon.icon-url:hover {
  background: #dba7a3;

}
section .jweb-icon.icon-lightbox:hover i,  section .jweb-icon.icon-url:hover i {
  color: #fff;
}
.jweb-portfolio-filters {
    margin-bottom: 30px;
}

.jweb-item .jweb-item-content .jweb-content-more a {
    color: #fff;
    margin-top: 20px ;
    padding: 7px 15px ;
}
.jweb-content-popup h3{color: #fff;}
.jweb-filter {
    margin: 10px;

}
.white-popup .content-popup .jweb-image-popup{width: auto!important; float: none!important; height: 100%!important;}
.content-popup, .white-popup{height: 100%!important;}
.content-popup img{height: 100%; max-width:none; width: auto;}
.white-popup .content-popup .jweb-content-popup{padding: 0!important;}
.mfp-content{height: 100%!important;}

.jweb-image-popup{position: relative;}
.jweb-content-popup{position: absolute; bottom: 30px; left: 30px; right: 30px; width: 100%!important;}


div.effect-julia img{}


.portfolio-item-wrapper img, .portfolio-overlay {}

.module-title .title {
    font-size: 48px;
    color: #111;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 5px;

}

.title span {
    clear: both;
    display: block;
    margin-top: 10px;
}

/*parallax */
#parallax{
    background: url('../images/parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin: 80px 0 0 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
#parallax .container{padding: 0 180px;}
#parallax p,
#parallax h2,
#parallax h1,
#parallax h3,
#parallax a{
  color: #fff;
}
/*  start top_box links*/
#top_box {
    padding:0;
    overflow: hidden;

}

#top_box .title {
    color: #111

}

#top_box a, .box-link{
  text-align: center;
  padding: 90px 60px;
  display: block;
  transition: all 0.6s ease 0s;
  position: relative;
}
.box-link::before{
  border: 3px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  content: '';
  display: block;
}
.box{}
.last-border .box{border-bottom: 1px solid #e5e5e5; }
.box .moduletable{margin: 0; padding: 0;}
#top_box a p, .box-link p{font-size: 18px; margin-top: 20px; color: #fff;}
.box-link, .box-link h2, .box{text-align: center; color: #fff;}
#top_box a:hover, .box-link:hover{
    color: #fff;
    background: #dba7a3;
}
#top_box a:hover h2, #top_box a:hover p, #top_box a:hover i{
  color: #fff;
}
.box-bottom {
    margin: 30px 0;
}

.box-bottom a {
    text-transform: uppercase;
    font-size: 26px;
}

.box-bottom a:hover {
    color: #fff !important;
    background-color: #b06b66;
}

#bottom {
    padding: 120px 0;
    background-color: #dba7a3;
    color: #fff;
}

#bottom .title{ text-align: center; color: #fff; margin-bottom: 120px;}
#bottom .moduletable{position: relative;}
#bottom .module-content>div{ padding-right: 0; position:inherit;}
#bottom div{text-align: center;}
.number{
  font-size: 80px;
  color: #fff;
  text-align: center;
}
#bottom p{color: #fff; margin-top: 30px;}
.clients-tes .jn-intro{padding-right: 60px; margin-top: 30px;}
.clients-tes img{
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-filter: grayscale(100%); /* New WebKit */
    filter: url(resources.svg#desaturate); /* older Firefox */
    filter: grayscale(100%); /* Current draft standard */
}
.clients-tes h3{color: #111; font-size: 30px;}
.clients-tes .nbs-flexisel-item, .clients-tes  img{cursor:auto;}
.clients-tes .jn-head{position: relative;}
.clients-tes .jn-right {position: absolute; bottom: 0;  right: 0;}
#bottom .nbs-flexisel-nav-left{right: auto; left: 0; top: 210px;}
#bottom .nbs-flexisel-nav-right{right: auto; left: 70px; top: 210px;}




#footer {
    padding:40px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #111;
}
#footer i{font-size: 40px; margin: 20px 0;}
#footer h3 {
    color: #111;
}
#footer .title{ font-size: 36px; text-transform: none; font-weight: 600;border-bottom: 1px solid #222; padding-bottom: 20px;}
#footer p{font-weight: 300; color: #111; font-size: 16px; line-height: 26px; margin-bottom: 0; text-align: center;}
#footer a {
	color: #111;
	font-family: 'Montserrat', Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	}
#footer a:hover {
	color: #dba7a3;
	text-decoration: underline;
	}

#footer .moduletable {
    padding: 0;
}

#footer .jn-small, #footer .jn-intro{color: #fff;}
#footer .jn{border: none; padding: 0; margin: 0; width: 100%;}
#footer .jn img{margin-bottom: 20px;}
#footer .tagspopular li a,  #footer .tags a{background: #fff; color: #111; font-size: 14px;}
#footer .tagspopular li a:hover,  #footer .tags a:hover{
  background: #dba7a3; color: #fff;}


#footer-social{}
section .sj-instagram-gallery .instagram-wrap{
  border: none;
  padding: 0;
  margin: 0;
}
section .sj-instagram-gallery .instagram-items-container .instagram-items-inner .instagram-item .instagram_users .img_users{padding: 0;}
section .sj-instagram-gallery .instagram-items-container .instagram-items-inner .instagram-item .instagram_users{background: #111;}
section .sj-instagram-gallery .instagram-items-container .instagram-items-inner .instagram-item .instagram_users a img{
  border: none;
  -webkit-transition: opacity .4s ease-in-out;
 -moz-transition: opacity .4s ease-in-out;
 -ms-transition: opacity .4s ease-in-out;
 -o-transition: opacity .4s ease-in-out;
 transition: opacity .4s ease-in-out;
}
section .sj-instagram-gallery .instagram-items-container .instagram-items-inner .instagram-item .instagram_users a:hover img{
  opacity: 0.5;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 100%;
    background-color: #fff;

    border: 2px solid #e9e9e9;
    color: #111;
    padding: 13px;
    font-weight: 400;
    box-shadow: none !important;
    font-size: 18px;
}
textarea:focus, input:focus{outline: none; border-color: #dba7a3;}
select {
    box-shadow: none !important;
    width: 100% !important;
    background-color: #fff;
    border: none;
    color: #333;
    padding: 13px;
    font-weight: 500;
    font-size: 18px;
    border: 2px solid #dba7a3;
}

.control-group {
    margin-bottom: 25px;
}


#bottom-news{

}


.btn-primary:hover{
      color: #fff;
      border: none;

}



#footer_copy{padding: 15px; background-color: #f8f8f8;}
#footer_copy p{margin: 0; padding: 0; font-size: 14px;}

#breadcrumbs {background: none; padding: 0; text-align: center;}

#breadcrumbs .block {
    background-color: #d7d7d7;
    padding: 90px 0;

}
.bg-1{
  background: url(../images/bg-no-hp.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

}

.breadcrumb {
    background: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;


}
.breadcrumb-header{font-size: 86px; font-weight: 500; color: #fff; margin-bottom: 30px; display: block; line-height: 70px;}

.search button {
    font-weight: 500;


}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: #dba7a3;
}

#main {
    margin-top: 10px;
}

table thead tr {
    background-color: #dba7a3;
    color: #fff;
    border: none;
}

table thead tr a {
    color: #fff;
    border: none;
}

.cat-list-row0 {
    background-color: #fff;
}

.cat-list-row1 {
    background-color: #fef6f5;
}

table tbody a {
    color: #333;
}



.table-striped>tbody>tr:nth-of-type(odd) {

}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
    vertical-align: middle;
}
.table-hover>tbody>tr:hover {
    background-color: #fef6f5;
}
.badge {
    padding: 0;
    color: #333;
    background: none;
    font-size: 18px;
}
.counter{float: none!important;}
.pagination {
    clear: both;
    display: block;
    text-align: center;
    position: relative;
    text-align: center;
    margin:20px 0 30px 0;
}
.blog .pagination{margin-top: 50px;}
.pagination a .pagination span, .pagination li {
    text-align: center;
    margin: auto;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#main .pagination>li>span {
    border: none;
    background-color: #ebebeb ;
    margin: 5px;
    color: #333;
}

.pagination .disabled a {
    background-color: #ebebeb;
}

#main .pagination .disabled a:hover {
    background-color: #ebebeb;
    color: #333;
}

.pagination>li>a {
    border: none;
    background-color: #b06b66;
    margin: 5px;
    color: #fff;
    border-radius: 0px;
}

#main .pagination a:hover {
    text-decoration: none;
      color: #333;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #dba7a3;
    color: #fff;
    text-decoration: none;
}
.article-index .nav.nav-tabs{margin: 0; padding: 0; border: none;}
.article-index .nav.nav-tabs{margin: 0; padding: 0; border: none;}
.article-index .nav-tabs>li{margin-bottom: 5px; }
.article-index{background:#dba7a3; padding: 20px; border: none; margin-left: 20px;}
.article-index .nav-tabs>li a{ padding: 5px; color: #fff; display:block; border-radius: 0px;}
.article-index .nav-tabs>li>a:hover ,.article-index .nav-tabs>li.active>a, .article-index .nav-tabs>li.active>a:focus, .article-index .nav-tabs>li.active>a:hover{ background: #b06b66; color: #fff; border: none; border-radius: 0;}

.article-body .pager{clear: both; background: #cfcfcf; padding: 10px;}
.article-body .pager ul{margin: 0;}
#main-box{}

#main-box .blog h2, .tag-item h2 a, .tag-item h2{
    margin-bottom: 0;
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    color: #111;

}

#main-box .blog a:hover h2 {
    text-decoration: none;
    color: #dba7a3;
}
.blog-txt{margin: 30px  30px 0 30px;}
#main-box .blog .page-header {
    border: none;
    margin-bottom: 0!important ;
    text-align: center;
}
.tag-category h1 {

    text-align: center;
}
.page-header {
    padding-bottom: 0;
    border-bottom: none;
}


#main-box .jweb-content-description{ font-size: 14px; line-height: 22px;}
#main-box .effect-julia{overflow: hidden; position: relative;}
#main-box .jweb-portfolio-filters ul{text-align: center;}



.tabs .tabs a{color: #fff; float: left; display: inline-block; background: #dba7a3; margin-right: 5px;  padding: 15px; font-size: 18px;}
.tabs .open a, .tabs .tabs a:hover{ background: #b06b66;}
.pane-sliders .panel h3{ margin: 0; padding: 0; font-size: 18px;}
.pane-sliders .panel h3 a{color: #fff; display:block; background: #dba7a3; padding: 15px; font-size: 18px; width: 100%;}
.pane-sliders .panel h3 a span{color: #fff; padding: 0; margin: 0; font-size: 18px;}
.pane-sliders .panel .pane-toggler-down a, .pane-sliders .panel h3 a:hover{ background: #b06b66;}
.pane-sliders .panel{margin: 0; border: none; box-shadow: none;}

.pane-sliders .content{margin-top: 20px;}


.intro-article img {
    display: none;
}

.article-intro-blog {
    padding-top: 20px;
}




.blog-article-img {
    width: 100%;
    height: 280px;
    position: relative;
    margin: 0;
    padding: 0;
}
.cols-2 .blog-article-img{height: 450px; padding: 0; margin: 0;}

.blog-article-img img {-webkit-transition: opacity 1s, -webkit-transform 1s;}
.blog-article-img:hover img{opacity: 0.7;}
.no-padding{padding: 0;}
.separator-line {
    background-color:#dddfdc;
    height: 1px;
    margin-top: 8px;
}

.separator-line:last-child {
    display: none;
}
.tag-category .separator-line:last-child{display: block;}
.nav-tabs>li{margin: 5px 0;}
.nav-tabs>li>a {
    border: none;
    padding: 3px 0;
    color: #b06b66;
    font-weight: 500;
    display: inline-block;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: none; color: #dba7a3;
}

.items-more .nav-tabs>li>a {
   font-size: 18px;
   color: #dba7a3;
}

.items-more .nav>li>a:hover {
    color: #b06b66;
}

.nav-tabs {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 30px;


}


.blog-item-margin {
    margin: 35px 0;
}

.row-0 .blog-item-margin {
    margin: 0 0 35px 0;
}

.cols-3 .article-intro-blog .col-sm-4, .cols-3 .article-intro-blog .col-sm-8, .cols-4 .article-intro-blog .col-sm-4, .cols-4 .article-intro-blog .col-sm-8 {
    width: 100%;
}

.cols-2 .article-intro-blog .col-sm-4, .cols-2 .article-intro-blog .col-sm-8, .cols-4 .article-intro-blog .col-sm-4, .cols-4 .article-intro-blog .col-sm-8 {
    width: 100%;
}
.intro-article *{
  clear: both; display: block;
}
.cols-2 .intro-article, .cols-3 .intro-article, .cols-4 .intro-article {
    margin-top: 20px;

}

.cols-3 h2 {
    font-size: 24px
}

.cols-4 h2 {
    font-size: 20px
}

.published {
    margin-left: 0;

}

.published::before {
    left: 0;
}
.sigplus-gallery{margin: -15px;}

div.sigplus-gallery ul>li>img, div.sigplus-gallery ul>li>a>img {
    margin: 15px !important;
}


.jt-print {
    margin-right: 10px;
}

.jt-print span, .jt-mail span {
    font-size: 18px;
    line-height: 10px;
    vertical-align: middle;

}

.item-page .article-info {
    float: left; clear: both;
}

.article-body {
    margin-top: 20px
}

.article-body ul{
	padding-left: 40px;
}

.pager li>a, .pager li>span {
    font-size: 18px;
    border: 3px solid #dba7a3;
    padding: 13px 30px;
    line-height: 20px;
    margin-top: 40px;
    display: inline-block;
    color: #111;
    border-radius: 0;

}

.pager li>a:hover, .pager li>span:hover {

    background: #dba7a3;
    color: #fff;

}

}

h1 a {
    color: #dba7a3;
}

.pagenav {
    clear: both;
}

div.sigplus-gallery ul>li>img, div.sigplus-gallery ul>li>a>img {
    transition: all 0.4s ease 0s;
}

div.sigplus-gallery ul>li>img:hover, div.sigplus-gallery ul>li>a>img:hover {
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}

#main input, #main textarea {

    box-shadow: none;
}

.phrases {}

legend {
    padding-bottom: 10px;
    margin-top: 15px;
    display: inline-block;
}

.result-title a {
    font-size: 20px;
    font-weight: 400;
}

.ordering-box{
	margin-bottom: 20px;
}

#ordering, #limit {
    width: auto !important;
}

.result-created {
    border-bottom: #dddfdc 1px solid;
    padding-bottom: 15px;
}

.result-category .small {
    color: #b06b66;
    padding: 6px 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.result-created {

    color: #888;
    margin-top: 10px;
}

.highlight {
    padding: 5px;
    color: #fff;
    background-color: #b06b66;
}

.chzn-container {
    font-size: 18px;
}

.search-results .result-title {
    margin-top: 20px;
}

.well {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.cancel {
    background-color: #e8e8e8;
    border: none;
}
.cancel:hover {
    background-color: #999;
    border: none;
  }
#container input[type="checkbox"]{width: 20px; float: left;}
.btn-primary{background: #dba7a3; border: none; color: #fff;}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:focus {
    background-color: #dba7a3;
      box-shadow: none;
      outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn.active, .btn:active{

  box-shadow: none;
    outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{box-shadow: none;}
.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
  outline: none;  box-shadow: none; background: #b06b66;
}

.alert {
    padding: 0;
    color: #b06b66;
}

.login .inputbox {
    margin-right: 5px;
}

.alert-warning {
    background: none;
    border: none;
}

#main-box {
    margin-bottom: 0;
}

.categories-list h3 {}

.categories-list h3 a, #myTabTabs a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 22px;
    background-color: #dba7a3;
    border-radius: 0px;
}

.categories-list h3 a:hover {
    background-color: #b06b66;
    color: #fff;
    text-decoration: none;
}

.contact-category .category li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.contact-category .category {
    margin: 0;
    padding: 0;
}

#main .contact_row {
    color: #b06b66 ;
    font-size: 18px;
    display: block;
    padding: 22px ;
    background-color: #f3f3f3 ;
}

.contact-category h2 {
    margin-bottom: 20px;
}

.accordion-group {
    border: none;
    border-radius: 0;
}

.accordion-heading {
    padding: 0px;
}

.accordion-heading .accordion-toggle {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #dba7a3;
    padding: 22px;
    border-radius: 0px;

}

#main  .accordion-heading .accordion-toggle:hover {
    background-color: #b06b66;
    color: #fff ;
    text-decoration: none ;
}

.accordion-inner {
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.contact .bg {
    background-color: #fff2f1;
    text-align: center;
    padding: 40px;
    font-size: 24px;
    height: 100%;
    width: 100%;
    position: relative;
    min-height: 290px;
}

.contact .bg span {
    display: block;
}

.contact-webpage {
    font-size: 24px;
    font-weight:500;
    margin-top: 20px;
}

.table-d .col-sm-4 {
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

.contact .thumbnail {
    width: 100px;
    height: 100px;
    padding: 0;
    border: none;
    background: none;
    text-align: center;
    margin: auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 40px;
}

.contact .thumbnail img {
    height: 100%;
    width: auto;
}

.table-d {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-name {
    font-weight: 600;
}

.contact .iconn-pin, .contact .iconn-iphone {
    font-size: 40px;
    color: #7b7c7c;
    margin-bottom: 30px;
}

#jform_contact_email_copy {
    float: left;
    margin-left: 146px;
    margin-top: -59px;
}

.contact-articles li {
    float: left;
    display: inline-block;
}

.contact-articles li a {
    padding: 8px 15px;
    background-color: #cfcfcf;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 15px;
}

#myTabTabs a {
    border: none;

}

#myTabTabs .active, #myTabTabs li {
    background-color: none!important;
    padding: 0;
    margin-right: 10px;
}

#myTabTabs .active a, #myTabTabs a:hover {
    background-color: #b06b66 !important;
    color: #fff !important;
    text-decoration: none !important;
}

#myTabTabs {
    border: none;
}

.contact h3 {
    margin-bottom: 20px;
}

.tagspopular li, .tags li {
    padding: 0 !important;
    margin-bottom: 15px !important;
    margin-right: 10px !important;
}

.tagspopular li a, .tags a {
    padding: 5px 10px;
    background-color: #cfcfcf;
    color: #333;
    font-size: 18px;
}

.tagspopular li a:hover, .tags a:hover {
    padding: 5px 10px;
    background-color: #b06b66;
    color: #fff;
    font-size: 18px;
}
.tag-item{margin: 35px 0;}
.tag-category .thumbnails{text-align: center;}
.tag-category .thumbnails li{float: none; display: inline-block;}
.tag-category .intro-article{margin-top: 20px;}

.categories-module a, .newsflash a {
    color: #333;
    font-size: 18px;
}
.categories-module a:hover, .newsflash a:hover {
  color: #dba7a3;}
.categories-module li {
    padding: 0 ;
}

.categories-module ul {
    margin-left: 20px ;
    border-left: 2px solid #999;
    padding-left: 10px;
}

.newsflash-title {
    border-bottom: 1px solid #ffecd4;
    padding-bottom: 15px;
}

.newsflash-title:last-child {
    border: none;
}
#sidebar-2 .block{ margin-bottom: 70px; padding-left: 30px;}
#sidebar-2{margin-top: 59px;}
#sidebar-2 .menu a {
    padding: 0;
    padding-left: 15px;
    position: relative;
    color: #111;
    font-size: 18px;
    padding-bottom: 0px;
    display: block;

}

#sidebar-2 .menu a:before {
    height: 4px;
    width: 4px;
    background-color: #dba7a3;
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

#sidebar-2 .menu .caret {
    display: none;
}

#sidebar-2 .menu li {}

#sidebar-2 .nav-child a {
    padding-left: 40px;
}

#sidebar-2 .nav-child a:before {
    left: 25px;
}

#sidebar-2 .menu a:hover {
    color: #dba7a3;
}


#sidebar-2 .title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;

}
.jcomments-most-commented .number{
  background: #b06b66;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  float: left;
  margin-right: 20px;
}
#sidebar-2 .jcomments-most-commented li{line-height: 20px; padding: 0;}

.jcomments-most-commented  a{
    color: #111; font-weight: 600;

}
.jcomments-most-commented li:hover, .jcomments-most-commented li:hover a{
  color: #fff;
  background: #b06b66;
}
.jcomments-most-commented li a:hover{color: #fff;}
.module-content ul li::before{display: none;}
#sidebar-2 .module-content ul li{margin-bottom: 30px;}
#sidebar-2 .module-content ul li:last-child{border: none; margin-bottom: 0; padding-bottom: 0;}
#sidebar-2 .latestnews{  }
#sidebar-2 .module-content .latestnews li{border-bottom: 1px solid #bb216b; margin-bottom: 10px; padding-bottom: 10px;}
#sidebar-2 .latestnews a{font-weight: 600; color: #fff; }
#sidebar-2 .latestnews a:hover{ color: #ffdded;}
.article_img .pull-left {
    margin-right: 15px;
    width: 30%;
}

.article_img .pull-right {
    margin-left: 15px;
    width: 30%;
}

.article_img .thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.article_img {
    margin-top: 20px;
    display: block;
}
.article_img img{width: 100%;}

.clr {
    clear: both;
}

.tags a {
    font-weight: 500;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tags li {
    list-style: none;
    float: left;
}

.tags a:hover, .tags a:focus, .tags a:active {
    background-color: #b06b66;
    color: #fff ;
}

.tags ul, .thumbnails ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.thumbnails li {
    background: none !important;
    list-style: none;
    margin-left: 0;
    margin-right: 15px;
}

.thumbnails li a {
    font-size: 18px;
    background: #b06b66;
    color: #fff;
    padding: 5px;
}
.thumbnails li a:hover{ background: #dba7a3;}
.thumbnails li h3 {
    padding: 0;
    margin: 0;
}
#container .tag-category h3{font-size: 18px; margin: 10px 0; padding: 0; line-height: 30px;}
.chzn-container-single .chzn-single{width: auto;}

.portfolio-overlay h2, .portfolio-overlay p {
    color: #fff;
}

.overlay-wrapper {}

.overlay-cell {
    position: absolute;
    text-align: center;
    top: calc(50% - 75px);
    width: 100%;
}

.bre {
    float: left;
    line-height: 29px;
}

.divider {
    margin-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-weight: 300;
}

.breadcrumb>.active, .bhome {
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li::before {
    padding: 0;
}

.portfolio h2 {
    color: #dba7a3;
}

.article-body .moduletable {
    padding: 0;
}



.member .avatar img {
    transition: all 0.3s ease 0s;
}

.member .avatar:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.member .avatar {
    margin-bottom: 20px;
}

.member h2 {
    color: #111;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;


}

.member p.intro {
    margin: 0;
    padding: 20px;
    max-width: none;
    font-size: 18px;
    line-height: 28px;
}

.member span {
    font-size: 18px;
    color: #555;
    display: block;
}
.avatar ul li a{border-radius: 0px;}

.back-to-top {
    background-color: #f8f8f8;
    bottom: -60px;
    right: 0em;
    color: #d5d5d5;
    display: block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    position: fixed;
    text-decoration: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    transition: all 0.8s ease 0s;
    z-index: 20;

}
.active-top{bottom: 0em;}
.back-to-top:hover {
    background-color: #dba7a3 ;
    color: #fff;
}


.icon-chevron-right{display: none;}
.content-category h1{text-align: center;}
.content-category .btn-group{float: none;}

/* START Portfolio */
.portfolio .col-md-12 .image-container{height: 600px;}
.portfolio .col-md-4 .image-container{height: 300px; display: block;}
.portfolio .item h2{color: #fff;  font-size: 28px; margin: 0; padding: 0; line-height: 36px;}

.portfolio-content-center-v{
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio .item a img{
  -webkit-transition: opacity 1s,
  -webkit-transform 1s;

}
    /* transition: opacity 1s, transform 1s; */
.portfolio .item a:hover img{
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.5;

}
.portfolio .item .portfolio-content-hover{
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  overflow: hidden;
}
.portfolio .item .portfolio-content-hover:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
}
.portfolio .item .portfolio-content-hover:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}

.portfolio .blog-article-img:hover .portfolio-content-hover:before {
 transition: 0.3s transform linear, 0.3s height linear 0.3s;
  transform: translateX(0);
  height: 100%;
  border-color: #fff;
}
.portfolio .blog-article-img:hover .portfolio-content-hover:after {
  transition: 0.3s transform linear 0.6s, 0.6s height linear 0.9s;
  transform: translateX(0);
  height: 100%;
  border-color: #fff;
}



.items-leading{margin-bottom: 30px; }
.items-leading h2{font-size: 48px; color: #fff;}


/* PORTFOLIO ITEM */
.item-page-title{font-size: 48px; margin: 40px 0 60px 0;}
.portfolio-item { position: relative;}
.portfolio-item .item-page-title {color: #111;  padding: 40px 0; margin-top: -5px; margin-bottom: 40px; position: relative; text-align: center;}
.portfolio-item .item-page-title  a{color: #111;}

.field-entry{float: right; width: 35%; border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; margin-bottom: 15px;}
.field-label{font-weight: 600; color: #111;}
.field-value{float: right; color: #555;}
.portfolio-gallery-field{width: 100%; float: left; padding-right: 0; padding-left: 0; border: none;}
.portfolio-gallery-field .field-value{float: none;}
 .project-description .field-value{float: left; font-size: 28px; color: #111; font-weight: 700;}
 .project-description{margin: 30px 0; }
 .portfolio-item .pager a{margin-top: 0;}
 .portfolio-item .pagenav{position: absolute; right: 0; top: 21px;}
 .portfolio-item .pager .previous{margin-right: 10px;}
.portfolio-item .pager .next>a, .portfolio-item .pager .previous>a{
  border: 3px solid #111;
  text-indent: -9999px;
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
}
.portfolio-item .pager .next>a::before{
      font-family: Font Awesome\ 5 Brands;
    display: block;
    content: "\f061";
    text-indent: 1px;
    float: left;
    width: 44px;
    height: 50px;
    line-height: 42px;
    font-size: 30px;
    color: #111;
}
.portfolio-item .pager .previous>a::before{
    display: block;
    content: "\f104";
    text-indent: 1px;
    float: left;
    width: 42px;
    height: 50px;
    line-height: 42px;
    font-size: 30px;
      color: #111;
}
.portfolio-item .pager .next>a:hover, .portfolio-item .pager .previous>a:hover{
  border: 3px solid #d0edff;

}
 .team-2-col{padding: 0 15px;}
.team-2-col h2{ font-size: 32px; color: #111;}
.team-2-col .border{border: 1px solid #e5e5e5; padding: 50px;}
.team-2-col .team-img{padding: 0;}
.center-v {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 50px;
}
/* default padding 100px */
 .view-article .section_m > .container,
.section_m > .container{
  padding:0 100px;
}
 .view-category .section_m > .container,
  .com_tags .section_m > .container{
    padding: 0 15px;
  }
  .com_contact .section_m > .container{
    padding:0 100px;
  }
  .category-desc{padding: 15px;}

@media (max-width: 1400px) {
  .navigation ul.menu {
    padding: 75px 75px 30px 50px;
  }


    .container {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width:1200px) {
  #breadcrumbs .block{padding: 70px 0;}
  #top_box a, .box-link{
    padding:  40px;
  }
  .navigation ul.menu {
    padding: 32px 75px 0 50px;
  }
  .navigation ul.menu>li{
    width: 33%;
    display: inline-block;
  }
  .navigation .deeper .level1{
    position: relative;
    top: 0;
  }
  .open-menu{
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .view-article .section_m > .container,
  .section_m > .container,
  .com_contact .section_m > .container {
    padding: 0 30px;
  }


}
@media (max-width:990px) {
  body, p, .contact .bg{font-size: 18px; line-height: 28px;}
  .contact-webpage{font-size: 14px; line-height: 18px;}

  #top_box a p, .box-link p{
    font-size: 15px;
    line-height: 20px;
  }
  .box-link, .box-link h2, .box{font-size: 30px;}
  #feature{padding: 100px 0;}
  .padding-top-150 { padding-top: 40px;}
  .junewsultra .vertical-align h2 a, .junewsultra .vertical-align h2, .junewsultra .vertical-align h4 a, .junewsultra .vertical-align h4{
    font-size: 26px;
    line-height: 30px;
  }
  .cols-4 .col-sm-3{
    width: 50%;
  }
  #main-box .cols-3  h2,
  #main-box .cols-3 h2 a,
  .team-2-col h2,
  #main-box .blog h2,
  .tag-item h2 a, .tag-item h2 {
    font-size: 20px; line-height: 28px;
  }
  .blog-item-margin{margin: 10px 0;}
  .cols-2 .blog-article-img{height: 340px;}

}



@media (max-width: 768px) {
  h1{font-size: 52px;}
  h2{font-size: 40px; line-height: 48px;}
  .navigation ul.menu>li{width: 50%;}
  #breadcrumbs .block{padding: 50px 0;}
  .breadcrumb-header{font-size: 48px; line-height: 50px; margin-bottom: 20px;}
  .tp-caption.excerpt, .excerpt{
    left: 30px!important;
    bottom: 30px!important;
    top: auto!important;
  }
  #fullwidth h1, #fullwidth h2{font-size: 42px; line-height: 40px;}
  #fullwidth #slider-arrow{display: none;}
  #fullwidth a{font-size: 30px!important;}
  #feature p{font-size: 20px; line-height: 31px;}
  #top_box a, .box-link{padding: 80px;}
  #top_box .custom{background-size: cover; margin-bottom: 30px;}
  #content-top{padding: 15px; margin: 0}
  #content-top h3{text-align: center;}
  .border-img{margin: 30px 0;}
  .border-img::before{display: none;}
  .a-box{margin-bottom: 40px;}
  #bottom p{margin-top: 10px;}
  #footer_copy p{float: none!important}
  #footer_copy{text-align: center;}
  .cols-2 .blog-article-img, .cols-3 .blog-article-img{height: 260px;}
  #sidebar-2 .block{padding: 0;}
  #sidebar-2{padding: 0;}
  .team-2-col .border{padding: 100px 20px;}

}


@media (max-width: 480px) {
  h1, .item-page-title{font-size: 42px;}
  h2{font-size: 36px; line-height: 42px;}
  h3{letter-spacing: 3px;}

  .navigation ul.menu>li{ width: 100%; }
  .open-menu{left: 0; z-index:15;}
  .navigation ul.menu { padding: 98px 75px 30px 24px;}
  .open{background: #fff;}
  .breadcrumb-header{font-size: 36px;}
  .tp-bullets{display: none;}
  #fullwidth h1, #fullwidth h2{font-size: 36px; line-height: 38px;}
  #fullwidth a{font-size: 26px!important;}
  #feature, #bottom{padding: 50px 0;}
  #bottom .title{margin-bottom: 75px;}
  .module-title .title, h3{font-size: 42px;}
  .padding-top-150{padding-top: 0;}
  .back-to-top{display: none;}
  #main-box .blog-item-margin{width: 100%;}
  .article_img .thumbnail{width: 100%;}
  .item-page-title{margin: 0px 0 20px 0;}
  .article-info .pull-right{float: left!important; margin-top: 10px; clear: both;}
  .search button{margin-top: 20px;}
  .tag-category .thumbnails > li{margin-bottom: 0;}

  /* START header fix top*/
  .header{
    height: 95px;
    width: 100%;
    position: absolute;
  }
  .open-menu-body .header{position: fixed;}
  .nav__handle{top: -5px;}
  .social-top{display: none;}
  section{margin-left: 0;}
  #brand {margin: 20px 0 20px 115px;}
  .section_m{margin-top: 95px;}
    /* END header fix*/
}
@media (max-width: 380px) {
  body, p, .contact .bg {
    font-size: 16px;
    line-height: 26px;
}
  h1, .item-page-title{font-size: 38px;}
  h2{font-size: 36px; line-height: 38px;}
  h3, .module-title .title{font-size: 34px;}{letter-spacing: 1px;}
  .more, .btn{font-size: 16px;}


  #fullwidth h1, #fullwidth h2{font-size: 26px; line-height: 32px;}
  #fullwidth a{font-size: 18px!important;}
  #fullwidth p{font-size: 16px!important; letter-spacing: 1px;}
  .cols-4 .col-sm-3{width: 100%;}

}
@media (max-height: 500px) {
  .social-top{display: none;}
  
}


/* ToolTip CSS  */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;

}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 8px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content, .tooltip > .tooltip-inner {
    font-size: 14px;
    font-weight: 100;
    color: #fff!important;
    text-shadow: none;
    text-align: center;
    line-height: 1.4em;
    padding: 10px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0);
    border-radius: 0px;
}

.tooltip > .tooltip-arrow{

  border-top-color: #fff!important;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;

}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: rgb(0, 0, 0);
    border-top-color: rgba(0, 0, 0);


}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-color: rgba(0, 0, 0);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: rgb(0, 0, 0);
    border-right-color: rgba(0, 0, 0);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: rgb(0, 0, 0);
    border-left-color: rgba(0, 0, 0);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(0, 0, 0);
    border-top-color: rgba(0, 0, 0);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-color: rgba(0, 0, 0);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(0, 0, 0);
    border-right-color: rgba(0, 0, 0);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(0, 0, 0);
    border-left-color: rgba(0, 0, 0);
}
.absolute-ef{position: relative;}


  .blog .readmore-link{margin-top: 20px; clear: both; display:block;  width: 103px;}
  .blog .comments-link{display:block; clear: both; margin: 15px 0 0 0; width: 150px;}
.absolute-ef .intro-article{position: absolute; opacity: 0;	-webkit-transition: opacity 0.35s; border: 3px solid #b06b66; margin: 0; display:flex;justify-content:center;align-items:center;
	transition: opacity 0.35s;
top: 10px; bottom: 10px; left: 10px; right:10px;  text-align: center;}
.absolute-ef .intro-article p{padding: 10px;color: #fff; font-weight: 600;}
.absolute-ef:hover  .intro-article { opacity: 1;}
.absolute-ef:hover img{opacity: 0.4;
    transform: rotate(360deg) rotate(10deg);
    transform: scale(1.5) rotate(10deg);
    -ms-transform: scale(1.5) rotate(10deg);
    -moz-transform: scale(1.5) rotate(10deg);
    -webkit-transform: scale(1.5) rotate(10deg);
    -o-transform: scale(1.5) rotate(10deg);
    opacity: 0.5;
}
.absolute-ef:hover a{color:#fff; background-color: #b06b66;}
.absolute-ef h2{text-align: center; margin: 0; padding: 0;}
.absolute-ef h2 a{background-color:#dba7a3; color: #fff; margin: 0; padding: 20px 0; display: block; }




/*End ToolTip*/
/*---------------*/
