/* Font Awesome Import */
@import url(./font-awesome-4.7.0/css/font-awesome.css);
/*


/*    

font-family: 'Oswald', sans-serif;
font-weight: 300,500;

font-family: 'Montserrat', sans-serif;
font-weight: 400,600,700;

*/




/* General
-----------------------------------------------------------*/
body {
	font-size: 13px;
	line-height: 20px;	
	font-family: 'Montserrat', sans-serif;
	color: #383034;
}

p {
	font-size: 13px;
	line-height: 20px;	
}

h1, h2, h3, h4, h5, h6 {    
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 15px;
    text-transform: uppercase;    
	letter-spacing: 0.5px;
}

h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    text-transform: uppercase;
	font-weight: 500;
}

ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: #389ccf;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a:hover, a:focus {
	color: #3558bd;
}

small {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

small i.fa {
    font-size: 15px;
    margin: 3px 4px 0 0;
	float: left;
}

label {
	color: #3558bd;
}



/* Button
-----------------------------------------------------------*/
[type="email"], [type="text"], textarea {
    box-shadow: none;
    font-size: 14px;
    height: auto;
    margin: 5px 0 20px;
    padding: 15px 20px;
}

[type="email"]:focus, [type="text"]:focus, textarea:focus {
	border: 1px solid #383034;
}

a.button, [type="submit"] {
    background: #389ccf none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    line-height: 1rem;
    margin: 25px auto;
    max-width: 100px;
    max-width: 165px;
    padding: 16px 25px;
    text-transform: uppercase;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

[type="submit"] {
    display: block;
    margin: 10px auto 0;
    padding: 16px 50px;
}

a.button i, [type="submit"] i {
    float: right;
    font-size: 15px;
    margin: 2px 0 0 3px;
}

a.button:hover, [type="submit"]:hover {
	background: #3558bd;
}




/* Header
-----------------------------------------------------------*/
.header {
    background: white url(../img/border.png) top right no-repeat;
	z-index: 2;
}

.header_ad {
    float: right;
    margin: 17px 0 0 0;
    max-width: 306px;
}

.logo {
    margin: 20px 0;
    max-width: 290px;
    width: 100%;
}

ul.nav {
    float: right;
    margin: 30px 0 20px;
}

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

ul.nav li a {
    color: #383034;
    font-size: 21px;
    padding: 0 0 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

ul.nav li a:hover {
    border-bottom: 2px solid #e1dfe0;
}

ul.nav li.current_page_item > a {
    border-bottom: 2px solid #389ccf;
}

ul.social {
    float: right;
    margin: 15px 0 0;
}

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

ul.social li a {
    background: white;
    border: 1px solid #383034;
    border-radius: 50%;
    color: #383034;
    display: block;
    font-size: 21px;
    height: 50px;
    padding: 14px 0 0;
    text-align: center;
    width: 50px;
}

ul.social li a:hover {	
	background: #389ccf;
	border: 1px solid #389ccf;
	color: white;
}




/* Search
-----------------------------------------------------------*/
#trigger-overlay {
    background: #389ccf none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: 700;
    margin: 14px 0 0;
    padding: 13px 53px 15px 52px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

#trigger-overlay i {
    margin: 0 5px 0 0;
	font-size: 16px;
}

#trigger-overlay:hover {
	background: #3558bd;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(56,156,207,0.9);
	z-index:999;
}

.overlay .overlay-close {
    color: white;
    cursor: pointer;
    font-size: 36px;
    padding: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;    
	transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

.overlay .overlay-close:hover {
    color: #3558bd;    
}

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#searchform {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 50% 0 0;
    padding: 0;
}

input::placeholder, textarea::placeholder {
    color: #383034;
}

#searchform [type="text"] {
    background: #eee;
    border: medium none;
    border-radius: 3px 0 0 3px;
    color: black;
    font-size: 28px;
    height: 80px;
    line-height: 40px;
    margin: 0;
    padding: 10px 30px;
}

#searchform [type="text"] {
    background: #fff;
}

#searchform [type="submit"] {
    background: #3558bd;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-family: fontawesome;
    font-size: 30px;
    height: 80px;
    margin: 0;
    padding: 20px;
    width: 100%;
}

#searchform [type="submit"]:hover {
    background: #383034;
}



	
	

/* Home
-----------------------------------------------------------*/

/*----- Feature Video -----*/
.featured_video {
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	color:white;
}

.featured_video small p {
    margin: 0;
}

.featured_video .fb-comments  {
    display: none;
}

.dark {
	background: url(../img/black.png);  
	padding: 0 0 55px;
}

.featured_video .post-categories li a {
    background: #383034;
}

.featured_video .post-categories li a:hover {
	background: #000;
}

.featured_text_wrap {
	padding: 80px 0 110px;
}

p.big_text {
	font-size: 15px;
	line-height: 25px;
	
}

.featured_video a.button {
    background: #fff;
    color: #383034;
	display: block;
}

.featured_video a.button:hover {
    background: #383034;
    color: #fff;
}

.featured_video small {
    display: block;
	text-align:center;
}




/*----- Sub/Con Video -----*/
a.sub_wrap, a.con_wrap {
	background: #389ccf;
	color:white;
	padding: 30px 103px 15px 40px;
	display: block;
	position: relative;
}

a.con_wrap {
	background: #3558bd;
}

a.sub_wrap i, a.con_wrap i {
    font-size: 64px;
    position: absolute;
    right: 30px;
    top: 40px;
}

a.sub_wrap:hover, a.con_wrap:hover {
	color: #383034;
}

.reveal {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    padding: 60px;
}

form {
	background: white;
    border-radius: 3px;
    padding: 30px 20px 20px;	
	margin: 30px 0 0;
}

.reveal form {
    border: 2px solid #389ccf;    
}

form small {
    color: #777;
    float: right;
    margin: 4px 0 0;
}



/* Home Content
-----------------------------------------------------------*/

/*---- Item Wrap ----*/
.item_wrap {
	margin: 0 0 70px;
}

.inside_item_wrap {
	background: url(../img/img.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.inside_item_wrap .dark {
	min-height: 280px;	
	border-bottom: 4px solid #3558bd;
}

.item_wrap .fb-comments  {
    display: none;
}

.post-categories {
    float: right;
    margin: 10px 10px 0 0;
}

.post-categories li {
    float: left;
    list-style: outside none none;
    margin: 0 0 8px 5px;
}

.post-categories li a {
    background: #389ccf none repeat scroll 0 0;
    border-radius: 2px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
}

.post-categories li a:hover {
	background: #3558bd;
}

.item_wrap_text {
    bottom: 0;
    color: white;
    left: 0;
    padding: 0 60px 10px 25px;
    position: absolute;
}

.item_wrap a.button {
    background: #3558bd none repeat scroll 0 0;
    bottom: -49px;
    height: 45px;
    padding: 13px;
    position: absolute;
    right: 20px;
    width: 45px;
}

.item_wrap a.button:hover {
	background: #383034;
}

.item_wrap a.button i {
    font-size: 21px;
    margin: 0;
}

ul.extras {
    margin: 5px 0 0;
}

ul.extras li {
	list-style: none;
	float:left;
	margin: 0 25px 0 0;	
	color: #8f8f8f;
}

small p {
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 1px 0 0;
}


/*---- Small Item Wrap ----*/
.item_wrap.siw .inside_item_wrap .dark {
	min-height: 180px;
}

.item_wrap.siw .item_wrap_text {
    padding: 0 40px 0 14px;
}

.item_wrap.siw .item_wrap_text a {
    color: white;
}

.item_wrap.siw .item_wrap_text a:hover {
    color: #389ccf;
}



/* Category Sidebar
-----------------------------------------------------------*/
.sidebar_ad {
    margin: 0 0 30px;
}

.sidebar_ad img {
    display: block;
    margin: auto;
}

.category_sidebar {
    background: white url("../img/lines.png") no-repeat scroll right bottom;
    border-bottom: 4px solid #3558bd;
    border-top: 4px solid #3558bd;
    padding: 38px 35px;
	color: #383034;
}

.category_sidebar h4 {
	color: #383034;
}

.category_sidebar ul {
    margin: 0;
}

.category_sidebar ul li {
    list-style:none;
	border-bottom: 1px solid #ebeaea;
}

.category_sidebar ul li:before {
	content: "\f0da";    	
    float: left;
    font-family: FontAwesome;
    font-size: 20px;
    margin: 9px 6px 0 0;
}

.category_sidebar ul li a {
    color: #383034;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 0;
    text-transform: uppercase;
}

.category_sidebar ul li a:hover {
    color: #389ccf;
}

.category_sidebar ul li span {
    bottom: 11px;
    color: #389ccf;
    font-weight: 600;
    position: absolute;
    right: 0;
}

a.see_all {
    color: #383034;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0;
}

a.see_all:hover {
    color: #389ccf;
}


/* Content
-----------------------------------------------------------*/
.header_title {    
	background: url(../img/header.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	padding: 90px 0 35px;
}

.header_title h2 {    
	color: white;
}

.content {
    background: #383034 none repeat scroll 0 0;
    color: white;
    padding: 60px 0;
}

.watch_header, .read_header {
    height: 44px;
    margin: 15px auto 60px;
    position: relative;
    width: 170px;
}

.watch_header span, .read_header span {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}

.watch_header i.fa {
    color: #433f41;
    font-size: 94px;
    left: -16px;
    position: absolute;
    top: -23px;
}

.read_header i.fa {
    color: #433f41;
    font-size: 86px;
    position: absolute;
    right: 3px;
    top: -16px;
}


/* All Categories
-----------------------------------------------------------*/
.all-categories .content h3 a {
	color:white;
}

.all-categories .content h3 a:hover {
	color:#389ccf;
}

.all-categories .content h3 i {
    font-size: 33px;
    margin: 0 0 0 15px;	
	color:#389ccf;
}

.all-categories .content p {
    margin: 0 0 40px;
}

.all-categories .content span {
    border: 2px solid #389ccf;
    border-radius: 50%;
    color: #389ccf;
    display: block;
    float: right;
    font-size: 19px;
    font-weight: 700;
    height: 50px;
    padding: 11px 0 0;
    text-align: center;
    width: 50px;
}




/* Single
-----------------------------------------------------------*/
.single .dark {
    background: none;
    margin: 0 0 15px;
    min-height: 450px;
}

.single .item_wrap {
    margin: 0 0 60px;
}

.single .item_wrap a.button {
    width: 200px;
}

.gallery_wrap {
    margin: 35px 0 10px;
}

.gallery_wrap .row {	
	margin: 0 -5px;
}

.gallery_wrap .row .columns { 
	padding: 0 5px;
}

.gallery_wrap img { 
	margin: 0 0 10px;
}

#watch_video.reveal {
    width: 60%;
}

.facebook_comments {
    background: white ;
    border-radius: 3px;
    margin: 30px 0 0;
    padding: 20px 20px 10px;
}



/* Pagination
-----------------------------------------------------------*/
.custom-pagination {
    display: block;
    min-height: 55px;
    padding: 20px 0 0;
}

.custom-pagination .page-num {
    color: #8f8f8f;
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 6px 15px 0 0;
    text-transform: uppercase;
}

a.page-numbers, .page-numbers.current {
    background: #389ccf none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    display: block;
    float: left;
    font-weight: 600;
    height: 35px;
    margin: 0 5px 0 0;
    padding: 6px 0 0;
    text-align: center;
    width: 35px;
}

a.page-numbers:hover{
    background: #3558bd;
}

.page-numbers.current {
    border: 1px solid #8f8f8f;
	color: #8f8f8f;
	background: none;
}




/* Search Page
-----------------------------------------------------------*/
.search-results .content .search_wrap {
	margin: 0 0 40px;
}

.search-results .content .search_wrap a.button {
    padding: 8px 18px;
	margin: 0;
}

.search-results .content .search_wrap a.button i {
    font-size: 10px;
    margin: 4px 0 0 7px;
}




/* Contact
-----------------------------------------------------------*/
.contact .content form {
    padding: 50px 70px 30px;
}

.contact .content textarea[rows] {
    height: 150px;
}

.contact .content hr {
    border-color: #666666;
    margin: 35px 0 20px;
}

.contact .content ul.contact_info {
    float: left;
    margin: 15px 0 10px;
}

.contact .content ul.copyright {
    color: #999;
    float: right;
    margin: 15px 0 10px;
}
     
.contact .content ul.contact_info li,
.contact .content ul.copyright li {
	float: left;
	list-style: none; 
	font-size: 15px;
}   

.contact .content ul.contact_info li {
	margin: 0 20px 0 0;
}   

.contact .content ul.contact_info li a {
	color: #fff;
}    

.contact .content ul.contact_info li a:hover {
	color: #ccc;
}    

.contact .content ul.contact_info li i {
    color: #389ccf;
    margin: 0 2px 0 0;
}       	  





/* Bottom Band
-----------------------------------------------------------*/
.bottom_band {
	background: #389ccf;
}

.sub_wrap_left {
    background: #389ccf;
    height: 100%;
    left: -100%;
    position: absolute;
    width: 100%;
}

.con_wrap_right {
    background: #3558bd;
    height: 100%;
    right: -100%;
    position: absolute;
    width: 100%;
}


/* Footer
-----------------------------------------------------------*/
.footer {
    padding: 65px 0 50px;
    background: white url("../img/lines.png") no-repeat scroll right bottom;
}

.footer p strong {
    color: #389ccf;
}

.footer ul.social {
    margin: 0;
}



/* Reaxion
-----------------------------------------------------------*/
.reaxion {
	background: #383034;
	padding: 10px 0;
}

.reaxion a {
	background: url(../img/x.png) no-repeat center left;
    color: white;
    display: block;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin: auto;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    width: 131px;
}




@media only screen and (max-width: 74em) { 

/*.header_ad { margin: 17px 0 0 0;}

ul.social {
    margin: 36px 0 0 10px;
}
ul.social li a {
    font-size: 19px;
    height: 45px;
    padding: 10px 0 0;
    width: 45px;
}
ul.nav li {
    margin: 0 0 0 22px;
}
ul.nav li a {
    font-size: 15px;
	padding: 0;
}*/

}






@media only screen and (max-width: 64em) { 




/* Header
-----------------------------------------------------------*/
.header_ad {
    max-width: 220px;
}

.header {
}

.logo {
	width: 180px;
	margin: 10px 0;
}

ul.social {
    margin: 24px 0 0 10px;
}

ul.social li {
    margin: 0 0 0 7px;
}

ul.social li a {
    font-size: 18px;
    height: 40px;
    padding: 8px 0 0;
    width: 40px;
}

.menu_icon {
    cursor: pointer;
    display: block;
    float: right;
    margin: 0;
}

.menu_icon::after {
    background: #383034 none repeat scroll 0 0;
    border: 1px solid #383034;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
	content: "\f0c9";    	
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 40px;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
}

#offCanvasRight .close-button {
    background: #518b6e;
    border: 1px solid #3c4667;
    color: white;
    font-size: 21px;
    padding: 6px 11px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

#offCanvasRight ul.nav {
    float: none;
    margin: 0;
}

#offCanvasRight ul.nav li {
    float: none;
	margin: 0 0 1px;    
}

#offCanvasRight ul.nav li a {
    display: block;
	padding: 15px 20px;
	background: white;	
}

#offCanvasRight ul.nav li a:hover {
    background: #eee;
	border: none;
}

#offCanvasRight ul.nav li.current_page_item > a {
	background: #389ccf;
	color:white;
}


/* Feature VIdeo
-----------------------------------------------------------*/
.featured_text_wrap {
    padding: 50px 0 80px;
}




/* Home Items
-----------------------------------------------------------*/
.item_wrap a.button {
    border-radius: 3px 0 0;
    bottom: -29px;
    right: 0;
}





/* Content
-----------------------------------------------------------*/
.header_title {
    padding: 50px 0 0;
}

.header_title h2 {
    font-size: 32px;
}

.content {
    padding: 25px 0;
}




/* Sidebar
-----------------------------------------------------------*/
.category_sidebar {
    margin: 30px 0 0;
}





/* Single
-----------------------------------------------------------*/
.single .item_wrap {
    margin: 0 0 45px;
}

.gallery_wrap {
    margin: 25px 0 10px;
}


.facebook_comments {
    margin: 20px 0 0;
	padding:10px 10px 0px;
}



/* Search Page
-----------------------------------------------------------*/
.search-results .content .search_wrap {
    margin: 0 0 20px;
}




/* Contact
-----------------------------------------------------------*/
.contact .content form {
    padding: 40px 50px 0;
}



/* Footer
-----------------------------------------------------------*/
.footer h4, .footer p {
	text-align: center;
}



}



@media only screen and (max-width: 40em) {

/* General
-----------------------------------------------------------*/
h2 {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
}

h5 {
    font-size: 15px;
}

p.big_text {     
	font-size: 13px;
    line-height: 20px;
}


/* Header
-----------------------------------------------------------*/
.header_ad {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.header_ad img{
    width: 100%;
}

.header {    
	background: white url(../img/border.png) top left no-repeat;
}

.logo {
    width: 90px;
    margin: 10px 0 0;
}

ul.social {
    margin: 12px 0;
}

ul.social li {
    margin: 0 0 0 1px;
}

ul.social li a,
.menu_icon::after {
    height: 29px;
    width: 29px;
	font-size: 15px;
    padding: 5px 0 0;
}

/* Search
-----------------------------------------------------------*/
#searchform {
    margin: 20px 35px 0 0;
    padding: 0;
}

#searchform [type="text"] {
    font-size: 14px;
    height: 60px;
    padding: 5px 20px;
}

#searchform [type="submit"] {
    font-size: 21px;
    height: 60px;
    padding: 11px 20px;
}

.overlay .overlay-close {
    font-size: 28px;
    margin: auto;
    padding: 34px 14px;
    right: 0;
    top: 0;
}


/* Feature VIdeo
-----------------------------------------------------------*/
.dark {
    padding: 0 0 15px;
}

.featured_text_wrap {
    padding: 50px 0 80px;
}

.featured_text_wrap {
    padding: 30px 0 25px;
}

a.sub_wrap, a.con_wrap {
    padding: 20px 20px 5px;
}

a.sub_wrap i, a.con_wrap i {
    font-size: 29px;
    right: 15px;
    top: 17px;
}

.reveal {
    padding: 10px;
}

.reveal form {
    margin: 20px 0 0;
    padding: 20px 10px 5px;
}


/* Home Items
-----------------------------------------------------------*/
.watch_header, .read_header {
    height: 29px;
    margin: 0 auto 30px;
    position: relative;
    width: 100px;
}

.watch_header i.fa {
    font-size: 72px;
    left: -6px;
    top: -21px;
}

.read_header i.fa {
    font-size: 52px;
    right: 7px;
    top: -8px;
}

.item_wrap {
    margin: 0 0 50px;
}

.inside_item_wrap .dark {
    min-height: 200px;
}

.item_wrap_text p {
	display:none;
}

.sidebar_ad {
    margin: 0 0 15px;
}

.sidebar_ad img {
	width: 100%;
}

.post-categories {
    margin: 3px 6px 0 0;
}

.post-categories li {
    margin: 0 0 2px 5px;
}

.post-categories li a {
    font-size: 10px;
    padding: 3px 5px;
}

.category_sidebar {
    background: white none repeat scroll 0 0;
    padding: 25px;
    margin: 20px 0 0;
}



/* Content
-----------------------------------------------------------*/
.header_title {
    padding: 40px 0 0;
}

.header_title h2 {
    font-size: 19px;
    line-height: 24px;
}

.content {
    padding: 15px 0;
}





/* Single
-----------------------------------------------------------*/
#watch_video.reveal {
    width: 100%;
    padding: 40px 17px 0;
}





/* Bottom Band
-----------------------------------------------------------*/
.bottom_band .con_wrap_right {
    right: -17px;
    width: 113%;
}




/* Contact
-----------------------------------------------------------*/
.contact .content form {
    padding: 20px 25px 0;
}


/* Footer
-----------------------------------------------------------*/
.footer {
    padding: 30px 0 10px;
}


}









/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}