@charset "UTF-8";
/* CSS Document */

/***************************************************************************/
/***************************** GENERAL STYLES *******************************/
/***************************************************************************/

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
    text-align: center;
}

.section {
    padding: 55px 0px;
	overflow:hidden;
}

.section.grey {
    background:rgba(0,0,0,0.05);
}

.blue {
    background-color: #0c2f46;
}

iframe {
    display: block;
    margin: 0px auto;
}

.col-1-4 { width: 23%; margin:1%; position:relative; display:inline-block; vertical-align:top; }
.col-3-4 { width: 73%; margin:1%; position:relative; display:inline-block; vertical-align:top; }
.col-1-3 { width: 31.33%; margin: 1%; position:relative; display:inline-block; vertical-align:top; }
.col-2-3 { width: 64.66%; margin: 1%; position:relative; display:inline-block; vertical-align:top; }
.col-1-2 { width: 48%; margin: 1%; position:relative; display:inline-block; vertical-align:top; }
.col-1-5 { width: 18%; margin: 1%; position:relative; display:inline-block; vertical-align:top; }
.col-2-5 { width: 38%; margin: 1%; position:relative; display:inline-block; vertical-align:top; }
.col-3-5 { width: 58%; margin: 1%; position:relative; display:inline-block; vertical-align:top; }
.col-1 { margin: 1%; width: 98%; position:relative; }

.col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img  {    
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}

.col-1-2.nomargin {
    margin: 0px;
    width: 50%;
}

.col-1-2.nopadding {
    padding: 0px !important;
}

.col-1-2.center {
    padding: 4%;
    background-color: #fff;
    margin-left: 50%;
}

.bluesection {
background-color: #0c2f46;
position:relative;	
}

/***************************************************************************/
/***************************** HEADER STYLES *******************************/
/***************************************************************************/

header {
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: #fff;
	z-index: 99789;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.23);
}

a.logo {
    float: left;
    display: inline-block;
    width: 240px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    transition: all ease 0.4s;
}

a.logo img {
    width: 100%;
	    display: block;
}

header ul {
    float: right;
    margin: 0px;
    padding: 0px;
    clear: none;
}

header ul li {
    list-style: none;
	margin:0px;
	padding:0px;
    display: inline-block;
	position:relative;
}

header ul li:after {
    content: "";
    height: 6px;
    width: 1px;
    background-color: #000;
    position: absolute;
    right: 9px;
    top: 22px;
    display: block;
}

header ul li:nth-last-of-type(1):after {
   
    display: none;
}


header ul li a {
    text-transform: none;
    color: #000 !important;
    font-size: 14px !important;
    padding: 13px 20px 13px 0px;
    margin: 0px;
    display: block;
    font-weight: 600 !important;
    transition: all ease 0.3s;
}


header ul li a:hover, header ul li.current a {
	text-decoration:none;
	color: #fcb924 !important;
	transition:all ease 0.3s;
}

header ul li.current .sub-menu li a {
	text-decoration:none;
	color: #000 !important;
	transition:all ease 0.3s;
}

.mobileNavButton {
    display: none;
}

#mobile-header {
		display: none;
	}


header .sub-menu{
	display:none;
	position:absolute;
	background: #fff;
    width: 250px;
    padding: 10px;
    transition: all ease 0.4s;
    top: 48px;
	-webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.23);
	
}

header .sub-menu ul{
	float:left;
}

header .sub-menu li{
	display:block;
	width:100%;
}

header .sub-menu ul li:after {
   
    display: none;
}

@media only screen and (min-width:1250px){
	header ul li:hover .sub-menu{
		display:block;
		transition:all ease 0.4s;
	}
}
	
/************** MOBILE NAV STYLES ***************/


#mobile-header svg {
  width: 62px;
    height: 54px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#mobile-header path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #000;
  stroke-dashoffset: 0px;
}
#mobile-header path#top,
#mobile-header path#bottom {
  stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
  stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top,
#mobile-header .cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

#mobile-header, #mobile-call {
    display: none;
    position: absolute;
    z-index: 10;
    top: -4px;
    right: 0px;
}

#mobile-header .menuLink {
	display: block;
	width: 30px;
	height: auto;
	transition: all 0.5s ease;
}
#mobile-header .menuLink span {
	display: block;
	background-color: #fff;
	height: 3px;
	margin-bottom: 6px;	
}

.sidr {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:9999999;
	width:80%;
	overflow-x:none;
	overflow-y:auto;
	background:#282625;
	color:#fff;
	-webkit-box-shadow: 10px 11px 21px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 11px 21px -14px rgba(0,0,0,0.75);
	box-shadow: 10px 11px 21px -14px rgba(0,0,0,0.75);
    background-repeat: inherit;
}



.sidr .shadow {
	position: absolute;
	display: block;
	position:fixed;
	height:110%;
	right: 20%;
	top: 0px;
	width: 20px;
	-webkit-box-shadow:inset -8px -8px 12px -6px rgba(0,0,0,4);
	box-shadow:inset -8px -8px 12px -6px rgba(0,0,0,4);
	z-index: 9999;
			
}

.sidr .mobileHead {
	box-sizing: border-box;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #7c6f4e;
	height: 100px;
	overflow: hidden;
}
.sidr * {
	font-size: 18px;
	text-align: center;
}

.sidr .sidr-inner{
	padding:0 0 15px 0;
}

.sidr .sidr-inner > p { 
	margin-left:15px;
	margin-right:15px
}

.sidr.right{
	left:auto;
	right:-260px;
}

.sidr.left{
	left:-260px;
	right:auto;
}
		
		
.sidr h4 {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin: 30px 20px 18px 20px;
	border-bottom: solid 1px #646260;
	width: auto;
	text-align: center;
}

.sidr > p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 10px;
}

.sidr ul{
	margin:0px;
	padding:0;			
	display:block;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.sidr ul li {
	margin:0;
	padding:0px;
	display:block;
	
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active{
	border-top:none;
}

/*.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span{
	color:#FFF;
	background-color:#a7986e;
}*/

.sidr ul li a, .sidr ul li span {
    color: #fff !important;
    font-weight: 400;
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    display: block;
    text-decoration: none !important;
    font-size: 16px !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.2);
	    position: relative;
}
.sidr ul li a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 22px;
    top: 26px;
    opacity: 0.5;
}
.sidr ul li li a, .sidr ul li li span {
    color: #fcb924 !important;
    font-weight: 400;
   
    text-align: left;
    width: 100%;
    display: block;
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.2);
}

.sidr ul li a.mobiletw {
	background-color:#00aced;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sidr ul li a.mobiletw:after {
	content: "\f099";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	right:18px;
	top: 10px;
	color: #fff;
	font-size: 22px;
}

.sidr ul li a.mobilefb {
	background-color:#3b5998;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sidr ul li a.mobilefb:after {
		content: "\f09a";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:22px;
			top: 10px;
color: #fff;
font-size: 22px;
}

.sidr ul li a.mobileinsta {
	background-color:#e95950;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sidr ul li a.mobileinsta:after {
		content: "\f16d";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:20px;
			top: 10px;
color: #fff;
font-size: 22px;
}

.sidr nav ul li a {
	margin: 0px 15px;
	border-bottom: solid 1px #282625;
}

		


.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select{
	width:100%;
	padding:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	border:none;
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.6);
	display:block;
	clear:both}

.sidr input[type=checkbox]{width:auto;
	display:inline;
	clear:none}

.sidr input[type=button],
.sidr input[type=submit]{
	color:#333;
	background:#fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{
	background:rgba(255,255,255,0.9);
}


/* HILL CLIMB NAV SPECIFIC STYLES */

.sidr ul {
}
.sidr ul.social {
}
.sidr ul.social li {
}
.sidr ul.social li:hover>a {
}

.sidr ul li span {
	display: block;
	width: 10%;
	height: 1px;
	line-height: 1px;
	margin: 0px auto;
	padding:0px;
	position: relative;
	top: -1px;
}
.sidr ul li:last-of-type span {
	display: none;
}
.sidr ul li ul {
	display: none;
}

.sidr nav ul li.current a {
	color: #a7986d;
}

.sidr ul li.hover a {
	color:#FFF;
	
}
.sidr ul li.hover span {
	position: relative;
	z-index: 999;
	width: 0; 
	height: 0; 
	top: 0px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	
	border-top: 10px solid #a7986e;
	display: block;
}
.sidr ul li.hover ul {
	display: block;

	color: #353331;
	position: relative;
	
}
.sidr ul li.hover ul a {
	
	color: #353331;
}

.sidr a.logo {
    padding: 13px 10px 0px 20px;
    position: relative;
    width: 36%;
    top: auto;
    margin-bottom: 26px;
}

.sidr .header {
    width: 100%;
    background-color: #fff;
    text-align: left;
	    height: 65px;
}

.sidr .header img {
    display: inline-block;
    height: 69px;
    padding: 14px;
    margin: 0px !important;
}

.sidr .header .fa {
    float: right;
    font-size: 32px;
    margin-right: 13px;
    margin-top: 18px;
    color: #003978 !important;
}


/*************************************************************************/
/***************************** MAIN STYLES *******************************/
/*************************************************************************/

main {
    margin-top: 64px;
}

.parallax-window {
    height: 440px;
    overflow: hidden;
    position: relative;
	    background: transparent;
}



.breadcrumb {
    background-color: rgba(0,0,0,0.04);
}

.breadcrumb ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.breadcrumb ul li {
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}

.breadcrumb ul li a {
    list-style: none;
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    display: block;
    color: #fff;
    transition: all ease 0.3s;
}


.breadcrumb ul li:hover a {
	text-decoration:none;
	color: #fff;
}

@media only screen and (min-width: 767px) {
.breadcrumb ul li a:hover {
	text-decoration:none;
	color:#fcb924 !important;
	transition:all ease 0.3s;
}	
}

.breadcrumb ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 17px;
    height: 9px;
    width: 1px;
    background-color: rgba(0,0,0,0.4);
}

span.js-fancybox-index, span.js-fancybox-count {
    color: #fff !important;
}


/*******************************************************************************/
/***************************** FLEXSLIDER STYLES *******************************/
/*******************************************************************************/


/********************** GENERIC FLEXSLIDER STYLES ***********************/
.flexslider {
	margin: 0px;
    padding: 0px;
	border:0px;
	position: relative;
	overflow: hidden;
	background-color:transparent;
}
.flexslider .slides li {
	position: relative;
	    display: block;
}
.flexslider .flex-direction-nav a {
	width: 60px;
	height: 60px;
	top: 53%;
	opacity: 1;
	color:transparent;
	text-shadow:none;
}
.flexslider .flex-direction-nav .flex-prev {
	left: -100px;
	background-image:url(/dealassured/images/layout/slideLeft.png);
	background-repeat:no-repeat;
	list-style:none;
	background-size:30px;
	opacity: 0;
	text-indent: 100px;
}
.flexslider .flex-direction-nav .flex-next {
	right: -100px;
	text-align: right;
	opacity: 0;
	background-image:url(/dealassured/images/layout/slideRight.png);
	background-repeat:no-repeat;
	background-size:30px;
	list-style:none;
	text-indent: 100px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 9px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -9px;
}

.flex-direction-nav {
    height: 0px;
}

/********************** BASIC FLEXSLIDER STYLES ***********************/
.flexslider.basicSlider  {
	width:100%;
	border-radius: 0px;
}

.flexslider.basicSlider.mainPage {
    margin-top: -50px;
}

.bannerContent {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-62%);
    padding: 0px 25%;
}

.maincontentBanner .bannerContent {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 25%;
}

.bannerContent p.title, .bannerContent h1 {
   font-size:50px;
   line-height:57px;
   margin-bottom:60px;
   color:#fcb924;
   font-weight:bold;
   text-align:center;
       position: relative;
}

.bannerContent p.title:after, .bannerContent h1:after {
   content:"";
   display:block;
   width:90px;
   height:2px;
   background-color:#fff;
   position:absolute;
   bottom:-30px;
   left:40%;
   left:calc(50% - 45px);
}

.bannerContent p.title span, .bannerContent h1 span {
   font-size:32px;
   color:#fff;
   font-weight:100;
   width:100%;
   display:block;
   text-transform:uppercase;
   
}

.bannerContent p {
	color:#fff;
	text-align:center;
}

a#main {
    position: absolute;
    bottom: 30px;
    left: 50%;
    left: calc(50% - 15px);
    z-index: 99;
}
a#main .fa {
    color:#fff;
	font-size:30px;
}

.blue {
    padding: 110px 7%;
    width: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
}



.blue img {
    width: 40%;
    margin: 0px auto;
	margin-bottom:80px;
}

.blue p {
	text-align:center;
	color:#fff;
	position:relative;
}

.blue p:before {
	content:"";
	height:3px;
	width:100px;
	position:absolute;
	top:-40px;
	left:40%;
	left:calc(50% - 50px);
	
    background-color: #fff;
}

.blue h3 {
    text-align: center;
    color: #fff;
	position: relative;
}

.blue h3:before {
	content:"";
	height:3px;
	width:100px;
	position:absolute;
	top:-40px;
	left:40%;
	left:calc(50% - 50px);
	
    background-color: #fff;
}

.blue.contactBlock p:before {
	display:none;
}


.blue.contactBlock img {
	width:	30%;
}




#form2 textarea {
    background-color: rgba(0,0,0,0.05);
    width: 100%;
    height: 105px;
	padding:12px 10px;
}

#form2 input {
    background-color: rgba(0,0,0,0.05);
    width: 100%;
	padding:12px 10px;
}

#form2 input.but {
    background-color: #fcb924;
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 20px;
    font-weight: bold;
}

.icon p {
	font-size:26px;
	line-height:32px;
	text-align:center;
	color:rgba(0,0,0,0.8);
}

.icon strong {
    display: block;
    width: 100%;
    margin-bottom: 5px;
	color:rgba(0,0,0,0.8);
}

.icon img {
    height: 115px;
    width: auto;
    margin: 0px auto;
    margin-bottom: 17px;
}

.but {
	background-color:#fcb924;
	width:100%;
	padding:20px 20px;
	color:#fff !important;
	text-align:left;
	display:block;
	font-weight:bold !important;
	font-size:18px !important;
	margin-top:25px;
	position:relative;
}

.but:after {
	    content: "\f054";
position:absolute;
    right: 20px;
    top: 22px;
color:#fff;
font-size:24px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

.bluesection i.fa {
    margin: 0px 6px 9px 17px;
}





/***************************************************************************/
/***************************** FOOTER STYLES *******************************/
/***************************************************************************/

footer {
	padding:25px 0px;
}

footer p {
	color:#000;
	text-align:center;
	margin-bottom:5px;
	margin-top:0px;
	font-size: 12px;
}

footer a {
	color:#000 !important;
}


/************** MOBILE STYLES ***************/


@media only screen and (max-width: 1000px) {
	
	.maincontentBanner .bannerContent {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		padding: 0px 4%;
	}
	
	.flexslider .slides img {
    width: 160%;
   
}
		
}
@media only screen and (max-width: 1030px) {
.wrapper {
		padding: 0px 15px;
	}
	
	#mobile-header {
		display: block;
	}
	
	header ul {
		display:none;	
	}
}

@media only screen and (max-width: 850px) {
.blue h3 {
	font-size: 24px;
}


.blue {
    padding: 80px 3%;
   
}

.blue.contactBlock img {
    width: 42%;
}
}
	
	
@media only screen and (max-width: 767px) {
	
	.flexslider .slides img {
    width: 240%;
    /* right: 0px; */
    /* position: relative; */
    /* display: inline-block; */
}

main {
    margin-top: 56px;
}

.col-1-2.center {
    padding: 13% 6%;
    background-color: #fff;
}

.bannerContent {
    padding: 0px 6% !important;
}

.bannerContent p.title {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 44px;
    color: #fcb924;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.bannerContent p.title:after {
    bottom: -22px;
}

.bannerContent p.title span {
    font-size: 28px;
   
}
	.blue h3 {
		font-size: 24px;
	}

	.mobileVersion {
		display:block;
		
	}
	
	header {
		background-color: #fff;
	}
	
	header nav ul li {
   		width: auto;
		border-bottom: 0px solid #ccc;
	}
	
	header nav ul li a {
		text-transform: uppercase;
		color: #FFF !important;
		font-size: 20px !important;
		padding: 21px 12px 20px 0px;
		margin: 0px;
		display: block;
		transition: all ease 0.3s;
	}
	
	.bannerContent p.title, .bannerContent h1 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 60px;
		color: #fcb924;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	
	.bannerContent p {
		color: #fff;
		text-align: center;
		font-size: 12px;
	}
	
	.icon {
		margin-bottom: 37px;
	}
	
	.col-1-3:nth-last-of-type(1) .icon {
		margin-bottom: 0px;
	}
					
			
}
@media only screen and (max-width: 650px) {
	
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5  { width: 98%; margin: 1%; }
	.col-1-2.nomargin {
		margin: 0;
		width: 100%;
	}
	
	.blue {
		padding: 60px 7%;
		width: 50%;
		display: block;
		position: relative;
		top: 0px;
		left: 0;
		bottom: 0px;
	}
	
	.blue img {
		width: 65%;
		margin: 0px auto;
		margin-bottom: 80px;
	}
	
}

.blocked li:nth-of-type(even) {
    padding: 15px;
    background-color: rgba(0,0,0,0);
    display: block;
    text-align: center;
    margin: 0px !important;
}

.blocked li:nth-of-type(odd) {
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    display: block;
    text-align: center;
    margin: 0px !important;
	
}

ul.blocked {
    padding: 0px;
}

.dark {
    background-color: rgba(0,0,0,0.8);
}

.dark ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.dark ul li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

.dark ul li a {
    margin: 10px;
    padding: 0px;
    display: block;
    color: #fff;
	position:relative;
	transition:all ease 0.3s;
}

.dark ul li a:hover {
    color: #fcb924;
	text-decoration:none;
	transition:all ease 0.3s;
}


.dark ul li a:after {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 5px;
    position: absolute;
    right: -11px;
    top: 9px;
}

