@import "font-awesome.min.css";
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Marvel);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

/*MAIN LAYOUT STYLES=======================================================================================================================================================================================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, s, samp, small, strike, sub, sup, tt, var, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

body {
background: #1a9bc0;
color: #ebebeb;
font: 300 18px/36px 'Roboto Condensed', sans-serif;
}

#content {
overflow: hidden;
}



meter {
border: 2px solid #000;
border-radius: 6px;
}

meter::-webkit-meter-optimum-value {
background: #1A9BC0;
}

meter::-moz-meter-bar { /* Firefox Pseudo Class */
background: #1A9BC0;
}


[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  content: attr(data-tooltip);
  color: #ebebeb;
  font: 300 16px/36px 'Roboto Condensed', sans-serif;
  border: 1px solid black;
  border-radius: 10px;
  background: #2F3439;
padding: 0!important;
margin: 0!important;
}


/*MENU=====================================================================================================================================================================================================================================================================*/
.Logo {
display: block;
margin: 0px 0px 0px 20px;
}

.Menu_Left {
float: left;
}

.Menu_Right {
float: right;
}

.Menu_Header {
font: 16px 'Julius Sans One', sans-serif;
border-bottom: 1px solid #000;
text-shadow: 1px 1px 2px #000;
}

.Margin {
padding: 15px 0px 0px 0px;
}

.Top_Nav {
background-color: transparent;
overflow: hidden;
}

.Top_Nav a {
float: left;
display: block;
padding: 29px 15px 32px;
font: 14px "Raleway",sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 1.1px;
font-weight: 600;
border-width: 0px 0px 0px 1px;
border-style: solid;
border-color: #36383A;
text-shadow:1px 1px 2px #000;
}

.Top_Nav .Icon {
display: none;
}

.Drop_Down {
float: left;
overflow: hidden;
}

.Drop_Down .Drop_Button {
outline: none;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0px 0px -1px 0px;
font: 14px "Raleway",sans-serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 1.1px;
font-weight: 600;
border-width: 0px 0px 0px 1px;
border-style: solid;
border-color: #36383A;
border-radius: 0px;
padding: 29px 15px 32px 15px;  
}

.Drop_Down_Content {
display: none;
position: absolute;
background: #2e3338;
min-width: 160px;
padding: 5px 20px;
border-radius: 0px;
border: 2px solid #000;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-khtml-border-radius: 10px 10px 10px 10px;
behavior: url(border-radius.htc);
z-index: 1;
}

.Drop_Down_Content a {
float: none;
padding: 5px 16px;
text-decoration: none;
display: block;
text-align: left;
color: #1a9bc0;
font: 12px "Raleway",sans-serif;
text-transform: uppercase;
letter-spacing: 1.1px;
font-weight: 600;
border: none; 
}

.Top_Nav a:hover, .Drop_Down:hover .Drop_Button {
background: #2e3338;
color: white;
text-decoration: none;
}

.Drop_Down_Content a:hover {
background: #1a9bc0;
color: white;
}

.Drop_Down:hover .Drop_Down_Content {
display: block;
}

.Banner {
width: 100%;
height: auto;
}

.Banner_Image {
width: 100%;
height: auto;
border-bottom: 2px solid #8E8F91;
}

.Announcements {
width: 100%;
text-align: center;
background: #1A9BC0;
border-bottom: 2px solid #8E8F91;
}

@media screen and (max-width: 1150px) {
.Logo{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
padding: 0px 0px 0px 0px;
} 
  
.Menu_Left {
width: 100%;
}

.Menu_Right {
width: 100%;
}

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

.Top_Nav a, .Drop_Down .Drop_Button {
display: none;
border: none;
border-radius: 0px;
padding: 5px 0px 5px 90px;
margin: 0px 0px -1px 0px;
}
   
.Top_Nav  {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #36383A;
}
  
.Top_Nav a.Icon {
float: right;
padding-right: 20px;
display: block;
font: 22px "Raleway",sans-serif;
text-transform: uppercase;
letter-spacing: 1.1px;
font-weight: 600;
}
  
.Top_Nav.Responsive {
position: relative;
}
  
.Top_Nav.Responsive a.Icon {
position: absolute;
right: 0;
top: 0;
}

.Top_Nav.Responsive a {
float: none;
display: block;
text-align: left;
}
  
.Top_Nav.Responsive .Drop_Down {
float: none;
}

.Top_Nav.Responsive .Drop_Down_Content {
position: relative;
}

.Top_Nav.Responsive .Drop_Down .Drop_Button {
display: block;
width: 100%;
text-align: left;
}
  
.Drop_Down_Content {
display: none;
position: absolute;
background: #2e3338;
min-width: 160px;
padding: 5px 70px 5px 70px;
border: none;
border-radius: 0px;
z-index: 1;
}   
}

/*SIDE BAR=================================================================================================================================================================================================================================================================*/
.Icon_Bar {
position: fixed;
top: 95%;
left: 2%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 20;
}

.Icon_Bar a {
display: block;
text-align: center;
padding: 20px;
transition: all 0.3s ease;
color: white;
font-size: 30px;
z-index: 20;
margin: 10px;
width: 30px;
border-radius: 50%;
}

.Icon_Bar a:hover {
background-color: #000;
}

.Instagram {
background: #55ACEE;
color: white;
}

@media (max-width: 752px) {
.Icon_Bar {
position: fixed;
top: 95%;
left: 2%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 20;
}

.Icon_Bar a {
display: block;
color: white;
font-size: 20px;
text-align: center;
transition: all 0.3s ease;
padding: 6px;
margin: 5px;
width: 30px;
border-radius: 50%;
z-index: 20;
}

.Icon_Bar a:hover {
background-color: #000;
}

.Instagram {
background: #55ACEE;
color: white;
}
}

/*TEXT=====================================================================================================================================================================================================================================================================*/
p {
padding: 8px 0px 8px 0px;
}

strong {
font-weight: bold;
font-size: 16px;
line-height: 1.42857143;
}

b {
font-weight: bold;
font-size: 16px;
line-height: 1.42857143;
}

a {
font: inherit;
color: #1a9bc0;
text-decoration: none;
transition: all 0.3s ease;
}

a:hover {
color: #ebebeb;
text-decoration: underline;
position: relative;
}

a:active {
background: transparent;
}

a.Announcements_Links {
font: inherit;
color: #ebebeb;
text-decoration: none;
transition: all 0.3s ease;
}

a.Announcements_Links:hover {
text-decoration: underline;
position: relative;
}

a.Announcements_Links:active {
background: transparent;
}

hr {
border: 1px solid #1a9bc0;
background: #1a9bc0;
}

.text {
font-size: 16px;
line-height: 1.42857143;
}

.Text_Center {
text-align: center;
}
}

.color_1 {
color: #ffffff;
}

.color_1 a {
color: inherit;
}

.color_3 {
color: #1a9bc0;
}

.color_3 a {
color: inherit;
}

.color_4 {
color: #a0d6d4;
}

.color_4 a {
color: inherit;
}

.color_5 {
color: #737171;
}

.color_5 a {
color: inherit;
}

.checkbox {
font-size: 110%;
display: inline;
-ms-transform: scale(2); /* IE */
-moz-transform: scale(2); /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */
-o-transform: scale(2); /* Opera */
padding: 10px;
margin-right: 15px; 
}

/*DROP DOWN COLORS=========================================================================================================================================================================================================================================================*/
.Black {
background-color: #000000;
color: #ffffff!important;
}

.White {
background-color: #ffffff;
}

option.Yellow {
background-color: #F8C23B;
}

option.GoldGlitter {
background-color: #D9CC6D;
}

.SoftPink {
background-color: #FFEFFB;
}

.LightPink {
background-color: #F2BACD;
}

.Red {
background-color: #EE2020;
}

.Burgundy {
background-color: #670420;
color: #ffffff!important;
}

.BabyBlue {
background-color: #94B4EC;
}

.Navy {
background-color: #142035;
color: #ffffff!important;
}

.Teal {
background-color: #006375;
}

/*LINKS====================================================================================================================================================================================================================================================================*/
blockquote {
margin: 0px 6px 10px 6px;
}

ol,ul {
list-style: none;
}

ul.square {
font-size: 16px;
line-height: 1.42857143;
padding: 10px 0 10px 0;
text-indent: -12px; 
margin-left: 20px; 
}

.square li:before {
 content: "\f101";
 font-family: FontAwesome;
 font-weight: bold;
color: #1A9BC0;
}

.square li {
padding: 0px 0px 5px 0px;
}

* {
outline: none;
-webkit-text-size-adjust: none;
}

/*TABLES===================================================================================================================================================================================================================================================================*/
table {
border-collapse: collapse;
border-spacing: 0;
}

.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-bottom: 1px solid #1c1e22;
}

/*CONTAINERS===============================================================================================================================================================================================================================================================*/
.clearfix:before, .clearfix:after {
display: table;
content: "";
line-height: 0;
}

.clearfix:after {
clear: both;
}

.container {
width: 100%;
padding: 0 10%;
}

.container {
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}

.container:before, .container:after {
display: table;
content: "";
line-height: 0;
}

.container:after {
clear: both;
}

.container_color_1 {
width: 100%;
background: #272b30;
padding: 15px 10px 15px 10px;
overflow: hidden;
}

.container_color_2 {
width: 100%;
background: #2e3338 url('../Images/Noise.png'); 
padding: 15px 10px 15px 10px;
}

.container_color_3 {
width: 100%;
padding: 0%;
border-bottom: 2px solid rgba(255,255,255,0.5);
background: #1c1e22 url('../Images/Noise.png'); 
}

.container_color_3 {
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}

.container_color_3:before, .container_color_3:after {
display: table;
content: "";
line-height: 0;
}

.container_color_3:after {
clear: both;
}

.container_color_4 {
font-size: 14px;
width: 100%;

flex-direction: column;
background: #1A9BC0; 
}

@media (max-width: 767px) {
.container_color_4 {
text-align: center; 
}
}

/*GRIDS====================================================================================================================================================================================================================================================================*/
.grid_100 {
width: 100%;
}

.grid_35 {
width: 35%;
float:right;
}

.grid_60 {
width: 60%;
float: left;
}

@media (max-width: 1090px) {
.grid_35 {
width: 100%;
}

.grid_60 {
width: 100%;
}
}

.Review_Container {
display: flex; /* equal height of the children */
}

.Review_Left {
width: 25%;
justify-content: space-evenly;
padding: 1em;
border-top: 1px solid #000;
border-right: 0px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
background: #1B1B1B;
border-radius: 20px 0px 0px 20px; 
}

.Review_Right {
width: 75%;
padding: 1em;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 0px;
background: #2E3338;
border-radius: 0px 20px 20px 0px;
}

@media (max-width: 767px) {
.Review_Left {
width: 30%;
padding: 1em;
border-top: 1px solid #000;
border-right: 0px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
background: #1B1B1B;
border-radius: 20px 0px 0px 20px; 
}

.Review_Right {
width: 70%;
padding: 1em;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 0px;
background: #2E3338;
border-radius: 0px 20px 20px 0px;
}
}

.Gallery_Half {
width: 54%;
margin: .5em;
border: none;
background: transparent; 
}

.Intro_Left {
width: 22%;
float:left;
display: inline-block;
}

.Intro_Middle {
width: 20%;
float:left;
display: inline-block;
}

.Intro_Right {
width: 58%;
float: right;
}

@media (max-width: 767px) {
.Intro_Left {
width: 100%;
text-align: center;
}

.Intro_Middle {
width: 100%;
text-align: center;
}

.Intro_Right {
width: 100%;
}
}

.img_text {
display: inline-block;
}

.News_Right {
width: 22%;
float:right;
}

.News_Left {
width: 78%;
float: left;
}

@media (max-width: 767px) {
.News_Right {
width: 100%;
}

.News_Left {
width: 100%;
}
}

.Shopping_Left {
width: 22%;
float:left;
}

.Shopping_Right {
width: 78%;
float: right;
}

@media (max-width: 767px) {
.Shopping_Left {
width: 100%;
}

.Shopping_Right {
width: 100%;
}
}

.Product_Left {
width: 46%;
text-align: center;
float:left;
}

.Product_Right {
width: 54%;
float: right;
}

@media (max-width: 767px) {
.Product_Left {
width: 100%;
text-align: center;
}

.Product_Right {
width: 100%;
}
}

.FAQ_Right {
width: 48%;
float:right;
}

.FAQ_Left {
width: 48%;
float: left;
}

@media (max-width: 767px) {
.FAQ_Right {
width: 100%;
text-align: center;
}

.FAQ_Left {
width: 100%;
text-align: center;
}
}

.Hidden {
display:none; 
}

/*ARTIST PROFILE===========================================================================================================================================================================================================================================================*/
.grid_75 {
width: 73%;
float: right;
vertical-align: top;
}

.grid_25 {
width: 25%;
float: left;
}

@media (max-width: 1090px) {
.grid_75 {
width: 100%;
}

.grid_25 {
width: 100%;
}
}

.grid_social_left {
width: 25%;
float: left;
}

@media (max-width: 752px) {
.grid_social_left {
width: 50%;
display: inline-block;
float: left;
}
}

.Review_Grid {
display: grid;
grid-template-columns: calc(33% - 1rem * 1/2) calc(33% - 1rem * 1/2) calc(33% - 1rem * 1/2);
grid-column-gap: 1rem;
grid-row-gap: 1rem;
justify-content: space-evenly;
}

.Review_Grid_Cell {
padding: 0px 20px 0px 20px;
border: 1px solid #000;
background: #2E3338;
border-radius: 20px;	 
}

@media (max-width: 1140px) {
.Review_Grid {
display: grid;
grid-template-columns: calc(100% - 1rem * 1/2);
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
}

@media (max-width: 490px) {
.Review_Grid_Cell {
display: grid;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
}

/*FAQ ACCORDIAN============================================================================================================================================================================================================================================================*/
.FAQ_text {
font-size: 16px;
line-height: 1.42857143;
padding: 8px 15px 8px 15px;
}

details > summary {
padding: 0px 10px 0px 10px;
background: #1b1b1b;
list-style-type: none;
}

details > summary::-webkit-details-marker {
display: none;
}

details > summary::before {
content: "\f101 \00A0";
font-family: FontAwesome;
font-weight: bold;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
}

details[open] > summary::before {
content: "\f103 \00A0";
font-family: FontAwesome;
font-weight: bold;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
border-radius: 4px 4px 0px 0px;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

details {
padding: 0px;
background: #2e3338;
border: 1px solid #000;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

details[open] > summary {
padding: 0px 10px 0px 10px;
background: #1b1b1b;
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid #000;
border-left: 0px;
}

/*QUOTE CONTENT============================================================================================================================================================================================================================================================*/
.quote {
overflow: auto;
background: #2e3338;
border-style: solid;
border-color: #000;
border-width: 0px 1px 1px 1px;
padding: 0px 20px 0px 20px;
border-radius: 0px 0px 4px 4px;
}

.hours_content {
padding: 5px 10px 5px 10px;
background: #2e3338;
border-top: 0px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-radius: 0px 0px 4px 4px;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

/*IMAGES===================================================================================================================================================================================================================================================================*/
.img_social {
margin: 10px;
max-width: 100%;
max-height: 100%;
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.3);
border: 6px solid #ebebeb;
border-radius: 10px 10px 10px 10px;
}

.img_circle {
width: 20vw;
height: 20vw;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
border-radius: 10%;
}

.img_plague { 
width: 20vw;
height: 20vw;
background-position: center center;
background-repeat: no-repeat;
background-size: 20vw, 20vw;
border-radius: 10%;
display: table-cell;
vertical-align: bottom;
overflow: hidden;
}

@media (max-width: 767px) {
.img_circle {
width: 70vw;
height: 70vw;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
border-radius: 10%;
}



.img_plague {
width: 70vw;
height: 70vw;
background-position: center center;
background-repeat: no-repeat;
background-size: 70vw, 70vw;
border-radius: 10%;
display: table-cell;
vertical-align: bottom;
overflow: hidden;
}
}


.img_caption {
text-align: center;
padding: 5px;
font: 600 16px 'Julius Sans One', sans-serif;
text-shadow: 1px 1px 2px #000;	
font-weight: bold;	
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
}

.img_caption_2 {
height: 120px;
width: 120px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
padding: 0px;
font: 600 20px 'Julius Sans One', sans-serif;
text-shadow: 1px 1px 2px #000;	
font-weight: bold;	
color: #a60000;
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.7);
}

.img_gallery_circle {
width: 130px;
height: 130px;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
border-radius: 20%;
}

.img_gallery_circle:hover {
width: 130px;
height: 130px;
background-color: #1a9bc0;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
border-radius: 20%;
}

.Product_Img {
width: 130px;
height: 130px;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px 4px 0px 4px;
border-radius: 30px 30px 30px 30px;
}

.Product_Img:hover {
width: 130px;
height: 130px;
background-color: #1a9bc0;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px 4px 0px 4px;
border-radius: 30px 30px 30px 30px;
}

a.Product_Tags {
color: #1a9bc0;
font-size: 25px;
padding: 0px 3px 0px 3px;
margin: 0px;
text-align: left;
}

a.Product_Tags:hover {
color: #fff;
font-size: 25px;
padding: 0px 3px 0px 3px;
margin: 0px;
text-align: left;
}

a.Product_Tags:active {
color: #fff;
font-size: 25px;
padding: 0px 3px 0px 3px;
margin: 0px;
text-align: left;
}

.img_gallery {
width: 197px;
background-position: center center;
background-repeat: no-repeat;
background-size: 120px, 120px;
border-radius: 20%;
display: table-cell;
vertical-align: bottom;
overflow: hidden;
}

@media (max-width: 767px) {
.img_gallery {
width: 197px;
background-position: center center;
background-repeat: no-repeat;
background-size: 120px, 120px;
border-radius: 20%;
display: table-cell;
vertical-align: bottom;
overflow: hidden;
}
}

.img_gallery2 {
width: 60%;
background-position: center center;
background-repeat: no-repeat;
background-size: 120px, 120px;
border-radius: 20%;
display: table-cell;
vertical-align: bottom;
overflow: hidden;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
border-radius: 20%;
}

@media (max-width: 767px) {
.img_gallery2 {
width: 80%;
background-position: center center;
background-repeat: no-repeat;
background-size: 120px, 120px;
border-radius: 20%;
vertical-align: bottom;
overflow: hidden;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
border-radius: 20%;
}
}

.Rounded_5 {
border-radius: 5%;
}

.Rounded_20 {
border-radius: 10%;
}

.Large_Image {
background-position: center center;
background-repeat: no-repeat;
width:  15vw;
height: 15vw;
object-fit: cover;
vertical-align: bottom;
overflow: hidden;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
}

.Large_Image:hover {
background-color: #1A9BC0;
}

@media (max-width: 767px) {
.Large_Image {
width: 72vw;
height: 72vw;
}
}

.Gallery_Image {
width: 32vw;
background-color: #1c1e22;
background-position: center center;
background-repeat: no-repeat;
background-size: 120px, 120px;
border: 1px solid #0c0d0e;
vertical-align: bottom;
overflow: hidden;
padding: 4px;
margin: 4px;
}

.Gallery_Image:hover {
background-color: #1A9BC0;
}

@media (max-width: 767px) {
.Gallery_Image {
width:  65vw;
height: 65vw;
}
}

.Mini_Image {
background-position: center center;
background-repeat: no-repeat;
width:  6vw;
height: 6vw;
object-fit: cover;
vertical-align: bottom;
overflow: hidden;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
}

.Mini_Image:hover {
background-color: #1A9BC0;
}

@media (max-width: 767px) {
.Mini_Image {
width:  16vw;
height: 16vw;
}
}

.Add_Image {
background-position: center center;
background-repeat: no-repeat;
width:  6vw;
height: 6vw;
object-fit: cover;
vertical-align: bottom;
overflow: hidden;
background-color: #1c1e22;
border: 1px solid #0c0d0e;
padding: 4px;
margin: 4px;
}

.Add_Image:hover {
background-color: #1A9BC0;
}

@media (max-width: 767px) {
.Add_Image {
width:  16vw;
height: 16vw;
}
}

.Mature {
-webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
filter: blur(2px);
}

.Website_Icon {
float: left;
width: 60px;
height: 60px;
border: 5px solid #0c0d0e;
margin: 4px;
border-radius: 20%;
}

.Newspaper_Icon {
font-size: 12vw;
}

/*CONTACT FORM=============================================================================================================================================================================================================================================================*/
.Required_Form_Field {
font-family: inherit;
width: 100%;
margin: 0px;
padding: 5px;
color: #ea0000;
background: #2e3338;
border: 1px solid #000;	
border-radius: 4px 4px 4px 4px;
box-sizing: border-box;
}

@media (max-width: 767px) {
.Required_Form_Field {
font-family: inherit;
width: 100%%;
margin: 0px; 
box-sizing: border-box;
}
}

.Form_Field {
font-size: 15px;
font-family: inherit;
width: 100%;
margin: 0px;
padding: 5px;
color: #fff;
background: #2e3338;
border: 1px solid #000;	
border-radius: 4px 4px 4px 4px;
box-sizing: border-box;
}

@media (max-width: 767px) {
.Form_Field {
font-family: inherit;
width: 100%;
margin: 0px; 
box-sizing: border-box;
}
}

.Contact_Text {
font-size: 16px;
}

@media (max-width: 752px) {
.Contact_Text {
font-size: 26px;
}
}

.input:focus {
outline: none !important;
border:1px solid #1A9BC0;
}

.swipebox:link {
text-decoration: none;
}

.swipebox:visited {
text-decoration: none;
}

.swipebox:hover {
text-decoration: none;
}

.swipebox:active {
text-decoration: none;
}

.center_outer {
text-align:center;
}

.center_inner {
display:inline-block;
float:none;
}

/*FORMS====================================================================================================================================================================================================================================================================*/
.required {
color: #C83842;
font-weight: normal;
font-size: 16px;
font-family: 'Roboto Condensed', sans-serif;
}



.break {
width: 100%;
height: 10px;
}

.left {
display: block;
margin-left: auto;
margin-right: auto;
}

.right {
display: block;
float: right;
clear: both;
}

/*FLOATS===================================================================================================================================================================================================================================================================*/
.put-left {
float: left;
}

.put-right {
float: right;
}

/*HEADERS==================================================================================================================================================================================================================================================================*/
.header_1 {
font: 600 25px 'Julius Sans One', sans-serif;
border-bottom: 1px solid #000;
text-shadow: 1px 1px 2px #000;
}

@media (min-width: 980px) and (max-width: 1199px) {
.header_1 {
font: 600 25px 'Julius Sans One', sans-serif;
}
}

@media (max-width: 767px) {
.header_1 {
font: 600 25px 'Julius Sans One', sans-serif;
}
}

@media (max-width: 479px) {
.header_1 {
font: 600 20px 'Julius Sans One', sans-serif;
}
}

.header_2 {
font: 600 36px/30px 'Open Sans', sans-serif;
}

.header_3 {
font: 18px 'Julius Sans One', sans-serif;
margin: 0px 10px 0px 10px;
border-bottom: 1px solid #000;
text-shadow: 1px 1px 2px #000;
}

.header_general {
font-size: 18px;
padding: 5px 10px 5px 10px;
background: #1b1b1b;
border: 1px solid #000;
border-radius: 4px 4px 0px 0px;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.social_header {
font-family: 'Julius Sans One', sans-serif;
font-size: 30px;
}

.news_header {
font-size: 14px;
font-family: 'Julius Sans One', sans-serif;
padding: 0px 20px 0px 20px;
margin: 0px 6px 0px 6px;
background: #1b1b1b;
border: 1px solid #000;
border-radius: 4px 4px 0px 0px;
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

/*ICONS====================================================================================================================================================================================================================================================================*/
.fa-clock, .fa-suitcase-rolling {
color: #1A9BC0;
}

/*WRAPS====================================================================================================================================================================================================================================================================*/
.wrap_1 {
padding: 20px;
}

@media (max-width: 767px) {
.wrap_1 {
padding-top: 20px;
padding-bottom: 5px;
}
}

.wrap_2 {
padding: 10px;
}

@media (max-width: 767px) {
.wrap_2 {
padding: 10px;
}
}

@media (max-width: 1199px) {
.img-wrap {
text-align: center;
}
}

@media (max-width: 767px) {
.img-wrap {
margin-top: 30px;
}
}

/*RETURN TO TOP============================================================================================================================================================================================================================================================*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
border: none;
color: #1a9bc0;
width: 40px;
height: 43px;
font-size: 43px;
line-height: 38px;
z-index: 20;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px;
border-radius: 50%;
}

#toTop:hover {
outline: none;
text-decoration: none;
color: #fff;
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
}

#toTop:active {
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1199px){
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 5px;
right: 5px;
overflow: hidden;
border: none;
color: #1a9bc0;
width: 40px;
height: 43px;
font-size: 43px;
line-height: 38px;
z-index: 20;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
padding: 20px;
border-radius: 50%;
}

#toTop:hover {
outline: none;
text-decoration: none;
color: #fff;
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
}

#toTop:active {
background: #1b1b1b;
background-color: rgba(0, 0, 0, 0.5);
}
}

/*BUTTONS==================================================================================================================================================================================================================================================================*/
button {
color: #1a9bc0;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}

button:hover {
color: #fff;
font-size: 12px;
font-weight: bold;
}

button:active{
color: #fff;
font-size: 12px;
font-weight: bold;
}

.normal_button {
color: #1a9bc0;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
background: #1b1b1b;
border: 1px solid #1b1b1b;
padding: 15px;
border-radius: 10px;
box-shadow: rgba(0,0,0,0.2) 0 5px 10px; 
}

.normal_button:hover {
color: #fff;
background: #2e3338;
}

.normal_button:active {
color: #fff;
background: #2e3338;
}

.shop_button {
color: #1a9bc0;
font-size: 12px;
line-height: 1.42857143;
font-weight: bold;
text-transform: uppercase;
width: 100%;
background: #1b1b1b;
border: 1px solid #1b1b1b;
padding: 15px;
margin: 15px 0px 15px 0px;
border-radius: 10px;
box-shadow: rgba(0,0,0,0.3) 0 5px 10px; 
}

.shop_button:hover {
color: #fff;
background: #2e3338;
border: 1px solid #1b1b1b;
box-shadow: rgba(0,0,0,0.3) 0 5px 10px; 
}

.shop_button:active {
color: #fff;
background: #2e3338;
border: 1px solid #1b1b1b;
box-shadow: rgba(0,0,0,0.3) 0 5px 10px; 
}

.Return_Button {
color: #1a9bc0;
font-size: 12px;
line-height: 1.42857143;
font-weight: bold;
text-transform: uppercase;
width: 90%;
background: #1b1b1b;
border: 1px solid #1b1b1b;
padding: 15px;
margin: 15px 0 15px 0;
border-radius: 10px;
box-shadow: rgba(0,0,0,0.3) 0 5px 10px; 
}

.Return_Button:hover {
color: #fff;
background: #2e3338;
border: 1px solid #1b1b1b;
box-shadow: rgba(0,0,0,0.3) 0 5px 10px; 
}

.Return_Button:active {
color: #fff;
background: #2e3338;
border: 1px solid #1b1b1b;
box-shadow: rgba(0,0,0,0.3) 0 5px 10px; 
}

/*SLIDING CONTENT==========================================================================================================================================================================================================================================================*/
.animBlock {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
position: relative;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
}

.animBlock[data-position="left"] { 
left: -20%; 
}

.animBlock[data-position="right"] { 
right: -20%; 
}
 
.animBlock[data-position="left"].viewed {
left: 0%;
opacity: 1;
filter: alpha(opacity=100);
}

.animBlock[data-position="right"].viewed {
right: 0%;
opacity: 1;
filter: alpha(opacity=100);
}