/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body { 
  font-family: 'Open Sans', Arial, sans-serif; 
  font-size: 14px;
  color: #686868; 
  background-color: #FFFFFF; 
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'swiss_721bold_condensed';
  color: #1A1A1A;
}
/* 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: #30CC71;
    -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:#8428c9;
-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:#8428c9;
-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:#8428c9;
-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:#8428c9;
-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:#8428c9;
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: 500px;
}
#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: #8428c9;
    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;
    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: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}


/* Navigation
-------------------------------------------------- */
.navbar-inverse {
    background-color: #8428c9;
    border-bottom: 2px solid #DEDADB;
}
.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: #222222;
}
.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: #222222;
}

nav .is-sticky .main-nav {
    width: 100%;
    z-index: 10;
}
.navbar-toggle {
    background-color: #F2F2F2;
    background-image: none;
    border: 1px solid #8428c9 !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: #8428c9;
}
.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.8);
}
.parallax .container{
  padding: 100px 20px;
}

.quote{
  text-align: center;
}
.quote > h2{
  font-family: ubuntu;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 50px;
}


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

.section .header h2{
  text-transform: uppercase;
  font-size: 56px;
  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: #8428c9;
}
.section .header .short-dec{
  color: #A8A8A8;
  font-family: 'swis721_cn_btroman';
  text-transform: uppercase;
  line-height: 30px;
}

/* Box
-------------------------------------------------- */    
.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: #8428c9;       
    }
    
.skill li p {
    padding-bottom: 2px;
    }
  
.skill strong {
    font-family: ubuntu;
    line-height: 30px;
    text-transform: uppercase;        
}
/* team
-------------------------------------------------- */   
#team{
  background-color: #F2F2F2;
}
.member {
    text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 20px;
}
.member > img {
    padding: 10px;
    width: 100%;    
}
.details {
    padding: 10px;
    text-align: justify;
}
.details > h3 {
    text-transform: uppercase;
    margin-left: 10px;
}
.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
-------------------------------------------------- */   
.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: #8428c9;
  box-shadow: 0 0 0 4px #8428c9;
  -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: #8428c9;
}

.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;
}
/* Slider
-------------------------------------------------- */
.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;
}
/* Portfolio
-------------------------------------------------- */   
#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 #33CF7B;
    color: #B6B6B6;
    text-decoration: none;
}

#options li a.selected{
    border: 2px solid #33CF7B;
    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: #8428c9;
    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 #8428c9;
    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: #8428c9;
    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: #8428c9;
    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 #8428c9;
    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: #8428c9;
    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 #8428c9;
    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: #8428c9;
    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 #8428c9;
    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: #8428c9;
    color: #FFFFFF;  
}
.form input.btn[type="submit"] {
    background-color: #FFFFFF;
    border: 2px solid #8428c9;
    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: #8428c9;
    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: 20px;
    margin-bottom: 10px;
}
.cbox .title i {
    border-bottom: 2px solid #B4B4B4;
    line-height: 36px;
    margin-left: 0;
    width: 190px;
}
.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: 20px;
}
.contact-info > li span {
    color: #1A1A1A;
    font-family: 'swiss_721bold_condensed';
    font-size: 16px;
    margin-left: 14px;
    text-transform: uppercase;
}
/*Googlemap
-------------------------------------------*/
#googlemap{
    background-color: #F2F2F2;
}
.gmap{
    height: 500px;
}
/*Footer
-------------------------------------------*/
footer{
    text-align: center;
    background-color: #8428c9;
    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;
  }
}