/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body { 
  font-family: Arial; 
  font-size: 14px;
  color: #FFF; 

  /*background-image: url('bgSub.png'); */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #1D5999;
    font-family: Arial;
  /*
  font-family: 'swiss_721bold_condensed';
  color: #1A1A1A;
  */
}
a{
  text-decoration: none;
}

/* Scrollbar
-------------------------------------------------- */
body{
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(29,89,153,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* ----------------------------------------------- */

/* Preloader
-------------------------------------------------- */
.mask {
    background-color:#FFF;
    width:100%;
    height:100%;
    position:fixed;
    z-index:100000;
 }
.bubblingG {
    text-align: center;
    width:80px;
    height:50px;
    left: 50%;
    top: 50%;
    position: absolute;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 25px auto;
    background: #1D5999;
    -moz-border-radius: 50px;
    -moz-animation: bubblingG 1.3s infinite alternate;
    -webkit-border-radius: 50px;
    -webkit-animation: bubblingG 1.3s infinite alternate;
    -ms-border-radius: 50px;
    -ms-animation: bubblingG 1.3s infinite alternate;
    -o-border-radius: 50px;
    -o-animation: bubblingG 1.3s infinite alternate;
    border-radius: 50px;
    animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

@-moz-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#1D5999;
-moz-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-moz-transform: translateY(-21px);
}

}

@-webkit-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#1D5999;
-webkit-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-webkit-transform: translateY(-21px);
}

}

@-ms-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#1D5999;
-ms-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-ms-transform: translateY(-21px);
}

}

@-o-keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#1D5999;
-o-transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
-o-transform: translateY(-21px);
}

}

@keyframes bubblingG {
0% {
width: 10px;
height: 10px;
background-color:#1D5999;
transform: translateY(0);
}

100% {
width: 24px;
height: 24px;
background-color:#FFFFFF;
transform: translateY(-21px);
}

}
/* Home
-------------------------------------------------- */
.logo {
    display: block;
    margin-top: 70px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.logo > img {
    width: 150px;
}
#fullscreen-slider {
    position:relative;
}
#fullscreen-slider .slides-container {
    margin:0;
}
#fullscreen-slider .scrollable {
    *zoom:1;
    position:relative;
    top:0;
    left:0;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    height:100%;
}
#fullscreen-slider .scrollable:after {
    content:"";
    display:table;
    clear:both;
}
#fullscreen-slider .slider-captions {
    display: inline-block;
    margin: 20% auto 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#fullscreen-slider .slider-captions h1, #fullscreen-slider .slider-captions h2, #fullscreen-slider .slider-captions h3, #fullscreen-slider .slider-captions h4{
    color: #FFFFFF;
    font-family: Ubuntu;
    text-transform: uppercase;
}
#fullscreen-slider .btn-success {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-top: 50px;
    outline: medium none;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
#fullscreen-slider .btn-success:hover{
    background-color: #1D5999;
    color: #FFFFFF;  
}
.slides-pagination {
    position:absolute;
    z-index:20;
    bottom:70px;
    text-align:center;
    width:100%;
    display: none;
}
.slides-pagination a {
    filter:alpha(opacity=60);
    opacity:0.6;
    width:14px;
    height:14px;
    display:-moz-inline-stack;
    border:1px solid #fff;
    display:inline-block;
    margin:0 4px;
    overflow:hidden;
    text-indent:-100%;
    border-radius:50%;
    text-indent: -30px;
}
.slides-pagination a:first-child {
    margin-left:8px;
}
.slides-pagination a:hover,.slides-pagination a.current {
    filter:alpha(opacity=100);
    opacity:1;
    border-width:2px;
}
.full-image {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    width:100%;
    height:100%;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  font-size: 50px;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    left: -10px !important;
    text-align: center;
    width: 50px;
    outline: none;
}
.slides-navigation a.next {
    background: none repeat scroll 0 0 rgba(204, 204, 204, 0.4);
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    right: 0px;
    text-align: center;
    width: 50px;
    outline: none;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-inverse {
    background-color: #2B302D;
    border-bottom: 2px solid #1D5999;
}
.navbar{
    min-height: 80px;
}
.navbar-brand{
  font-family: 'Ubuntu',sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
}
.navbar-inverse .navbar-brand{
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > a{
  color: #FFFFFF;
}
.navbar-nav > li > a{
  font-size: 18px;
  line-height: 46px;
  outline: none;
  margin-left: 0px;
  text-transform: uppercase;
  font-family: 'swiss_721bold_condensed', sans-serif;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;     
}
.navbar-inverse .navbar-nav > li > a:hover{
  color: #1D5999;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,.navbar-inverse .navbar-nav > a:hover{
    background-color: transparent;
    color: #1D5999;
}

nav .is-sticky .main-nav {
    width: 100%;
    z-index: 10;
}
.navbar-toggle {
    /*background-color: #F2F2F2;*/
    background-image: none;
    border: 1px solid #1D5999 !important;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 9px 10px;
    position: relative;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1D5999;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #FFFFFF;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: transparent; 
}
/* Parallax
-------------------------------------------------- */
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}
.parallax .container{
  padding: 65px 20px;
}

.quote{
  text-align: center;
  background-color: #1D5999;
}
.inner-quote{
  padding: 65px 30px;
  color: #FFFFFF;
  text-align: center;
}
.inner-quote > h2{
  font-family: ubuntu;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 50px;
}
.quote-sm{
  text-align: center;
  background-color: #1D5999;
}
.inner-quote-sm{
  padding: 20px 10px;
  color: #FFFFFF;
  text-align: center;
}
.inner-quote-sm > h2{
  font-family: ubuntu;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.mob {
  background-color: black;
  padding: 30px 10px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 755px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 180px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 755px;
  background-color: #777;
}

.carousel-indicators{
  bottom: 40px;
}
.carousel-indicators li{
  background-color: #FFFFFF;
  height: 20px;
  width: 20px;
}
.carousel-indicators .active{
  background-color: #1D5999;
  height: 20px;
  width: 20px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
.carousel-control{
  top:50%;
  font-size: 30px;
  opacity: 1.0;
}
.carousel-control.left,.carousel-control.right{
  background-image:none; 
}
.carousel-control:hover, .carousel-control:focus{
    color: #FFFFFF;
    opacity: 1.0;
    outline: medium none;
    text-decoration: none;  
}

/* SECTION
-------------------------------------------------- */
.section {
    /*padding-bottom: 60px;
    padding-top: 60px;*/
}
.section .header {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.section .header h2{
  text-transform: uppercase;
  font-size: 40px;
  display: inline-block;
}
.section .header .t-block {
  display: inline-block;
  font-family: 'open sans';
  font-size: 80px;
  font-weight: lighter;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #2B302D;
}
.short-dec{
  font-size: 20px;

}

.section .header .short-dec{
  color: #FFF;
  font-family: Arial;
  text-align: justify;
  padding: 40px;
  font-weight: lighter;
 /* 
  text-transform: uppercase; 
  font-family: 'swis721_cn_btroman';
  background-color: steelblue;
  font-size: 25px !important;
  line-height: 40px !important;
  */
}
/* 
-------------------------------------------------- */    
.box {
    margin-bottom: 60px;
}
.box .title {
    border-top: 2px solid #B4B4B4;
    color: #222222;
    font-size: 24px;
    margin-bottom: 10px;
}
.box .title i {
    border-bottom: 2px solid #B4B4B4;
    line-height: 36px;
    margin-left: 0;
    width: 190px;
}
.box .title span {
    font-family: ubuntu;
    font-weight: 600;
    margin-left: 12px;
    text-transform: uppercase;
}
/*Skills
----------------------------------------*/
.skill {
    text-align: left;
    margin-left: -30px;
    }
    
.skill li {
    list-style: none!important;
    }
    
.skill li:last-child span {
    margin-bottom: 0px;
    }
    
.skill li .skill-wrap {
    margin-bottom:30px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    background:#808080;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 1px 0 rgba(255, 255, 255, 0.8);
    }
  
.skill li span { 
    height: 10px;
    width: 0px;
    display: block;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    overflow: visible!important;
    position: relative; 
    background-color: #1D5999;       
    }
    
.skill li p {
    padding-bottom: 2px;
    }
  
.skill strong {
    font-family: ubuntu;
    line-height: 30px;
    text-transform: uppercase;        
}
/* 
-------------------------------------------------- */   
#team{
  background-color: #F2F2F2;
}
.member-slide {
    text-align: center;
    /*background: none repeat scroll 0 0 #222222;*/
}
.member-slide-details {
    padding: 10px 10px 30px 15px;
    text-align: justify;
    background-color: #fff;
    text-align: left;
}
.member-slide > img {
    width: 100%;    
}
.member-slide-details h3 {
    text-transform: uppercase;
    /*margin-left: 10px;*/
    font-family:arial;
    font-weight:bold;    
}
.member-slide-details span {
    /*margin-left: 10px;*/
    font-family:arial;
    color: #222;  
}
.member {
    text-align: center;
    background: none repeat scroll 0 0 #222222;
    margin-bottom: 20px;
}
.member > img {
    padding: 10px;
    width: 100%;    
}
.details {
    padding: 10px;
    text-align: justify;

}
.details > h3 {
    text-transform: uppercase;
    margin-left: 10px;
    font-family:arial;
    font-weight:bold;
}
.details .position{
  margin-left: 10px;
}
.details ul.socials-icons {
    margin-left: -32px;
    margin-top: 16px;
}
.details ul.socials-icons li {
    display: inline-block;
    margin: 1px;
}
.details ul.socials-icons li a {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.details ul.socials-icons li a img{
    height: 35px;
    width: 35px;
}
.details ul.socials-icons li a:hover {
    opacity: 1;
}

/* 
-------------------------------------------------- */   
.service{
    text-align: center;
    padding: 10px;
}
.service h4 {
    text-transform: uppercase;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #222;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

.hi-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #B5B5B5;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #1D5999;
  box-shadow: 0 0 0 4px #1D5999;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
.hi-icon-effect-3b .hi-icon {
  color: #1D5999;
}

.hi-icon-effect-3b .hi-icon:hover {
  color: #FFFFFF;
}

.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* 
-------------------------------------------------- */
.theslider{
  position: relative;
}
.rslides-portfolio {
    height: 500px;
}
.rslides {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.rslides_nav {
    background-color: #515A5F;
    color: #FFFFFF;
    display: inline-block;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    text-decoration: none;
    width: 50px;
    opacity: 0.6;
    z-index: 5;
} 
.prev {
    left: 10px;
}
.rslides_nav:hover{
  opacity: 1.0;
  color: #FFFFFF;
  outline: none;
}
/* 
-------------------------------------------------- */   
#options {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
#filters {
    list-style: none outside none;
}

#filters li {
    display: inline-block;
    margin: 0 5px;
}


#filters li a {
    display: block;
    font-family: 'swis721_cn_btroman';
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #666666;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#filters li a:hover{
    border: 2px solid #1D5999;
    color: #B6B6B6;
    text-decoration: none;
}

#options li a.selected{
    border: 2px solid #1D5999;
    color: #B6B6B6;
    text-decoration: none;
}
.portfolio-container{
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  
}
.portfolio-container .mt{
    margin: 0!important;
    line-height:0;
    width: 284px;
    padding: 0;
    position:relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.portfolio-item .portfolio-image {
    overflow: hidden;
    display: block;
    position: relative;
}
.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item-overlay {
    opacity:1;
    transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -webkit-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
}
.item-overlay {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    cursor:pointer;
    background: #17181A;
}
.item-info {
    position:absolute;
    height:100px;
    width:100%;
    top:50%;
    margin-top:-50px;
    text-align:center;
}
.item-name {
    color:#fff;
    text-transform:uppercase;
    margin-top:50px;
    opacity:0;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.portfolio-item:hover .item-name { 
    opacity:1;
    -webkit-transition: opacity .4s .5s;
    -moz-transition: opacity .4s .5s;
    -ms-transition: opacity .4s .5s;
    -o-transition: opacity .4s .5s;
    transition: opacity .3s .5s;
}
.item-type {
    font-size:13px;
    color:#fff;
    opacity:0;
    margin-top:13px;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
}
.portfolio-item:hover .item-type {
    opacity:0.5;
    -webkit-transition: opacity .4s .8s;
    -moz-transition: opacity .4s .8s;
    -ms-transition: opacity .4s .8s;
    -o-transition: opacity .3s .8s;
    transition: opacity .3s .8s;        
}
.zoom-icon {
    left: 50%;
    margin-left:-20px;
    position:inherit;
    width:40px;
    height:40px;
    margin-top:40px;
    opacity:0;
    background:url(img/zoom.png);
    background-size:40px 40px;
    transition:all 0.3s ease 0.1s;
    -moz-transition:all 0.3s ease 0.2s;
    -webkit-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;   
}
.portfolio-item:hover .zoom-icon {
    opacity:1;
    margin-top:0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
    
.portfolio-text {
    text-align: center;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 20px;
}

.portfolio-view {
    margin-bottom: 5px;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.ajax-portfolio-loader {
    text-align: center;
    margin: 10px auto;
    display: none;
    text-align: center;
    clear: both;
}

.portfolio-view .row {
    position: relative;
}

.port-holder {
    padding: 30px 0 8px;
    border-top: 1px dashed #DEDEDE;
}

.close-button {
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background-color: #1D5999;
    position: absolute;
    left: 5px;
    top: 35px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    display: none;
}

.portfolio-media {
    position: relative;
}

.port-holder h1, .port-holder h2, .port-holder h3, .port-holder h4, .port-holder h5, .port-holder h6 {
    margin-bottom: 10px;
}

.port-holder img {
    margin-bottom: 10px;
}

.portfolio-button {
    background-color: #515A5F;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}

.portfolio-button .icon-remove {
    font-size: 18px !important;
}

.description-portfolio {
    font-size: 14px;
}

.portfolio-detail {
    padding: 10px 0;
    border-bottom: 1px dashed #dedede;
}

.divider{
    border-top: 1px dashed #DEDEDE;
    margin-top: 20px;
}

/*Portfolio Isotope Transitions
-------------------------------------------*/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
    
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
    
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
    
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*Video
-------------------------------------------*/
#video {
    background-color: #F2F2F2;
}

#video-carosule .item{
    margin: 6px;
}
#video-carosule .item img{
    display: block;
    width: 100%;
    height: auto;
}
.play {
    color: #FFFFFF;
    font-size: 80px;
    left: 42%;
    opacity: 0.6;
    position: absolute;
    top: 28%;
    transition: all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -webkit-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;       
}
.play:hover{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}
.owl-theme .owl-buttons i{
    margin-top: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -45px;
    top: 90px; 
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -45px;
    top: 90px;
}
/*Clients
-------------------------------------------*/
.clientlogo{
    list-style: none;
}
.clientlogo li {
    display: inline-block;
    height: 80px;
    margin-left: 40px;
    outline: 1px outset;
    padding: 10px;
    width: 222px;
    opacity: 0.6;
    margin-bottom: 10px;
}
.clientlogo li:hover{
    opacity: 1.0; 
}

#testimonials-carosule{
  margin-top: 50px;
  margin-bottom: 50px;
}

#testimonials-carosule .item{
  padding: 20px;
  text-align: center;
}

#testimonials-carosule .item > h3 {
    font-family: ubuntu;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*Price Table
-------------------------------------------*/
#priceing{
    background-color: #F2F2F2;
}
.price-pack {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 10px;
    outline: 2px solid;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.package-header, .package-price{
    padding: 20px;
}
.package-header {
    background: none repeat scroll 0 0 #1D5999;
    color: #23272A;
    height: 140px;
}
.package-header > h3 {
    color: #23272A;
    text-transform: uppercase;
}
.package-price {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    color: #1D5999;
    font-family: 'swiss_721bold_condensed';
    font-size: 40px;
    height: 112px;
    line-height: 62px;
    margin: -60px auto;
    width: 112px;
}
.package-price > p {
    color: #ABABAB;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    line-height: 0;
}

.package-features {
    margin-top: 80px;
}
.price-pack ul {
    list-style: none outside none;
    margin-right: 36px;
}
.price-pack ul li {
    color: #747474;
    cursor: pointer;
    margin-bottom: 12px;
}

.price-pack .btn {
    display: block;
    margin: 0 25px 20px;
}
.price-pack .btn:hover{
    background-color: #1D5999;
    color: #FFFFFF;
}
.border-btn, .social-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.border-btn {
    border: 2px solid #1D5999;
    color: #23272A;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'swiss_721bold_condensed';
}
/*Blog
-------------------------------------------*/
.blog-post{
    background-color: #F2F2F2;
    margin-bottom: 40px;
}
.blog-post .meta {
    background-color: #1D5999;
    padding: 10px;
    color: #FFFFFF;
}
.blog-post .meta h4{
    color: #FFFFFF;
    text-transform: uppercase;
}
.blog-post .short-dec{
    padding: 10px;
}
.meta-info {
    list-style: none outside none;
    margin-left: -40px;
}
.meta-info > li {
    display: inline-block;
    font-size: 14px;
    padding: 4px;
}
.meta-info > li {
    font-size: 14px;
}
.meta-info li i > span {
    font-family: Open Sans;
    margin-left: 8px;
}
input.btn[type="submit"] {
    background-color: #FFFFFF;
    border: 2px solid #1D5999;
    border-radius: 0;
    color: #23272A;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
input.btn[type="submit"]:hover{
    background-color: #1D5999;
    color: #FFFFFF;
}
/*Contact
-------------------------------------------*/
.form input[type="text"]{
    border: 0 none;
    color: #999999;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    outline: 2px solid #B3B3B3;
    padding: 2%;
    width: 50%;
    float: left;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    }
.form input[type=text]:focus,.form textarea:focus, input[type=email]:focus {
    background-color: #e1e1e1;
    box-shadow:none;
    border: none;
}
.form textarea {
    border: 0 none;
    color: #999999;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    outline: 2px solid #B3B3B3;
    padding: 3%;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;  
    height:174px;
    resize:none;
    width: 100%
}
.btn-success{
    background-color: #FFFFFF;
    border: 2px solid #1D5999;
    border-radius: 0;
    color: #23272A;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-bottom: 100px;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;  
}
.btn-success:hover{
    background-color: #1D5999;
    color: #FFFFFF;  
}
.form input.btn[type="submit"] {
    background-color: #FFFFFF;
    border: 2px solid #1D5999;
    border-radius: 0;
    color: #23272A;
    float: right;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-bottom: 100px;
    outline: medium none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.form input.btn[type="submit"]:hover{
    background-color: #1D5999;
    color: #FFFFFF;
}
.sending{
    display:none;
    color:#222222;
    font-size:20px;
    line-height:20px;
    text-align: center;
}
.mess.center {
    color: #222222;
    text-align: center;
}

.cbox {
    margin-bottom: 30px;
}
.cbox .title {
    border-top: 2px solid #B4B4B4;
    /*color: #222222;*/
    font-size: 24px;
    margin-bottom: 10px;
    width: 525px;
}
.cbox .title i {
    border-bottom: 2px solid #B4B4B4;
    line-height: 36px;
    margin-left: 0;
    width: 290px;
}
.cbox .title span {
    font-family: ubuntu;
    font-weight: 600;
    margin-left: 12px;
    text-transform: uppercase;
}
.contact-info {
    list-style: none outside none;
    margin-left: -36px;
}
.contact-info > li {
    padding-bottom: 6px;
}
.contact-info > li i {
    /*color: #1A1A1A;*/
    font-size: 24px;
}
.contact-info > li span {
    /*color: #1A1A1A;
    font-family: 'swiss_721bold_condensed';*/
    font-family: Arial;
    font-size: 24px;
    margin-left: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
/*Googlemap
-------------------------------------------*/
#googlemap{
    background-color: #F2F2F2;
}
.gmap{
    height: 500px;
}
/*Footer
-------------------------------------------*/
footer{
    text-align: center;
    /*background-color: #1D5999;*/
    color: #FFFFFF;
}
footer h4{
    color: #FFFFFF;
}
footer ul.socials-icons {
    margin-left: -32px;
    margin-top: 16px;
    margin-bottom: 30px;
}
footer ul.socials-icons li {
    display: inline-block;
    margin: 1px;
}
footer ul.socials-icons li a {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
footer ul.socials-icons li a img{
    height: 35px;
    width: 35px;
}
footer ul.socials-icons li a:hover {
    opacity: 1;
}

/******************************************
Responsive
******************************************/
@media(max-width: 1200px){
  .owl-buttons {
    display: none;
  }
}
@media(max-width: 1180px){
  #fullscreen-slider .slider-captions{
    margin: 32% auto 0;
  }
}
@media(max-width: 980px){
  .logo{
    margin-top: 180px;
  }
  #fullscreen-slider .slider-captions{
    margin: 50% auto 0;
  }

  .container > .navbar-header, .container > .navbar-collapse{
    width: 100%;
  }  
  .navbar-collapse.collapse{
    display: none !important;
  }
  .navbar-toggle{
    display: block;
  }
  .navbar-nav {
      float: left;
      margin: 0 0 10px;
      width: 100%;
  }
  .navbar-nav > li{
    float: none;
  }
  .navbar-nav > li > a{
    line-height: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
  #navs > li:hover{
    background-color: none repeat scroll 0 0 #3FA76B;
  }  
  .play {
      font-size: 60px;
      left: 40%;
      top: 24%;
  }
  .blog-post .meta{
    padding: 20px;
  }

  .blog-post .short-dec{
    padding: 20px;
  }
  .form {
    margin-bottom: 100px;
  }
}
@media(max-width: 600px){
  .logo {
    margin-top: 70px;
  }
  .navbar-nav{
    margin-left: -30px;
  }
  .rslides_nav{
    top: 30%;
  }
  #filters li {
      display: block;
      margin: 0 5px 10px;
  }
  .clientlogo{
    margin-left: -30px;
  }
}

@media(max-width: 480px){
  .section .header h2{
    font-size: 40px;
  }
  .rslides_nav{
    top: 20%;
  }
  .clientlogo{
    margin-left: 30px;
  }
}

@media(max-width: 360px){
  #fullscreen-slider .slider-captions{
    margin: 64% auto 0;
  }
  .section .header h2{
    font-size: 30px;
  }  
  .clientlogo{
    margin-left: -20px;
  }
}

@media(max-width: 320px){
  .logo{
    margin-top: 14px;
  }
  #fullscreen-slider .slider-captions{
    margin: 55% auto 0;
  }
  .slider-captions > h2 {
      font-size: 24px;
  }

  .slider-captions > h2 {
      font-size: 30px;
  }
  .slider-captions > h3 {
      font-size: 20px;
  }
  #fullscreen-slider .btn-success{
    margin-top: 10px;
  }
  .section .header h2{
    font-size: 26px;
  }  
  #filters{
    margin-left: -30px;
  }
  .clientlogo {
    margin-left: -44px;
  }
}

/* CUSTOM COLOR OPACITY */
.bl_75{
  background-image: url('black-trans-60.png');
}
.bl_80{
  background-image: url('black-trans-80.png');
}
.bl_90{
  background-image: url('black-trans-90.png');
}

/* SECTION TOP */
#top{
  min-height:35px;
}
 /* responsive youtube embeded */
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-gym{
  background-image: url('boxbg.gif');
  padding: 0;
}

.blue-transparent{
  background-image: url('blue-logo-bg.png');
  padding-top: 35px;
  padding-bottom: 35px;
}

/*Google maps responsive*/
.google-maps-r {
    position: relative;
    padding-bottom: 100%; 
    height: 0;
    overflow: hidden;
    margin-right: 40px;
    margin-left: 40px;
}
.google-maps-r iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* service desc */

.service-desc {

  text-align: center;
  font-family: Arial;
  font-size: 20px;
  
}
.trainer-desc{
    text-align: left;
  font-family: Arial;
  font-size: 12pt;
}

.article{
  text-align: left;
  font-family: Arial;
  padding: 0px 30px 40px 30px;
}

.service{
  text-align: center;
  font-family: Arial;
  padding: 0px 40px 40px 40px;
}

.news-text{
  text-align: justify;
  font-family: Arial;
  font-size: 20px;
  color: #FFFFFF;
}

.news-text-sm{
  text-align: justify;
  font-family: Arial;
  color: #FFFFFF;
}

.background-bl{
  /*background-color: rgba(0,0,0,0.8);*/
}

/*gumb*/
.gumb {
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(59,89,153,1);
    font-size: 16pt;
    font-family: Arial; 
    display: block;
    padding: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 7px 0px rgba(50,60,130,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 7px 0px rgba(50,60,130,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 7px 0px rgba(50,60,130,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 30px auto;
  width: 160px;
  text-align: center;
  
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.gumb:active {
    -webkit-box-shadow: 0px 4px 0px rgba(50,60,130,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 4px 0px rgba(50,60,130,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 4px 0px rgba(50,60,130,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
    text-decoration: none;
    color: rgba(255,255,255,1);
}
.gumb:hover{
  text-decoration: none;
  color: rgba(255,255,255,1);
}

/*-----------------------------------*/
/* Ribbons */
/*-----------------------------------*/

.ribbon{
  height:50px;
  padding-right:30px;
  display: inline-block;
  background-image:url(../img/ribbons.png);
  background-repeat: no-repeat;
  background-position: right -50px;
}
.ribbon span{
  display:block;
  height:50px;
    min-width: 120px;
  line-height: 36px;
  padding-left:50px;
  background-image:url(../img/ribbons.png);
  background-repeat: no-repeat;
  background-position: left 0;
  font-weight:700;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
  text-transform: uppercase;
  white-space: nowrap;
}
.ribbon.ribbon-red span{background-position:left -100px;}
.ribbon.ribbon-red{background-position:right -150px;}
.ribbon.ribbon-blue span{background-position:left -200px;}
.ribbon.ribbon-blue{background-position:right -250px;}

/*-----------------------------------*/
/* Badges */
/*-----------------------------------*/

.badge:empty {display: inline-block;}

.badge{
  position: relative;
  width:78px;
  height:78px;
  background-image:url(../img/badges_text.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    top:-6px;
    right:-6px;
}
.badge.style2{
    width:83px;
    height:83px;
    background-image:url(../img/badges_text_2.png);
    background-position: 0 -166px;
}

.badge-fix{
   position: absolute !important;
   right: right: 34px !important;
}

.badge.badge-new{background-position:-78px 0;}
.badge.badge-try{background-position:-156px 0;}
.badge.badge-popular{background-position:-234px 0;}
.badge.badge-outlet{background-position:-312px 0;}

.badge.style2.badge-try{background-position:0 0;}
.badge.style2.badge-popular{background-position:-83px 0;}
.badge.style2.badge-discount{background-position:-166px 0;}
.badge.style2.badge-new{background-position:0 -83px;}
.badge.style2.badge-fresh{background-position:-83px -83px;}
.badge.style2.badge-sale{background-position:-166px -83px;}

.language-menu{
  position:absolute; 
  top:25px;
  left:120px
}

.language-menu a{
  position: relative;
  padding: 0px;
  margin: 0px;
}
.language-menu div{
  width: 29px;
  height: 19px;
  padding: 0px;
  margin: 0px;
}

.lighter{
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.lighter:hover{
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}