/*micro */
html,
body {
    height: 100%;
}

body {
  overflow-x: hidden;
   padding-top: 70px;
   color: #34495E;

}
body > .container {
  padding: 60px 15px 0;
}
p {
  font-size: 1em;
  color:7a8080;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #63889b!important;
  outline: none;
}

.mask a,
.mask a:hover,
.mask a:focus,
.mask a:active,
.mask a.active {
  color: #bedbea!important;
  outline: none;
}
footer a{
  color:63889b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #63889b;
  color: white;
}
hr.star-primary {
  border-color: #eff7fb;
}
hr.star-primary:after {
  background-color: white;
  color: #eff7fb;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #63889b;
  color: white;
}
header .container {
  padding-top: 300px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 300px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
.navbar-default {
  background-color: #eff7fb;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #63889b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #63889b;
  background-color: transparent;
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #63889b;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #eff7fb;
  outline: none;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(99, 136, 155, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #63889b;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #63889b;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #eff7fb;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #dbedf6;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #eff7fb;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #eff7fb;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
/*micro-nyss*/

  .container-inner {
      max-width: 1380px;

      width: 100%;
      margin: 0px auto;
  }
  .search-menu{
  top:20;
  z-index:200;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 1340px;
}

.middle-row{
  background:#93ABBA!important;
}

.logo-carousel {

    top: 150px;
    max-height:50px;
}

.img-logo-mobile {
    width: 20%;
    padding: 0px;
    margin: 0px;
    float: left;

}


.gosearch{
  float:right;
}


.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 0px;
    padding-right: 0px;

}


.jumbotron {
    position: relative;
background: url("../img/ThinkstockPhotos-489554476-1170x352.jpg")   no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;

}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;

}
footer .container{
  padding-top:0px;
}

#footer-bottom #scroll-to-top {
    background: none repeat scroll 0% 0% #93ABBA;
    color: #697F8D;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 30px;
    display: block;
    margin: 0px auto -30px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
}

#footer-bottom #scroll-to-top i {
    font-size: 38px;
    position: relative;
    top: -7px;
}

#footer-bottom .pad {
    padding-top: 30px;
}
footer .pad {
    padding-bottom: 30px;
}
.pad {
    padding: 30px 30px 20px;
}
/*nyss_carousel.css */




.carousel {
    height: 78%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 0px 0;
}


 .ss{


      bottom: 0;
      left: 0;
      margin: auto;

      position: relative;
      right: 0;
      top: 40%;
      -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
      transform: translate(0,-50%);
      padding: 0 20px;
      width: 100%;
      z-index:100;


}
.ss h4{
  font-size:2em;
  color:#06255B;
 font-weight:bold;
 text-align:left;

}
.ss h6{
  font-size:1.7em;
  color:#06255B;
text-align:left;

}
.ss p{
  font-size:1.4em;
  color:#06255B;
max-width:400px;
text-align:left;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, transparent 100%);
    background-repeat: repeat-x;
}


.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(147, 171, 186, 1);
  border: 1px solid #93ABBA;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #A32354 ;
    border: 1px solid #A32354;
}

.carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 0%;
    z-index: 15;
    width:100%;
    padding: 0px;
    margin:0px;
    text-align:center;
    list-style: outside none none;

      background:#DDEDF5    ;
}

/*nyss_contenthover.css */

.contenthover {
padding: 20px 20px 10px 20px;
}
.contenthover, .contenthover h3, contenthover a {
color: #fff;
}
.contenthover h3, .contenthover p {
margin: 0 0 10px 0;
line-height: 1.4em;
padding: 0;
}
.contenthover a.mybutton {
display: block;
float: left;
padding: 5px 10px;
background: #3c9632;
color: #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.contenthover a.mybutton:hover {
background: #34742d
}
.demo {
margin: 20px auto;
}
.mybackground {
background: url(transparent_bg.png);
}
h1 { margin-top:150px;}

/*nyss_top_logo.css */





/*start navbar */
#navbar-basic .navbar-brand{
display:none;
}

#navbar-basic {
  /*  background-color: rgba(239,247,251, 1)!important; */
}

#navbar-basic .navbar-collapse {
    /*   background-color: rgba(239,247,251, 1)!important; */
}

#navbar-basic .container{
  /*   background-color: rgba(239,247,251, 1)!important; */
}

#navbar-basic.navbar-default .navbar-brand {
    color: rgba(239,247,251, 1);
}

#navbar-basic.navbar-default {
    font-size: 16px;


    background: #222222!important;
    border-color: #eff7fb;
    border-width: 1px;
    border-radius: 0px;
}

#navbar-basic.navbar-default .navbar-nav>li>a {
    color: rgba(91, 120, 130, 1);
    background: rgba(239,247,251, 1);
    text-transform: uppercase;

}
#navbar-basic.navbar-default .navbar-nav>li>a:hover,
#navbar-basic.navbar-default .navbar-nav>li>a:focus {
    color: rgba(91, 120, 130, 1);

    background: rgba(221,235,240, 1);
}

#navbar-basic.navbar-default .navbar-nav>.active>a,
#navbar-basic.navbar-default .navbar-nav>.active>a:hover,
#navbar-basic.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(91, 120, 130, 1);
    background: rgba(168,196,204, 1);

}
#navbar-basic .in-sbmenu{

  font-size:14px;
  text-align:left;
}
#navbar-basic.navbar-default .navbar-toggle {
    border-color: #f0f5f7;
    background-color: #c7d8e2;
    color:#5B7882;
}
#navbar-basic.navbar-default .navbar-toggle:hover,
#navbar-basic.navbar-default .navbar-toggle:active,
#navbar-basic.navbar-default .navbar-toggle:focus {
  /*  background-color: rgba(168,196,204, 1);
    background:rgba(168,196,204, 1);*/
    background: #A8C4CC;
}
#navbar-basic.navbar-default .navbar-toggle .icon-bar {
    background-color: #93ABBA;
    background: #f0f5f7;
}
#navbar-basic.navbar-default .navbar-toggle:hover .icon-bar,
#navbar-basic.navbar-default .navbar-toggle:focus .icon-bar {

    /*background: #0a3696;*/
}


 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a{
	filter:none;
}
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a:hover{
 filter:none;
}

 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a:active{
 filter:none;
}
 .navbar-default {

    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0);
}

.navbar-default {

    border-color: #87B1E3;
}
#navbar-basic .grid-basic {

}

#navbar-basic  .grid-basic [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
    text-align: center;
    line-height: 2;
    /*background: rgba(221,235,240, 1);*/
    border: 1px solid #ddebf0;
  }


#navbar-basic .dropdown-menu {
/*background-color:rgba(221,235,240, 1);
background:rgba(221,235,240, 1);*/
}


#navbar-basic .dropdown-menu .in-sbmenu a{
  display: block;
  padding: 4px 10px;
  border-bottom: 1px solid #c6dae0;
  color: #527481;
}

#navbar-basic .dropdown-menu .in-sbmenu a:hover{
  color:#323e43;
  background: none repeat scroll 0% 0% #c6dae0;
  text-decoration:none;
}
#navbar-basic .dropdown-menu .in-sbmenu {

    margin-bottom: 20px;
    padding: 10px 10px 1px;
}

#navbar-basic .dropdown-menu h4{
  color:#4f666e;
}



#navbar-basic .thumbnail {
background:rgba(240,245,247, 1);
border-color:rgba(240,245,247, 1);
}


.open{
  background-color:rgba(240,245,247, 1);
background:rgba(240,245,247, 1);
}





.dropdown-menu{
background-color: rgba(221, 237, 245, 1);
border: 1px solid rgba(221, 235, 240, 1);
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #DBDBDB 0px, #E2E2E2 100%);
    background-repeat: repeat-x;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0) inset;
}
.container{
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
padding-bottom:0px;
}
/*end navbar*/
/*start content */
.c-left{

  background:#93ABBA;
  padding:0px;
}

.c-right{

  background:#93ABBA;
  padding:0px;
}
#navbar-content.navbar-default {
    color: rgba(239,247,251, 1);
    background-color:#cdd0d1;
    background:#cdd0d1;
    padding:0px;
    margin:0px;

}

#navbar-content.navbar-default img{

float:left;

}
#navbar-content.navbar-default h4{
padding-top:20px;
  color:#67696a;
  font-size:1.8em;
font-weight: 300;
}


#navbar-content.navbar-default p{
  font-size:1.4em;
  color:#67696a;

}


.grid-item-content {
  height: 100px;
  background: #CCC;
  border: 2px solid rgba(0,0,0,0.3);

}

.grid-item-content--height2 { height: 200px; }



.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */




.grid-item {
    float: left;
    position: relative;
    line-height: 1em;
}


.grid-sizer { width: 33.33%; }
.grid-item { width: 33.33%; }


@media screen and (max-width: 1224px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 33.33%; }
  .grid-item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 50%; }
  .grid-item { width: 50%; }
}

@media screen and (max-width: 480px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 100%; }
  .grid-item { width: 100%; }
}

.image{
    max-width: 100%;
    margin: 0;
    display: block;
}

.image:after {
    clear:both;
}

.overlay-front {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.overlay-front .title {
    text-align: center;
    font-size: 1.8em;
}

.overlay-front .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
    font-size: 1.3em;
}

.overlay-front .description p {
    margin: 20px;
}

.grid-item:hover .overlay-front {
    display: block;
}
/* end content */
/*start footer */
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  color:#8D9CB7;
 background:#222c30;
}

footer .text-muted{
    color:#8D9CB7;
}



.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.registration{
padding-top:20px;
  background:#1da3c5;
  color:#FFFFFF;
  padding-bottom:20px;
}

.reg-button{
  background:#116f87;
}
.footer-menu{

  background:#FFFFFF;
}
.panel {
    margin-bottom: 20px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.panel a{

      background-color: transparent;
}
#footer_accordion .panel {
    padding-left: 20px;
    border: 0px none;
    box-shadow: none;
    float: left;
}

a {
    background-color: transparent;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #FFFFFF 100%);
    background-repeat: repeat-x;
}

/*
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #AFB6BA;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -moz-user-select: none;
}
.btn-default {
    color: #80888C;
    background-color: #FFF;
    border-color: #DFE5E9;
}

.form-actions {
    position: absolute;
    right: 20px;
    width: 19%;
}
*/

.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}


.fullwidth {
width:100%;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
display:block;
text-align:center; /*This will result in centering the link text, which is probably what you want -brianjohnsondesign.com*/
}
.social-media{
  padding:30px 0px;
}
.terms-o-u p{
padding-top:20px;
  font-size:0.8em;
}
/*end footer */
ol, ul, li{ margin: 0; padding: 0;  }



a {
  color: #1abc9c;
}
a: hover {
  color: #2fe2bf;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 10px 0;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
  color: #5c7273;
}

h4 {

  color: #5c6869  ;
}
.container {
  margin: 0px auto;
  width: 100%;

}
.main-content{
	background:#EFF7FB;
}

.row {
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
}
button .something{
  width: 200px;
}
.flat-butt {
  display: inline-block;
  margin: 0 5px;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-size: 16.5px;
  padding: 12px 20px;
  border: 0;
  background: #34495E;
  color: #FFF;
  cursor: pointer;
  outline: 0;
	float:left;

}
.flat-butt:hover {
  background: #005580;
}
.flat-primary-butt {
  background: #1abc9c;
}
.flat-primary-butt:hover {
  background: #2fe2bf;
}
.flat-info-butt {
  background: #3498db;
}
.flat-info-butt:hover {
  background: #5dade2;
}
.ss .flat-info-butt {
  background: #5784D7;
}
.ss .flat-info-butt:hover {
  background: #630311;
}
.flat-danger-butt {
  background: #e74c3c;
}
.flat-danger-butt:hover {
  background: #ec7063;
}
.flat-border-butt {
  padding: 8px 20px;
  border: 4px solid #2C3E50;
}
.flat-border-butt:hover {
  border: 4px solid #2C3E50;
}
.flat-primary-border-butt {
  border-color: #16A085;
}
.flat-primary-border-butt:hover {
  border-color: #27AE60;
}
.flat-info-border-butt {
  border-color: #2980B9;
}
.flat-info-border-butt:hover {
  border-color: #2980B9;
}
.flat-danger-border-butt {
  border-color: #C0392B;
}
.flat-danger-border-butt:hover {
  border-color: #C0392B;
}
.flat-double-butt {
  padding: 8px 20px;
  border: 3px solid #FFF;
  box-shadow: #34495E 0px 0px 0px 3px;
}
.flat-double-butt:hover {
  box-shadow: #005580 0px 0px 0px 3px;
}
.flat-primary-double-butt {
  box-shadow: #1abc9c 0px 0px 0px 3px;
}
.flat-primary-double-butt:hover {
  box-shadow: #2fe2bf 0px 0px 0px 3px;
}
.flat-info-double-butt {
  box-shadow: #3498db 0px 0px 0px 3px;
}
.flat-info-double-butt:hover {
  box-shadow: #5dade2 0px 0px 0px 3px;
}
.flat-danger-double-butt {
  box-shadow: #e74c3c 0px 0px 0px 3px;
}
.flat-danger-double-butt:hover {
  box-shadow: #ec7063 0px 0px 0px 3px;
}
.flat-underline-butt {
  text-decoration: underline;
}
.flat-grad-butt {
  background-image: linear-gradient(#34495E 50%, #2C3E50 50%);
}
.flat-primary-grad-butt {
  background-image: linear-gradient(#1ABC9C 50%, #16A085 50%);
}
.flat-info-grad-butt {
  background-image: linear-gradient(#3498DB 50%, #2980B9 50%);
}
.flat-danger-grad-butt {
  background-image: linear-gradient(#E74C3C 50%, #C0392B 50%);
}
.flat-inner-butt {
  padding: 11px 0px;
  box-shadow: inset #2C3E50 -3px -3px 0px;
}
.flat-primary-inner-butt {
  background: #1ABC9C;
  box-shadow: inset #16A085 -3px -3px 0px;
}
.flat-info-inner-butt {
  box-shadow: inset #2980B9 -3px -3px 0px;
}
.flat-danger-inner-butt {
  box-shadow: inset #C0392B -3px -3px 0px;
}
.flat-outer-butt {
  padding: 11px 0px;
  box-shadow: #BDC3C7 2px 2px 0px;
}



header{ background:#dcdee2;}
ul
{
    list-style-type: none;
}


.menu-arrow{  text-align:center; display: block; color:#B3CCE2; display:none;}
b{ border:none;}


.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 10px;
}
@media screen and (max-width: 1280px){

  .nav > li > a {
      position: relative;
      display: block;
      padding: 20px 15px;
  }
}
#footer-menu .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 0px;
		color:#bebebe;
		font-weight:600;
}


#myCarousel{

}

.view {
    width: 100%;
    height: 100%;
    margin: 10px;
    float: left;
    border: 3px solid #cedfe8;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h3 {
    text-transform: uppercase;
    color: #DDEBF0;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    margin:0px;
}
.view p {


    font-size: 1.0em;
    position: relative;
    color: #DDEBF0;
    padding: 3px;
    text-align: center;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #34495E;
		border:1px solid #d9dfea;
    color: #DDEBF0;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000;
border:1px solid #bec6d3;
background:#005580;
color:#FFF;
}


.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0,0,0, 0.5);
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}


.view-first:hover img {
	transform: scale(1.1);
}
.view-first:hover .mask {
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
.nyssearch{

	padding-top:20px;
}
.logo-carousel{
	z-index:2;
position: absolute;
top: 30px;
bottom: 0px;
left: 18%;
width: 15%;
font-size: 20px;
color: #FFF;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);

}
.logo-carousel a{
	opacity:0.8;
		transition: all 0.3s ease 0s;
}

.logo-carousel a:hover{
opacity:1;
}



.home-left {
padding:0px;
}
 .home-left a.hl-link{

	margin: 0px !important;
	padding: 12px 10px;
	display: block;
	color: #5F7482;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	min-height:220px;
	font-size: 1.4em;
	color: #67696A;
	opacity:0.8;
	-moz-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	   -ms-transform: scale(0.9);  /* IE9 */
	-o-transform:scale(0.9);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
					 -moz-transition:    all 0.3s ease;
					 -o-transition:      all 0.3s ease;
					 -ms-transition:     all 0.3s ease;
					 transition:         all 0.3s ease;
}

.home-left a.hl-link img{
opacity:0.7;

}
.home-left a.hl-link p{
color:#5F7482;

}

.sbar-menu{
	float:right;
	top:0;
}


.home-left a.hl-link h3{
color:#FFFFFF;

}

.home-left a.hl-link:hover{
	text-decoration:none;
	margin: 0px !important;

	padding: 12px 10px;
	display: block;
	color: #5F7482;
	position: relative;
opacity:1;
-moz-transform:scale(1);
-webkit-transform:scale(1);
   -ms-transform: scale(1);  /* IE9 */
-o-transform:scale(1);

}
.home-left a.hl-link:hover p{
color: #5F7482;
}

.home-left a.hl-link:hover img{



}
.home-center{

padding:0px;
}

.home-center {

}
 .home-center a.hl-link{

	 margin: 0px !important;
 	padding: 12px 10px;
 	display: block;
 	color: #D5F2FC;
 	font-size: 16px;
 	font-weight: 400;
 	position: relative;
 	min-height:220px;
 	font-size: 1.4em;
 	color: #5F7482;
	opacity:0.8;
	transition: all 0.3s ease 0s;
	-moz-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	   -ms-transform: scale(0.9);  /* IE9 */
	-o-transform:scale(0.9);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease;
					 -moz-transition:    all 0.3s ease;
					 -o-transition:      all 0.3s ease;
					 -ms-transition:     all 0.3s ease;
					 transition:         all 0.3s ease;
}
.home-center a.hl-link p{
color:#5F7482;

}

.home-center a.hl-link h3{
color:#FFFFFF;

}
.home-center a.hl-link:hover{

	text-decoration:none;
	margin: 0px !important;

	padding: 12px 10px;
	display: block;
	color: #5F7482;
	position: relative;
	opacity:1;
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	   -ms-transform: scale(1);  /* IE9 */
	-o-transform:scale(1);


}
.home-center a.hl-link:hover p{
color: #5F7482;
}
.home-right{
padding:0px;
}


.home-right {

}
 .home-right a.hl-link{

	 margin: 0px !important;
 	padding: 12px 10px;
 	display: block;
 	color: #5F7482;
 	font-size: 16px;
 	font-weight: 400;
 	position: relative;
 	min-height:220px;
 	font-size: 1.4em;
 	color: #67696A;
	opacity:0.8;
	 transition: all 0.3s ease 0s;
	 -moz-transform:scale(0.9);
	 -webkit-transform:scale(0.9);
	     -ms-transform: scale(0.9);  /* IE9 */
	 -o-transform:scale(0.9);
	 transition: all 0.3s ease 0s;
	 -webkit-transition: all 0.3s ease;
						-moz-transition:    all 0.3s ease;
						-o-transition:      all 0.3s ease;
						-ms-transition:     all 0.3s ease;
						transition:         all 0.3s ease;
}

.home-right a.hl-link p{
color:#5F7482;

}

.home-right a.hl-link h3{
color:#FFFFFF;

}
.home-right a.hl-link:hover{

	text-decoration:none;
	margin: 0px !important;

	padding: 12px 10px;
	display: block;
	color: #5F7482;
	position: relative;
  opacity:1;
	-moz-transform:scale(1);
	    -ms-transform: scale(1);  /* IE9 */
	-webkit-transform:scale(1);
	-o-transform:scale(1);

}
.home-right a.hl-link:hover p{
color: #5F7482;
}
.continer-fluid{

	padding:0px;
	margin:0px;
}

.row{

	padding:0px;
	margin:0px;
}
.img-mobile{
  width:50%;
  padding:0px;
  margin:0px;
  float:left;
}
.logo-carousel{


}

#navbarCollapse .form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666;
    background-color: #FFF;
    background-image: none;
    border: 2px solid #e0ecf2;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: none;
}


#navbarCollapse .navbar-form {
    width: auto;
    padding-top:0px;
    padding-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px none;
    box-shadow: none;
}

#navbarCollapse .sbar-btn{

	display: inline-block;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid #e0ecf2;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 14px;
	  line-height: 1.42857;
		color: #87aabb;
	border-radius: 0px;
	-moz-user-select: none;
	background:#e0ecf2;

}


#navbarCollapse .sbar-btn:hover{
	background:#cfe0e8;
}
.sbar-menu .form-group{


}


.img-logo-mobile{
  width:50%;
  padding:0px;
  margin:0px;
  float:left;
}

.carousel-control .new-icon-prev{
	position:absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
margin-left: 100px;

color:#5784D7;
}


.carousel-control .new-icon-next{
	position:absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
margin-right: -15px;
color:#5784D7;

}
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
 	-moz-box-shadow: none !important;

	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border-collapse: collapse !important;
	background-image: none !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: outside none none;
    background-color: #d7e7ef;
    border-radius: 0px;
		width:100%;

}

.breadcrumb a{
	color:#333;
}


.accordion2 {
  width: 100%;

  margin: 0px auto 20px;
  background: #bcd2e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.accordion2 .mm-link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #244878;

  font-weight: 700;
  border-bottom: 1px solid #bcd2e4;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion2 li:last-child .mm-link { border-bottom: 0; }

.accordion2 li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 1.5em;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion2 li  {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion2 li.open .mm-link { color: #FFFFFF; }

.accordion2 li.open i { color: #FFFFFF; }

.accordion2 li.open  {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mm-sidebar {
  display: none;
  background:#c8dbeb;
  font-size: 14px;
}

.mm-sidebar li { border-bottom: 1px solid #bcd2e4; color:#FFFFFF;}

.mm-sidebar a {
  display: block;
  text-decoration: none;
  color:#203356 !important;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.mm-sidebar a:hover {
  background:#9ebbda;
  color:#FFFFFF !important;
}


.logo-inside {
	margin-left:40px;
	margin-top:40px;
	max-width:100%;
}

.logo-left-sb img{

	display: block;
     margin-left: auto;
     margin-right: auto;
		 padding-bottom:20px;

}
.carousel-control.right {
    right: 0px;
    left: auto;
    background-image: linear-gradient(to right, transparent 0px, rgba(255, 255, 255, 0.9) 100%);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0px none;
    color: #FFF;
    text-decoration: none;
    opacity: 0.9;
}

.carousel-control:hover .new-icon-next, .carousel-control:focus {
  color:#5784D7;
}
/*navigation-center.css */
.middle-menu{
background:#EAEAEA;
padding:0px;
margin:0px;

  }
  .middle-menu .row{

  	padding:0px;
  	margin:0px;
  	background:#EAEAEA;
  }
  .middle-menu .row{

    padding:0px;
    margin:0px;
  }
  .c-left{

}
.c-left img{
float:left;
}
.c-left p{

}
.c-left h3{
  padding-top:5px;
  color:#FFFFFF;
}
.c-center-l{

}
.c-center-l img{
float:left;
}
.c-center-l p{

}
.c-center-l h3{
  padding-top:5px;
  color:#FFFFFF;
}
.c-center-r{

}

.c-center-r img{
float:left;

}
.c-center-r p{

}
.c-center-r h3{
padding-top:5px;
color:#FFFFFF;
}
.c-right{

}

.c-right img{
float:left;
}
.c-right p{

}
.c-right h3{
  padding-top:5px;
  color:#FFFFFF;
}
@media screen and (max-width: 1280px){

}



#bari h3 {
    color: #333333;
}


html[data-useragent*='MSIE 10.0'] .new-icon-prev{
	position:relative;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
margin-left: 0px;
left:30px;
color:#000000;
background:red;
}


.pana{
padding-bottom:20px;


}

.pana h1,h2{

color:#ebd3ff;
padding:15px;
}
