﻿/*



primary styles 
   


BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/

/* typography */
@font-face {
    font-family: 'accentnormal';
    src: url('../fonts/accent-webfont.eot');
    src: url('../fonts/accent-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/accent-webfont.woff') format('woff'),
         url('../fonts/accent-webfont.ttf') format('truetype'),
         url('../fonts/accent-webfont.svg#accentnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	background:#fff;
	color:#666;
	font-family: 'Open Sans', sans-serif; 
	font-size:14px;
	line-height:1.4em; 
	font-weight:normal;
	margin-top:68px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:400;
	font-family: 'Open Sans Light', sans-serif; 
	line-height:1.5em;
	margin:1.2em 0 0;
	padding:0;
} 
h1.top-header, h2.top-header, h3.top-header, h4.top-header, h5.top-header, h6.top-header{margin:0;}
.section-header{
	font-size:50px;
	line-height:1em;
	margin:0 0 20px;
}

/* links */
a,
a:visited,
a:active,
a:hover{color:#ffffff;}
a:hover{ text-decoration:none;}


/* Box sizing. */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}
  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}
header{ 
	padding:15px 0 0;
	min-height:68px;
	background:#000000;
	background-image: url('');
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:100;
}
#banner{ 
	float:left;
	text-align:left;
}	
.flexslider{
	display:none;
}
p{ margin:0 0 1.5em;}


/* RESPONSIVE IMAGES  */
img{ max-width:100%; height:auto;}


/*MAIN MENU*/
.menu-toggle{
	display:block;
	position:absolute;
	z-index:400;
	top:0;
	right:0;
	height:68px;/*this ca vary depending on how tall the header is. And how tall the header is depends on how tall your logo is. Play with numbers to adjust*/
	padding:23px 10px 0;
	background:#0000ff;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}
.menu-toggle.toggled-on{
	background:#;
}
.srt-menu{
	display:none;
	clear:both;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:200;
}
.srt-menu li{ border-bottom:1px solid #0000ff;}
.srt-menu li:last-child{ border-bottom:none;}
.srt-menu li a {
	color:#ccc;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	font-size:.9em;
}
.srt-menu li a:hover{
	color:#fff;
}
.srt-menu li li a {
	padding-left:40px;
}
.srt-menu li li li a {
	padding-left:80px;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:40px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


/*PORTFOLIO BOXES*/
.portfolio-item{
	position:relative;
	max-width:321px;
	max-height:269px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
}
.portfolio-item-description{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:8px;
	font-size:12px;
	visibility:hidden;
	background:#000000;
	background:#000000;
	color:#fff;
}
.portfolio-item:hover .portfolio-item-description,
.portfolio-item:focus .portfolio-item-description{
	visibility:visible;
}

/*PORTFOLIO SORTING LIST*/
#filters, #filters li{
	margin:0;
	padding:0;
	list-style:none;
}
#filters li a{
	display:inline-block;
	float:left;
	background:#0000ff;
	padding:10px;
	margin:0 1px 1px 0;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font-family: 'Open Sans Light', sans-serif; 
	font-size:14px;
}
#filters li a:hover, #filters li a:focus{
	background:#0000ff;
}

/*Some colored elements*/
a.buttonlink{ 
	background:#; 
	border-radius:7px; 
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:20px;
	font-size:18px;
	text-decoration:none;
	color:#000;
}
a.buttonlink:hover{
	background:#;
}
.yellow-background{
	background:#137feb;
	color:#fff;
}
.violet-background{
	background:#0000ff;
	color:#fff;
}
.grey-background{
	background:#363b3f;
	color:#fff;
}
.dark-grey-background{
	background:#0000ff;
	color:#fff;
}


/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

/*HELPER CALSSES*/
.no-margin{	margin:0;}
.no-padding{padding:0;}
.padding-top-30{ padding-top:30px;}
.padding-bottom-30{ padding-bottom:30px;}
.padding-top-60{ padding-top:60px;}
.padding-bottom-60{ padding-bottom:60px;}
.padding-top-90{ padding-top:90px;}
.padding-bottom-90{ padding-bottom:90px;}
.text-right{ text-align:right;}
.text-large{ font-size:18px;}


/****************************************
*****************************************
MEDIAQUERIES
*****************************************
****************************************/



/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
.portfolio-item{
	float:left;
	width:49%;
	margin-left:1px;
}
} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {
.wrapper{
	max-width: 1200px; 
}
#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
	margin-top:5px;
}

.section-header{text-align:right;}

.flexslider{
	display:block;
/*demo 1 slider theme*/	
margin: 0; 
}
.flex-control-nav {bottom: 5px;}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
	height:25px;
}
.srt-menu li li {
	margin-left:0px;
	height:auto;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			42px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow: #000000;
    box-shadow: #000000;
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
#topnav, .srt-menu {
	float:right;
	margin: 0;
}
.srt-menu a {
	text-decoration:none;
}
.srt-menu li{border-bottom:none;}
.srt-menu li a{
	margin:0; 
	padding:10px 20px;
}
.srt-menu li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333; /*fallback for old IE*/
		background:#;
		color:	#fff;
		padding-left:20px;
}
.srt-menu li li a:visited{color:#fff;}
.srt-menu li li li a,
.srt-menu li.current * li a{
	padding-left:20px;
	background:#;
}

.srt-menu li:hover > a,
.srt-menu li a.current{ 
	color:#fff;
	background:#;
}
.srt-menu li li:hover > a{
	color:#fff;
	background:#;
}



/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 20%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
	margin-bottom:0px;
}

.rightfloat{float:right;}


#filters li a{
	float:right;
	clear:both;
}

.portfolio-item{
	width:33%;
}
#filters li a{
	padding:15px;
	font-size:18px;
}

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
	/*lets make section headers pretty*/
.section-header{
	font-family:'accentnormal', 'Open Sans Light', sans-serif; 
	font-size:120px;
	line-height:1em;
	margin:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-header .fancy-ampersand{
	font-family:'English111 Adagio BT', Zapfino, 'Monotype Corsiva', Georgia, Serif;
	position:absolute;
	top:90px;
	right:430px;
	font-size:50px;
}
} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
.photo-camera-bg{ background:url(../images/photo-camera-bg.jpg) top right no-repeat;}
.laptop-bg{ background:url('../../images/needs.jpg') no-repeat top right;}
.section-header.lg{ font-size:150px;}
} 

@media only screen and (min-width: 1340px) {

.photo-camera-bg{ background:url(../../images/photo-camera-bg.jpg) 86% top no-repeat;}
} 
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}