/*
* Template Name: Rise
* Template URI: http://themeforest.com/user/metrothemes
* Description:Rise | Responsive Onepage HTML Template.
* Author: Metrothemes
* Author URI: http://themeforest.com/user/metrothemes
* Version: 1.0
*/


/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /

* 1 - Imported Styles
* 2 - General Styles
*   2.1 - Typography
*   2.2 - Preloader
*   2.3 - Background Gardients
*   2.4 - Animation
* 3 - Shortcodes
*   3.1 - Buttons
*   3.2 - Accordions
*   3.3 - Tabs
*   3.4 - Alert Boxes
*   3.5 - Forms
*   3.6 - Fontawesome Icons
* 4 - Sticky
* 5 - Navigation
*   5.1 - Logo
* 6 - Sections
*   6.1 - Section Header
* 7 - Parallax 
* 8 - Home Version 1
* 9 - Home Version 2 
* 10 - Home Version 3 
* 11 - Section About 
*   11.1 - Status
* 12 - Team
* 13 - Skill Bars
* 14 - Services
* 15 - Prices Table
* 16 - Portfolio
*   16.1 - Portfolio Isotop Transition.
* 17 - Blog Masonry
* 18 - Social Section
* 19 - Section Clients   
*    19.1 - Testimonials
* 20 - Section Contact
*   20.1 - Map
*   20.2 - Contact Form 
* 21 - Portfolio Single
* 22 - Color Switcher
* 23 - Footer

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/

/* 1 - Imported Stylesheets 
------------------------------------------------------------------------*/   
@import url(bootstrap.min.css); 					  	/* Bootstrap 1170 Grid */
@import url(font-awesome-4.1.0/font-awesome.min.css);	/* Font Awesome Icons */
@import url(animate.min.css);							/* All CSS3 Animations */
@import url(javascript.css);
@import url(color-red.css);							/* Javascript Styles */



/* 2 - General Styles
------------------------------------------------------------------------*/



/* 2.1 - Typography
------------------------------------------------------------------------*/
@font-face {
    font-family: 'typograph_proextrabold';
    src: url('../fonts/typograph_pro_extra_bold-webfont.woff2') format('woff2'),
         url('../fonts/typograph_pro_extra_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'typograph_prosemibold';
    src: url('../fonts/typograph_pro_semi_bold-webfont.woff2') format('woff2'),
         url('../fonts/typograph_pro_semi_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din-lightlight';
    src: url('../fonts/din-ligh-webfont.eot');
    src: url('../fonts/din-ligh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-ligh-webfont.woff') format('woff'),
         url('../fonts/din-ligh-webfont.ttf') format('truetype'),
         url('../fonts/din-ligh-webfont.svg#din-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din-mediummedium';
    src: url('../fonts/din-medi-webfont.eot');
    src: url('../fonts/din-medi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-medi-webfont.woff') format('woff'),
         url('../fonts/din-medi-webfont.ttf') format('truetype'),
         url('../fonts/din-medi-webfont.svg#din-mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'din-regularregular';
    src: url('../fonts/din-regu-webfont.eot');
    src: url('../fonts/din-regu-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-regu-webfont.woff') format('woff'),
         url('../fonts/din-regu-webfont.ttf') format('truetype'),
         url('../fonts/din-regu-webfont.svg#din-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'din-regularregular', sans-serif;
  font-size: 19px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    font-weight: inherit;
     }

h1, h2, h3, h4, h5, h6{ 
    font-family: 'typograph_prosemibold', sans-serif; font-weight: normal;
     }    
h1 { 
	font-size: 40px;    
  margin: 25px 0; 
}

h2 { 
	font-size: 40px;    
	margin: 25px 0; 
}

h3 { 
	font-size: 30px; 
	line-height: 60px; 
	margin: 25px 0;
}

h4 { 
	font-size:20px;
	margin: 25px 0;

}

h5 { 
    font-size: 16px; 
}

h6 { 
    font-size: 13px; 
}

p, blockquote { line-height: 24px; }


/* main colors */
h1, h2, h3, h4, h5, h6 { color: #f05342; }
p { color: #808080; }

/* links */
a {
    text-decoration: none;
    color: #fff;
    outline: none;
    -webkit-transition: color .5s;
    -moz-transition:    color .5s;
    -ms-transition:     color .5s;
    -o-transition:      color .5s;
    transition:         color .5s;

    -webkit-transition: all .5s;
    -moz-transition:  all .5s;
    -ms-transition:   all .5s;
    -o-transition:    all .5s;
    transition:     all .5s;
}

a:hover {
    text-decoration: none;
    outline: none;
}

/* blockquote */
blockquote {
    font-size: 16px;
    margin-left: 5px;
    padding-left: 15px;
    color: #808080;
}

ul {
    padding-left: 0;
    list-style: none;
}

mark {
    color: #e74c3c;
    background-color: transparent;
}

.imgCenter{
  display: block;
  margin: auto;
  padding: 10px 0;
  max-width: 100%;
}

/* 2.2 - Preloader
------------------------------------------------------------------------*/
.mask {
    background:rgba(255,255,255,0.5);
    width:100%;
    height:100%;
    position:fixed;
    z-index:100000
}
.loader{
    width:80px;
    height:50px;
    left: 50%;
    top: 50%;
    position: absolute;
    font-size: 50px;    
}

/* 2.3 - Background Gardients
------------------------------------------------------------------------*/
.earthly{
  background: -webkit-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #649173 10%, #DBD5A4 90%); /* W3C */       
}
.virgin{
  background: -webkit-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #C9FFBF 10%, #FFAFBD 90%); /* W3C */
}
.ash{
  background: -webkit-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #606c88 10%, #3f4c6b 90%); /* W3C */       
}
.shadow-night{
  background: -webkit-linear-gradient(90deg, #000000 10%, #53346D 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #000000 10%, #53346D 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #000000 10%, #53346D 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #000000 10%, #53346D 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #000000 10%, #53346D 90%); /* W3C */       
}
.cherryblossoms{
  background: -webkit-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #FBD3E9 10%, #BB377D 90%); /* W3C */        
}
.Parklife{
  background: -webkit-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #ADD100 10%, #7B920A 90%); /* W3C */
}

.Dance_To_Forget{
  background: -webkit-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #FF4E50 10%, #F9D423 90%); /* W3C */
}
.Starfall{
  background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* W3C */      
}

.Red_Mist{
  background: -webkit-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #000000 10%, #e74c3c 90%); /* W3C */       
}
.Teal_Love{
  background: -webkit-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #AAFFA9 10%, #11FFBD 90%); /* W3C */     
}
.neon_life{
  background: -webkit-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #B3FFAB 10%, #12FFF7 90%); /* W3C */    
}

.man_of_steel{
  background: -webkit-linear-gradient(90deg, #780206 10%, #061161 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #780206 10%, #061161 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #780206 10%, #061161 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #780206 10%, #061161 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #780206 10%, #061161 90%); /* W3C */
}
.amethyst{
  background: -webkit-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%); /* W3C */
}
.cheer_up_emo_kid{
  background: -webkit-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #556270 10%, #FF6B6B 90%); /* W3C */
}

.shore{
  background: -webkit-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #70e1f5 10%, #ffd194 90%); /* W3C */           
}

/* 2.4 - Animation
------------------------------------------------------------------------*/
.animation {
    opacity: 0;
}

.animation-visible {
    opacity: 1;
}

.animated,
.animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}



/* 3 - Shortcodes
------------------------------------------------------------------------*/

.header-shortcodes {
    padding-top: 120px;
}

.shortcodes{
    margin-top: 100px;
}

.shortcodes h2 {
    text-transform: none;
}
.shortcodes .price-tables {
    background-color: #f2f2f2;
}

.shortcodes .btn-container {
    margin-bottom: 50px;
}

/* 3.1 - Buttons
------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    border-radius: 0;
    padding: 10px 20px;
    border: 4px solid #cccccc;
    margin: 5px 0;
    text-transform: uppercase;
    background-color: transparent;
    color: #2c3e50;
    font-size: 16px;
    outline: none;
    -webkit-transition: all .5s;
    -moz-transition:    all .5s;
    -ms-transition:     all .5s;
    -o-transition:      all .5s;
    transition:         all .5s;
}

.btn:hover {
    color: #fff !important;
    outline: none;
}

.btn-large {
    padding: 10px 40px;
    font-size: 22px;
}

.btn-small {
    padding: 8px 15px;
    font-size: 14px;
    border-width: 2px;
}

/* 3.2 - Accordions
------------------------------------------------------------------------*/
.accordion {
    margin: 0;
}

.accordion dt {  
    width: 100%;
    float: left;
    border: 1px solid #e8e8eb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 5px;

    font-size: 16px;
    font-weight: 600;
    color: #262b2f;
    cursor: pointer;
}
 
.accordion dd { 
    width: 100%;
    float: left;
    display: none;
    padding: 15px 20px;
    border: 1px solid #e8e8eb;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: -5px 0 10px 0;

    color: #8e9396;
}

/* 3.3 - Tabs
------------------------------------------------------------------------*/
.nav-tabs {
    display: inline-block;
    border: 1px solid #e8e8eb; 
    border-radius: 10px;
}

.nav-tabs > li > a {
    border-right: 1px solid #e8e8eb;
    border-radius: 0;
    color :#262b2f;
    font-weight: 600;
}

.nav-tabs > li > a:hover {
    background-color: #fbfafa;
}

.nav-tabs > li.active > a {
    border: none;
    border-right: 1px solid #e8e8eb;
}

.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    border: none;
    border-right: 1px solid #e8e8eb;
    background-color: #fbfafa;
}

.nav-tabs > li:last-child > a,
.nav-tabs > li.active:last-child > a,
.nav-tabs > li.active:last-child > a:hover {
    border: none;
}

/* tab content */
.tab-pane {
    padding: 10px 10px 0 5px;
}

/* 3.4 - Alert boxes
------------------------------------------------------------------------*/
.alert {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 15px;
    background-color: #2c3e50;
    color: #fff;
}

.alert a:hover {
    color: #f8f8f8 !important;
}

.alert i {
    padding-right: 10px;
}

.alert-dismissable .close {
    opacity: .5;
    filter: alpha(opacity=50); /* ie */
    right: 0;
}

/* success alertbox */
.alert-success {
    background-color: #91c134;
}

/* error alertbox */
.alert-danger {
    background-color: #d83e2f;
}

/* info alertbox */
.alert-info {
    background-color: #53b6b7;
}

/* warning alertbox */
.alert-warning {
    background-color: #f5a700;
}


/* 3.5 - Forms
------------------------------------------------------------------------*/
input,
textarea {
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	color: #808080;
	font-size: 14px;
	padding: 15px 25px 13px 25px;
	margin-bottom: 15px;

	-webkit-transition: opacity .5s;
	-moz-transition: 	opacity .5s;
	-ms-transition: 	opacity .5s;
	-o-transition: 		opacity .5s;
	transition: 		opacity .5s;
}

textarea {
	height: 110px;
	resize: none;
}

/* on fouces */
input:focus,
textarea:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s;
	-moz-transition: 	opacity .5s;
	-ms-transition: 	opacity .5s;
	-o-transition: 		opacity .5s;
	transition: 		opacity .5s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

/* avtive input */
.input-active {
    border-color: #53b6b7;
}

/* error input */
.input-error {
    border-color: #e8421b;
    color: #e8421b;
}

.input-error::-webkit-input-placeholder {
   color: #e8421b;
}

.input-error::-moz-input-placeholder {
   color: #e8421b;
}

/* diabled input */
.input-disabled  {
    background-color: #f2f2f2;
}

.input-disabled:focus {
    text-wrap: none;
}

/* 3.6 - Fontawesome icons
------------------------------------------------------------------------*/   
.fontawesome li {
    height: 40px;
    list-style: none;
    font-size:14px;
    text-transform: capitalize;
}
    
.fontawesome li i {
    width: 35px;
    margin-right: 10px;
    color: #2c3e50;
    font-size: 18px;
    vertical-align: -2px;    
}

/* 4 - Sticky
------------------------------------------------------------------------*/
.is-sticky{ 
    background-color: #292929 !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 2;
    position: fixed !important;
    height: 48px;
}

.is-sticky .navbar-nav > .active > a, .is-sticky .navbar-nav > li > a:hover, .is-sticky .navbar-nav > .active > a:focus{ 
    color: #F54F36 !important;
}

.is-sticky .header-logo{
  display: none;
}

.is-sticky .stickyLogo, .nav-bg-color .stickyLogo{
  display: inline-block;
}

.nav-bg-color .navbar-nav > .active > a, .nav-bg-color .navbar-nav > li > a:hover, .nav-bg-color .navbar-nav > .active > a:focus{ 
    color: #F54F36 !important;
}



header{
  min-height: 0px;
}

/* 5 - Navigation
------------------------------------------------------------------------*/

/* 5.1 - logo
------------------------------------------------------------------------*/
.header-logo {
    position: relative;
    display: inline-block;
    padding-top: 15px;
}

.stickyLogo{
  position: relative;
  display: none;
  padding-top: 15px;
}

.stickyLogoWhite{
  position: relative;
  display: none;
  padding-top: 15px;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    position: absolute; 
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    max-height: 430px; /* change as needed */
}

.navbar-nav {
    float: right;
}
.navbar-nav>li{
    position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #ffffff;
}
.navbar-nav > li > a {
    font-family: "typograph_proextrabold",sans-serif;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    outline: none;
    color: #ffffff;
}
.navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0px;
    background:transparent;
}

.navbar-nav>li.menu-item-has-children>a:after{
    height: 0!important;
}

.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a,
.navbar-nav>li .sub-menu>li .sub-menu,
.navbar-nav>li>a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.navbar-nav>li.menu-item-has-children{
    padding-right: 15px;
}
.navbar-nav>li.menu-item-has-children:before,
.sub-menu>li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav>li.menu-item-has-children:before {
    content: "\f0d7";
    color: #FFFFFF;
}
.sub-menu>li.menu-item-has-children:before{
    content: "\f0da";
    color: #ffffff;
}
.sub-menu>li.menu-item-has-children:hover:before {
    color: #FFFFFF;
    outline: none;
}
.navbar-nav>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 130%;
    left: 0;
    min-width: 160px;
    height:0;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
}
.navbar-nav>li:hover .sub-menu{
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
}
.navbar-nav > li .sub-menu > li > a {
    background: none repeat scroll 0 0 #161e2b;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 12px;
    line-height: 25px;
    min-width: 100%;
    padding: 15px;
    text-transform: uppercase;
}
.navbar-nav>li .sub-menu>li{
    position: relative;
}
.navbar-nav>li .sub-menu>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    left: 130%;
    width: 0;
    height:auto;
    opacity: 0;
}
.navbar-nav>li .sub-menu>li:hover .sub-menu{
    opacity: 1;
    overflow: visible;
    width: 160px;
    left: 100%;
}
.toggle_nav_button {
    display: none;
}


/* 6 - Sections
------------------------------------------------------------------------*/
.section{
    padding: 80px 0;
    position: relative;
}


/* 6.1 - Sections Header
------------------------------------------------------------------------*/
.section .header {
    margin-bottom: 20px;
}
.section.portfolio .header {
    margin-bottom: 0;
}
.section .header h1{
    color: #f05342;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 15px 0;
    text-align: center;
}
.section .header h1 a{
  color: inherit;
}
.section .header h2{
    color: #f05342;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 15px 0;
    text-align: center;
}
.about .header h1{
    text-align: left;
}
.about .header h2{
    text-align: left;
}
.section p {
  margin: 0;
}
.section .header h1 + p {
  width: 70%;
}
.section .header h2 + p {
  width: 70%;
}

.section .header .headerIcon{
  width: 120px;
  float: left;
}
.section .header .titleHeader{
  margin-left: 130px;
}

.section .header .titleHeader .subTitle{
  font-family: 'din-mediummedium';
  text-transform: uppercase;
  width: 100%;
}

/* 7 - Parallax
------------------------------------------------------------------------*/
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.parallax-overlay {
    background-color:#000000;
    opacity: 0.8;
    height: 100%;
}

.parallax-overlay-1 .container{
  padding: 180px 20px;
}
.parallax-overlay-1 h1,.parallax-overlay-1 h2,.parallax-overlay-1 h3,.parallax-overlay-1 h4,.parallax-overlay-1 h5,.parallax-overlay-1 h6,.parallax-overlay-1 p{
    color: #FFFFFF;
}

.parallax-overlay-1 .btn {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
}

.parallax-overlay-1 .btn:hover {
    color: #fff !important;
}

/* 8 - Home version 1
------------------------------------------------------------------------*/
.home-text{
    position: relative;
    height: 750px;
}
.home-text .btn {
    color: #fff;
}
.home-intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.intro-align {
    text-align: left;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
.home-intro h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 700;
}


/* 9 - Home version 2
------------------------------------------------------------------------*/
.home-video{
    position: relative;
    height: 750px;
}
.home-video .intro-align{
  text-align: center;
  color: #ffffff;
}
.home-video-content {
    height: 100%;
    margin-top: 20%;
    position: absolute;
    width: 100%;
}
.home-video-content > h3 {
    color: #ffffff;
    text-transform: uppercase;
}
.home-video-content .vicon{
  color: #ffffff;
  outline: none;
}

.home-video-content .vicon > img {
    height: 150px;
    margin-top: 50px;
}

/* 10 - Home version 3
------------------------------------------------------------------------*/
#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: 16% 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;
    text-transform: uppercase;
}

.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 {
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    left: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}
.slides-navigation a.next {
    color: #FFFFFF;
    height: 50px;
    line-height: 10px;
    right: 10px;
    text-align: center;
    width: 50px;
    outline: none;
}


.bannerBlock{ width: 100%; height: 100%; margin: auto; position: relative;}
.bannerBlock .banner{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.bannerBlock .placeHolder{  width: 100%; visibility: hidden;}
.bannerBlock .banner .item{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.bannerBlock .banner .item+.item{ left: 100%;}
.bannerBlock .banner .item .img{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.bannerBlock .banner .item .img img{ display: block; width: 100%; height: 100%;}
.bannerBlock #item2 .text{ width: 100%; text-align: center; position: absolute; bottom: 80px; font-size: 28px; color: #0f7436;}
.bannerBlock .arrows{ width: 100%; position: absolute; top: 50%;}
.bannerBlock .arrows a{ display: block; color:#FFF; font-size: 50px; margin: 0 20px;}
.bannerBlock .arrows a.previous{ float: left;}
.bannerBlock .arrows a.next{ float: right;}
.bannerBlock .captions{ position: absolute; width: 100%; height: 100%;}
.bannerBlock .captions .wrapper{ width: 1000px; height: 100%; margin: auto; position: relative;}
.bannerBlock .captions img{ position: relative;}
.bannerBlock #item1 .captions .caption1{ position: absolute; bottom: 50px; left: 50px;}
.bannerBlock #item1 .captions .caption1 img{ display: block; margin: auto;}
.bannerBlock #item1 .captions .caption2{ position: absolute; bottom: 150px; right: 110px;}
.bannerBlock #item1 .captions .caption3{ position: absolute; bottom: 80px; right: 230px;}

.bannerBlock #item2 .captions .caption1{ position: absolute; bottom: 60px; left: 160px;}
.bannerBlock #item2 .captions .caption2{ position: absolute; bottom: 140px; right: 115px;}
.bannerBlock #item2 .captions .caption3{ position: absolute; bottom: 60px; right: 150px;}

.bannerBlock #item3 .captions .caption1{ position: absolute; bottom: 100px; left: 125px;}
.bannerBlock #item3 .captions .caption2{ position: absolute; bottom: 80px; right: 120px;}
.bannerBlock #item3 .captions .caption3{ position: absolute; bottom: 40px; left: 400px;}

.bannerBlock .aboutArrow{
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.bannerBlock .aboutArrow a{
  display: inline-block;
  width: 51px;
  height: 32px;
  background: url(../img/about.png) no-repeat;
}


/* 11 - Section About
------------------------------------------------------------------------*/

.about p.subTitle{ 
  color: #383b3f;
  font-size: 19px;
}

.about p,
.about blockquote {
	margin: 0;
}

.about-slider {
	position: relative;
}

.about-slider .owl-prev {
	position: absolute;
	top: 45%;
	left: 5px;
	background-color: #1d2834;
	width: 50px;
	height: 50px;
	text-align: center;

	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	-ms-border-radius: 	   50px;
	-o-border-radius:      50px;
	border-radius: 		   50px;

	-webkit-transition: background-color 1s;
	-moz-transition: 	background-color 1s;
	-ms-transition: 	background-color 1s;
	-o-transition: 		background-color 1s;
	transition: 		background-color 1s;
}

.about-slider .owl-next {
	position: absolute;
	top: 45%;
	right: 5px;
	background-color: #1d2834;
	width: 50px;
	height: 50px;
	text-align: center;

	-webkit-border-radius: 50px;
	-moz-border-radius:    50px;
	-ms-border-radius: 	   50px;
	-o-border-radius:      50px;
	border-radius: 		   50px;


	-webkit-transition: background-color 1s;
	-moz-transition: 	background-color 1s;
	-ms-transition: 	background-color 1s;
	-o-transition: 		background-color 1s;
	transition: 		background-color 1s;
}

.about-slider-arrow {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}

@media (max-width: 992px){
	.about-slider .owl-prev,
	.about-slider .owl-next {
		display: none;
	}
}

/* 11.1 - Status
------------------------------------------------------------------------*/   
.status {
	background-color: #f2f2f2;
	text-align: center;
}
.status-circle {
	background-color: #fff;
	border: 10px solid #ededed;
	height: 230px;
	width: 230px;
	margin: 50px auto 25px auto;
	position: relative;
  cursor: pointer;
	-webkit-border-radius: 230px;
	-moz-border-radius:    230px;
	-ms-border-radius: 	   230px;
	-o-border-radius:      230px;
	border-radius: 		   230px;
	-webkit-transition: border .5s;
	-moz-transition: 	border .5s;
	-ms-transition: 	border .5s;
	-o-transition: 		border .5s;
	transition: 		border .5s;
}

.status-circle .circle-container {
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
}

.status-circle i {
	display: block;
	color: #b3b3b3;
	font-size: 60px;

	-webkit-transition: color .5s;
	-moz-transition: 	color .5s;
	-ms-transition: 	color .5s;
	-o-transition: 		color .5s;
	transition: 		color .5s;
}

.status-circle .status-number {
	color: #2c3e50;
	margin-top: 15px;
	font-size: 28px;
	font-weight: bold;
}

.status-circle p + p {
	color: #808080;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
}

/* 12 - Team
------------------------------------------------------------------------*/ 
#team-slider{
    margin-bottom: 100px;
}
.profile {
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #f2f2f2;
	padding: 30px 0;
	margin: 0 10px;
}

.profile-img {
	margin: 0 auto;
}

.profile-img img {
	margin: 0 auto;
	width: 170px;
	height: 170px;
	border: 7px solid #f2f2f2;

	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	-ms-border-radius: 170px;
	-o-border-radius: 170px;
	border-radius: 170px;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.profile-name h5 {
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0 5px 0;
}

.profile-name .divider {
	width: 20px;
	height: 4px;
	background-color: #cccccc;
	margin: 0 auto;

	-webkit-transition: width .5s;
	-moz-transition: 	width .5s;
	-ms-transition: 	width .5s;
	-o-transition: 		width .5s;
	transition: 		width .5s;
}

.profile-job {
	font-size: 14px;
	margin-top: 5px;
}

.profile-social {
	margin-top: 20px;
    text-align: center;
}

.profile-social li {
	display: inline-block;
	margin-right: 10px;
}

.profile-social i {
	color: #999999;
	font-size: 20px;
}

.profile:hover .profile-name .divider {
	width: 40px;
}

/* 13 - Skill bars
------------------------------------------------------------------------*/ 
.skillbar-title h4 {
    text-align: left;
    color: #2c3e50;
    font-size: 18px;
    margin: 0; 
    padding: 10px 0;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #edecec;
    height: 35px;
}


.skillbar-bar {
    height:35px;
    width:0px;

    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    -ms-border-radius:     3px;
    -o-border-radius:      3px;
    border-radius:         3px;
}


.skillbar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #d9d9d9; 
    color: rgba(0, 0, 0, 0.4);
}

/* 14 - Services
------------------------------------------------------------------------*/ 
.services h1, .services h1+p{ text-align: center; margin: auto; margin-top: 20px}
.services h2, .services h2+p{ text-align: center; margin: auto; margin-top: 20px}
.service-box {
  display: block;
  position: relative;
	border: 1px solid #e6e6e6;
	padding: 70px 30px 30px 30px;
	margin-bottom: 80px;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 992px){
	.service-box  {
		margin-bottom: 100px;
	}
}

.box-icon {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #f2f2f2;
	border: 5px solid #fff;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  -webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.box-icon i {
	line-height: 100px;
	font-size: 30px;
}

.box-icon-img {
  position: absolute;
  top: -52.5px;
  left: 0;
  right: 0;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  background-color: #FFF;
}

.box-icon-img .icon-img{
  width: 100%;
  height: 100%;
  background-position: 0 0;

  -webkit-transition: all .5s;
  -moz-transition:  all .5s;
  -ms-transition:   all .5s;
  -o-transition:    all .5s;
  transition:     all .5s;
}

.box-icon-img .graphisme{
  background: url(../img/icons/graphisme.png);
}
.box-icon-img .web{
  background: url(../img/icons/web.png);
}
.box-icon-img .pub{
  background: url(../img/icons/pub.png);
}
.box-icon-img .video{
  background: url(../img/icons/3d.png);
}

.service-box:hover .icon-img{
  background-position: 0 -105px;
}

.service-box:hover .service-box-btn{
  background: #ed3d1d;
  color: #FFF;
}

.service-box h4 {
	font-weight: 700;
    margin: 0 0 10px 0;
}

.service-box h2 {
  color: #ed3d1d;
  text-transform: uppercase;
  font-size: 17px;
}

.service-box p {
	width: 90%;
	margin: 0 auto;
	font-size: 17px;
}

.service-box p.servieSubtitle {
  color: #545454;
  text-transform: uppercase;
  font-weight: bold;
}

.service-box-btn {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	width: 120px;
	height: 40px;
	margin: 0 auto;
    border: 1px solid #e6e6e6;
	background-color: #fff;
    color: #808080;
    font-size: 14px;
    line-height: 40px;

	-webkit-transition: background-color .5s;
	-moz-transition: 	background-color .5s;
	-ms-transition: 	background-color .5s;
	-o-transition: 		background-color .5s;
	transition: 		background-color .5s;
}
.service-box:hover .box-icon {
	border: 5px solid #fff;

	-webkit-box-shadow: 0 0 0 1px #e7e7e7;
	-moz-box-shadow:    0 0 0 1px #e7e7e7;
	-ms-box-shadow:    	0 0 0 1px #e7e7e7;
	-o-box-shadow:    	0 0 0 1px #e7e7e7;
  	box-shadow:         0 0 0 1px #e7e7e7;
}
.service-box:hover .box-icon i {
		color: #fff !important;
	}
.service-content-lt {
	text-align: right;
}

.service-content-rt {
	text-align: left;
}

@media(max-width: 992px){
	.service-content-lt,
	.service-content-rt {
		text-align: center;
	}
}

.service-content-lt h4,
.service-content-rt h4 {
	font-weight: 700;
}

.service-content-lt p,
.service-content-rt p {
	font-size: 14px;
	margin-bottom: 40px;
}

@media(max-width: 768px){
	.service-content-lt,
	.service-content-rt {
		width: 90%;
		margin: 0 auto;
	}
}

.service-icon {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	text-align: center;

	-webkit-border-radius: 100px;
	-moz-border-radius:    100px;
	-ms-border-radius: 	   100px;
	-o-border-radius:      100px;
	border-radius: 		   100px;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
  	-moz-transition: 	all .5s;
  	-ms-transition: 	all .5s;
  	-o-transition: 		all .5s;
  	transition: 		all .5s;
}

.service-icon i {
	line-height: 90px;
	color: #fff;
	font-size: 30px;
}

@media(max-width: 992px){
	.service-icon {
		margin: 0 auto 15px auto;
	}
}
.service-container:hover .service-icon {
	background-color: #fff;
	border-color: #f2f2f2;
}

.service-signle{
  padding: 150px 0 150px 0;
}

.service-signle .header{
  margin-bottom: 10px;
}

.servicesList{
  padding: 20px 30px 50px 30px;
  background: #f05342;
}
.servicesList h2{
  color: #404041;
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "typograph_proextrabold",sans-serif;
  line-height: 60px;
}
.servicesList .serviceItem p{
  font-size: 14px;
  line-height: 16px;
}
.servicesList .serviceItem+.serviceItem{
  margin-top: 25px;
}
.servicesList h3{
  color: #FFF;
  margin: 0 0 3px 0;
  font-family: 'din-mediummedium';
  font-size: 16px;
  text-transform: uppercase;
  line-height: 15px;
}
.servicesList h3+h3{ margin-top: 10px;}
.servicesList p{
  color: #FFF;
}
.servicesList p.webServices{
  text-transform: uppercase;
  line-height: 24px;
}

.activites-items{
  background: #ededed;
}
a.activites-item{
  display: block;
  border: solid 1px rgba(176,176,176,0);
  padding: 20px 30px;
  text-align: center;
  color: #7a7a7a;
}
a.activites-item:hover, .activites-items .activ{
  background: #f2f2f2;
  border: solid 1px rgba(176,176,176,1);
  color: #f05342;
}
a.activites-item:hover .icon, .activites-items .activ .icon{
  background-position: 0 -105px;
}
a.activites-item .icon{
  width: 105px;
  height: 105px;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  -moz-transition:  all .5s;
  -ms-transition:   all .5s;
  -o-transition:    all .5s;
  transition:     all .5s;
}
a.activites-item .title{
  text-transform: uppercase;
  font-family: 'typograph_prosemibold';
  font-size: 17px;
}
a.activites-item .graphisme{
  background: url(../img/icons/graphisme.png) no-repeat;
}
a.activites-item .web{
  background: url(../img/icons/web.png) no-repeat;
}
a.activites-item .pub{
  background: url(../img/icons/pub.png) no-repeat;
}
a.activites-item .video{
  background: url(../img/icons/3d.png) no-repeat;
}

/* 15 - Prices Table
------------------------------------------------------------------------*/    
.prices {
	background-color: #f2f2f2;
	text-align: center;
}
.price-table {
	background-color: #fff;
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 40px 0;
	position: relative;
	margin: 50px 0 15px;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

@media (max-width: 992px){
	.price-table {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px){
	.price-table {
		width: 80%;
		margin: 0 auto 20px auto;
	}
}

.table-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 30px auto;
	background-color: #fff;
	border: 5px solid #f2f2f2;
	text-align: center;

	-webkit-box-shadow: 0 0 0 1px #e6e6e6;
	-moz-box-shadow:    0 0 0 1px #e6e6e6;
	-ms-box-shadow:    	0 0 0 1px #e6e6e6;
	-o-box-shadow:    	0 0 0 1px #e6e6e6;
  	box-shadow:         0 0 0 1px #e6e6e6;

  	-webkit-transition: all .5s;
  	-moz-transition: 	all .5s;
  	-ms-transition: 	all .5s;
  	-o-transition: 		all .5s;
  	transition: 		all .5s;
}

.price-number {
	margin-top: 10px;
	display: block;
	font-size: 36px;
	font-weight: bold;
}

.price-period {
	display: block;
	font-size: 14px;
	color: #808080;
}

.price-table h4 {
  font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.price-table .divider {
	width: 25px;
	height: 4px;
	margin: 20px auto 20px auto;
	background-color: #cccccc;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}
.price-table > h5{
  color: #2c3e50;
} 
.price-table > p{
  color: #808080;
}
.price-table p {
	margin-bottom: 15px;
}

.price-table .btn {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	color: #2c3e50;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #cccccc;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.price-table .btn:hover {
	color: #fff !important;
}

.price-table:hover .price-number,
.price-table:hover .price-period,
.price-table.active .price-number,
.price-table.active .price-period {
	color: #fff !important;
}

.price-table:hover .divider {
	width: 50px;
}


/* 16 - Portfolio
------------------------------------------------------------------------*/ 
#options {
    display: block;
    margin:20px auto 40px 10px;
    text-align: left;
    width: 100%;
    z-index: 2;
}
#filters {
    list-style: none outside none;
}
#filters li {
    display: inline-block;
    margin: 0 5px;
}
#filters li a {
    background-color: #161e2b;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 13px;
    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;
    outline: none;
    text-decoration: none;
}

#filters li a:hover{
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

#options li a.selected{
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.project-item {
    margin-bottom: 20px;
}
.project-item .project-image {
    -moz-box-sizing: border-box;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition:  all 0.4s ease 0s;
    -ms-transition:   all 0.4s ease 0s;
    -o-transition:    all 0.4s ease 0s;    
    transition: all 0.4s ease 0s;
}
.project-item .details h2 {
    border: 0 none;
    display: block;
    font-family: Montserrat,sans-serif;
}
.project-item .details p {
    border-top: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    text-transform: lowercase;
}
.project-item .details p span {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    margin-left: 2px;
    text-transform: uppercase;
}
.project-image .overlay {
    -moz-box-sizing: border-box;
    background-clip: padding-box;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition:  opacity 0.4s ease-in-out 0s;
    -ms-transition:   opacity 0.4s ease-in-out 0s;
    -o-transition:    opacity 0.4s ease-in-out 0s;       
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
}
.project-image:hover .overlay {
    opacity: 1;
}
.project-item .overlay h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    margin-top: 50px;
}

.col-md-3 .project-item .overlay h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    margin-top: 30px;
}
.project-item .overlay > h2 a {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.project-item .overlay:hover > h2 a {
    opacity: 1;
}
.project-item .overlay h2 {
    color: #FFFFFF;
}
.project-item .overlay a {
    color: #FFFFFF;
    text-decoration: none;
}
.project-item .overlay em {
    color: #FFFFFF;
}
.project-item img {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.project-item:hover img {
    transform: scale(1.1);
}

.portfolio-container .results .loader{ display: none;}

.pagination a{ display: inline-block; background: #f05342; color: #FFF; font-size: 13px; padding: 2px 9px; border:solid 1px #f05342;}
.pagination a:hover, .pagination a.activ{ background: #FFF; color: #f05342;}

/* 16.1 - 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;
}

/* 17 - Blog Masonry
------------------------------------------------------------------------*/   
.blog-masonry {
  padding: 80px 0;
}

.blog-post-holder {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.masonry-post {
  background-color: #FFFFFF;
  float: left;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 20px;
  width: 350px;
  margin-left: 25px;
}

.masonry-post-img {
  position: relative;
  width: 100%;
  height: 100%;
}




/* quote post */
.masonry-post.quote{
  padding: 30px;
}
.masonry-post .post-quote h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
}

.masonry-post-title h4 {
  padding: 10px 20px 0 20px; 
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #484747;
  text-transform: uppercase;
  line-height: 40px;
}

.masonry-post-meta {
  padding: 0 20px; 
  font-weight: 600;
  font-size: 14px;
  color: #a3a2a2;
  margin-bottom: 15px;
}

.masonry-post-meta .masonry-author {
  font-style: italic;
  font-weight: 400;
  color: #a3a2a2;
}

.masonry-post-content {
  padding: 15px 20px 25px 20px;
  font-size: 14px;
  border-top: 1px solid #eee;
  color: #a3a2a2;
}

.masonry-post-more {
  padding: 15px 20px;
  font-size: 14px;
  background-color: #f7f7f7;
  text-align: center;
}

.masonry-post-more a {
  display: block;
  color: #808080;
}

.masonry-post-more i {
  font-size: 18px;
  padding-right: 10px;
}

.masonry-post-more:hover {
  -webkit-transition: all .5s;
  -moz-transition:    all .5s;
  -ms-transition:     all .5s;
  -o-transition:      all .5s;
  transition:         all .5s;
}

.masonry-post-more:hover a {
  color: #fff;
}

.masonry-post-more a:hover {
    color: #fff !important;
}

/* load more button */
.btn-masonry-container {
  text-align: center;
}

.btn-masonry {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  padding: 10px 25px;
  color: #2c3e50;
  border: 2px solid #2c3e50;

  -webkit-transition: all .5s;
  -moz-transition:  all .5s;
  -ms-transition:   all .5s;
  -o-transition:    all .5s;
  transition:     all .5s;
}

/* 18 - social section
------------------------------------------------------------------------*/   
.social-icon {
	color: #fff;
	margin:50px auto 15px;
	text-align: center;
	font-size: 48px;
	display: inline-block;
	width: 120px;
	height: 120px;
	background-color: #161e2b; /* fallback */
	background-color: rgba(22, 30, 43, .7); 

	-webkit-border-radius: 120px;
	-moz-border-radius:    120px;
	-ms-border-radius:     120px;
	-o-border-radius:      120px;
	border-radius: 		   120px;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.social-icon:hover {
    color: #fff !important;
}

.facebook:hover {
	background-color: #405eb4;
}

.twitter:hover {
	background-color: #2e97e9;
}

.dribbble:hover {
	background-color: #e73f7f;
}

.instagram:hover {
	background-color: #467a9b;
}

.github:hover {
	background-color: #181818;
}

.tumblr:hover {
	background-color: #2f6296;
}

.linkedin:hover {
  background-color: #007bb5;
}

.behance:hover {
  background-color: #1769ff;
}

.google-plus:hover {
  background-color: #dd4b39;
}

.social-icon i {
	line-height: 120px;

}

.social-icon + p {
	color: #fff;
}

@media(max-width: 992px){
.social-icon + p {
		margin-bottom: 25px;
	}
}

/* 19 - Sections Clients
------------------------------------------------------------------------*/   
.clients {
	background-color: #f2f2f2;

}
.client-box {
	position: relative;
	width: 100%;
	height: 180px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}

.client-box img {
	opacity: .5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  width: 100%;
	-webkit-transition: opacity .5s;
	-moz-transition: 	opacity .5s;
	-ms-transition: 	opacity .5s;
	-o-transition: 		opacity .5s;
	transition: 		opacity .5s;
}

/* the hover effect */
.client-box:hover {
	background-color: #f7f7f7;
}

.client-box:hover img {
	opacity: 1;
}
/* 19.1 - Testimonials
------------------------------------------------------------------------*/      
#testimonials {
    margin-top: 30px;
}
#testimonials .item{
    padding: 10px;
}
.testimonials {
    padding: 30px;
}
.testimonials > img {
    border-radius: 66px;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    margin-top: -60px;
}
.box {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.8125%;
    position: relative;
    text-align: center;
    top: 20px;
    margin-bottom: 100px;
}

/* 20- Section Contact
------------------------------------------------------------------------*/   
.contact {
	padding: 100px 0 0 0;
}

.contact h2 {
    display: block;
}


.contact a:hover {
	text-decoration: underline;
}

.contact-icon {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius:    100px;
  -ms-border-radius:     100px;
  -o-border-radius:      100px;
  border-radius:       100px;

  -webkit-box-shadow: 0 0 0 1px #e6e6e6;
  -moz-box-shadow:    0 0 0 1px #e6e6e6;
  -ms-box-shadow:     0 0 0 1px #e6e6e6;
  -o-box-shadow:      0 0 0 1px #e6e6e6;
    box-shadow:         0 0 0 1px #e6e6e6;

    -webkit-transition: all .5s;
    -moz-transition:  all .5s;
    -ms-transition:   all .5s;
    -o-transition:    all .5s;
    transition:     all .5s;
}

.contact-icon i {
  line-height: 90px;
  color: #fff;
  font-size: 30px;
}

.contact-info{
  text-align: center;
  margin-bottom: 50px;
}

.contact-info h2{
  font-size: 20px;
  margin: 25px 0;
}
.contact-info p a{
  color: inherit;
}
.sending{
  display:none;
  color:#222222;
  font-size:20px;
  line-height:20px;
  text-align: center;
}
.mess.center {
    color: #222222;
    text-align: center;
}

/* 20.1 - Map
------------------------------------------------------------------------*/   
.map-container {
	position: relative;
	width: 100%;
	height: 600px;
}

@media(max-width: 768px){
	.map-container {
		height: 500px;
	}
}

.map-embed {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map {
	width: 100%;
	height: 100%;
	z-index :0;
	position: relative;	
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  z-index :0;
  position: relative; 
}

/* 20.2 - Contact form
------------------------------------------------------------------------*/   
.contact-form {
	position: relative;
	margin-top: 80px;
	background-color: #404041;
	padding: 15px 25px 45px 25px;
}

@media(max-width: 768px){
	.contact-form {
		margin-top: 20px;
	}
}

.form-header {
	background-color: #f05342;
	padding: 10px 0 10px 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.form-header h4 {
    margin: 10px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form form {
	margin-top: 100px;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	color: #808080;
	font-size: 14px;
	padding: 15px 65px;
	margin-bottom: 15px;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.contact-form textarea {
	height: 110px;
}

.contact-form input[type=text] {
	background: #fff url(../img/inputs/input-name.png) no-repeat scroll left center;
}

.contact-form input[type=email] {
	background: #fff url(../img/inputs/input-email.png) no-repeat scroll left center;
}

.contact-form textarea {
	background: #fff url(../img/inputs/input-message.png) no-repeat scroll left 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
}

.contact-form .submit {
	padding: 10px 45px;
	margin-top: 10px;
	border: 2px solid;
	background: #f0f0f1;
	color: #2c3e50;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;

	-webkit-transition: all .5s;
	-moz-transition: 	all .5s;
	-ms-transition: 	all .5s;
	-o-transition: 		all .5s;
	transition: 		all .5s;
}

.contact-form .submit:hover {
	color: #fff;
}


/* 21 - Portfolio Single
------------------------------------------------------------------------*/   

.portfolio-single {
    padding-top: 150px;
    padding-bottom: 100px;
}

.portfolio-single h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 60px;
}
.portfolio-single .single-project img{
    margin-bottom: 10px;
    margin-top: 34px;
}
/* single item info */
.portfolio-single .item-meta{
    font-size: 16px;
    margin-bottom: 0;
}
.item-meta > li {
    padding-bottom: 10px;
}

.portfolio-single .btn {
    margin: 20px 0 40px 0;
}

.portfolio-single .btn:hover {
    color: #fff !important;
}

.more-portfolio-item{
  background-color: #f2f2f2;
  padding: 100px 0px;
}
.more-portfolio-item .title > h3{
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio h2 .allWorks{
  display: block;
  font-size: 12px;
  color: #000;
  margin-top: 5px;
}

/* 22 - Colors Switcher
------------------------------------------------------------------------*/  
.colors-switcher {
    width:100px;
    padding:20px 18px 14px 20px;
    position:fixed;
    z-index:1993;
    top:90px;
    right:0;
    background-color:#fff;
    border-radius:2px 0 0 2px;
    border:1px solid rgba(0,0,0,.1);
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.colors-switcher > p {
    font-size: 11px;
    line-height: 0;
}
.colors-switcher #show-panel {
    position:absolute;
    left:-38px;
    top:15px;
    width:38px;
    height:38px;
    z-index:1992;
    display:block;
    background-color:#fff;
    border-radius:2px 0 0 2px;
    border:1px solid rgba(0,0,0,.1);
    border-right:none;
    cursor: pointer;
}
.colors-switcher #show-panel i {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 38px;
    margin-left: 15px;
}
.colors-switcher .colors-list {
    margin:0;
    padding:0;
}
.colors-switcher .colors-list li {
    float:left;
    display:block;
    margin-bottom:2px;
    margin-right:6px;
}
.colors-switcher .colors-list li a {
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:2px;
    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    cursor: pointer;
}
.colors-switcher .colors-list li a:hover {
    box-shadow:inset 0 0 6px rgba(0,0,0,.4);
}
.colors-switcher .colors-list a.red {
    background-color:#f54f36;
}
.colors-switcher .colors-list a.orange {
    background-color:#f4a622;
}
.colors-switcher .colors-list a.sun-flower {
    background-color:#ebbb14;
}
.colors-switcher .colors-list a.turquoise {
    background-color:#1abc9c;
}
.colors-switcher .colors-list a.blue {
    background-color:#4abcdd;
}
.colors-switcher .colors-list a.purple {
    background-color:#9d6fc8;
}
.colors-switcher .colors-list a.green {
    background-color:#b7db48;
}
.colors-switcher .colors-list a.emerald {
    background-color:#2ecc71;
}
.colors-switcher .colors-list a.wet-asphalt {
    background-color:#3c546c;
}
.colors-switcher .colors-list a.gray {
    background-color: #797979;
}

.clear{
  clear: both;
}

/* 23 - Footer
------------------------------------------------------------------------*/  
footer {
  background-color: #404041;
  padding: 20px 0;
  color: #a3a3a3;
  position: relative;
}

footer .container{
  position: relative;
}

.map_site{ text-align: center;}
.map_site li{
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.map_site li+li{ margin-left: 25px;}

.map_site ul ul{ margin-top: 7px;}

.map_site ul ul li{
  display: block;
  font-size: 13px;
}
.map_site ul ul li+li{ margin-left: 0; margin-top: 4px;}

.map_site ul ul li a{ color: #FFF;}
.map_site ul ul li a:hover{ color: #f05342}

.footer-logo{
  position: absolute;
  left: 0;
  top: 0;
}
.footer-logo a{
  display: block;
}
.footer-logo a img{
  border: none;
}

.right-footer{
  position: absolute;
  right: 0;
  top: 0;
}

footer .footer-copy{
  text-align: right;
  font-size: 11px;
}

footer .socialMedia{
  text-align: right;
  margin-bottom: 10px;
}

footer .socialMedia a{
  font-size: 20px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 32px;
  border: solid #FFF 3px;
  text-align: center;
  color: #FFF;
  margin: 0 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
   border-radius: 30px;
  -webkit-transition:  .5s;
  -moz-transition:     .5s;
  -ms-transition:      .5s;
  -o-transition:       .5s;
  transition:          .5s;
}

@media (min-width:600px) and (max-width:1024px){
  .map_site li{
    display: block;
    width: 20%;
    float: left;
    box-sizing:border-box;
    text-align: center;
  }
  .map_site li+li{ margin-left: 0;}

  .map_site ul ul li{
    width: 100%;
    float: none;
  }

  .map_site ul ul li+li{ margin-left: 0;}

  .footer-logo{
    clear: left;
    position: static;
    float: left;
  }

  .right-footer{
    position: static;
    float: right;
  }
}


@media (max-width:599px){
  .map_site li{
    display: block;
    width: 100%;
    box-sizing:border-box;
    text-align: center;
  }
  .map_site li+li{ margin-top: 20px; margin-left: 0;}

  .map_site ul ul{ margin-top: 3px;}

  .map_site ul ul li{
    width: 100%;
    float: none;
  }

  .map_site ul ul li+li{ margin-left: 0; margin-top: 1px;}

  .footer-logo{
    clear: left;
    position: static;
    float: left;
  }

  .right-footer{
    position: static;
    float: right;
  }
}


.footer-copy .author-name {
  font-style: italic;
}


.widget{
    margin-bottom: 50px;
}
.widget > h4 {
    color: #ffffff;
}