/*schamja shahaga*/
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* bootstrap */
@import url('bootstrap.css');
/* bootstrap responsive */
@import url('bootstrap-responsive.css');
/* prettyPhoto */
@import url('prettyPhoto.css');
/* flexslider */
@import url('flexslider.css');

/* font awesome */
@import url('font-awesome.css');
/* overwrite */
@import url('overwrite.css');
/* animation */
@import url('animate.css');
/* =========================================================
01. allgemein
============================================================ */
div, article, section, header, footer, nav, li {
    position:relative;
}
.group:after {
    display:block;
    height:0;
    clear:both;
    content:".";
    visibility:hidden; /* For clearing */
}
body {
    background:#fff;
    color: #444;
    font-size: 16px;
    font-weight:300;
    font-family:'Open Sans', Arial, sans-serif;
}

body {
    padding-top: 60px; 
}

::-moz-selection {
    color:#333;
}
::selection {
    color:#333;
}

/* scroll to top */
.scrollup{
    position:fixed;
    width:32px;
    height:32px;
    bottom:20px;
    right:20px;
}

a.scrollup {
    outline:0;
    text-decoration:none;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
    opacity:1;
    text-decoration:none;
    -webkit-transition: all 400ms ease-out 0s;	
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
a.scrollup i:hover {
    text-decoration:none;
}
.blankdivider10 {
    height: 10px;
    display: block;
}
.blankdivider20 {
    height: 20px;
    display: block;
}
.blankdivider30 {
    height: 30px;
    display: block;
}
.row {
    margin-bottom:30px;
}

.row .row{
    margin-bottom:30px;
}

.row.nomargin {
    margin-bottom:0;
}

/* =========================================================
02. Typography
============================================================ */

p {
    line-height: 1.6em;
    margin: 0 0 10px 0;
}
blockquote {
    font-size:18px;
    border:none;
    padding:0;
}
blockquote.large {
    font-size:36px;
    font-weight:700;
    line-height:1.1em;
}
blockquote.large:before {
    font-size:64px;
    font-family: FontAwesome;
    content: "\f10d";
    margin-right:20px;
    color: #1BAC91;
}
blockquote cite 						
{ display:block; font-size:12px;}
blockquote cite:before 					
{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				
{ color:#555; }
ul, ol {
    font-size: 1em; /* 16px */
    line-height: 1.5; /* 24px */
    margin: 0 0 1.5em 0;
}
a {
    color: #454545;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #fff;
    line-height:1.1em;
    font-family:'Open Sans', Arial, sans-serif;
}
h1 {
    font-size: 36px;
    margin-bottom:20px;
}
h2 {
    font-size: 30px;
    margin-bottom:20px;

}
h3 {
    font-size: 26px;
    margin-bottom:20px;
}
h4 {
    font-size: 22px;
    margin-bottom:20px;
}
h5 {
    font-size: 18px;
    margin-bottom:15px;
}
h6 {
    font-size: 16px;
    margin-bottom:10px;
}
strong {
    font-weight:700;
    font-family: 'Open Sans', sans-serif;
}
small {
    font-size: 0.75em; /* 12px */
    line-height: 2; /* 24px */
    margin-top: 2em;
    margin-bottom: 0em;
}
em {
    font-style: normal;
    font-family: 'Open Sans';
}
.muted {
    color: #A5A5A2;
}
.impressed {
    text-shadow:
        -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
h2.pagetitle {
    color:#fff;
    font-size:46px;
}

/* =========================================================
03. Verschiedenes
============================================================ */

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.medium {
    font-weight: normal;
}

/* =========================================================
04. Navigation
============================================================ */

.navbar-fixed-top .container {
    /* Uncomment to make nav expand full width */
    /*	width: auto; */
}
.navbar .brand {
    margin-left:0;
    padding: 0;
    margin-top: 1.05em;
}
.navbar .brand a {
    padding: 0;
    color: #1bac91;;
    font-size: 1.75em;
    margin-left: 0;
    font-weight: 500;
    text-transform:uppercase;
}
.navbar .brand a:hover {
    text-decoration: none;
    transition: color #f00 .15s linear;
    -webkit-transition:  #f00 color .15s linear;
    -moz-transition: color  #f00 .15s linear;

}
.navbar .brand a:focus {
    outline: none;
}
.navbar-inner {
    min-height: 4.75em;
}
.navbar-inverse .navbar-inner {
    background:#f2f2f2;
}
.navbar-wrapper {
    overflow:hidden;

}
#menu-main {
    margin-top: 1.125em;
}
ul#menu-main > li > a {
    font-weight: 600;
    color: #1bac91;
    font-size:14px;
    text-transform:uppercase;
}
ul#menu-main > li > a:hover {
    padding: 9px 15px;
    color: #f00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
ul#menu-main > li > a:focus {
    outline:0;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
}

/* =========================================================
05. Page sections
============================================================ */

/* === section header === */

#header-wrapper {
    width: 100%;
    min-height: 600px;
    margin-top: -60px;
    padding-top:160px;
    text-align:center;
}
#header-wrapper h1 {
    color: #FFFFFF;
    font-size: 4em;
    font-weight: 400;
    margin: 1em 0;
}
#header-wrapper h2 {
    color: #fff;
    font-family: 'Open Sans', sans serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0.5em 0;
    text-shadow: 1px 1px 1px #333333;
}
header .logo {
    text-align:center;
    margin-bottom:30px;
}
/* --- Header slider --- */
#header-wrapper.header-slider {
    background: #444 url(../img/bg/t3blur.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#main-flexslider ul.slides li p {
    font-size: 72px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1;
    color:#fff;
}
#main-flexslider.flexslider {
    margin:0;
    background:none;
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
/* --- Header subscribe form --- */

#header-wrapper input[type=text] {
    background: rgba(227, 231, 228, 1);
    font-family: 'Open Sans', sans serif;
    font-size: 1.3125em;
    border: 0;
    text-align: center;
    vertical-align: middle;
    margin-bottom:0 !important;
}
#header-wrapper input[type=text]:focus {
    background: #43413e;
    color: #eff1ef;
    transition: background 0.25 ease-in;
    -moz-transition: background 0.25 ease-in;
    -webkit-transition: background 0.25 ease-in;
}
#header-wrapper input[type=text] {
    height: 2.9em;
    width:50%;
}
#header-wrapper input[type=submit] {
    color: #fff;
    width: 185px;
    height: 2.9em;
    font-size: 1.3125em; /* 21px */
    padding:0.5em;
    letter-spacing: 0.05em;
    margin: 0;
    border: 0;
    text-transform: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#header-wrapper input[type=submit]:hover, 
#header-wrapper input[type=submit]:active {
    background: #43413e !important;
}
section.section {
    padding: 100px 0 80px;
}
section.section h4 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1px;
}
section.inner {
    padding: 50px 0 50px;
}
.section.orange h4 ,.section.green h4{
    color: #fcfcfc;
}
.section.orange p,.section.green p {
    color: #f7f7f7;
}
/* === section spacer === */

section.spacer {
    padding:90px 0 70px;
    color:#1bac91;
}

.spacer.green,.section.green {
    background:#1bac91;
}

.spacer.green,.section.green h4 {
    color:#fff;
}

.spacer.yellow,.section.yellow  {
    background:#ffe873;
}
.spacer.orange,.section.orange {
    background:#1bac91;
}

section.spacer.bg2 {
    background:  #444 url(../img/bg/t6blur.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.spacer.bg3 {
    background:  #444 url(../img/bg/Wblur.jpg) no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.spacer blockquote.large:before {
    color:#1bac91;
}
section.spacer blockquote cite {
    color:#555;
}
blockquote .large {
    color:#333;
}
section.spacer {
    padding: 90px 0 70px;
    color: #1bac91;
}
/* === section Portfolio === */

section#Portfolio h4 {
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align:center;

}
section#Portfolio p {
    margin:10px;
    text-align:left;
    width: 100%;
}
section#Portfolio .service-box {
    text-align: center;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#Portfolio .span3:hover {
    background:#e3e3e3;
}
section#Portfolio .service-box h2 {
    color: #f7f7f7;
    font-weight: 700;
}
section#Portfolio.section.orange .service-box:hover {
    background:#1bac91;
}

/* === section about === */

section#about {
    background: #f2f2f2;
}

section#about p {
    width: 100%;
}
section#about h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align:left;
    color: #1bac91;
}
section#about h4 {
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align:center;
    color: #1bac91;
}
.home-post {
    background:#fff;

}
.home-post:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-post .entry-content {
    padding:10px;
}
.home-post .entry-content h5 a {
    font-size:22px;
}
.home-post .entry-content h5 a:hover {
    color:#312f2b;
    text-decoration:none;
}
.home-post .entry-content a.more {
    font-size:13px;
}
.home-post .post-meta {
    padding:20px;
    overflow:hidden;
    color:#fcfcfc;
}
.home-post .post-meta i {
    float:left;
    margin-right:20px;
}
.home-post .post-meta span {
    margin-top:10px;
}
.home-post .post-meta span.date {
    font-weight:700;
    font-size:13px;
    float:left;
}
.home-post .post-meta span.tags {
    font-weight:700;
    font-size:13px;
    float:right;
    color:#ddd;
}
.home-post .post-meta span.tags a {
    color:#fcfcfc;
}

/* === section Works === */
section#works h2 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align:left;
    color: #1bac91;
}
section#works h4 {
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
    text-align:center;
    color: #1bac91;
}
.people {
    text-align:center;
}
.people h3 {
    margin-bottom:10px;
    font-weight:700;
    letter-spacing:-1px;
}

.team-thumb {
    margin-top: 26px;
    text-align:center;
}

/* =========================================================
06. Footer
============================================================ */

footer {
    background:#e1e6e7;
    text-align: center;
    color: #1bac91;
    padding:10px 0 50px;
    width: 100%;
    font-size: 12px;
    height: 120px;
    font-weight:400;
    letter-spacing:0px;
    background-image: -moz-linear-gradient(top, #e1e6e7, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e6e7), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #e1e6e7, #f2f2f2);
    background-image: -o-linear-gradient(top, #e1e6e7, #f2f2f2);
    background-image: linear-gradient(to bottom, #e1e6e7, #f2f2f2);
    background-repeat: repeat-x;
    border-top:1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    
    -webkit-box-shadow:1px 0px 15px 0px #999;
    -moz-box-shadow: 1px 0px 15px 0px #999;
          box-shadow:1px 0px 15px 0px #999;
   
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer ul.adresse {
    list-style:none;
}
footer ul.adresse li {
    display:inline;
}
footer ul.adresse li i {
    display:inline-block;
}
footer ul.adresse li a {
    color: #1bac91;
    margin: 0 5px;
}
footer ul.adresse li a:hover {
    text-decoration:none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #f00;
}
footer ul.adresse li i.icon-bgdark {
    background:#414141;
    color: #656565;
}
footer ul.adresse li a i.icon-instagram:hover {
    background: #ba7b3d;
    color: #fff;
}
footer ul.adresse li a i.icon-twitter:hover {
    background: #5ad2eb;
    color: #fff;
}
footer ul.adresse li a i.icon-dribbble:hover {
    background: #f57b71;
    color: #fff;
}
footer ul.adresse li a i.icon-pinterest:hover {
    background: #d84848;
    color: #fff;
}


/* =========================================================
07. Icons
============================================================ */

/* bg */
i.icon-bglight {
    color: #444;
    background: #f7f7f7;
}
i.icon-bglight.active {
    color: #fff;
}
i.icon-bglight.active:hover{
    color: #444;
    background: #f7f7f7;
}
i.icon-bgdark {
    color: #f7f7f7;
    background: #333;
}
i.icon-bgdark:hover {
    color: #fff;
}
i.icon-bgdark.active:hover {
    color: #f7f7f7;
    background: #333;
}
/* square */
i.icon-square {
    display: inline-block;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}
i.icon-square.icon-2x{
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}
i.icon-square.icon-3x{
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
}
i.icon-square.icon-4x{
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important;
}
i.icon-square.icon-5x{
    width: 120px !important;
    height: 120px !important;
    line-height: 120px !important;
}
/* rounded */
i.icon-rounded {
    display: inline-block;
    border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}
.icon-rounded.icon-2x{
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}
.icon-rounded.icon-3x{
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
}
.icon-rounded.icon-4x{
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
}
.icon-rounded.icon-5x{
    width: 120px !important;
    height: 120px !important;
    line-height: 120px !important;
    border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -o-border-radius: 12px !important;
    -ms-border-radius: 12px !important;
}
/* circled */
i.icon-circled {
    display: inline-block;
    border-radius: 1000px !important;
    -moz-border-radius: 1000px !important;
    -webkit-border-radius: 1000px !important;
    -o-border-radius: 1000px !important;
    -ms-border-radius: 1000px !important;
    text-align: center;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}
.icon-circled.icon-2x{
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}
.icon-circled.icon-3x{
    width: 72px !important;
    height: 72px !important;
    line-height: 72px !important;
}
.icon-circled.icon-4x{
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important;
}
.icon-circled.icon-5x{
    width: 120px !important;
    height: 120px !important;
    line-height: 120px !important;
}
i.icon-white {
    color:#fff;
}
/* more icon sizes for font-awesome icons */

.icon-6x {
    font-size: 6em;
}
.icon-6x.icon-border {
    border-width: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.icon-7x {
    font-size: 7em;
}
.icon-6x.icon-border {
    border-width: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.icon-8x {
    font-size: 8em;
}
.icon-6x.icon-border {
    border-width: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.icon-9x {
    font-size: 9em;
}
.icon-6x.icon-border {
    border-width: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.icon-10x {
    font-size: 10em;
}
.icon-6x.icon-border {
    border-width: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.navbar-inverse .btn-navbar {
    width: auto;
    height: auto;
}
.video-fluid {
    width: 270;

}
audio, canvas, video {
    display: inline-block;
    width: 100%;
}
/* =========================================================
09. Media queries
============================================================ */

@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding-left:0 ;
        padding-right:0;
        padding:0;
    }

    .navbar-inner {
        padding-right: 20px;
        padding-left: 20px;	
    }
    .navbar-inner h1.brand {
        margin-left:20px;
    }
    .navbar-inner .btn-navbar {
        margin:20px 20px 0;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }	
    .navbar-inverse .navbar-inner {
        padding:0 0 30px;
    }
    .nav-collapse {
        text-align:center;
        width:100%;
    }
}

@media (max-width: 767px) {
    body {
        padding-left:0 ;
        padding-right:0;
        padding:0;
    }
    .navbar-inner {
        padding-right: 20px;
        padding-left: 20px;	
    }
    .navbar-inner h1.brand {
        margin-left:20px;
    }
    .navbar-inner .btn-navbar {
        margin:20px 20px 0;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }	
    .navbar-inverse .navbar-inner {
        padding:0 20px 30px;
    }
    .nav-collapse {
        text-align:center;
        width:100%;
    }
}

/* Smaller screens ----------- */
@media (max-width : 480px) {
    #header-wrapper {
        padding-top:80px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {

  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .navbar-fixed-top .container {
    /* Uncomment to make nav expand full width */
    /*	width: auto; */
}
.navbar .brand {
    margin-left:0;
    padding: 0;
    margin-top: 1.05em;
}
.navbar .brand a {
    padding: 0;
    color: #1bac91;;
    font-size: 1.0em;
    margin-left: 0;
    font-weight: 500;
    text-transform:uppercase;
}
.navbar .brand a:hover {
    text-decoration: none;
    transition: color #f00 .15s linear;
    -webkit-transition:  #f00 color .15s linear;
    -moz-transition: color  #f00 .15s linear;

}
.navbar .brand a:focus {
    outline: none;
}
.navbar-inner {
    min-height: 4.75em;
}
    section.section {
        padding: 1em 0;
    }
    .video-fluid {
        width: 100%;

    }
    .max-img {
        width: 100%;
    }
    .max-img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    section#services h2 {
        margin-bottom: 0.25em;
    }
    section#services h2, section#services ul {
        text-align: center;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen  and (min-device-width : 250px)  and (max-device-width : 320px) {

  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .navbar-fixed-top .container {
    /* Uncomment to make nav expand full width */
    /*	width: auto; */
}
.navbar .brand {
    margin-left:0;
    padding: 0;
    margin-top: 1.2em;
}
.navbar .brand a {
    padding: 0;
    color: #1bac91;;
    font-size: 0.8em;
    margin-left: 0;
    font-weight: 500;
    text-transform:uppercase;
}
.navbar .brand a:hover {
    text-decoration: none;
    transition: color #f00 .15s linear;
    -webkit-transition:  #f00 color .15s linear;
    -moz-transition: color  #f00 .15s linear;

}
.navbar .brand a:focus {
    outline: none;
}
}