@charset "utf-8";
/* CSS Document */

/*
	Theme Name: Ohm Elektronikai Szaküzlet Sopron 2020
	Theme URL: https://www.ohmelektronika.hu/
	Description: Az OHM-Elektronika Kft. 1995-től foglalkozik elektronikai alkatrészek, tartozékok kereskedelmével Sopronban. Az általunk forgalmazott termékek listáját az évek során folyamatosan bővítettük és bővítjük még ma is.
	Author: tigaman
	Author URI: https://www.tigaman.hu
	Version: 3.0
*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url("font-awesome.min.css");
@import url("woocommerce.css");

body {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
	font-weight: 300;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
} 
 
a:hover {
	color: #FFF102;
	text-decoration: none;
}
img {
	border: 0px;

}
.clear {
	clear: both;
}
strong {
	font-weight: 800;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: 300;
}
h1 {
	font-size: 35px;
}
h2 {
	font-size: 30px;

}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 15px;
}


.fa {
	margin-left: 10px;
}
img.szaz {
	width: 100%;
}

img.otven {
	width: 47%;
	float: left;
	margin: 0px 1.5%;
}
img.harminc {
	width: 27%;
	float: left;
	margin: 0px 1.5%;
}
.color {
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}
.one {
	background-color: #14171C;
}
.twoo {
	background-color: #FFF102;
}
.three {
	background-color: #A8A9AD;
}
.four {
	background-color: #F7F7F3;
}
.five {
	background-color: #000000;
}

.six {	background-color: #F2F2F2;}



#header{
	width: 100%;
	margin: 0px auto;
	position: fixed;
	z-index: 1;

	left: 0;
	right: 0;
}

#header.large{
	top: 0px;
	height: 265px;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */

}
#header.small{
	height: 65px;	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
	top: 0px;
}

.header {
	width: 100%;
	position: relative;
	color: rgba(255,255,255,1);
}
.head1 a {
	transition: all .1s;
	-moz-transition: all .1s; /* Firefox 4 */
	-webkit-transition: all .1s; /* Safari and Chrome */
	-o-transition: all .1s; /* Opera */
	color: rgba(255,241,2,1);
}

.head1.large {
	width: 300px;
	height: 180px;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all .1s;
	-moz-transition: all .1s; /* Firefox 4 */
	-webkit-transition: all .1s; /* Safari and Chrome */
	-o-transition: all .1s; /* Opera */
}
.head1.small {

	display: none;

	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.logo.large {
	width: 350px;
	margin: 0px auto 0 auto;
	height: auto;
	transition: all 2s;
	-moz-transition: all 21s; /* Firefox 4 */
	-webkit-transition: all 2s; /* Safari and Chrome */
	-o-transition: all 2s; /* Opera */
	padding: 30px 0 30px 0;
}
.logo.small {
	width: 350px;
	margin: -300px auto 0 auto;
	height: auto;
	transition: all 2s;
	-moz-transition: all 2s; /* Firefox 4 */
	-webkit-transition: all 2s; /* Safari and Chrome */
	-o-transition: all 2s; /* Opera */
}
.logo img {
	width: 100%;
	height: auto;
}





.head2.large {
	width: 300px;
	height: 180px;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: all .1s;
	-moz-transition: all .1s; /* Firefox 4 */
	-webkit-transition: all .1s; /* Safari and Chrome */
	-o-transition: all .1s; /* Opera */	
}
.head2.small {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	display: none;
}
.langmenu {
	width: 250px;
	margin-top: 10px;
	float: right;
}
.langmenu ul{
	float: left;
	margin: 0px 0 ;
	list-style: none;
}
.langmenu li {
	float: left;
	padding: 0;
}
.langmenu li a{
	padding: 0px 10px;
	font-size: 13px;
	border-right: 1px solid #fff;
	font-weight: 400;
	color: #FFFFFF;
}
.langmenu li a:hover, .langmenu li.current_page_item a{
	color: #FFF102;
}

.langmenu  li:last-child a{
	border-right: 0px ;
}


#menu {
	width: 95%;
	height: 60px;
	border-top: 1px solid #FFF102;
	border-bottom: 1px solid #FFF102;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0px auto;
}
#menu.large {
	top: 200px;transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
#menu.small {
	top: 0px;transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.menu {

}


.menu ul{
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.menu li {

	display: inline; 
}
.menu li a{
	padding: 0px 18px;
	font-size: 15px;
	background: inherit;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFF102;

	
	
}
.menu li a:hover, .menu li.current_page_item a{
	color: #D8D6CA;
}

.menu  li:last-child a{
	border-right: 0px ;
}

.menu-item-4838, .menu-item-4841 ,.menu-item-4844 {
	background-image: url(images/level.png);
	background-repeat: no-repeat;
}


#content {
	width: 95%;
	margin: 290px auto 0 auto;		

}
.fleft {
	width: 70%;
	float: left;
}
.content {
	width:  calc(100% - 32px);
	padding: 0px 15px;
	float: left;
	font-weight: 300;
	font-size: 22px;
	margin:0 0 20px 0;	
	border: 1px solid rgba(204,204,204,1);	
}


.social-share-btns-container {
  overflow: hidden;


  font-size: 0;

  margin: 0px 0;
  text-align: center;
  width: 100%;
  z-index: 111;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ED001C;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}


ul.service-list {
	list-style-type: none;
	margin: 0;
	padding: 0;	

}

ul.service-list li{
	list-style-type: none;
	margin: 10px 0;
	font-size: 18px;
	border: 1px double #666;
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(51,51,51,1);
	letter-spacing: 1px;	padding: 10px 20px;
}
ul.service-list li a {
	display: block;
	color: rgba(255,255,255,1);
	border-bottom: 0px dotted #FF0000;

	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: rgba(0,0,0,0.0);
}

ul.service-list li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(241,13,26,1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
ul.service-list li a:hover, ul.service-list lia :focus, ul.service-list li a:active {
  color: white;	border-bottom: 0px dotted #FFf;

}
ul.service-list li a:hover:before, ul.service-list li a:focus:before, ul.service-list li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);	border-bottom: 0px dotted #FFf;

}





.sidebar{
	width: calc(30% - 30px);
	min-height: 420px;
	float: left;
	margin: 0px 0px 0 10px;
	padding: 20px 10px 0 10px;

}

.box {
	float: left;
	width: calc(100% - 2px);
	margin: 0 0 40px 0;
	border: 1px solid #FFF102;
	-webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.18);
	-moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.18);
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.18);
	padding: 0 0px 0 0px;
}
.boxcontent {
	width:  calc(100% - 20px);

	margin: 0px 0px 0px 0px;
	padding: 10px ;

}



.box h2{
	text-align: center;
	margin: -17px auto 0 auto;
	font-size: 20px;
	color: #FFF102;
	background-color: #000000;
	display: table;
	font-weight: 300;
	padding: 0  10px;
}
.box h2 a{
	color: #FFF102;
	background-color: #000000;
	
}

.box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
.box li {
	list-style: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 1px 0px;
	font-size: 30px;
	color: rgba(255,255,255,1);
}
.box li a {
	display: block;
	color: #FFF;
	width: 90%;
	padding: 10px 5%;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	background-position: right center;
	font-size: 14px;	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}	

.box li ul li li a {
	display: block;
	color: #FFF;
	width: 85%;
	padding: 10px 0% 10px 15%;
	margin: 0 0 0 0%;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	background-position: right center;
	font-size: 14px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: rgba(0,0,0,0.8);
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}


.box li a:hover{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	width: 90%;
	padding: 10px 5%;
	background-position: right center;
	color: #000;
	background-color: #FFF10D;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.count {
	float: none;
	display: block;
}

.boxcontent p , .textwidget{
	padding: 0 5px 0px 5px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #333;	

}

.boxcontent h3 {
	width: 90%;
	background-color: #990000;
	margin: 0px 0 1px 0;
	padding: 10px 5%;
}
.boxcontent h3 a{
	width: 90%;
	color: #FFF;

}
.boxcontent h3:hover{
	background-color: #A97D5D;

}
.flash:hover {
 opacity: 1;
 -webkit-animation: flash 1s;
 animation: flash 1s;
}
@-webkit-keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}
@keyframes flash {
 0% { opacity: .3; }
 100% { opacity: 1; }
}



.logos {
    margin: 1.5em 0;
    padding: 10px;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;	  
}
.logos img{
	width: 100%;
	height: auto;
}

.logos img:hover {
 opacity: 1;
 -webkit-animation: flash 1s;
 animation: flash 1s;
}



#footer{
	width: calc(100% - 20px);
	margin: 30px auto 0 auto;
	border-top: 6px double #EAE8E0;
	padding: 10px;
	height: 150px;
	position: relative;
}

.footer {
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
	color: rgba(153,153,153,1);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
.footer a {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	color: rgba(255,255,255,1);
}
.footer a:hover {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	color: rgba(255,241,2,1);
}

.top {
	width: 80px;
	height: 80px;
	margin: 0px 0 0 0;
	background-image: url(images/top.png);
	background-size: cover;
	border-radius: 50%;
	border: 6px double rgba(255,241,2,1);
	position: absolute;
	right: calc(50% - 43px);
	bottom: 10px;
	float: none;
}
.top img {
	width: 80px;
	height: 80px;

	border-radius: 50%;	

}


#map {
	width: 100%;
	margin: 20px 0;
	padding: 50%  0 0 0;
}
#info-window{	font-size: 18px;
}
#info-img {
	width: 100px;
	float: left;
	margin: 0 5px 0 0;
	height: 100px;
}
#info-img img {
	width: 100px;
	height: auto;
}
#info-text{
	color: #666;
	width: 300px;
	font-size: 15px;

}
/* = Core -------------------------------------------------------------- */


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

     /* -----------------------------------------------*/
dt.gallery-icon{
	background-image: url(images/enlarge.png)!important;
	background-position: center;
	background-repeat: no-repeat;
}
.gallery-icon a img{
	padding: 5px;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 90%;
	height: auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
	
	
}
.gallery-icon a:hover img{
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-moz-transform: scale(1.05); /* Firefox */
	-ms-transform: scale(1.05); /* IE 9 */
	-o-transform: scale(1.05); /* Opera */
	transform: scale(1.05);
}

.gallery {
				margin: auto;
			}
.gallery .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 33%;
			}
.gallery img {
			}
.gallery .gallery-caption {
				margin-left: 0;


}

.linklove {
	display: none;
}






.cc-window {
	position: fixed;
	bottom: 0px;
	width: calc(100% - 30px);
	background-color: #FFF102;
	padding: 10px 15px;
	color: #000000;
	box-shadow: 0 -5px 5px -5px #333;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
	z-index: 10;
}
@keyframes fadein {
    from { opacity: 0;	bottom: -150px; }
    to   { opacity: 1; 	bottom: 0px;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

a.elfogad, a.adatvedelem {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #000;
	margin: 10px 5px 0 5px;
	cursor: pointer;
	-webkit-transition: background-position .3s;
	-o-transition: background-position .3s;
	-moz-transition: background-position .3s;
	transition: background-position .3s;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFF102), color-stop(49%, transparent));
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	background-color: #000000;
}
a.elfogad:not(:disabled):not(.button_disabled):hover ,
a.adatvedelem:not(:disabled):not(.button_disabled):hover {
	background-position: 100% 0;
	color: #FFF102;
}










.mobil{
	display: none;
}
.nomobil{
	display: inline;
}





/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}






.mobilmenu {
	padding: 0px;
	width: 100%;
	margin: 0px 0 0 0;

}
.mobilmenu img {
	cursor: pointer;
	padding: 15px 5px;
	height: 55px;
	width: auto;

}
.menuicon {
	float: right;
}
.mobillogo{
	float: left;

}

.mobilmenucontent {
	padding: 0px;
	width: 100%;
	margin: 1px 0 0 0;
	display: none;
	z-index: 10;

}
.mobilmenucontent ul{
	margin: 0px;	
	padding: 0px;z-index: 10;

}
.mobilmenucontent ul ul {
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent li  {
	list-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/blank.png);
	margin: 0 0 0px 0;
	border-top: 1px solid #fff;
	font-size: 20px;	
}
.mobilmenucontent li a  {
	display: block;
	color: #FFFFFF;
	padding: 25px 2.5%;
	width: 95%;
	text-decoration: none;
	background-color: rgba(0,0,0,1);
	border-bottom: 1px solid rgba(153,153,153,1);
}

.mobilmenucontent li > a:hover, 
.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #000000;
	color: #FFF102;
}

.mobilmenucontent li.current_page_item a
{
	background-color: #FFF102;
	color: #000000;
}

.mobilmenucontent a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.mobilmenucontent ul ul {

}
.mobilmenucontent ul ul > li a {
	background-color: rgba(0,0,0,0.6);
	margin: 2px 0 0 0;
	color: #FFFFFF;
}
.mobilmenucontent li.mobilmenucontent-node {
	position: relative;
	left: 0px;
}
.mobilmenucontent li.mobilmenucontent-node > a:before {
	color: #FFF;
	position: absolute;
	right: 30px;
	font-size: 50px;
	top: 10px;
}
.mobilmenucontent li.mobilmenucontent-open > a:before {
  content: '-';

}
.mobilmenucontent li.mobilmenucontent-closed > a:before {
	content: '+';

}



.mobilmenucontent li.mobilmenucontent-node:last-child > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.mobilmenucontent li.menu-item-89 a  {
	background-color: #3b5998;
	color: rgba(255,255,255,1);
}

li.menu-item-89 a:before {
	font-family: FontAwesome;
	content: "\f09a";
	margin: 0 10px 0 0px;
}

.mobilmenucontent li.menu-item-90 a  {
	background-color: #c13584;
	color: rgba(255,255,255,1);
}

li.menu-item-90 a:before {
	font-family: FontAwesome;
	content: "\f16d";
	margin: 0 10px 0 0px;
}


#header{
	display: none;	 
}
#content{
	margin: 0px auto 0px auto;	
	width: 100%;	
	padding: 10px 0 10px 0;
	left: 0px;
	margin: 10px 0 0 0;	
}



.content {
	width: 92%;
	padding: 2% 3%;
	margin: 0px auto 30px auto;
	background-image: url(images/blank.png);
	font-size: 18px;
	text-align: left;
	font-weight: 200;
}


.content p,  .box h3, .box ul li {

	background-image: url(images/blank.png);	

}


.content h1 {
	background-image: url(images/blank.png);
	margin: 0 0 15px 0;
	font-weight: 300;
	font-size: 35px;
	text-align: center;
}
.quote{

	font-size: 30px;

}


.fleft{

	width: 100%;

}
.containercontainer{

	width: 100%;

}
.sidebar{
	margin: 0px 1.5% 30px 1.5%;
	width: 95%;

}
.box {
	font-size: 20px;
	font-weight: 400;
}
#footer {
	height: 200px;

}
.footer {

}
dl.gallery-item {
	
	width: 97%;	


	
}
.top {
	width: 80px;
	height: 80px;
	float: none;
	margin: 20px auto 20px auto;
	display: block;
	z-index: 1;
	position: static;
	bottom: 1px;
}
