/**
 * @file
 * spidereye_theme layout styling.
 */

/**
 * Container
 */
 
 


 p {
    text-align: justify;
}
a, a.link{
	text-decoration:none;
	color: #5e9ac1;
	border-bottom:none;
}
#header {
    background: none repeat scroll 0 0 #141819;
    max-width: 100%;
    top: -20px;
    position: fixed;
    width: 1140px;
    z-index: 300;
    padding-top: 20px;
}
 .region-header, .region-header a, .region-header li a.is-active, .site-branding__text, .site-branding, .site-branding__text a, .site-branding a, .region-secondary-menu .menu-item a, .region-secondary-menu .menu-item a.is-active {
    color: #FFB52F;
}

 .region-header .block-menu li a {
    color: #F1643F;
    display: inline-block;
    line-height: 1em;
    margin: 4px 1px 0;
    padding: 9px 6px 0;
    text-transform: uppercase;
	border-bottom: none;
 }
 
 .region-header .block-menu {
    border: none;
    width: 291px;
}

.region-header .block:not(.site-branding) {
    font-size: 1em;
}

.region-header .block-menu li a:hover,.region-header .block-menu li a:focus,.region-header .block-menu li a:active{
	color: #FFB52F;
	background: transparent;
}

ul, menu, dir {
    display: inline-flex;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


ul.menu {
    /* margin: 0; */
    padding: 0 0 0em 0em; 
	margin-left: 0em;
}

#header {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 100%;
}
#main-wrapper{
	padding-top: 100px;
}
content{
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    min-height: 100%;
}
body{
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    min-height: 100%;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 82%;
}


.path-frontpage iframe {
    min-height: 633px;
	max-width: 1120px;
	height: 100%;
    left: 0;
    position: inherit;
    top: 0;
    width: 100%;
	
}


.site-footer__bottom .region {
    letter-spacing: 0.2px;
    margin-top: 0px;
    border-top: none;
    border-color: rgba(255,255,255,0.15);
	min-width: 1883px;
	min-height: 31px;
	line-height: 0;
	background: none repeat scroll 0 0 #141819;
    bottom: 0;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1000;

}

.site-footer .content{
	color: #F1643F;
    font-size: 1em
}


.field--name-field-video-insert- iframe {
	max-width: 700px;
	min-height: 394px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.node--type-video .field--name-body {
    max-width: 700px;
    text-align: justify;
	padding-top: 20px
}

.node--type-video .field--name-body p {
	padding-top: 20px
}

.node--type-video .field--name-field-director .field__label {
	color: #F18037;
	font-weight: 100
}


.node--type-video .field--name-field-client .field__label {
	color: #F18037;
	font-weight: 100
}

.node--type-video .field--name-field-date .field__label {
	color: #F18037;
	font-weight: 100
}

	
.view-videos {
    text-align: center;
}


.view-videos .views-row {
	display: inline-block;
    max-width: 100%;
	max-height: 205px;
	padding-bottom: 5px
}

.view-id-news .views-row {
	clear: both;
}	
.view-id-news .views-row .views-field-field-image- {
	float: left;
	margin-right: 12px;
}	

.view-id-news .views-row .views-field-title {
    font-size: 1.4em;
    padding-top: 12px;
}

.node .field--type-image {
    float: unset;
}
#post {
    display: inline-block;
    margin: 10px 20px 30px 0;
    vertical-align: top;
}
#map {
    display: inline-block;
    margin: 10px 20px 30px 0;
    vertical-align: top;
}
#phone {
    display: inline-block;
    margin: 10px 20px 30px 0;
    vertical-align: top;
}
.button {
    background-color: #F15F35;
	background-image: none;
}

.vidname{
padding:6px 8px 0;
display:block;
}

.vidclient{
display:block;
padding:0 8px;
font-style:italic;
}
.vidthumb{
    background: #FFFFFF;
    color: #000000;
    margin-top: -50px;
    max-width: 100%;
    opacity: 0.6;
    position: relative;
    width: 365px;
    z-index: 10;
}

.view-videos .views-field-field-thumbnail {
	z-index: 11;
	position: relative;
}

.view-videos .views-field-field-thumbnail:hover {
	z-index: 9;
}
.vidthumb:hover {
	z-index:12;
}

/**
 * mobile format 
 */


@media only screen and (max-width: 480px) and (min-width: 321px){
	
#header {
	background: none repeat scroll 0 0 #141819;
    position: fixed;
}
.region-header .site-branding {
    max-height: 60px;
}
.region-header .block:not(.site-branding) {
    font-size: 1em;
    max-height: 10px;
    float: right;
    padding-right: 40px;
}

html {
    font-size: 112.5%;
}

.vidthumb{
    background: #FFFFFF;
    color: #000000;
    margin-top: -56px;
    max-width: 100%;
    opacity: 0.6;
    position: relative;
    width: 365px;
    z-index: 10;
}
.field--name-field-video-insert- iframe {
	max-height: 204px;
    min-height: 204px;
}
.path-frontpage iframe {
	max-height: 204px;
    min-height: 204px;	
}
