

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
  
    height: 2px;
    border: 0;
    border-top: 2px solid #666666;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-weight: normal;
	font-style: normal;
	font-family: Georgia,Serif;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
	
}


.row {
margin-right: 5px;
margin-left: -15px;
margin-bottom: 10px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
	font-size: 2em;
}

.modal-footer {
	background: #2b2b2b;
}

.modal-body p {
	margin-bottom: 0px;
	
}

.center {
    text-align: center;
}

.modal-body p:first-child {
	
	margin: 20px 0 5px 0;
	
}

.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}




a img {
   
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	font-style: normal;
	font-family: Open Sans;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: normal;
	font-style: normal;
	font-family: Georgia,Serif;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: Georgia,Serif;
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


.logo_wrap {
    width: 100%;

   
}

.logo_wrap_inside {
    width: 80%;
    margin: 0 auto;
    
}

.logo {
    width: 250px;
    height: 250px;
    float: left;
    margin-top: 50px;
    margin-left: -15px;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo_wrap2 {
    width: 100%;
     margin: 0 auto;
     height: auto;
     margin-bottom: -100px;

   
}

.logo_wrap_inside2 {
    width: 100%;
    margin: 0 auto;
      
}

.logo2 {
    width: 250px;
    height: 250px;
    margin-top: 10px;
    margin-left: -15px;
    
}

.logo2 img {
    width: 100%;
    height: auto;
}




/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/hero_image_3.jpg) no-repeat center top;
	background-color: #000;
	margin-top: 0px;
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -moz-box-shadow:    inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
    -webkit-box-shadow: inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
     box-shadow:        inset 0  8px 8px -8px #696868, 
                        inset 0 -8px 8px -8px #696868;
}

#headerwrap3 {
	background: url() no-repeat center top;
	background-color: #fff;
	margin-top: 0px;
	padding-top:10px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;

}

#headerwrap2 {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
	padding-top: 10px;
	text-align:center;
	min-height: 500px;
	
}

#greywrap {
	background: #fff;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0px;
}

#greywrap h1 {
    
}


#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}






#footerwrap {
	background: #f6f5f7;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white {
    margin-bottom: 400px;
}


.white h1 {
	
	
	text-align: left;
	
}
.white h2 {
	
	text-align: left;
	font-size: 14px;
	padding: 18px 0 0 20px;
	
}


.title_info {
    width: 100%;
    margin-bottom: 10px;
}


.title_links_left {
    width: 80%;
    float: left;
    margin-bottom: -45px;
}


.pro_title {
    float: left;
    
}

.pro_links {
    float: left;
   
}

.project_nav {
   margin-bottom: 0px;
    float: right;
}

.prev_pro {
  width: 17.75px;
  height: 31.5px;
  display: block;
  float: left;
  margin-right: 45px;
}

.prev_pro img {
    width: 100%;
    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.next_pro {
    width: 17.75px;
  height: 31.5px;
  display: block;
  float: right;
}

.next_pro img {
       width: 100%; 
}



.white p {
	padding-top: 10px;
}

.grey_back {
    background: #f1f0f2;
    padding: 20px;
    width: 80%;
    margin-top: 80px;
}

.grey_back h1 {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 16px;
}

.grey_back p {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
}




/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	color: #000;
	background: #e4e4e4;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #000;
	
	text-align: center;
	letter-spacing: 2px;
	font-family: Georgia, serif;
	
}

.grid figcaption h6 {
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: Georgia, serif;
	color: #000;
	
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	
	
	
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mask figcaption {
	height: 70px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	
	color: #00c3fc;
}


/* ==========================================================================
   Contact Section
   ========================================================================== */

#photo_title {
    width: 100%;
    
}

#photo_title_inside {
    width: 100%;
    margin: 0 auto;
    margin-top: -100px;
}


#hi {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
    float: left;
}

#hi h1 {
     font-family: Georgia, serif;
     margin-left: 0px;
     font-style: italic;
     font-weight: bold;
    
}


#bri_photo {
    float: left;
    width: 200px;
    height: 200px;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    padding: 10px;
   
    background-color: #fff;
    -webkit-box-shadow: -10px 0px 10px -4px black;
    -moz-box-shadow: -10px 0px 10px -4px black;
    box-shadow: -10px 0px 10px -4px black;
}

#bri_photo img {
    width: 100%;
    height: auto;
}


#contact {
   
    background-color: #f6f5f7;
    width: 100%;
}

#contact h1 {
     font-family: Georgia, serif;
}


.contact_inside {
    
}

#icons {
	
	float: right;
	background-color: #666666;
	padding: 10px;
	margin-left: 25px;
	width: 43px;
	height: 43px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
	
}

#icons img {
    width: 100%;
    height: auto;
   
}



#icons2 {
	float: right;
	background: #666666;
	padding: 10px;
	margin-left: 25px;
	width: 43px;
	height: 43px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
	
}

#icons2 img {
    width: 100%;
    height: auto;
 
  
    
}

#icons3 {
	float: right;
	background: #666666;
	padding: 10px;
	margin-left: 25px;
	width: 43px;
	height: 43px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
	
}

#icons3 img {
    width: 100%;
    height: auto;
 
  
    
}

.icon a {
    
}

.top_contact {
    width: 80%;
    float: left;
    margin-left: 260px;
    margin-top: -70px;
  
   
}

.bottom_contact {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 80px;
    
   
}

.clear {
    clear: both;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    }
    
    
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


