@charset "utf-8";
/* CSS Document */

html {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden !important;
}
body {
	overflow-x: hidden !important;
	background: none repeat scroll 0 0 #C92C2D;
}
 .container {
	width:1060px
}
.isoPort #body.container {
	width:1100px
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
	
}

h1 {
    color: #C92C2D;
    font-size: 42px;
    margin-top: 80px;
    text-align: center;
    text-transform: uppercase;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
    text-transform: uppercase;
	font-size: 24px;
	font-weight:600;
}

h2 a{
	background: none repeat scroll 0 0 #C92C2D;
	color:#ffffff;
	padding: 3px 10px;
}

h3 {
	color:#ffffff;
	line-height:68px;
	text-transform: uppercase;
}

.clear {
	clear:both;
}
.mobile {
	display:none;
	
}
.non-mobile {
	display:block;
	
}
.portrait {
	display:none;
}
.non-portrait {
	display:block;
}
.container {
	width:1060px;
	margin:0 auto;
	position:relative;
}

.pageWrapper {
	background: #ffffff;
	
}


#header {
	height:128px;
}

#logo {
	float: left;
    position: absolute;
    z-index: 100;	
}

#nav {
  display: block;
  position: relative;
  text-align: center;
  height:32px;
  top:95px;
}
#nav ul {
  background: none repeat scroll 0 0 #C2C8CE;
  display: inline-block;
}

#nav li {
  display: inline-block;
  line-height: 32px;
  padding: 0 20px;
  float:left
}
#nav li.active {
    background: none repeat scroll 0 0 #9EA4AA;
}

.triLeft {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 32px 32px;
	border-color: transparent transparent #C2C8CE transparent;
	padding:0 !important;
}

.triRight {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: transparent transparent transparent #C2C8CE;
  border-style: solid;
  border-width: 32px 0 0 32px;
  height: 0;
  padding: 0 !important;
  width: 0;
}

#nav li a{
	color:#ffffff;
}


#socialIcons {
	display:none;
}

#slider {
	height: 600px;
	background: none repeat scroll 0 0 #ecf4fc;
	
	
}
#gallery {
	margin-bottom: 75px;
    margin-top: 55px;
}
.galleryItem {
	float:left;
	margin-right:20px;
}
.galleryItem.last {
	margin-right:0px;
}
/**:after, *:before {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery {
    height: 221px;
    margin-bottom: 75px;
    margin-top: 55px;
}

.gallery li{
	float:left;
	margin-right:20px;
}
.gallery li.last{
	margin-right:0px;
}
.gallery-caption {
	width:100%;
    display: inline-block;
    position: relative;
    margin: 0px;
    overflow: hidden;
    background: #000;
}
.gallery-caption img {
    display: block;
    max-width: 100%;
    transition: opacity 0.3s ease-in-out;
}
 
.gallery-caption:hover img {
    opacity: 0.5;
}

.gallery-caption::after,
.gallery-caption::before {
    position: absolute;
    width: 100%;
    height: 40px;
    color: #fff;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.gallery-caption::before {

    height: 100%;
	opacity: 0;
	transition: opacity 0.3s; 
}


.gallery-caption::after {
    content: attr(data-title);
    top: 100%;
    background: none repeat scroll 0 0 #C2c8ce;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    transform: translateY(-100%);
	line-height:40px;
	text-transform:uppercase;
	border-top:2px solid #ffffff;
	
	
}
 
.gallery-caption::before {
    content: attr(data-description);
    bottom: 0px;
    background: none repeat scroll 0 0 #000000;
    font-size: 50px;
	font-weight: bold;
	text-align:center;
	padding-top:25%;
    transform: translateY(100%);
	
}

.gallery-caption:hover::after,
.gallery-caption:hover::before {
    transform: translateY(0%);
	opacity: .8;
}*/

#colLeft {
	width:640px;
	float:left;
	margin-right:40px;
}

#colRight {
	width:380px;
	float:left;
}
#colFull {
	width:100%;
}

#colLeft h1, #colRight h1, #colFull h1{
  color: #C92C2D;
  font-size: 36px;
  margin-top: 15px;
  text-align: left;
}

#colLeft p, #colRight p, #colFull p{
	color: #404040;
	margin-bottom:10px;
	font-size:15px;
}
#colLeft p a, #colRight p a, #colFull p a {
	color: #C92C2D;
	
}
#colLeft p.date, #colRight p.date, #colFull p.date{
	color: #404040;
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
}
#download {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
#download a{
  background: none repeat scroll 0 0 #E3E4E6;
  color: #9EA4AA;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 12px;
  text-transform: uppercase;
}

.inlineImg {
  float: left;
  margin-right: 20px;
}

.inlineImg img {
  border: 1px solid #C2C8CE;
  padding: 10px;
}

#footer {
	height:68px;
	bottom:0;
	background: none repeat scroll 0 0 #c92c2d;
	width:100%;
	margin-top:150px;
	position:relative;
	
}




#pageTitle {
    background: none repeat scroll 0 0 #9EA4AA;
    height: 90px;
	margin-bottom:33px;
}

#pageTitle h1 {
    color: #FFFFFF;
    line-height: 90px;
    margin-top: 0;
}

#filters {
    margin-bottom: 25px;
    margin-left: 20px;
}

#filters li {
    display: inline-block;
    margin-right: 10px;
	float:left;
}

#filters li a {
    background: none repeat scroll 0 0 #E3E4E6;
    color: #9EA4AA;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 12px;
    text-transform: uppercase;
}

#filters li a.selected{
	background: none repeat scroll 0 0 #c92c2d;
    color: #ffffff;
	
}

@media only screen and (max-width: 1084px){
	.container {
		
		width: 960px;
	
	
}
.isoPort #body.container {
	width:1000px
}

#header {
	height:100px;
}

#logo img{
	
	height:125px;
	width:125px;	
}

#nav {
  
  top:67px;
}
.tp-bullets {
  margin-left: 360px !important;
}
.galleryItem {
  float: left;
  margin-right: 20px;
  width: 306px;
}
#colLeft {
	width:580px;

}
#colRight {
	width:340px;

}
}

@media only screen and (max-width: 1000px){
	.container {
		
		width: 700px;
	
	
}
.isoPort #body.container {
	width:740px
}
.portrait {
	display:block;
}
.non-portrait {
	display:none;
}
#nav li {
  
  padding: 0 6px;
  
}
.tp-bullets {
margin-left: 265px !important;
}
.tp-simpleresponsive ul, .tp-simpleresponsive > ul > li {
	overflow:visible !important;
}
h1 {
  
  font-size: 36px;
  
}

h4 {
	font-size:22px !important;
}

h2 {
	font-size:18px !important;
}
#gallery {
  margin-top: 25px;
}
.galleryItem {
  float: left;
  margin-right: 20px;
  width: 220px;
}

.portfolio {
	height:100%;
	background: none repeat scroll 0 0 #C92C2D;
	
	
	
	
}
.portfolio h5{
	padding-top:100px;
	text-align:center;
	text-transform:uppercase;
	font-size: 18px;
    font-weight: 600;
	
	
	
}
.portfolio h5 a {
	color:#ffffff;
	

}
#colLeft {
	width:100%;

}
#colRight {
	width:100%;

}

#footer {
	margin-top:50px;
}

}

@media only screen and (max-width: 740px){
	.mobile {
	display:inherit
	
}
.non-mobile {
	
	display:none;
	
}
	.container {
		
		width: 100%;
	
	
}
.element {
	
	width:300px !important;
}
#container {
	width: 320px !important
}
.isoPort #body.container {
	width:100%
}
#header {
	height:80px;
	background: none repeat scroll 0 0 #FFFFFF;
}
#logo {
    float: none;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    z-index: 100;
}
#logo img{
	height:100px;
	width:100px;	
}
#nav {
	display:none;	
	
}
h1 {
    font-size: 24px;
	margin-top: 70px;

}

h3 {

    text-align: center;
}
h4 {
    font-size: 18px !important;
    line-height: 20px;
    text-align: center;
}
h2 {
	font-size:12px !important;
}
.tp-bullets {
	display:none;
}
.tp-rightarrow, .tp-leftarrow {
	margin-top: 0 !important;
}

/* ---------Mobile Menu----------------*/

#menu {
    background: none repeat scroll 0 0 transparent;
	margin-top:-168px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
}
#menu ul {
	background: none repeat scroll 0 0 #c2c8ce;
    border-left: 1px solid #56051c;
    float: left;
    width: 100%;
	padding-top:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#menu li {
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu li a {
	color:#ffffff;
}

.OpenBtn, .CloseBtn {
    border: 0 none;
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 12.5%;
    width: 29px;
	z-index:100;
	top:28px !important;
}
.OpenBtn {
	background: url("../img/menu.jpg") repeat scroll 0 0 transparent;
}
.CloseBtn {
	background: url("../img/close.jpg") repeat scroll 0 0 transparent;
}
#menu img {
	
}
#menu.open {
	margin-top:0px;
    -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;
}
#menu.open .OpenBtn {
	display:none;
}
#menu.close {
    -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;
	margin-top: -168px;
}
#menu.close .CloseBtn {
	display:none;
}

.galleryItem, .galleryItem.last {
  float: none;
  margin: 0px auto 20px;
  width: 280px;
}
.gallery {
    height: auto;
    margin: 25px auto 75px;
}

.gallery li, .gallery li.last {
    float: none;
    margin: 0 auto 20px;
    width: 300px;
}

.portfolio h5 {
	font-size: 16px;
    padding: 10px 0;
    
}
.gallery-caption::after {

    font-size: 14px;

	
	
}
#pageTitle {
    height: 74px;
	margin-bottom:33px;
}

#pageTitle h1 {
    line-height: 50px;
    padding-top: 18px;
}
.crumbs {
    background: none repeat scroll 0 0 #C92C2D;
    margin: 0 auto;
    padding-left: 10px;
    width: 300px;
	max-height: 36px;
}
h5 {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

h5 a{
	
}

h5 span {
    font-style: italic;
    font-weight: normal;
}
#filters {
    background: none repeat scroll 0 0 #C2C8CE;
    margin: 0 auto;
    width: 300px;
}

#filters li {
	background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    margin-right: 0;
	text-align:center;
}

#filters li a, #filters li a.selected{
	background: none repeat scroll 0 0 transparent;
	
}
#options {
	margin-bottom:20px;
}


.filterOpenBtn, .filterCloseBtn {
    border: 0 none;
    display: inline-block;
    height: 36px;
    margin-left: 264px;
    position: relative;
    right: 10px;
    top: -36px !important;
    width: 36px;
    z-index: 100;
}
.filterOpenBtn {
	background: url("../img/open.png") no-repeat scroll 0 0 transparent;
}
.filterCloseBtn {
	background: url("../img/filterClose.png") no-repeat scroll 0 0 transparent;
}

#options.filterOpen .option-set{
	height: auto;
    -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;
}
#options.filterOpen .filterOpenBtn {
	display:none;
}
#options.filterClose .option-set{
    -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;
	height: 0px;
	overflow: hidden;
}
#options.filterClose .filterCloseBtn {
	display:none;
}

#colLeft {
	padding:0 10px;

}
#colRight {
	padding:0 10px;

}
#colFull {
	padding:0 10px;

}
#download {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.inlineImg {
	display:none;
}
}


	







