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

News Portal Joomla! 3 Responsive Template - May 2018
Version 1.0

@copyright (C) 2018 JooThemes.net

http://joothemes.net

*******************************************************************************************/
body {
    font-size: 14px;
    color: #222;
    line-height: 24px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
::selection {
  background: #00add9; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #00add9; /* Gecko Browsers */
  color: #fff;
}

a {
    color: #00add9;
}

a:focus, a:hover {
    color: #064d8d;
}

h1 {
    color: #00add9;
    font-size: 40px;
    font-weight: 600;
    border-bottom: 1px solid #dddfdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    color: #064d8d;
    display: inline-block;
}

.item-page h2{
	display: inline;
}

h3 {
    font-size: 30px;
    color: #064d8d;
}

#container h3 {
    font-size: 26px;
}

p {
    font-size: 16px;
    color: #222;
    line-height: 26px;
}
ul{
  -webkit-margin-before:0em;
  -webkit-margin-after:0em;
  -webkit-padding-start:0em;
}

.top_social{margin-top: 55px;}
.social-icon {
    color: #222;
    font-size: 38px;
    padding: 5px;
    background: rgba(255, 255, 255, .2)
}
.social a{text-indent: -9999px; display: block;}


.social li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 10px;
}
.social li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #979896;
    border-radius: 50%;
    text-indent: -999999px;
    text-align: center;
    line-height: 9px;

}
.social .fa a::after{
  color: #979896;
  text-indent: 1px;
  display: block;
}
.social .fa a:hover::after{
  color: #fff;
}
.social li a:hover{
  border-color: #00add9; color: #fff; background-color: #00add9;}
.social_1 a::after{
      content: "\f09a";
}
.social_2 a::after{
    content: "\f099";
}
.social_3 a::after{
    content: "\f0d5";
}
.social_4 a::after{
    content: "\f167";
}
.social_5 a::after{
    content: "\f27d";
}
.social_6 a::after{
    content: "\f0e1";
}
.social_7 a::after{
    content: "\f16d";
}

.container {
    width: 1200px;
}

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

}

.navbar-default {
    border: none;
    height: 100%;
    background: #fff;
}
.headroom {
    transition: transform 300ms linear;
}

.navbar-header {
  padding-right: 50px;
  margin: 0;
  float: left;
}
#brand{
  text-align: center;
  margin: 40px 0;
}
#brand img {
    padding: 0;
    max-height: 48px;
    width: auto;
}

.top-newsletter{
  float: right;
  margin-top: 55px;
  margin-right: 15px;
}
.top-newsletter a{
  color: #222;
  border: 1px solid #dddfdc;
  border-radius: 3px;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 20px;
}
.top-newsletter a:hover{
  background-color: #00add9;
  color: #fff;
  border-color: #00add9;

}
.top-header{
  border-bottom: 1px solid #dddfdc;
}

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

}
.top-header{  opacity: 1; display: block;}
.darkHeader{ box-shadow:0px 0px 3px 0px #999; }
.darkHeader .top-header{display: none;  transition: opacity 2s ease-out;
    opacity: 0; }

.headroom--unpinned {
    transform: translateY(-100%);
}


/* Main menu*/

.center_top {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;

}
.darkHeader .center_top{margin-top: 14px;}


.navigation ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.navbar-collapse {
    padding: 0;
}

.navigation li {
    background: none;
    float: none;
    list-style: none;
    position: relative;
    margin: 6px 30px;
    display: inline-block;

}

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

.navigation span {
    padding: 8px 0 24px 0;
}
.navigation a, .navigation span {
    width: 100%;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.navigation span {
    display: block;
}

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

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

}

.navigation a:focus, .navigation a:hover, .navigation .current>a, .navigation .active>a {
    color: #00add9;
}

.caret {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -10px;
    top: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;

}

.caret:before {
    content: "\f107";
    font-size: 12px;
    color: #222;
}
.sfHover .caret:before{  color: #00add9;}

.navigation .deeper>ul {
    display:none;
    z-index: 9;
    position: absolute;
    top: 54px;
    left: -30px;
    padding: 0;
    width: 300px;
    background: #fff;

}
.navigation .deeper li {
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 5px 0;
}
.navigation .deeper .first{
  margin-top: 10px;
}

.navigation .level2 a {
    color: #222;
    white-space: nowrap;
    display: inline-block;
    width: 100%;


}

.navigation .level2 span {
    color: #222;
    padding: 5px 30px;
    width: 100%;
    display: inline-block;
}
.navigation .deeper .last{margin-bottom: 20px;}
.navigation .deeper>ul a:hover span, .navigation .deeper>ul .active>a span{
    color:#00add9;
}

.navigation .deeper>ul .caret {
    display: none;
}

.slicknav_menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: auto;
    top: 148px;
    background: none;
    padding: 0;
    margin: 0
}

.slicknav_menu .caret:before {
    color: #fff;
}

.slicknav_btn {
    margin-left: 15px;
    margin-bottom: 17px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #00add9;
    border-radius: 3px;
    padding: 12px;
    float: left;;
}

.slicknav_menu>ul {
    width: 100%;
    background-color: #064d8d;
    margin-top: 0px;
    padding: 10px 0;
}

#navigation .slicknav_nav a {
    color: #fff;
    text-align: center;
    font-size: 18px;

    padding: 12px;
}

.slicknav_arrow {
    display: none;
}

#navigation .slicknav_nav a:hover, #navigation .slicknav_nav .active>a {
    background-color: #00add9;
    color: #fff;
}

.slicknav_nav li {
    position: relative;
}

.slicknav_nav .caret:before {
    content: "\e900";
}


/* 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:22px;
    right:0px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:#fff;


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

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



.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 #00add9;}

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


/* Start Slider */
.tp-caption {}
#fullwidth  .tp-caption.excerpt, #fullwidth .excerpt{ max-width: 600px!important;  text-align: center;}

#fullwidth h1, #fullwidth h2 {
    font-size: 60px!important;
    text-transform: uppercase;
    line-height: 60px!important;
    font-weight: 800!important;
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 30px!important;
    float: none;
    border: none;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px!important;
    display: inline-block;
    letter-spacing: 5px;

}

#fullwidth p {
    text-align: center;
    font-size: 18px!important;
    text-transform: none;
    line-height: 22px!important;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
    width: 100%;
}

#fullwidth a {
    position: relative;
    float: none;
    display: inline-block;
    font-size: 18px!important;

    background-color: #00add9;
    color: #fff;
    line-height: 22px!important;
    border-radius: 3px;
    padding: 15px 30px!important;
    text-transform: uppercase;
    letter-spacing: 1px;


}

#fullwidth a:hover, #fullwidth a:focus, #fullwidth a:active {
    background-color: #fff;
    color: #222;
}

.box-bottom a {
    background-color: #fff;
}

#fullwidth .tp-rightarrow.default, #fullwidth .tp-leftarrow.default {
    background: rgba(0, 0, 0, 0.5);
    width: 45px;
    height: 95px;
    z-index: 50;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 95px;
    font: normal normal normal 14px/1 FontAwesome;
}
 #fullwidth .tp-leftarrow.default {

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 5px;

}
#fullwidth .tp-rightarrow.default{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 5px;
}

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

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

#fullwidth .tp-rightarrow.default:hover, #fullwidth .tp-leftarrow.default:hover {
    background: rgba(0, 173, 217, 0.8);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
}

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

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

#fullwidth .tp-bullets.simplebullets.square-old .bullet {
    background: rgba(255, 255, 255, 1);
    margin-right: 10px;
    height: 20px;
    width: 20px;
    transition: all 0.4s ease 0s;
    z-index: 10;
    border-radius: 50%;
}

#fullwidth .tp-bullets.simplebullets .bullet:hover, #fullwidth .tp-bullets.simplebullets .bullet.selected {
    background: rgba(0, 173, 217, 0.8);
}

#fullwidth .tp-bullets .first {
    margin: 0;
}

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


/* End slider */

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

/* start  block*/
.blue .moduletable{ background: #0587c1; color: #fff; text-align: center; padding: 30px;}
.blue p{color: #fff; font-size: 14px;}
.blue .module-title .title, .blue .title span{color: #fff;}

.blue2 .moduletable{ background: #064d8d; color: #fff; text-align: center; padding: 30px;}
.blue2 p{color: #fff; font-size: 14px;}
.blue2 .module-title .title, .blue2 .title span{color: #fff;}

.grey .moduletable{background: #f9f9f9; padding: 30px 20px;}

/* end  block*/
/* start more buttons, btn */

.more, .btn, button {
  color: #222;border: 1px solid #dddfdc;border-radius: 3px;padding: 10px 20px;text-transform: uppercase; display: inline-block;
}

.more:hover, .btn:hover, button:hover,
.more:focus, .btn:focus, button:focus,
.more:active, .btn:active, button:active{
background-color: #00add9; color: #fff;border-color: #00add9;

}
.btn span{display: none;}
.readmore, .readmore-link {color: #222;border: 1px solid #dddfdc ;border-radius: 3px;padding: 10px 20px;text-transform: uppercase; display: inline-block;}
.readmore:hover, .readmore-link:hover{background-color: #00add9; color: #fff;border-color: #00add9;}
p.readmore{border: none; padding: 0; margin: 0;}
p.readmore:hover{ border: none; background: none;}

.jcomments-links{margin-top: 30px;}
.comments-link, .readmore-link{ background-image: none;}


.blue .more, .blue2 .more  {color: #fff; line-height: 20px;  margin-top: 25px;}
.blue .more:hover, .blue2 .more:hover{color: #222;  background: #fff; border: 1px solid #fff;}
.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%;}


/* start showcase  */

#showcase {
    padding: 80px 0;
    background-color: #fff;
}
#showcase i{ display: block; color: #064d8d; font-size: 70px; margin-bottom: 20px; transition: all 1s ease;}
#showcase .col-sm-4:hover i{ color: #00add9;  }
#showcase .title{}
#showcase .col-sm-4{text-align: center;}

#showcase h3 span {
    font-size: 30px;
}





#showcase .module-content p {
    font-size: 18px;
    line-height: 30px;
}

#showcase a{
    padding: 10px 20px;
    background-color: #00add9;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

#showcase a:hover{
    background-color: #064d8d;
    color: #fff;
}


/* end showcase  */


/* start top_about  */

#top_about  .title{text-align: center;}
#top_about{
  background: #f9f9f9;
  padding: 60px 0 20px 0;
}

 .news-item.grid{background: none!important; padding: 15px; border-radius: 0; margin: 0;  margin-bottom: 30px;}
 .news-item.grid h2 a{  padding: 0;border-radius: 0;  width: 100%}
.news-item.grid h2 a span{ font-size: 24px; display: table-cell; vertical-align: middle;}
 .news-item.grid h2 a:hover{ }
 .tc_latestnews{margin-left: -15px; margin-right: -15px;}
.tc_latestnews .list_layout{ margin: 15px!important;}
div.tc_latestnews .news-item .more, div.tc_latestnews .news-item.grid .more{
  background: #0587c1; border: none!important; color: #fff; padding: 10px 20px!important;
}
div.tc_latestnews .news-item .more:hover, div.tc_latestnews .news-item.grid .more:hover{
  background: #00add9;
}

div.tc_latestnews .news-item .post_date, div.tc_latestnews .news-item.grid .post_date{
  font-style:normal!important;
}

.owl-item h2 a{ color: #00add9!important;}
.owl-item h2 a:hover{ color: #064d8d!important;}

.owl-buttons{ position: absolute; top: 0; width: 100%}
 .owl-theme .owl-controls .owl-buttons div{border-radius: 0;}
#tc-news-carousel .owl-controls .owl-prev,  #tc-news-carousel .owl-controls .owl-next{ background: #064d8d; color: #fff;}
#tc-news-carousel .owl-controls .owl-prev:hover,  #tc-news-carousel .owl-controls .owl-next:hover{ background: #00add9; color: #fff; opacity: 1;}

 #tc-news-carousel .owl-controls .owl-prev{left: 2px!important;}
 #tc-news-carousel .owl-controls .owl-next{right: 2px!important}
 div.tc_latestnews .news-item .more,  div.tc_latestnews .news-item.grid .more{  padding: 10px 20px; margin-top: 20px; border: none;}
 div.tc_latestnews .news-item .post_date, div.tc_latestnews .news-item.grid .post_date{color: #064d8d}

/* START JUNewsUltra  */
.junewsultra .jn-left img{margin-bottom: 30px;}
.junewsultra .jn{margin-bottom: 30px;}

.no-padding  [class*=" col-"]{ padding: 0;}
.jn-small{color: #222; font-size: 14px;}
.jn-category a, .category-name a{color: #fff; background: #999999; padding: 4px 6px; border-radius: 3px; text-transform: uppercase; font-size: 12px; line-height: 24px;}
.jn-category a:hover, .category-name a:hover{ background: #00add9;}
.junewsultra h2, .junewsultra h4{margin-top: 15px;}
.junewsultra h2 a, .junewsultra h2, .junewsultra h4 a, .junewsultra h4{ color: #064d8d; font-size: 18px; font-weight: 500;}
.junewsultra h2 a:hover, .junewsultra h4 a:hover{color: #00add9;}
.jn-hit-n-rating{ display: block;}
.jn-right, .jn-intro, .jn-more{padding:0 20px;}

.jn-intro{color: #222; font-size: 14px; line-height: 24px; font-weight: 500; margin-top: 10px;}
.category-name a{color: #fff!important; }
.junewsultra .readmore{margin-top: 30px; margin-right: 10px;}

/* col-1 */
.col-1{display: inline-block;   border-bottom: 1px solid #e1e1e1; margin-bottom: 25px;}
.col-1 h4{margin-top: 0; font-size: 14px;}
.col-1 h4 a{font-size: 14px;}
.col-1 .jn-right{padding: 0; padding-left: 20px; float: right; width: 70%; display: block;}
.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;}
.jn-slider .jn-right{position: absolute;  bottom: 0; left: 0; right: 0; background-color: rgb(6, 77, 141); background-color: rgba(6, 77, 141, 0.8);   padding-bottom: 20px; padding-top: 10px; z-index: 9;}
.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: #222;
    padding: 4px 6px;
    border-radius: 3px;
    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: #222;

  top: 30px;
}
#sidebar-2 .nbs-flexisel-nav-right{
  right: 10px;
  }

  #sidebar-2 .nbs-flexisel-nav-left{
    right: 50px;
    }



/* END JUNewsUltra  */

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



/* start feature  */
#feature {
    margin-top: 0px;
    padding: 80px 0 40px 0;
    background: #f1f4f6;
}
#feature .title {
  color: #fff;
  margin-bottom: 20px;

}
#feature .moduletable {margin-top: -230px; z-index: 91; position: relative;}
/* END feature  */

/* start blog-featured  */
.blog-padding{padding: 0 20px;}
.blog-featured .btn{margin-top: 20px;}
.item-title{
  margin: 20px 0 30px 0;
}
.item-title a{
  font-size: 18px;
  color: #064d8d;
  line-height: 20px;
  font-weight: 500;

}
.items-leading .item-title a{
  font-size: 24px;
  color: #064d8d;
  font-weight: 500;

}
.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: 350px;}
.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: #00add9;}
.item-image{margin-bottom: 30px;}
.article-info{margin: 0;}
.items-more{float: left;}

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




.createdby {
    font-size: 14px ;
    color: #333 ;
    font-weight: 500;
    position: relative;

}

.createdby:before {
    top: 2px;
}







#top_box .lnd_introdate {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}


#main #container {
    background: none;
    padding-bottom: 30px;
}
.article-body  .pull-left{ margin-right: 15px;}
.article-body  .pull-right{ margin-left: 15px;}

#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;
}
#bottom_gallery .module-title {
  margin-top: 50px;

}

.portfolio-item {
    padding: 0px!important;
}
#bottom_gallery .jweb-item-content{position: absolute; bottom: 0px; left: 0px; right: 0px;  background-color: rgb(6, 77, 141); background-color: rgba(6, 77, 141, 0.8); z-index: 9;}
.jweb-item-content h4{ z-index: 9; font-size: 18px; color: #00add9; font-weight: 300;}
.jweb-item-image:hover .jweb-item-content{}
.jweb-item .jweb-item-content .jweb-content-description{ font-size: 16px;}
.jweb-item .effect-julia{ background-color: #064d8d;}

div.effect-julia img{}


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

.module-title .title {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;

}

.title span {
    clear: both;
    color: #00add9;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    letter-spacing: 5px;

}


#top_box {
    padding: 80px 0;
    background-color: #00add9;
}

#top_box .title {
    color: #fff
}


#top_box a:hover {
    color: #064d8d;
}

.box-bottom {
    margin: 30px 0;
}

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

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






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




#footer {
    padding: 80px 0 40px 0;
    position: relative;
    background-color: #064d8d;
    overflow: hidden;
}

#footer h3 {
    color: #fff;
}
#footer .title{ font-size: 20px; text-transform: none; font-weight: 400; border-bottom: 1px solid #0a5da7; padding-bottom: 20px;}

#footer  .module-content ul li{border: none; margin: 0;}
#footer  .module-content ul li:first-child{margin-top: -10px;}
#footer p{font-weight: 300; color: #fff; font-size: 14px; line-height: 22px; margin-top: -5px;}
#footer a{color: #fff;}
#footer a:hover{color: #00add9;}
#footer .block {
    padding: 0;
}

#footer .moduletable {
    padding: 0;
}
#footer_social{
  background: #022c51;
  padding: 30px 0;
  text-align: center;
}
#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: #222; font-size: 14px;}
#footer .tagspopular li a:hover,  #footer .tags a:hover{
  background: #00add9; color: #fff;}


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 #00add9;
    color: #333;
    padding: 13px;
    font-weight: 400;
    box-shadow: none !important;
    font-size: 18px;
}

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 #00add9;
}

.control-group {
    margin-bottom: 25px;
}
.control-group-m{ margin-bottom: 15px;}
.control-group-zal{ margin-top: 10px;}
.rsform{margin-top: -10px;}
.rstextarea {
    height: 187px;
}




.control-group span {
    color: #064d8d;
}

.mod-rscontact-error {
    color: #064d8d !important;
}
.formControls{ margin-bottom: 15px;}
.form-horizontal .control-label{width: auto; margin-right: 15px; font-size: 18px; color: #222; padding: 0;}
.formControls button{ margin: 0;}


 #footer .btn-primary{margin-right: 15px; margin-top: 0; border: none; background: #fff; color: #222;}
 #footer .btn-primary:hover{  background-color: #064d8d; color: #fff;}

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

}

#footer [class^="iconn-"], [class*=" iconn-"] {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
}

.footer_time {
    margin-left: -4px;
}

.footer_time .custom {
    margin-left: 8px;
}

table.acymailing_form {
    width: 100%;
}

table.acymailing_form td {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 26px;
}

table.acymailing_form tr {}

#footer fieldset .col-md-6 {

}

#map_canvas {
    color: #333;
}

.acymailing_module label {
    margin-left: 30px;
}

.acyterms input, .acyterms a {
    float: left;
    margin-right: 6px;
}

div.acymailing_module_success {
    background: #fff !important;
    text-align: center;
    vertical-align: middle;
    color: #222!important;
    font-size: 18px;
    line-height: 260px;
}

.acy_requiredField {
    margin-left: 0 !important;
}

.acymailing_module h2{font-size: 36px; margin-bottom: 30px; margin-top: 20px;}
.acymailing_module input{padding: 15px!important; width: 100%;}
.acymailing_form .button {
    margin-top: 10px !important;
}
#closepop{width: 25px!important; height: 25px!important; font: normal normal normal 14px/1 FontAwesome!important; top: 10px!important; right: 5px!important; border: none!important; font-size: 24px!important;}
#closepop::before {
      content: "\f00d"!important;
}
#acymailingpopup html{overflow:hidden!important;}

#footer_menu {
    padding: 30px 0;
      background-color: #fff; border-top: 1px solid #e5ebef;
}

#footer_menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer_menu li {
    margin: 15px;
    list-style: none;
    padding: 0;
    display: inline-block
}

#footer_menu a {
    font-weight: 500;
    color: #00add9;
}

#footer_menu a:hover {
    color: #064d8d;
}

#footer_social ul {
    -webkit-padding-start: 0 !important;
    -moz-padding-start: 0 !important;
}


#footer_social li {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 7px;
}

#footer_social li:first-child {
    margin-left: 0;
}
#footer_social a{border-color: #fff; color: #fff;}
#footer_social a::after{color: #fff;}


#footer_social li a:hover {
    color: #fff;
    border-color: #00add9;
}

#footer_copy{padding: 30px 0 15px 0;}
#footer-logo{background-color: #fff; padding: 60px 0;}
#footer-logo .more{ margin-top: 0;}

#copy {
    text-align: center;
    padding: 20px;
    background-color: #fff; border-top: 1px solid #e5ebef;
}
#breadcrumbs {background: none; padding: 0;}
#breadcrumbs .block {
    background-color: #fff;
    padding: 20px 0;
    border-top: 1px solid #dddfdc;
    border-bottom: 1px solid #dddfdc;
}

.breadcrumb {
    background: none;
    color: #fff;


}

.search button {
    font-weight: 500;
    margin-top: 7px!important;

}

.breadcrumb a {
    color: #00add9;
}

.breadcrumb a:hover {
    color: #064d8d;
}

#main {
    margin-top: 10px;
}

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

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

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

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

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: #e7e7e7;
}
.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 0 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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#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: #064d8d;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
}

#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: #00add9;
    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:#00add9; padding: 20px; border: none; margin-left: 20px;}
.article-index .nav-tabs>li a{ padding: 5px; color: #fff; display:block; border-radius: 3px;}
.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: #064d8d; color: #fff; border: none; border-radius: 0;}

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

#main-box  .blog h2 {
    margin-bottom: 0;
}

#main-box .blog h2 a {
}

#main-box .blog h2 a:hover {
    text-decoration: none;
}

#main-box .blog .page-header {
    border: none;
    margin-bottom: 0!important ;
}

.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: #00add9; margin-right: 5px;  padding: 15px; font-size: 18px;}
.tabs .open a, .tabs .tabs a:hover{ background: #064d8d;}
.pane-sliders .panel h3{ margin: 0; padding: 0; font-size: 18px;}
.pane-sliders .panel h3 a{color: #fff; display:block; background: #00add9; 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: #064d8d;}
.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%;
    vertical-align: middle;
    overflow: hidden;
    height: 150px;
}
.cols-2 .blog-article-img{height: 350px;}

.blog-article-img img {}

.separator-line {
    background-color:#dddfdc;
    height: 1px;
    margin-top: 8px;
}

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

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

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

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

.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;
    margin-left: 5px;
    margin-right: 10px;
}

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

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

.article-body ul{
	padding-left: 19px; padding-top: 9px;
}

.pager li>a, .pager li>span {
    border-radius: 3px;
    border: none;
    color: #fff;
    background-color: #064d8d;
}

.pager li>a:hover, .pager li>span:hover {
    background-color: #00add9;
    color: #fff !important;
}

h1 a {
    color: #00add9;
}

.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;
}

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

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

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

.result-category .small {
    color: #064d8d;
    padding: 6px 0;
    display: block;
    font-weight: 700;
}

.result-created {

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

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

.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: #00add9; border: none; color: #fff;}
.btn-primary:hover{background: #064d8d;}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary, .btn-primary:focus {
    background-color: #00add9;
      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.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-color: #00add9;
}

.alert {
    padding: 0;
    color: #064d8d;
}

.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: #064d8d;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    background-color: #c0f2ff;
    border-radius: 3px;
}

.categories-list h3 a:hover {
    background-color: #064d8d;
    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: #064d8d ;
    font-size: 18px;
    display: block;
    padding: 22px ;
    background-color: #c0f2ff ;
}

.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: #00add9;
    padding: 22px;
    border-radius: 3px;

}

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

.accordion-inner {
    border: none;
    padding: 0;
}

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

.contact .bg span {
    display: block;
}

.contact-webpage {
    font-size: 14px;
}

.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: 125px;
    margin-top: -50px;
}

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

.contact-articles li a {
    padding: 8px 15px;
    background-color: #c0f2ff;
    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: #064d8d !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: #c0f2ff;
    color: #333;
    font-size: 18px;
}

.tagspopular li a:hover, .tags a:hover {
    padding: 5px 10px;
    background-color: #064d8d;
    color: #fff;
    font-size: 18px;
}

.categories-module a, .newsflash a {
    color: #333;
    font-size: 18px;
}
.categories-module a:hover, .newsflash a:hover {
  color: #00add9;}
.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: 30px; }
#sidebar-2{margin-top: 10px;}
#sidebar-2 .menu a {
    padding: 0;
    padding-left: 15px;
    position: relative;
    color: #222;
    font-size: 18px;
    padding-bottom: 0px;
    display: block;

}

#sidebar-2 .menu a:before {
    height: 4px;
    width: 4px;
    background-color: #00add9;
    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: #00add9;
}


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


}
.module-content ul li::before{display: none;}
#sidebar-2 .module-content ul li{margin-bottom: 10px; padding-bottom: 10px;     border-bottom: 1px solid #e1e1e1;}
#sidebar-2 .module-content ul li:last-child{border: none; margin-bottom: 0; padding-bottom: 0;}
.latestnews a{font-weight: 700; color: #999999;}
.latestnews a:hover{ color: #064d8d;}
.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;
}

.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: #064d8d;
    color: #fff ;
}

.tags ul, .tag-category ul {
    float: left;
    margin: 0;
    padding: 0;
}

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

.tag-category li a {
    font-size: 18px;
}

.tag-category li h3 {
    padding: 0;
    margin: 0;
}
.tag-category .intro-article{margin-top: 15px;}
.tag-category  .tag-item{margin: 20px 0;}
.tag-category .separator-line:last-child{display: block; margin-bottom: 15px;}
.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: 24px;
}

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

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

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

.portfolio h2 {
    color: #00add9;
}

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

.jweb-item .jweb-item-content .jweb-content-description, .jweb-content-title {
    font-size: 18px;
    color: #fff !important;
}

.jweb-content-title {
    font-size: 22px !important;
}

.open-popup-link, .jweb-icon a {
    background: #00add9;
      border-radius: 3px;
}

.open-popup-link:hover, .jweb-icon a:hover {
  background: #222;

}

.jweb-icon.icon-lightbox:hover, .jweb-icon.icon-url:hover {

}

.jweb-portfolio-filters #filter .jweb-filter a.active, .jweb-portfolio-filters #filter .jweb-filter a:hover {
    background: #00add9 ;
    color: #fff ;
    border-radius: 3px;
}

.jweb-portfolio-filters #filter .jweb-filter a {
    box-shadow: none;
    background: #ebebeb ;
    box-shadow: none ;
    font-size: 16px;
    color: #333 ;
    text-transform: uppercase;
    font-weight: 600 ;
    transition: all 0.3s ease 0s;
}

.jweb-portfolio-filters {
    margin-bottom: 30px;
}

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

.jweb-filter {
    margin-bottom: 8px;
}

.jweb-image-popup {
    width: 100% !important;
}

.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: #064d8d;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}

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

.member span {
    font-size: 18px;
    color: #00add9;
    display: block;
}
.avatar ul li a{border-radius: 3px;}
.back-to-top {
    background-color: #00add9;
    bottom: 2em;
    right: 2em;
    color: #fff;
    display: none;
    font-size: 30px;
    padding: 10px 15px;
    position: fixed;
    text-decoration: none;
    font: normal normal normal 14px/1 FontAwesome;
    border-radius: 3px;

}
.back-to-top::after{  content: "\f106"; font-size: 30px;}
.back-to-top:hover {
    background-color: #064d8d ;
    color: #fff;
}
section{padding-top: 224px;}




@media (max-width: 1570px) {


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

@media (max-width:1200px) {
  #feature .moduletable{margin-top: -170px;}
}
@media (max-width:990px) {
.blog-article-img{height: 250px;}
.separator-line{display: none;}
.blog-item-margin{margin-top: 20px;}

.blog .cols-3 .blog-item-margin{width: 33.3333%;}
}

@media (max-width:900px) {

  .top-newsletter{display: none;}

   #header .top_social{z-index: 99;}

   .top_social{margin-top: 10px; width: 100%; text-align: center;}
    .top_social .social li {
       display: inline-block;
       float: none;
       margin:0 5px;
   }
   #brand{width: 100%; margin: 20px 0;}
   #navigation{height: 210px;}
  .darkHeader #navigation{height: 76px;}
  .darkHeader .slicknav_menu{top: 16px;}
   section{padding-top: 180px;}
   .center_top{margin-top: 11px;}
    .slicknav_menu {
        display: inline-block;
        z-index: 9;
    }
    .top-search{z-index: 99;}
    .navigation {
        display: none;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
    .slicknav_menu .sub-menu {
        width: 100%;
    }
    .headroom--unpinned {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .header--fixed {
        position: relative;
    }
    body #wrap {
        padding: 0 !important;
    }



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

@media (max-width: 768px) {
  .blog .cols-3 .blog-item-margin{width: 100%;}
  .junewsultra .jn-slider a, .junewsultra .jn-slider h4{font-size: 14px;}
  .jn-slider .jn-small a{font-size: 12px;}
  .leading-blog{border: none; padding-bottom: 0;}
  .blog-featured .item{margin-bottom: 40px;}
  .row-border{display: none;}
  #content-bottom{padding: 0;}
  #sidebar-2{float: left; width: 100%;}
  #feature {padding: 30px 0;}
  #feature .moduletable{margin-top: 10px; }
  .junewsultra .jn{margin-bottom: 30px; width: 100%;}
  .junewsultra .jn-left img{width: 100%;}
  .junewsultra .jn-last{margin-bottom: 0;}
  #feature .title{color: #222;}

  section{padding-top: 0;}
  .header{position: relative;}
 .back-to-top{display: none!important;}
  #footer_menu p{text-align: center; width: 100%;}
  #footer .title{margin-bottom: 25px;}
  #fullwidth h1{font-size: 48px!important;}
  #fullwidth p{font-size: 16px!important; padding: 0 15px!important;}
  #fullwidth .tp-rightarrow.default, #fullwidth .tp-leftarrow.default{display: none;}



}


@media (max-width: 480px) {
  .blog-item-margin{margin-top: 10px;}
  .blog-article-img{height: 250px;}
  .blog .col-xs-6{width: 100%;}
  .title-center, #top_about  .title, #bottom_gallery .title{text-align: left;}
  #footer_social li{margin-bottom: 10px;}
  #fullwidth h1{font-size: 38px!important;}
  #fullwidth p{font-size: 14px!important; padding: 0 15px;}
  #bottom{padding-bottom: 0;}
  .owl-theme .owl-controls{margin-left: 10px; text-align: left!important;}
  .tc_latestnews .list_layout{margin-top: 0!important; margin-bottom: 0 !important}





}
@media (max-width: 380px) {

  #header .top_social{display: none;}
  .slicknav_menu {top: 109px;}
  #navigation{height: 169px;}



}


/* 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 {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    font-weight: 600;
    text-shadow: none;
    text-align: center;
    line-height: 1.4em;
    padding: 15px;
    background-color: rgb(255, 255,255);
    background-color: rgba(255, 255,255);
    -webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.29);
box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.29);
border-radius: 3px;
}

#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(255, 255, 255);
    border-top-color: rgba(255, 255, 255);
}

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

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

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

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

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

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

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

.blog-article-img {}
  .blog .readmore-link{margin-top: 20px; clear: both; display:block;  width: 150px;}
  .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 #064d8d; 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: #064d8d;}
.absolute-ef h2{text-align: center; margin: 0; padding: 0;}
.absolute-ef h2 a{background-color:#00add9; color: #fff; margin: 0; padding: 20px 0; display: block; }


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


/*---------------*/
.mfp-close::after{display: none;}
.kontakt #main{display: none;}



.rsform-upload-box {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.rsform-upload-box + label {
    color: #fff;
    background-color: #00add9;
    font-size: 18px;
      display: inline;
    padding: 10px 20px;
}
.rsform-upload-box + label span{  color: #fff;}

.rsform-upload-box:focus + label,
.rsform-upload-box.has-focus + label,
.rsform-upload-box + label:hover {
    background-color: #fff;
    color: #00add9;
}
.rsform-upload-box + label:hover span{ color: #00add9;}


.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    overflow: auto;
}

.nbs-flexisel-inner {

    overflow-x: hidden;

    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;

}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    border-radius:3px;
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: -70px;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{
    background: #00add9;

}

.nbs-flexisel-nav-left {
    right: 40px;
}

.nbs-flexisel-nav-left:before {
      content: "\f104";
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 0px;
}

.nbs-flexisel-nav-right:before {
        content: "\f105";
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}





/* start jn-comment */
.jn-more .readmore{margin-bottom: 20px;}
.readmore-link{margin-right: 10px; margin-bottom: 10px;}
.comments-link{padding: 0;}
.jn-comment-link, .comments-link{color: #999; font-size: 12px;  white-space: nowrap;}
