/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

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: #949493;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
}
::-moz-selection {
    background:#fff;
    color:#949493;
}
::selection {
    background:#f0bf00;
    color:#333;
}

.clear { clear:both;}

/*---------- FORMS ----------*/

input[type=text], input[type=submit], textarea {
    width: 100%;
    padding: 0.5em;
    font-size: 1em;
    /*margin-bottom: 1.5em;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/



p {
    font-size: 1em; /* 16px */
    line-height: 1.5; /* 24px */
    margin: 0 0 1.5em 0;
}
ul, ol {
    font-size: 1em; /* 16px */
    line-height: 1.5; /* 24px */
    margin: 0 0 1.5em 0;
}
body, input, textarea {
}
a:link, a:visited {
    color: #F1505A;
}
a:hover, a:active {
    color: #F1505A;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* reset default browser weight for our webfonts */
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 40px; 
    margin-top: 1.42em;
    margin-bottom: 0em;
    text-transform:uppercase;
}
h2 {
    font-size: 22px;
    /*margin-top: 1.1429em;*/
    margin-bottom: 0em;
}
h3 {
    font-size: 1.125em; /* 18px */
    line-height: 1.3333; /* 24px */
    margin-top: 1.3333em;
    margin-bottom: 0em;
}
h4 {
    font-size: 1em; /* 16px */
    line-height: 1.5; /* 24px */
    margin-top: 1.5em;
    margin-bottom: 0em;
}
h5 {
    font-size: 0.875em; /* 14px */
    line-height: 1.7143; /* 24px */
    margin-top: 1.7143em;
    margin-bottom: 0em;
}
strong {
    font-weight:normal;
    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;
    font-family: 'Quattrocento', serif;
}
.impressed {
    text-shadow:
        -1px -1px 0 rgba(0, 0, 0, 0.5), /* shadow */  1px 1px 0 rgba(255, 255, 255, 0.9); /* highlight */
}
.more-link {
    font-size: 12px; 
    margin-top: 1.5em;
}
.more-link:link, .more-link:visited {
    color: #427c3a;
    text-transform: uppercase;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Non-semantic ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* New Image Replacement Hack */

.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;
    font-family: 'Quattrocento', serif;
}
/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
    /* Uncomment to make nav expand full width */
    /*    	width: auto; */
}
.navbar .navbar-brand {
    /*    margin-left:0;
        padding: 0;
        margin: 0.5em 0;*/
}
.navbar .navbar-brand a {
    padding: 0;
    color: #fff;
    font-size: 1.75em;
    margin-left: 0;
    font-weight: normal;
    font-family: 'Patua One', cursive;
}
.navbar .navbar-brand a:hover {
    text-decoration: none;
    color:#f0bf00;
    transition: color .15s linear;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
}
.navbar .navbar-brand a:focus {
    outline: none;
}
.navbar-inner {
    min-height: 4.75em;
}
.navbar-inverse .navbar-inner {
    background-repeat: repeat;
    background-color: #000;
    border-color: #000;
    box-shadow:0 2px 12px #2B2B2B;
}
.navbar-wrapper {
    overflow:hidden;/* No fixed height, will break collapsible nav */
}
#menu-main {
    margin-top: 1.125em;
    margin-bottom: 0 !important;
}

ul#menu-main a,
ul#menu-main > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

ul#menu-main a:hover,
ul#menu-main > li > a:hover {
    color: #f7eb57;
    padding: 10px 12px;

}

ul#menu-main > li > ul > li > a:hover {
    padding: 0;
}

ul#menu-main > li > ul {
    top:60px;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
}

.language { font-size:12px; width:auto; float:left; top:20px; margin:0 0 0 10px;}
.language span, .language span a { color:#fff; text-decoration:none;}
.language span a:hover {color: #f7eb57;}

/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#headerwrap {
    width: 100%;
    background: url(../../image/index/top-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin-top: 40px;
    padding-top:140px;
}
#headerwrap .span6 { margin-left:0;}
#headerwrap h1 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size:46px;
    font-weight: 800;
    text-shadow: 1px 2px 2px #196800;
    text-align:center;
    margin-bottom:10px;
    line-height:20px;
    margin-top:0;
}
#headerwrap h2 {
    color: #fff;
    font-family: 'Open Sans', sans serif;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    text-align:center;
    line-height:25px;
    text-shadow: 1px 2px 2px #196800;
}

#headerwrap h3 {
    color: #fff;
    font-family: 'Open Sans', sans serif;
    font-size: 70px;
    font-weight: 300;
    margin: 5px 0;
    text-align:center;
    letter-spacing:-6px;
    text-shadow: 1px 2px 2px #196800;
}
#headerwrap h1 span {
    color:#f0bf00;
}
#headerwrap .banner_text { text-align:center; width:500px; float:left;}

#headerwrap img { float:right;}
#headerwrap input[type=text] {
    /*background: rgba(227, 231, 228, 1);*/
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3125em;
    border: 1px solid #417b27;
    text-align: center;
    vertical-align: middle;
    margin-bottom:0 !important;
    margin-top:20px;
}
#headerwrap input[type=text]:focus {
    /*background: #43413e;*/
    color: #a59a01;
    transition: background 0.25 ease-in;
    -moz-transition: background 0.25 ease-in;
    -webkit-transition: background 0.25 ease-in;
}
#headerwrap input[type=text] {
    height: 2.9em;
    width:80%;
}
#headerwrap input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    width: 185px;
    height: 2.9em;
    font-size: 1.3125em; /* 21px */
    padding:0.5em;
    letter-spacing: 0.05em;
    margin: 10px 0;
    border: 0;
    text-transform: none;
    background: #327f16 !important;
    border:1px solid #386d20;
    border-bottom:2px solid #24540f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width:80%;
}
#headerwrap input[type=submit]:hover, #headerwrap input[type=submit]:active {
    background: #386d20 !important;
    border-bottom:2px solid #24540f;
}
/*========== Social Icons ==========*/
ul.icon {
    font-size:54px;
    margin:1em 0 0.5em 0;
}
ul.icon li {
    display:inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.icon li:hover {
    opacity:0.7;
}
section.single-page {
    /*padding: 4.75em 0;*/
}
section.single-page h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 2.8em 0 1em 0; /* 72px */
    font-size: 2.25em; /* 36px */
}


#content{
    margin-top: 36px;
}

#feature {
    background: url("../../image/index/about_bg.jpg") repeat 0 0;
    z-index: 500;
    padding:0 0 80px 0;

}
#feature article {
    text-align: center;;
    max-width: 1170px;
    top:36px;
    color:#fff;
    text-shadow: 2px 2px 3px #000;
}
#feature-headline {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: rgba(228, 229, 229, 1);
    margin-bottom: 3%; /* 39px */
    margin-top: -.25em;
    height: 109px;
    background-size: 100% auto;
}
#feature-headline span {
    font-family: 'Open Sans', sans-serif;
    text-transform: lowercase;
}
#feature article p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 50px 0;
    line-height: 2;
    text-align:center;

}
/* Portfolio */

section#portfolio {
    padding-bottom: 0;
}
section#portfolio h1 {
    font-size: 3em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
section#portfolio hgroup h2 {
    margin-top: 1em;
    text-transform: capitalize;
}
section#portfolio hgroup h3 {
    margin-top:  .35em;
    font-family: 'Open Sans', sans-serif;
}
section#portfolio .entry-content {
    margin: 1em 0 2.5em;
}
section#portfolio .align {
    text-align:center;
    margin-top:10px;
    font-size:6em;
}
/* Portfolio Image Hover */
.mask2 img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    -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;
}
.mask2 img:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    opacity: 1;
}
/* Services */

section#services {
    padding-bottom: 9.5em;
}
#services h1 {
    font-size: 3em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
section#services h2 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align:center;
}
section#services p {
    margin:10px;
}
section#services .align {
    text-align:center;
    margin-top:10px;
    font-size: 6em;
}
section#services .align .sev_icon {
    text-align:center;
    margin:10px 0 20px 0;
    font-size: 0.6em;
    color:#F0BF00;
}
section#services .span3 {
    background:#e9e9e9;
    padding: 20px 0;
    -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#services .span3:hover {
    background:#e3e3e3;
    box-shadow: 1px 1px 6px #C1BAC1;
}
/* Testimonials */

section#testimonials {
    height:  647px;
    background: url("../../image/index/yellow_testimonial.png") repeat-x 0 0;
    padding: 0;
    color: #e4e5e2;
    z-index: 500;
    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);
}
section#testimonials .blockquote-wrapper {
    display: table-cell;
    vertical-align: middle;
    height:  647px;
}
blockquote.mega {
}
blockquote.mega p {
    font-size: 45px;
    line-height: 50px;
    text-align: left;
    font-family: 'Patua One', cursive;
    font-weight:bold;
    color:#312A1E;
}
blockquote.mega .cite {
    font-size: 22px;
    text-align: left;
    font-weight:300;
}
/* News */
section#news {
    /*background: url("../../image/index/grey-cardboard-bg.png") repeat 0 0;*/
    margin-bottom:100px;
}
section#news p { font-size:14px;}
section#news .align {
    font-size: 6em;
    text-align: center;
}
article.post {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.post_gap { margin:0 30px!important;}
article .inside {
    margin: 18px 24px 24px;
    padding-top: 1em;
    background: url("../../image/index/dot-row-2.png") repeat-x scroll 0 0 transparent !important;
}
.post-date {
    color: #A5A5A2;
    float: right;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    line-height: 2;
    margin-right: 5px;
}
#news h1 {
    font-size: 3em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
#news h2 {
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 16px;
    color: #312A1E;
    clear: right;
}
/* Team and Contact */

section#team, section#contact {
    color: #949493;
    background:#f6f6f6;
    border-top: 1px solid #e5e5e5;
}
section#team .align, section#contact .align {
    font-size: 6em;
    text-align: center;
}
#team h1, #contact h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0.5em;
    color: #7f7f7f;
}

#contact p { font-size:22px; font-weight:300; text-align:center;}
#contact, #team {
    padding-top: 4.75em;
}
#team {
    padding-bottom: 0;
}
#contact {
    padding-bottom: 70px;
}
/* team */

#team h3 {
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 0px;
}
#team h3, .job-position {
    text-align: center;
}
#team .featurette {
    text-align: center;
    font-size: 21px;
}
#team h2.featurette-heading {
    margin-bottom: 24px;
}
.teamalign {
    text-align:center
}
.team-thumb {
    margin-top: 26px;
    text-align:center;
}
.job-position {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: .46155em;
}
/* Contact Form */

#theme-form {
    position: relative;
    z-index: 999;
}
#theme-form input[type=text], .cform-form textarea {
    background: #fff;
    font-family: 'Open Sans', sans serif;
    border: 1px solid #dadada;
    text-align: left;
    vertical-align: middle;
    border-radius:0;
    font-size:14px;
    color: #c1c1c1;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
    /*background: rgba(101, 106, 100, 1);*/
    color: #c1c1c1;
    /*box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: background 0.25 ease-in;
    -moz-transition: background 0.25 ease-in;
    -webkit-transition: background 0.25 ease-in;*/
}
#theme-form input[type=text] {
    height: 40px;
}
#theme-form input[type=submit] {
    font-family: 'Open Sans', sans serif;
    color: #fff;
    width: auto;
    height: 35px;
    text-shadow: none;
    font-size: 14px; /* 21px */
    padding:0.5em 0.8em;
    text-transform:uppercase;
    margin: 10px 0 0 0;
    display: block;
    border: 1px solid #427c3a;
    background: #65983b !important;
    float:right;

}
#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
    background: #427c3a !important;
}
#theme-form textarea {
    padding-top: 1em;
    margin:-120px 0 0 10px;
}
div.cform-response-output {
    max-width: 60%;
    text-align: center;
    margin-left: 40% !important;
    margin-top: 0.5em !important;
    padding: 0.5em !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.cform-not-valid-tip {
    color: #888;
    border: 1px dotted #ad3729 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0.5em !important;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* Featurettes */



hr.featurette-divider {
    margin: 3em 0;
    border-width: 0;
    height: 9px;
    background: url("../../image/index/dot-row-3-lt.png") repeat-x;
}

.shop h1 { margin:50px 0 0 0 !important;}
.shop p {text-align:center; font-size:22px; font-weight:300; margin:20px 0;}
.shop img { margin:10px 0 30px 0;}
.shop_img {text-align:center;}
.shop img:hover {

    transform: scale(0.98, 0.98);
    -webkit-transform: scale(0.98, 0.98);
    -moz-transform: scale(0.98, 0.98);
    -o-transform: scale(0.98, 0.98);
    -ms-transform: scale(0.98, 0.98);

}

.address p{ font-size:16px !important; text-align:left !important; margin:15px 0 0 25px; line-height:32px;}
.address span { font-size:22px; font-weight:600; line-height:50px;}


/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
    margin-top: 20px;
}

.footer-wrapper { background:#4d4d4d; height:auto; padding:15px;}
footer {
    color: #fff;
    margin:25px 0 0 0;
}

footer ul { list-style:none; }
footer ul li { margin:0 4px; font-size:14px;}
footer ul li:first-child { margin:0;}
footer ul li a { color:#fff !important; text-decoration:none!important;}

.address { padding: 15px; }

footer p {
    margin: 0;
}

footer .social { float:right;}
footer .social img { float:left; margin:0 0 0 10px;}

iframe { border:0!important; margin-bottom:20px;}


#intro-caption {
    margin-top:150px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 80px;
    line-height: 90px;
    color:#fff;
    font-weight:bold;
    text-shadow: 2px 2px 2px #000;
}
#intro-caption span {
    font-family:'Open Sans', sans-serif;
    font-size: 0.65em;
}

/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */    
.btn {
    font-family: 'Patua One', cursive;
    color: #fff;
    width: 185px;
    height: 20px;
    text-shadow: none;
    font-size: 1.3125em; /* 21px */
    padding: 1em 0.5em;
    letter-spacing: 0.05em;
    margin: 4.5em auto 0;
    display: block;
    border: 0;
    text-transform: none;
    background: #fff685 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn:link, .btn:visited {
    color: #fff;
}
.btn:hover {
    background: #fff685 !important;
}
.navbar-inverse .btn-navbar {
    width: auto;
    height: auto;
}

.nav_responsive { display:none;}
.nav_full { display:block;}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */

@media (max-width: 1186px) {
    .banner-caption {
        position: absolute;
        left: 20%;
        top: 6%;
        color: #007ac3;
    }
    #intro-caption {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        font-size: 60px;
        line-height: 70px;
    }
    .banner-caption p {
        font-size: 1em;
    }
}
@media (max-width: 979px) {
    #content {margin-top:0;}
    #headerwrap { padding-top:0; margin-top:0;}
    .navbar-fixed-top {
        margin-bottom: 0;
    }
    
    .navbar-fixed-top {
        position: relative!important;
    }
    
    .navbar-inner { margin:0!important;}
    .navbar .container {
        width: 100%;
    }
    .navbar .navbar-brand {
        margin-top: 0;
    }
    .navbar .btn-navbar {
        margin: 20px;
    }
    .navbar-fixed-top .navbar-inner {
        padding: 0px;
    }
    
    ul#menu-main > li:hover > ul {
        position: relative;
        width: 100%;
        line-height: 100%;
        top:0;
    }
    
    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,  .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
    #theme-form textarea { margin:0;}
}

/* Smaller screens ----------- */
@media (max-width : 480px) {

    hr { margin:30px 0 0 0;}
    #headerwrap {
        padding-top:0;
        background-image:none;
        background-color:#f7ec60;
        min-height: 360px;
        margin-top:0;
    }
    #headerwrap h1 {
        font-size:2em;
        text-align:center;
        line-height:normal;
    }
    #headerwrap h2 {
        font-size:1em;
        text-align:center;
        line-height:normal;
    }
    #headerwrap h3 { font-size:50px;
                     letter-spacing:0;
    }

    #headerwrap input[type="text"] {
        width: 100%;
    }
    #headerwrap input[type="submit"] {
        margin-top:1em;
        width: 100%;
    }
    /*    .container {
            border: 1px solid yellow;
        }*/
    #team .team-thumb {
        margin-right: auto;
        margin-left: auto;
        width: 150px;
        display: block;
        text-align:center
    }
    #feature h1 { font-size:30px;}
    #feature article p {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 30px;
        margin-top:10px;
    }
    .shop p { font-size:14px;}

    .footer-wrapper {
        height: auto;
    }

    footer ul {width:100%;}

    footer ul li {
        margin: 0 2%;
        float: left;
        font-size: 14px;
    }

    footer ul li:last-child {
        margin: 0;}

    footer .social { width:100%;}
    footer .social img {
        margin: 0 0 0 60px;
    }

}

@media (max-width : 480px) {
    footer ul {width:100%;}

    footer .social img {
        margin: 0 40px 0 12px;
    }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {
    #feature-headline {
        background: transparent;
        text-indent: 0;
        overflow: visible;
        margin-top: 1.5em;
    }
    #navbar-inner {
        margin:	0;
    }
    #banner { /*display: none;*/
    }

    section.single-page {
        padding: 1em 0;
    }

    /* Feature */
    #feature-badge {
        /*	display: none; */
    }

    /* Portfolio & News */

    #news h1 {
        background: transparent;
    }
    #news h1 span {
        background: transparent;
        padding: 0;
    }
    #portfolio .container {
        top: 0 !important;
    }

    .img-news {
        width: 100%;
    }
    .img-news {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    section#portfolio hgroup h2 {
        margin-top: 1.5em;
    }

    /* Services */

    #services h1 {
        background: transparent;
    }
    #services h1 span {
        background: transparent;
        padding: 0;
    }
    section#services h2 {
        margin-bottom: 0.25em;
    }
    section#services h2, section#services ul {
        text-align: center;
    }


    /* Testimonials */

    section#testimonials { /*display: none;*/
    }

    /* team */

    #team .team-thumb {
        margin-right: auto;
        margin-left: auto;
        width: 150px;
        display: block;
        text-align:center
    }
    .job-position {
        margin-bottom: 1.5em;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: auto;
        margin-right: auto;
    }

    /* Contact Form */

    #theme-form {
        overflow: hidden;
    }
    #theme-form input[type=submit] {
        width: 100%;
    }

}



/* Smartphones (landscape) ----------- */
@media only screen  and (min-width : 321px) {
    #feature-headline {
        font-size: 32px; /* 34px */
    }
}

/* Smartphones (portrait) ----------- */
@media only screen  and (max-width : 320px) {
    #feature-headline {
        font-size: 1.1875em; /* 19px */
    }


    section.single-page h1 { font-size:30px;}

    footer ul {
        display:none;
    }

    footer .social img {
        margin: 0 30px 0 12px;
    }

}

/* iPads (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 800px)  and (max-device-width : 1024px) {
    .banner-caption p {
        font-size: 0.6em;
    }
    #intro-caption {
        font-size: 4em;
    }
}

