/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  04: 3 Col Flex Sidebar Right and Left
  ------------------------------------------------
    /*1 BACKGROUND IMAGE Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 1540px) {
.bg-elvis {display:block; position:fixed; z-index:-1; opacity:1; top:230px; width:550px !important;
left:calc(((100% - 1260px)/2) + 1260px - 110px); 
left:-webkit-calc(((100% - 1260px)/2) + 1260px - 110px); 
left:-o-calc(((100% - 1260px)/2) + 1260px - 110px);
transition:opacity 0.5s;
-webkit-transition: opacity 0.5s;
}
}
@media only screen and (max-width: 1560px) {
.bg-elvis {opacity:0;}
}
@media only screen and (max-width: 1550px) {
.bg-elvis {display:none;}
}

*/
	/*  FOOTER COLUMN SETUP  */
	/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}
	#p7IRM_1 img {
	  width: auto !important;
	  height: auto !important;
	  max-width: 100%;
	 }
	  #footer-column {
	
			width: 100%;
			margin: auto;
		}
		.footerFloat {
		width: 100%;
		}
	@media all and (min-width: 950px) {
		#footer-column {
	
			width: 980px;
			margin: auto;
		} 
		.footerFloat {
		width: 25%;
		float: left;
		}
	  #footer-column2 {
	
			width: 100%;
			margin: auto;
		}
		.footerFloat2 {
		width: 100%;
		}
	}
	@media all and (min-width: 200px) {
		#footer-column2 {
	
			width: 200px;
			margin: auto;
		} 
		.footerFloat2 {
		width: 25%;
		float: left;
		}
	}
	
	#wrapper {
		width: 100%;
		overflow:hidden;
		
		/*  make responsive video  */
		
	}
	.two-columb-wrapper { 
	  border : 2px solid #f2f5fa; 
	  overflow:hidden;
	}
	
	.wrapper div {
	   min-height: 200px;
	   padding: 10px;
	}
	#one {
	  background-color: #f2f5fa;
	  float:left; 
	  margin-right:20px;
	  width:240px;
	  border-right:0px solid #f2f5fa;
	}
	#two { 
	  background-color: #f2f5fa;
	  overflow:hidden;
	  margin:10px;
	  border:2px dashed #ccc;
	  padding: 10px;
	  min-height:170px;
	}
	#three { 
	  background-color: #f2f5fa;
	  overflow:hidden;
	  margin:10px;
	  border:2px dashed #ccc;
	  padding: 10px;
	  max-height:170px;
	}
	#quote { 
	  background-color: #f2f5fa;
	  overflow:hidden;
	  margin:10px;
	  border:2px dashed #ccc;
	  padding: 10px;
	  max-height:170px;
	}
	@media screen and (max-width: 400px) {
	   #one { 
		float: none;
		margin-right:0;
		width:auto;
		border:0;
		border-bottom:1px solid #000;    
	  }
	}
	  
	.videogallery {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
	
	}
	.videogallery iframe,
	.videogallery object,
	.videogallery embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
	
	}
	.video-wrapper iframe,
	.video-wrapper object,
	.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
	
	#image-div {
		position: absolute;
		min-height: 100%;
		width: 100%;
		background: #000 url('../../../p7/design/images/bg/tcb_bg_elvis.jpg') no-repeat center top;
	
	}	{ background: url(http://design.elvis.com.au/images/bg/tcb_bg_elvis.jpg); background-repeat: no-repeat }
	
	
	div-l {
    text-align:left;
}
	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4em;
}

body {
	padding-bottom: 40px;
	background: url('../../../p7/design/images/bg/tcb_bg_elvis.jpg') repeat center center fixed;
}

img {
	vertical-align: bottom;
     height: auto !important;
     max-width: 100%;
     width: auto !important;
	 	border-radius: 5px;
}

Use this style rule to affect images that occur only in the main-content 
area:

.main-content img {
     height: auto !important;
     max-width: 100%;
     width: auto !important;
}

Use this style rule to affect images that occur only in the sidebar area:

.sidebar img {
     height: auto !important;
     max-width: 100%;
     width: auto !important;
}

.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #f2f5fa;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
.mastheadbanner {
	padding: 10px 10px;
	text-align: right;
	background-color: #f2f5fa;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
.top-navigation {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
}
.content-wrapper {
	margin: 4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: left;
	width: 58%;
	position: relative;
	left: 21%;
	
}
.sidebar {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	width: 20%;
	float: left;
	position: relative;
	left: -58%;
}
.sidebar-right {
	width: 20%;
	float: right;
}

.main-content, .sidebar, .sidebar-right, {
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.sidebar .content,
.sidebar-right .content {
	padding: 30px 20px;
	font-size: .7em;
	line-height: 1.8em;
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
}
.sidebar .content {
	background-color: #f2f5fa;
	background-image: -webkit-linear-gradient(#f2f5fa, #f2f5fa);
	background-image: linear-gradient(#f2f5fa, #f2f5fa);
}
.sidebar-right .content {
	background-color: #7BA4C1;
	background-image: -webkit-linear-gradient(#f2f5fa, #f2f5fa);
	background-image: linear-gradient(#f2f5fa, #f2f5fa);
}

.main-content .content{
	background-color: #f2f5fa;
	background-image: -webkit-linear-gradient(#f2f5fa, #f2f5fa);
	background-image: linear-gradient(#f2f5fa, #f2f5fa);
	padding: 10px 10px;
	font-size: 0.8em;
	line-height: 1.3em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
}
/*Heading styles*/
h1 {
	margin: 10px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 0 5px 25px; 
	background: #f2f5fa url(../../images/square-green.png) no-repeat 3px 50%;	
}
h2, h3, h4 {
	margin: 10px 0px 0px 0px;
	font-color: #006FBA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 5px 25px; 
	background: #f2f5fa url(../../images/square-green.png) no-repeat 3px 50%;
		
}

h5 {
	margin: 10px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.5em; } /*For FOOTER headings*/

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
img.scalable2 {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}

container1. {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}

.sidebar ul, .sidebar ol, .sidebar-right ul, .sidebar-right ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar-right li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #ffffff
}
.footer a:hover, .footer a:focus { color: #FFF; }

#footercontent {
	width: auto;
	padding: 0px;
	color: #000000;
	font-size: .8em;
}

#layoutwrapper, #footer, #footercontent, .base-maincontent {
	width: auto !important;
	margin: 0px !important;
	border: none;
	float: none !important;
}

#layoutwrapper, .base-maincontent, #footer, #footercontent, #p7TBMroot ul, #p7TBMsubwrap,
#navigation, #p7DMM_1 {
	width: auto !important;
}
.p7EPM00 {display: none;}
#layoutwrapper, #footer, #footercontent, #p7TBMroot ul, #p7TBMsubwrap {
	width: auto !important;
}
.masthead img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
#layoutwrapper, #footer, #footercontent, #p7TBMroot ul, #p7TBMsubwrap {
	width: auto !important;
}
/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #7BA4C1;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 6px 6px;
	font-size: 0.7em;
	color: #ffffff;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	margin-left: -2em;
}
.footer-flat {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
     background-color: #F2F5FA;
     border: 1px solid #333333;
     border-radius: 5px;
     box-shadow: 0 16px 2px rgba(255, 255, 255, 0.024) inset;
     color: #000000;
     font-size: 0.9em;
     padding: 12px;
     position: relative;
     text-align: center;
     margin-top: 10px;
     z-index: 999;
}
.footer-wrapper {
    max-width: 1260px;
    margin: 0 auto;
}
.row {
  width: 100%;
  text-align: center;
}

.columns {
  width: 33%;
  min-width: 320px;
  vertical-align: top;/*Fix for different     height elements*/
  margin-bottom: 10px;
  display: inline-block;
  background-color: #f45805;
  color: #fff;
 }
.align-right {
  text-align: right;
}
@media screen and (max-width: 680px) {
  .columns {
    width: 100%; 
  }
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.art-info-1 {
    font-size: 11px !important;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.art-info-1 {
    font-size: 11px !important;
}
.art-info-2{
@media (max-width: 480px) 
}
.art-info-2{
   display:none;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .sidebar-right, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.main-content .content, .sidebar .content, .sidebar-right .content {
	padding: 20px 15px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content, .sidebar .content, .sidebar-right .content {padding: 20px 15px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
.main-content {width: 50%;left: 25%;}
.sidebar {width: 24%;left: -50%;}
.sidebar-right {width: 24%;}
}

