/*!
 * OTARIO Theme - One Page Theme
 *
 * Copyright 2013 
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * Created by: Carlos Alvarez
 * URL: http://www.basicoh.com
 * Designed and built based on Twitter Bootstrap.
 * Tags: one page, single page, responsive, yellow */
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
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:#f0f0f0; 
	color: #595959;
	font-size: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
}
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/*---------- 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 Condensed', 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: #680148;
}
a:hover, a:active {
	color: #680148;
	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: 1.5em; /* 24px */ 
	line-height: 1; /* 24px */ 
	margin-top: 1.42em; 
	margin-bottom: 0em;
}

h2 {
	font-size: 1.3125em; /* 21px */ 
	line-height: 1.1429; /* 24px */ 
	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 Condensed';
}


.muted {
    color: #A5A5A2;
    font-family: 'Open Sans';
}

.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: .875em; /* 14px */
    margin-top: 1.5em;
    font-family: 'Open Sans Condensed', sans-serif;

}

.more-link:link, .more-link:visited {
	color: #680148;
	text-transform: uppercase;
}

/* Bootstrap Icon Glyphs */
[class^="icon-"], [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings.png");
}

/* ---------------------------------------------------------------------------------------------------------- 
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: 'Open Sans', Arial, sans-serif;
}

/* ---------------------------------------------------------------------------------------------------------- 
04 Navbar ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.navbar-fixed-top .container {
 /* Uncomment to make nav expand full width */
 /*	width: auto; */
}

.navbar .brand {
	margin-left:0;
	padding: 0;
	margin-top: 15px;
}

.navbar .brand a {
	padding: 0;
	text-transform: lowercase;
	color: #d2d0c9;
	font-size: 1.75em;
	margin-left: 0;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.navbar .brand a:hover {
	text-decoration: none;
	color:#ad3729;
	
	transition: color .15s linear;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
}

.navbar .brand a:focus {
	outline: none;
}


.navbar-inner {
	min-height: 4.75em;
}

.navbar-inverse .navbar-inner {
	background-repeat: repeat;
	background-color: #2a2a2a;
}

.navbar-wrapper {
	overflow:hidden;
	/* No fixed height, will break collapsible nav */
}

#menu-main {
	margin-top: 1.125em;
}

ul#menu-main > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-transform: capitalize;
	color: #dfddd6;
}

ul#menu-main > li > a:hover {
	background: #111;
	padding: 9px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: none;
}

/* ---------------------------------------------------------------------------------------------------------- 
05 Single-Page Sections ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

section.single-page {
	padding: 4.75em 0; /* 76px */
}

section.single-page h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2em; /* 72px */
	font-size: 2.25em; /* 36px */


}

#feature {
	background: url("../img/blue.png") repeat-x 0 0;
	height: 360px;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}

#feature .container {
	background: url("../img/big-dot-black.png") repeat-x 0 62px;
	
}

#feature article {
	text-align: center;
	margin-top: 120px;
	max-width: 1170px;
}

#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 Condensed';
    text-transform: lowercase;
}

#feature article p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px; 
	margin-bottom: 0;
	line-height: 1.35;
	color: #fff;
}

	
/* Portfolio */

section#portfolio {
	padding-bottom: 0;
}

section#portfolio h1 {
    font-size: 3em;
    margin-bottom: 1em;
    
}

section#portfolio hgroup h2 {
    margin-top: 3em;
    text-transform: capitalize;
}

section#portfolio hgroup h3 {
	margin-top:  .35em;
	font-family: 'Open Sans';
}

section#portfolio .entry-content {
    margin: 1em 0;
}

section#portfolio .align {
	text-align:center;
	margin-top:10px;
}

/* 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 {
		background: url("../img/big-dot-dbl-medgrey.png")repeat-x 0 9px;
}

#services h1 span {
		background: url("../img/grey-cardboard-bg.png") repeat-x 0 0;
		padding: 0 .76em;
}

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;
}


/* Testimonials */

section#testimonials {
	height:  647px;
	background: url("../img/blue_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 {
	width:600px;
}

blockquote.mega p {
	font-size: 38px;
	line-height: 50px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}


blockquote.mega .cite {
    width:400px;
    font-size: 20px;
    text-align: left;
    font-weight:300;	
}

/* News */
section#news {
	background: url("../img/grey-cardboard-bg.png") repeat 0 0;
}

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);
}

article .inside {
	margin: 18px 24px 24px;
	padding-top: 1em;
	background: url("../img/dot-row-2.png") repeat-x scroll 0 0 transparent !important;

}

.post-date {
    color: #A5A5A2;
    float: right;
    font-family: 'Open Sans Condensed';
    font-size: 14px;
    font-style: normal;
    line-height: 2;
    margin-right: 5px;
}

#news h1 {
		background: url("../img/big-dot-dbl-medgrey.png") repeat-x 0 9px;
}

#news h1 span {
		background: url("../img/grey-cardboard-bg.png") repeat-x 0 0;
		padding: 0 .75em;
}

#news h2 {
	font-size: 21px;
	margin-top: 24px;
	margin-bottom: 16px;
	color: #6b6b6b;
	clear: right;

}

/* Team and Contact */

section#team, section#contact {
	color: #e4e5e2;
	background:#43413e;
}

#contact, #team {
	padding-top: 4.75em;
}

#team { padding-bottom: 0; }

#contact { padding-bottom: 4.75em; }

/* 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], #theme-form textarea, #theme-form select {
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	text-align: center;
	vertical-align: middle;
}

#theme-form input[type=text]:focus, #theme-form textarea:focus, #theme-form select:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	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], #theme-form select {
	height: 3.25em;
}

#theme-form select {
	padding-bottom: 0;
    margin-bottom: 0;
}

#theme-form input[type=submit], #theme-form button {
	padding: 0;
	width: 235px;
	height: 86px;
	margin-top: 0;
	background-color: #7DB4B5;
	border: 0;
	font-family: 'Open Sans', sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#theme-form input[type=submit]:hover, #theme-form input[type=submit]:active {
	background-color: #88C7C8;
}

#theme-form textarea {
	padding-top: 1em;
}


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("../img/dot-row-3-lt.png") repeat-x;
}
	
/* ---------------------------------------------------------------------------------------------------------- 
06 Footer ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#map-wrapper {
	margin-top: 20px;
}

footer {
	text-align: center;
	/*color: #e4e5e2;*/
}

footer p {
	margin-top: -80px;
	
}


/* ---------------------------------------------------------------------------------------------------------- 
07 Bootstrap Carousel ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
    
    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
      position:absolute;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }
    
    .carousel-control {
      height: 50px;
      top: 46%;
      margin-top: 0;
      font-size: 6.5em;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      font-family: 'Open Sans Condensed', sans-serif;
      opacity: 0.4;
      border-radius: 0;
      z-index: 100;
    }
    
    .carousel-control:link, .carousel-control:visited {
    	color: #d1d1d1;
    }

    
    /* Banner Carousel  */    
    #banner.carousel {
    	margin-top: 4.75em;
    	margin-bottom: 0;
    	margin-top: 0;
    	max-height: 735px;
    }
    
    .banner-caption {
        position:absolute;
        padding-top:13%;
        top:17px;
        height:250px;
        width:100%;
        font-family: 'Open Sans', sans-serif;
    	/* font-size: 3em;
        line-height: 1.4em; */
        text-align:center;
        vertical-align: middle;
    	color:#fff;
    	font-weight:200;
    	text-shadow: 2px 2px 2px #000;
    }
    
    #intro-caption {
    	font-family: 'Open Sans', sans-serif;
    	font-size: 3.0em;
        display: table-cell;
        vertical-align: middle;
    	color:#fff;
    	font-weight:200;
    	text-shadow: 2px 2px 2px #000;
    }
    
    #intro-caption span {
    	font-family:'Open Sans', sans-serif;
    	font-size: 0.65em;

    }
    
    
    #banner.carousel .item {
    }
    
    #banner.carousel img {
    }
    
    #banner.carousel .carousel-control {
    	
    }
    


    
/* ---------------------------------------------------------------------------------------------------------- 
08 Buttons ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */    
.btn2 {
	font-family: 'Open Sans', sans-serif !important;
	color: #fff !important;
	text-align: center !important;
	text-decoration: none !important;
	width: 235px;
	height: 20px;
	text-shadow: none;
	font-size: 0.6875em; /* 11px */
	padding: 3em 0.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 4.5em auto 0;
	display: block;
	border: 0;
	text-transform: uppercase;
	background-color: #680148;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn2:link, .btn:visited {
	color: #fff;
}

.btn2:hover {
	background-color: #7D0054;
}

.navbar-inverse .btn-navbar {
	width: auto;
	height: auto;
	
}

/* ---------------------------------------------------------------------------------------------------------- 
09 Media queries --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* RESPONSIVE 
-------------------------------------------------- */

    @media (max-width: 2100px) {
    	
	    .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
	    	top: 5%;
	    	color: #FFF;
            font-size: 3.0em;
            line-height: 1.5em;
	    }
	    
	    #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: 1186px) {
    	
	    .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
	    	top: 5%;
	    	color: #FFF;
            font-size: 2.6em;
            line-height: 1.5em;
	    }
	    
	    #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) {
      
      .navbar-fixed-top {
      	margin-bottom: 0;
      }
      
      .navbar .container {
      	width: 100%;
      }
      
      .navbar .brand {
      	margin-top: 15px;
      }
      
      .navbar .btn-navbar {
      	margin-top: 2.2em;
      }
      
      .navbar-fixed-top .navbar-inner {
    		padding: 0px;
  		}

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
      .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
	    	top: 5%;
	    	color: #FFF;
            font-size:2.0em;
            line-height: 1.5em;
      }
      #intro-caption {
	    	font-family: 'Open Sans', sans-serif;
	    	text-align: center;
	    	font-size: 30px;
	    	line-height: 40px;
	  }
    
    }
    
    @media (min-width: 768px) and (max-width: 979px) {

    	
    }

    @media (max-width: 767px) {
    
    .container {
    	padding-right: 10px;
    	padding-left: 10px;
  	}

  	.navbar-fixed-top,
  	.navbar-fixed-bottom,
  	.navbar-static-top {
    	margin-right: 0px;
    	margin-left: 0px;
    	margin-bottom:0px;
    	padding-bottom:0px;
  	  }
        
      .navbar.brand {
        margin-top: -100px;      
      }

      .navbar-inner {
        margin: 0;
      }

      #banner.carousel {
        display: none;
      }
        
      .carousel {
        display: none;
      }
        
      .carousel-inner {
        display: none;
      }
        
      .carousel .container {
        display: none;
      }
      
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }


      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
      .banner-caption {
	    	/*	width: 18%; */
	    	position: absolute;
	    	top: 6%;
	    	color: #FFF;
            font-size:1.4em;
            line-height: 1.2em;
      }
        
      #feature article p {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 38px;
		margin-bottom: 0;
		line-height: 1.3em;
		color: #fff;
      }
    }
    
    /* Smaller screens ----------- */
	@media (max-width : 480px)  {
		.container { 1px solid yellow; }
		
		
		#team .team-thumb {
			margin-right: auto;
			margin-left: auto;
			width: 150px;
			display: block;	
			text-align:center
		}
		#feature article p {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 48px; /* font-size: 26px; */
		margin-bottom: 0;
		line-height: 1.3em;
		color: #fff;
		}


	}
    
    /* 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;
		}
		
		
		#feature article p {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 36px; /* font-size: 26px; */
		margin-bottom: 0;
		line-height: 40px;
		color: #fff;
		}
		
		.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 */
	    }
	    		#feature article p {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 26px; /* font-size: 26px; */
		margin-bottom: 0;
		line-height: 30px;
		color: #fff;
		}

	}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) {
		
		.banner-caption p {
			font-size: 0.6em;
		}
		
		#intro-caption {
			font-size: 4em;
		}
		
	}
	
	/* iPads (landscape) ----------- */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {
	/* Styles */
	}
	
	/* iPads (portrait) ----------- */
	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) {
	/* Styles */
	}
	
	/* Desktops and laptops ----------- */
	@media only screen 
	and (min-width : 1224px) {
	/* Styles */
	}
