/*
Theme Name: Shazzoo	
Theme URI: http://www.shazzoo.com/shazzoo-wordpress-theme
Description: Shazzoo Wordpress theme.
Author: Erwin van den Berg
Author URI: http://www.shazzoo.com/
Version: 1.0
Tags: responsive, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/
.call-to-action
{
	background-color: #000000;
	color: #ffffff;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
a
{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 27px;
}
.page-video
{
	position: absolute;
	margin: auto auto;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
.video-overlay
{
	background-color: rgba( 0,0,0,0.3 );
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.boldParagraph
{
    font-weight: 700;
}
body { 
     /*padding-top: 50px;*/
     font-family: 'Open Sans', sans-serif;
     font-weight: 100;
     font-size: 18px;
     line-height: 27px;
}

h1{
	font-family: 'Open Sans', sans-serif !important;
        font-weight: 100;
	margin-bottom: 30px !important;
        margin-top: 0px !important;
	font-size: 45px !important;
	line-height: 61px !important;
        font-style: italic !important;
        color: #ED7521;
}
h2{
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 100;
	margin-bottom: 5px !important;
    margin-top: 10px !important;
	font-size: 28px !important;
	line-height: 42px !important;
    font-style: normal !important;
    color: #ED7521;
}
h3{
	font-family: 'Open Sans', sans-serif !important;
        font-weight: 700;
	margin-bottom: 0px !important;
	font-size: 17px !important;
	line-height: 24px !important;
}

.bg-stretch { 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.bg-stretchAlt { 

}
.backgroundBanner
{
    background-color: #cccccc;
    height: 580px;
    overflow: hidden;
    position: absolute;
    /*top: 180px;*/
    width: 100%;
    background-size: cover;
}
.backgroundBannerDark
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.55) 60%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.55) 60%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-9 */
}
.mainNavigation
{
    height: 60px;
    background-color: #ED7521;
}
.homePageBackground
{
	height: 500px;
        width: 100%;
	position: relative;
        overflow: hidden;
}
ul.newsList
{
    border-top: 1px solid #ffffff;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 10px 0px !important;
    list-style-type: none; 
}
li.newListItem
{
    padding-top: 10px;
    border-bottom: 1px solid #ffffff;
    font-size: 17px;
}
li.newListItem h3
{
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}
li.newListItem b a
{
    font-weight: 700 !important;
}
li.newListItem a
{
    color: #ffffff;
    font-size: 17px;
}
li.newListItem p
{
    color: #ffffff;
    font-size: 17px;
}
.homepageBlock, .pageBlock, .newsBlock
{
    /*border: 1px solid #02A3D0;*/
    /*height: 514px;*/
    /*background-color: #0B5B88;*/
    margin-bottom: 30px;
    flex: 0 0 33.33%
}
@media (max-width: 767px) {
	.homepageBlock, .pageBlock, .newsBlock
	{
		flex: 0 0 100%;
	}
}
.workBlock
{
    background-color: rgba(11,91,136,0.1);
    min-height: 480px;
    position: relative;
}
.workBlockContainer
{
    position: relative;
}
.workBlock .workBlockImage
{
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 250px;
    height: 450px;
    overflow: hidden;
}
.workBlock .workBlockInner .workBlockText
{
    line-height: 35px !important;
}
.workBlock .workBlockImage img
{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0px;
}
.workBlock .workBlockInner
{
    padding: 30px 30px 120px 310px;
    position: relative;
    height: 100%;
}
.workBlock .workBlockPerson
{
    position: absolute;
    padding-left: 280px;
    bottom: 30px;
}
.newsBlock .newsBlockImage
{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.newsBlock .newsBlockInner
{
    padding: 30px;
}
.newsBlock .newsBlockInner h2
{
    color: #000000;
}
.newsBlock .newsBlockInner .newsReadMore
{
    color: #ED7521;
    font-size: 17px;
    font-weight: 100;
}
.newsBlock .newsBlockInner .newsBlockText
{
    height: 75px;
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.articleBlock
{
    /*border: 1px solid #02A3D0;*/
    background-color: #ffffff;
    margin-bottom: 60px;
}
.articleBlock .imageBlock
{
    width: 100%;
    min-height: 100%;
    text-align: center;
}
.articleBlock .imageBlock img
{
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 30px !important;
}

.articleBlock .imageBlock h2
{
    color: #7D142E;
    margin-bottom: 30px !important;
}
.articleBlock .imageBlock blockquote
{
    color: #000000;
    font-weight: 700;
    quotes: "\201C""\201D""\2018""\2019";
    margin-bottom: 30px !important;
    padding: 0px !important;
}

.articleBlock .imageBlock blockquote span
{
    color: #000000 !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.articleBlock .imageBlock blockquote span:after
{
  color: #000000 !important;
  font-style: normal;
  content: close-quote;
  font-family: FontAwesome;
  font-size: 32px;
  line-height: 0.1em;
  margin-left: 5px;
  vertical-align: -8px;
}
.articleBlock .imageBlock blockquote span:before
{
  color: #000000 !important;
  font-style: normal;
  content: open-quote;
  font-family: FontAwesome;
  /*content: open-quote;*/
  font-size: 32px;
  line-height: 0.1em;
  margin-right: 5px;
  vertical-align: -8px;
}
.articleBlock .articleBlockInner
{
    padding: 0px 0px;
    background-color: #ffffff;
}
.articleBlock .articleBlockInner h2
{
    margin-top: 0px !important;
}
blockquote {
    border:none;
    font-family:  Helvetica, serif;
    margin-bottom:-30px;
    quotes: "\201C""\201D""\2018""\2019";
    padding: 0px 0px 30px 0px;
}
blockquote h2
{
    color: #ED7521 !important;
    font-size: 35px !important;
    line-height: 47px;
    font-weight: 100 !important;
    font-style: italic !important;
}

blockquote h2:before {
  color: #ED7521 !important;
  font-style: normal;
  content: open-quote;
  font-family: FontAwesome;
  /*content: open-quote;*/
  font-size: 52px;
  line-height: 0.1em;
  margin-right: 5px;
  vertical-align: -10px;
}

blockquote h2:after {
  color: #ED7521 !important;
  font-style: normal;
  content: close-quote;
  font-family: FontAwesome;
  font-size: 52px;
  line-height: 0.1em;
  margin-left: 5px;
  vertical-align: -35px;
}

.articleBlock .articleBlockInner .articleText
{
    color: #000000;
}
.homepageBlock .homepageBlockInner
{
    text-align: center;
    height: 100%;
}
.homepageBlock .homepageBlockInner, .pageBlock .pageBlockInner
{
    padding: 30px;
    display: flex;
    flex-direction: column;

}
.homepageBlock .homepageBlockInner .homepageBlockText
{
    flex: 1 1 auto;
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}
.homepageBlock .homepageBlockInner .homepageBlockText ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none; 
}
.homepageBlock .homepageBlockInner .homepageBlockText ul li::before
{
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 10px;
    color: #ED7521;
}
ul.uspList
{
    padding: 10px 0px 30px 0px;
    margin: 0px;
    list-style-type: none; 
}
ul.uspList li
{
    display: inline-block;
    margin-right: 20px;
}
ul.uspList li::before
{
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 10px;
    color: #E2DE00;
}
.pageBlock .pageBlockInner .pageBlockText
{
    height: auto;
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
    color: #ffffff !important;
}
.homepageContentBlock
{
    padding: 30px;
    margin-bottom: 30px;
}
.pageContentBlock
{
    /*margin-bottom: 30px;*/
    background-color: #ffffff;
    /*border: 1px solid #02A3D0;*/
}
.pageContentBlock h3
{
	color: #ED7521;
}
.pageContentBlock .pageContentBlockInner
{
    padding: 15px 0px;
    background-color: #ffffff;
}
.pageContentBlock .pageTextBlockInner
{
    padding: 0px 30px;
    background-color: #ffffff;
}
.pageContentBlock .pageTitleBlockInner
{
    padding: 30px 30px 0px 30px;
    background-color: #ffffff;
}
.pageContentBlock .pageContentBlockInner blockquote h2:before, .pageContentBlock .pageContentBlockInner blockquote h2:after
{
    color: #FFFFFF !important;
}
.pageContentBlock .pageContentBlockInner .uspTitle
{
    font-size: 35px;
    font-weight: 100 !important;
    font-style: italic !important;
    color: #ED7521 !important;
}
.pageContentBlock .pageContentBlockInner h2
{
    font-weight: 100 !important;
    font-style: italic !important;
    color: #ED7521 !important;
}
.pageContentBlock .pageContentBlockInner blockquote h2
{
    font-size: 25px !important;
    color: #FFFFFF !important;
}
.pageBlock .pageBlockInner h2
{
    color: #FFFFFF !important;
}
.textBlock
{
    margin: 30px 0px;
    color: #FFFFFF;
    text-align: center;
}
.textBlockLeft
{
    text-align: left !important;
}
.textBlock h2
{
    margin-bottom: 30px !important;
}
.textBlock ul
{
    list-style-type: none;
    padding: 0px;
}
.textBlock ul li
{
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
}
.textBlock ul li::before
{
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #ffffff;
    margin-right: 10px;
}
.textBlock h2
{
    color: #FFFFFF;
}
.bottomBorderRow
{
    height: 51px;
    background-color: #ffffff;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-image: url( img/border_bottom.png );
}
.topBorderRow
{
    height: 51px;
    background-color: #ffffff;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-image: url( img/border_top.png );
}
.blockBg2
{
    background-color: #EA9620 !important;
    margin-bottom: 60px;
    overflow: hidden;
}
.blockBg1
{
    background-color: #7D142E !important;
    margin-bottom: 60px;
}
.quoteBox
{
    background-color: #7D142E !important;
    margin-bottom: 60px;
    background-image: url( img/quotebar_bg.png );
    background-size: auto 100%;
}
.quoteBox a.btn
{
    background-color: #ED7521 !important;
    color: #ffffff;
    font-weight: 500;
}
.quoteBox a.btn:hover
{
    background-color: #EA9620 !important;
    color: #ffffff !important;
    font-weight: 500;
}
.linkBlock
{
    background-color: #ED7521;
    margin-bottom: 30px;
}
ul.addresslinks
{
    padding: 0px;
    margin: 10px 0px 0px 0px;
    list-style-type: none; 
}
ul.addresslinks li
{
    line-height: 27px;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}
ul.addresslinks li span
{
	color: #ed7521;
}
ul.addresslinks li a
{
    line-height: 27px;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #000000; 
}
ul.addresslinks li a:hover
{
    color: #000000; 
    text-decoration: none;
}
ul.addresslinks li a.active
{
    color: #000000 !important; 
}
ul.footerlinks
{
    padding: 0px;
    margin: 0px;
    list-style-type: none; 
}
ul.footerlinks li
{
    line-height: 27px;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}
ul.footerlinks li a
{
    line-height: 27px;
    font-size: 17px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff; 
}
ul.footerlinks li a:hover
{
    color: #000000; 
    text-decoration: none;
}
ul.footerlinks li a.active
{
    color: #000000 !important; 
}
ul.toplinks
{
    padding: 0px;
    margin: 0px;
    list-style-type: none; 
    display: flex;
    justify-content: space-between;
}
img.homeLink 
{
    height: 32px;
    margin-bottom: 8px;
}
ul.toplinks li
{
    line-height: 60px;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #ffffff;
}
ul.toplinks li a
{
    line-height: 60px;
    font-size: 23px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #ffffff; 
}

ul.toplinks li a:hover
{
    text-decoration: none !important;
}
ul.toplinks li a.active
{
    color: #7D142E !important; 
}
.linkBlock ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.linkBlock ul li
{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.linkBlock ul li a
{
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff; 
    width: 100%;
}
.linkBlock ul li::before
{
    font-family: 'FontAwesome';
    content: '\f061';
    float: right;
}
.jobLinkBlock
{
    background-color: #ED7521;
    padding: 30px;
    margin-bottom: 30px;
}
.jobLinkBlock .jobLinkBlockInner h2
{
    color: #ffffff !important;
}
.jobLinkBlock ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.jobLinkBlock ul li
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 10px 0px;
}
.jobLinkBlock ul li a
{
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff; 
    width: 100%;
}
.jobLinkBlock ul li p, .jobLinkBlock ul li a.readmore
{
    line-height: 27px;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff; 
    margin: 0px !important;
}
.homepageNewsBlock
{
    background-color: #ED7521;
    padding: 30px;
    margin-bottom: 30px;
}
.homepageNewsBlock .homepageNewsBlockInner
{
    
}
.homepageNewsBlock .homepageNewsBlockInner h2
{
    color: #ffffff !important;
}
.homepageNewsBlock .homepageNewsBlockInner a
{
    color: #ffffff;
    font-size: 17px;
}
.homepageBlock .homepageBlockInner .homepageBlockIcon
{
    flex: 0 0 120px;
    text-align: center;
}
.homepageBlock .homepageBlockInner .homepageBlockIcon img
{
	max-height: 120px;
	max-width: 100%;
}
.homepageBlock .homepageBlockInner .btn
{
    
    background-color: #ED7521;
    color: #FFFFFF !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 50px;
    height: 50px;
    padding: 0px 75px !important;
    text-align: center;
}
.homepageBlock .homepageBlockInner ul li
{
	line-height: 27px;
}
.homepageBlock .homepageBlockInner .btn:hover
{
    background-color: #EA9620 !important;
}
.homepageBlock h2
{
	flex: 1 1 42px;
    color: #ED7521;
    font-weight: 100 !important;
    font-style: italic;
    font-size: 35px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.homePageBannerContainer
{
    position: relative;
    height: 500px;
}
.homePageBanner
{
	position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
}
.homepageBlockContainer
{
    position: relative;
    background-color: #FFFFFF;
    margin-top: -60px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
}
.pageBlockContainer
{
    position: relative;
    background-color: #FFFFFF;
    margin-top: -60px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.pageBlockContainer::after, .homepageBlockContainer::after
{
	content: '';
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 250px solid #ffffff;
    filter: drop-shadow(0px 10px 10px #00000099);
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.pageBlockContainerNoBanner
{
    position: relative;
    background-color: #FFFFFF;
    margin-top: 60px;
}

.homePageBackgroundLow
{
	min-height: 600px;
	background-color:#ff0000;
	height: 600px;
	position: relative;
}
.homePageContainer
{
	min-height: 800px;
	position: relative;
        height: 500px;
        width: 100%;
}
.homePageContainerAlt
{
	padding-top: 80px;
	min-height: 600px;
	height: 600px;
	position: relative; 
	top: 0px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
}
.homePageShoutBox
{
	position: absolute;
	right: 15px;
        left: 15px;
        bottom: 120px;
	color: #FFFFFF;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        max-width: 600px;
    left: 0;
    right: 0;
    margin: auto auto;
}

.homePageShoutBox h2
{
    color: #FFFFFF !important;
    font-weight: bold;
    /*font-style: italic !important;*/
	font-style: normal !important;
    font-size: 35px;
    line-height: 47px;
}
.homePageShoutBox .btn
{
	margin-top: 15px;
}
.homePageTopRow
{
	position: absolute;
	top: 80px;
	bottom: 330px;
	width: 100%;
}
.homePageTopRowAlt
{
	position: absolute;
	top: 80px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.homePageBottomRow
{
	position: absolute;
	bottom: 0px;
	height: 330px; 
	width: 100%;
}
.homepage-button
{
}
a.homepage-button-inner
{
	display: block;
	position: relative;
	/*background-color: #9aadc7;*/
	color:#ffffff;
	height:80px;
	max-height: 50%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 30px;
}
a.homepage-button-inner .homepage-button-inner-bg
{
	background-color: #c2bebf;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px; 
	color:#FFFFFF;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 39px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:alpha(opacity=60);
}
a.homepage-button-inner .homepage-button-inner-text
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;  
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 39px;
}
a.homepage-button-inner span
{
	line-height: 80px;

}


a.homepage-button-inner:hover
{
	/*color:#C68658 !important;*/

	text-decoration: none;
}
a.homepage-button-inner:hover .homepage-button-inner-bg
{
	background-color: #C68658 !important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
a.homepage-button-inner:hover span
{
	text-decoration: none;
}

.homepage-button-inner .homepage-button-inner-table
{
	display: table;

}
.homepage-button-inner .homepage-button-inner-table span
{
	display: table-cell;
  	vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    cursor: default;
}


.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #323232;
    background-color: #efefef !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #000000 !important;
}

/*NAVBAR*/
.navbartop{
	height: 30px;
	line-height: 30px;
	text-align: right;	
}
.navbar-header
{
	position: absolute;
	height: 80px !important;
	bottom: 0px;
	left: 0px;
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important;
        top: 0px;
        height: 100px !important;
}
	.navbar-brand{
		height: 80px;
		padding: 15px 0px !important;
	}
	
	.navbar-brand .logo{
		margin-left: 15px;
	}
.navbar-toggle
{
	top: 20px;
}

/*NAVBAR*/

.dropdown-menu {
	background-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: 0px solid #cccccc !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    
}
.dropdown-menu a
{
	color: #323232 !important;
	font-weight: 400 !important;
}
.navbar .container .navbar-collapse
{
    background-color: #ffffff !important; 
    margin-top: 80px;
}
.navbar .container .navbar-collapse .logo
{
	position: absolute;
	display: block;
	right: 0px;
	top: 10px;
	height: 200px;
}
.navbar.shrink .container .navbar-collapse .logo
{
	position: absolute;
	display: block;
	right: 0px;
	top: 10px;
}
.navbar .container .navbar-collapse .logo img
{
	max-height: 100%;
	max-width: 100%;
}

.block_title
{
	display: block;
	height: 44px;
	/*border-bottom: 6px solid #efefef;*/
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.containerGradient
{
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.block_title h2
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	height: 40px;
	/*border-bottom: 6px solid #000000;*/
	positon: relative;
}
div.ngg-gallery-thumbnail-box
{
	width: 33,33% !important;
	margin: 0px !important;
	padding: 0px !important;
}
div.ngg-gallery-thumbnail-box
{
	margin: 0px !important;
	padding: 15px 15px !important;
}
.ngg-gallery-thumbnail img, .ngg-gallery-thumbnail img:hover {
	width: auto;
	height: auto;	
}
ul.really_simple_twitter_widget
{
	padding: 0px;
	margin: 0px;
}
ul.really_simple_twitter_widget li
{
	position: relative;
	margin-left: 80px;
	margin-bottom: 30px;	
	list-style-type: none;
}

ul.really_simple_twitter_widget li img
{
	padding: 0px 10px 10px 0px;	
	position: absolute;
	left: -80px;
}
.sub_page_menu
{
	background-color: #000000;
	color: #ffffff;
	margin: 20px 0px;
	padding: 20px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sub_page_menu h3
{
	margin: 0px 30px;
}
.sub_page_menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.sub_page_menu ul li
{
	color: #ffffff;
}
.sub_page_menu ul li.current_page_item
{
	background-color: #C68658 !important;
}
.sub_page_menu ul li a
{
	color: #ffffff;
	display: block;
	padding: 10px 30px;
}
.sub_page_menu ul li a:hover
{
	color: #ffffff;
	background-color: #C68658;
	text-decoration: none;
	display: block;
	padding: 10px 30px;
}
.urgent_message
{
	background-color: #000000;
	color: #ffffff;
	padding: 30px;
}

.urgent_message a
{
	color: #ffffff;
}

.post_time
{
	color: #888888;
	font-size: 14px;
    line-height: 21px;
}

.post_location
{
	color: #888888;
	font-size: 14px;
    line-height: 21px;
}

.urgent_message .post_time
{
	color: #ffffff;
}

.row
{
	
}

.agenda_item
{
	position: relative;
	height: 60px;
	width: 100%;
	margin-bottom: 30px;
}

.agenda_date
{
	position: relative;
}

.agenda_day
{
	position: absolute;
	width: 48px;
	height: 48px;
	font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-family: Oswald;
	font-weight: 700;
}

.agenda_month
{
	position: absolute;
	left: 0px;
	width: 60px;
	top: 48px;
	height: 12px;
	font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald;
	font-weight: 700;
}
.agenda_text
{
	position: absolute;
	left: 80px;
	right: 0px;
	top: 0px;
	height: 60px;
}
.agenda_text .agenda_parargraph
{
	height: 30px;
	line-height: 30px;
}
.btn
{
    /*border: 1px solid #02A3D0 !important;*/
    border-style: none;
    background-color: #1E7FD3;
    color: #FFFFFF !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25x;
    border-radius: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 50px;
    height: 50px;
    padding: 0px 50px !important;
}
body .gform_wrapper .gform_footer input[type=submit] { 
    border-style: none;
	background-color: #7D142E;
	color: #FFFFFF !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25x;
	border-radius: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 50px;
	height: 50px;
	padding: 0px 50px !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover
{
	background-color: #ED7521;
}
.gform_wrapper select, .gform_wrapper select option {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 100 !important;
    font-size: 17px !important;
}
.btnWide
{
    width: 100% !important;
}
.btnEmph
{
    background-color: #0B5B88;
    color: #FFFFFF !important;
}

.btnExtra
{
    background-color: #E2DE00;
    color: #FFFFFF !important;
}

.btn:hover
{
        background-color: #ffffff !important;
	color: #1E7FD3 !important;
}
.btnEmph:hover
{
	background-color: #ffffff !important;
	color: #0B5B88 !important;
}
.btnExtra:hover
{
	background-color: #ffffff !important;
	color: #E2DE00 !important;
}
footer
{
	background-color: #ED7521;
	color: #ffffff;
        min-height: 100px;
	font-size: 18px;
        line-height: 25px;
	font-family: 'Open Sans', sans-serif;
        padding: 30px 0px;
}
footer h3
{
   margin-top: 0px; 
}
footer a, footer a:hover
{
    font-size: 17px;
    color: #ffffff;
}
.logo_footer
{
    margin-bottom: 42px !important;
}

div.social-media-icons
{
 
}

.social-media-icons .fa
{
	color: #ffffff !important;
	font-size: 30px !important;
	line-height: 30px !important;
	text-align: right;
	padding: 0px 15px 0px 0px;
}

img.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
}
img.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}


@media (min-width: 768px) {
    .navbar{
	background-color: #ffffff !important;
	color: #000000;
	height: 100px !important;
	border: 0px solid transparent; 
	position: relative;
        margin-bottom: 0px;
    }
    .navbar-brand .logo img
    {  
	display: positive;
	z-index: 10;
	height: 75px !important;
    }
    .disclaimer{
        text-align: right;
    }
	.navbar .container .navbar-collapse
	{
		margin-top: 0px;
	}
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -0px !important;
    }
    .navbar-brand .logo{
		margin-left: 0px;
	}
	.navbar{
		background-color: #ffffff;
		height: 110px;
		border: 0px solid transparent;
		/*border-bottom: 6px solid #0859AA;*/
		margin-top: 0px;
	}
	
	.navbar-brand{
		height: 80px;
		padding: 15px 0px !important;
	}
	
	.navbar-brand .logo{
		margin-left: 15px;
	}
	.navbar-brand .logo img
	{
		 height: 50px;
	}
	
	.navbar-nav > li > a {
	    color: #7D142E !important;
	    font-size: 20px;
	    font-weight: 300 !important;
            padding: 0px 0px 0px 30px !important;
	    display: inline-block;
	    height: 100px;
	    line-height: 100px;
	}
	
	.navbar-nav > li > a:hover {
	    /*background-color: #C68658 !important;*/
	    color: #ED7521 !important;
	    font-weight: 300 !important;
	}
	
	.navbar .navbar-nav{
		float: right;
	}
	a.homepage-button-inner .homepage-button-inner-text
	{
        font-size: 16px !important;	
	}
	a.homepage-button-inner {
        height:  158px;
        font-size: 16px;
        padding-bottom: 60px;
    }
    a.homepage-button-inner span
	{
		line-height: 158px;
	}
	.homePageBottomRow
	{
		height: 218px; 
	}
}

@media (min-width: 992px) {
	a.homepage-button-inner .homepage-button-inner-text
	{
        font-size: 21px !important;	
	}
    a.homepage-button-inner {
        height: 212px;
        font-size: 21px;
        padding-bottom: 60px;
    }
    a.homepage-button-inner span
	{
		line-height: 212px;
	}
	.homePageBottomRow
	{
		height: 272px; 
	}
}

@media (min-width: 1200px) {
	a.homepage-button-inner .homepage-button-inner-text
	{
        font-size: 24px !important;	
	}
    a.homepage-button-inner {
        height: 263px;
        font-size: 24px;
        padding-bottom: 60px;
    }
    a.homepage-button-inner span
	{
		line-height: 263px;
	}
	.homePageBottomRow
	{
		height: 323px; 
	}
}
.bgGradient
{
	height: 60px;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* Standard syntax (must be last) */
}

@media (max-width: 767px) {
    .navbar{
	background-color: #ffffff !important;
	color: #000000;
	height: 60px !important;
	border: 0px solid transparent; 
	position: relative;
    }
    .navbar-brand .logo img
    {
	display: positive;
	z-index: 10;
	height: 60px;
    }
    .navbar-brand
    {
        padding: 10px 0px !important;
    }
    .disclaimer{
        text-align: left;
    }
    .navbar .container .navbar-collapse
    {
        background-color: #ED7521 !important;
        margin-top: 80px;
        z-index: 500;
        position: absolute;
        width: 100%;
        top: 0px;
        border-top: 0px solid transparent;
    }
    .navbar .container .navbar-collapse ul li a
    {
        color: #ffffff;
        font-size: 17px;
    }

}

.search_form
{
    position: absolute;
    right: 30px;
    top: 60px;
    height: 40px;
    border: 1px solid #ED7521;
    width: 240px;
}

.search_field
{
    position: absolute;
    left: 0px;
    right: 40px;
    bottom: 0px;
    top: 0px;
    border: 0px solid transparent;
    padding: 0px 10px;
}

.search_submit
{
    background-color: #ED7521;
    position: absolute;
    right: 0px;
    width: 40px;
    bottom: 0px;
    top: 0px;
    text-shadow:none !important;
    border:none !important;
    box-shadow:none !important;
    color: #ffffff;
}

.panel
{
    border-radius: 0px !important;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 0px solid transparent !important;
}
.panel-default {
  border:0px solid transparent !important;
}

.panel-default > .panel-heading {
  color: #ffffff !important;
  background-color: #ED7521 !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}

.panel-collapse
{
    border-left: 1px solid #02A3D0 !important;
    border-right: 1px solid #02A3D0 !important;
    border-bottom: 1px solid #02A3D0 !important;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.panel-default > .panel-heading a{
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a .fa-arrow-down{
    display: none;
}

a .fa-arrow-right{
    display: inline;
}

a[aria-expanded="true"] .fa-arrow-down{
    display: inline;
}

a[aria-expanded="true"] .fa-arrow-right{
    display: none;
}

.panel-group .panel + .panel {
    margin-top: 1px !important;
}

.fileBlock
{
    height: 60px;
    padding-left: 60px;
    background: url( 'img/doc_icon.png' );
    background-repeat: no-repeat;
    backgroun-position-y: center;
}

.fileBlock a
{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 40px;
}

.pageBackContainer
{
    margin-bottom: 30px !important;
}

a.pageBackLink
{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #ED7521;
}
.pageContentBlock .pageContentBlockInner h1
{
    color: #BA2526 !important;
}

.pageContentBlock .pageContentBlockInner .subTitle
{
    box-sizing: border-box;
    color: #ED7521;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-style: italic;
    font-weight: 100;
    height: 61px;
    line-height: 61px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.searchResult a.searchReadMore
{
    color: #ED7521;
    font-size: 17px;
    font-weight: 100;
}

.gform_wrapper .gsection {
    border-bottom: 0px solid transparent !important;
}
.clearBoth
{
    clear: both;
}

.gfield_label
{
    display: none !important;
}

.ginput_container input, .ginput_container textarea
{
    width: 100% !important;
    border: 1px solid #0B5B88;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder
{
    color: #0B5B88;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 0px 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 1px;
  background-color: #ED7521 !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent !important;
}
.noLeftPad
{
    padding-left: 0px !important;
}
.noRightPad
{
    padding-right: 0px !important;
}
.marginTop
{
    margin-top: 30px;
}

#map {
    height: 400px;
    width: 100%;
}

.quoteBlock
{
    background-color: #0B5B88;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.quoteBlock .quoteBlockInner h2
{
    color: #ffffff !important;
}
.quoteBlock .quoteBlockInner h2::before, .quoteBlock .quoteBlockInner h2::after
{
    color: #ffffff !important;
}
.quoteBlock .quoteBlockInner blockquote
{
    color: #ffffff !important;
}
.quoteBlock .quoteBlockInner p
{
    color: #ffffff !important;
}
.quoteBlock .quoteBlockInner .quoteText
{
    color: #ffffff !important;
}
.customerContainer
{
    padding: 15px 0px;
}
.customerLogo
{
    height: 80px;
    width: 100%;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
}
.customerLogo img
{
	max-width: 90%;
	max-height: 80%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    vertical-align: middle;
}
.customerRow
{
    margin-bottom: 60px;
}
.customerListTitle
{
	text-align: center;	
}
.customerListTitle h3
{
    margin: 0px;
    font-size: 23px;
    font-weight: 100;
    color: #7D142E;
}
.orangeText
{
    color: #ED7521;
}
.bannerBlock
{
    position: relative;
}
.headerContactBlock
{
    position: absolute;
    right: 0px;
    top: 60px;
    padding: 15px 30px;
    width: auto;
    background-color: rgba( 234, 150, 32, 0.8 );
}
.headerContactBlock p
{
    font-size: 23px;
    font-weight: 100;
    color: #ffffff;
    margin: 5px 0px;
}
a.workContainer
{
    display: block;
    margin-bottom: 30px;
}
a.workContainer, a.workContainer:hover
{
    text-decoration: none;
}
.workContainer .workImage
{
    width: 100%;
    padding-bottom: 80%;
    background-color: #b36271;
    position: relative;
}
.workContainer .workImage .workImageInner
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}
.workContainer .workImage .workImageInner img
{
    max-width: 100%;
    max-height: 100%;
}
.workContainer .workText
{
    padding: 15px 30px;
    background-color: #ED7521;
    height: 68px;
}
.workContainer .workText h3
{
    font-size: 14px !important;
    line-height: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}
.workContainer .workText p
{
    font-size: 14px !important;
    line-height: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
}
.olderLink
{
    color: #ED7521;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}
.olderLink a, .newerLink a
{
    color: #ED7521;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.newerLink
{
    color: #ED7521;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
}

.paginatorBar
{
    margin-bottom: 30px;
}
ul.expertise
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style-type: none; 
}
ul.expertise li
{
    display: block;
    margin-right: 20px;
    padding-bottom: 21px;
    padding-left: 54px;
}
ul.expertise li:last-child {
    padding-bottom: 0px;
}
ul.expertise li.icon_design
{
    background: url( 'img/design.png' ) no-repeat;
    margin-right: 10px;
}
ul.expertise li.icon_speed
{
    background: url( 'img/speed.png' ) no-repeat;
    margin-right: 10px;
}
ul.expertise li.icon_document
{
    background: url( 'img/document.png' ) no-repeat;
    margin-right: 10px;
}
ul.expertise li.icon_line
{
    background: url( ' img/line.png' ) no-repeat;
    margin-right: 10px;
}
ul.expertise li.icon_bar
{
    background: url( 'img/bar.png' ) no-repeat;
    margin-right: 10px;
}
ul.expertise li.icon_journey
{
    background: url( 'img/journey.png' ) no-repeat;
    margin-right: 10px;
}
ul.expertise li a
{
    line-height: 25px;
    font-size: 17px;
    color: #ED7521;
}
.workDetailContainer
{
    background-color: #807B77;
    margin-bottom: 60px;
    padding: 60px 0px;
}
.workDetailContainer img
{
    max-width: 100%;
}
.imageWorkContainer
{
    margin: auto auto;
    top: 0;
    bottom: 0;
    text-align: center;
}
.separatorLineleft
{
    border-left: 1px solid #ED7521;
}
.marginBottom
{
    margin-bottom: 60px;
}
h1.workTitle
{
    color: #BA2526!important;
    font-size: 35px!important;
    font-weight: 100;
    box-sizing: border-box!important;
    display: block!important;
    font-family: "Open Sans", sans-serif!important;
    font-style: normal !important;
    line-height: 47px!important;
    margin-bottom: 20px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: 0px!important;
}
.workResultTitle
{
    color: #ED7521;
    font-size: 35px;
    font-weight: 100;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    line-height: 47px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.shine_effect
{
	position: relative;
	padding: 0px 15px;
	margin: 0px -15px;
	cursor: pointer;
}
.shine_effect a
{
	z-index: 10;
	position: relative;
}
.shine_effect a:active, .shine_effect a:focus
{
	text-decoration: none;
}
.shine_effect::before 
{
	animation: shineout 0.7s;
	animation-fill-mode: backwards;
	content: '';
	right: 0px;
	left: 100%;
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
	position: absolute;
	margin: 0px 0px;
    opacity: 0;
    z-index: 1;
}
.shine_effect:hover::before 
{
 	animation: shinein 0.7s;
	animation-fill-mode: forwards;
    left: 0px;
    right: 100%;
    position: absolute;
    transition-property: width, left, right, opacity;
    transition-duration: 0.5s, 0.5s, 0.5s, 0.15s;
    transition-timing-function: ease;
    opacity: 0.3;
}
@keyframes shinein{
	0% {
		opacity: 0.5;
	    bottom: 0px;
	    height: 100%;
	    left: 0px;
	    right: 100%;
	    transition-property: width, left, right, opacity;
		transition-duration: 0.5s, 0.5s, 0.5s, 0.15s;
		transition-timing-function: ease;
	}
	70% {
		opacity: 0.08;
		left: 0px;
		right: 0px;
		transition-property: width, left, right, opacity;
	}
	100% {
		opacity: 0.08;
		left: 0px;
		right: 0px;
		transition-property: width, left, right, opacity;
	}
}
@keyframes shineout{
	100% {
		opacity: 0.08;
	    bottom: 0px;
	    height: 100%;
	    left: 100%;
	    right: 0px;
	    transition-property: width, left, right, opacity;

	}
	70% {
		opacity: 0.08;
		left: 100%;
	    right: 0px;
		transition-property: width, left, right, opacity;
	}
	0% {
		opacity: 0.08;
		left: 0px;
		right: 0px;
		transition-property: width, left, right, opacity;
		transition-duration: 0.5s, 0.5s, 0.5s, 0.15s;
		transition-timing-function: ease;
	}
}
.btn::after, input[type=submit]::after
{
	background-color: inherit;
	content: '';
}
.btn, input[type=submit]
{
	position: relative;
}
.btn:hover::after, input[type=submit]:hover::after
{
	animation: buttonhover 1.5s;
	animation-fill-mode: forwards;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	border-radius: 25px;
	opacity: 1;
}

@keyframes buttonhover{
	0% {
		opacity: 0.3;
	    transform: scale(1);
	    transition-property: width, height, opacity;
		transition-duration: 0.5s, 0.5s, 0.15s;
		transition-timing-function: ease;
	}
	70% {
		opacity: 0;
		transform: scaleX(1.1) scaleY(1.5);
		transition-property: transform, height, opacity;
	}
	100% {
		opacity: 0;
		transform: scaleX(1.1) scaleY(1.5);
		transition-property: transform, height, opacity;
	}
}
@media (max-width: 767px) {
	.homePageShoutBox
	{
		background-color: #7D142E;
		padding: 15px 15px 30px 15px;	
		bottom: 0px;
		display: block;
		position: relative;
		
	}
	.homepageBlockContainer, .pageBlockContainer
	{
		margin-top: 0px;
		flex-direction: column;	
	}
	.homepageBlock
	{
		margin-bottom: 0px;
	}
	.articleBlock, .blockBg2, .quoteBox, .customerRow
	{
		margin-bottom: 30px;
	}
	.page-video
	{
		display: block;
		position: relative;
		display: block;
	}
	.backgroundBanner, .backgroundBannerDark
	{
		position: relative;
		display: block;
		height: auto;
	}
	.btn{
		padding: 0px 15px !important;
	}
		.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before
	{
		background-color: #7D142E !important;
	}
	.hamburger
	{
		position: absolute !important;
	    right: 0px !important;
	}
}
@media (min-width: 768px) {
	.hamburger{
		display: none;
	}
}

