/*
Theme Name: EdisWatching
Theme URI: www.doergroup.com
Author: Uzma
Author URI: http://doergroup.com
*/
@font-face {
	font-family: 'Berthold Akzidenz-Grotesk BE-Bold';
	src: url('fonts/AkzidenzGroteskBE-Bold.eot') format('eot');
	src: url('fonts/AkzidenzGroteskBE-Bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/AkzidenzGroteskBE-Bold.woff2') format('woff2'),
			url('fonts/AkzidenzGroteskBE-Bold.woff') format('woff'),
			url('fonts/AkzidenzGroteskBE-Bold.ttf') format('truetype'),
			url('fonts/AkzidenzGroteskBE-Bold.svg#AkzidenzGroteskBE-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Berthold Akzidenz Grotesk BE-Regular';
	src: url('fonts/AkzidenzGroteskBE-Regular.eot') format('eot');
	src: url('fonts/AkzidenzGroteskBE-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/AkzidenzGroteskBE-Regular.woff2') format('woff2'),
			url('fonts/AkzidenzGroteskBE-Regular.woff') format('woff'),
			url('fonts/AkzidenzGroteskBE-Regular.ttf') format('truetype'),
			url('fonts/AkzidenzGroteskBE-Regular.svg#AkzidenzGroteskBE-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Flash-D';
	src: url('fonts/FlashD-Bold.eot') format('eot');
	src: url('fonts/FlashD-Bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/FlashD-Bold.woff2') format('woff2'),
			url('fonts/FlashD-Bold.woff') format('woff'),
			url('fonts/FlashD-Bold.ttf') format('truetype'),
			url('fonts/FlashD-Bold.svg#FlashD-Bold') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: 'Berthold Akzidenz-Grotesk BE-Light';
    src: url('fonts/AkzidenzGroteskBE-LightOsF.eot') format('eot');
    src: url('fonts/AkzidenzGroteskBE-LightOsF.eot?#iefix') format('embedded-opentype'),
        url('fonts/AkzidenzGroteskBE-LightOsF.woff2') format('woff2'),
        url('fonts/AkzidenzGroteskBE-LightOsF.woff') format('woff'),
        url('fonts/AkzidenzGroteskBE-LightOsF.ttf') format('truetype'),
        url('fonts/AkzidenzGroteskBE-LightOsF.svg#AkzidenzGroteskBE-LightOsF') format('svg');
    font-weight: 300;
    font-style: normal;
}
blockquote, q {
  font-size: 16px !important;
font-style: italic;
width: 500px;
margin: 0.25em 0 !important;
padding: 0.25em 40px !important;
line-height: 1.45;
position: relative;
color: #383838;
border-left:3px dashed #c1c1c1 !important;
background:#eee;
}
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,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,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Berthold Akzidenz-Grotesk BE-Light', Arial, Sans Serif;
  padding-top: 54px;
	background: #c0eefa;
	background-image:url(images/clouds.png);
	color: #333;
	font: 100% Arial, Sans Serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size:16px;
	line-height:22px;
  margin-bottom: 160px;
}
a {
    color: #1DC5FF;
}
p {
    padding-bottom: 15px;
}
a:hover {
    color: #505050;
		text-decoration:none;
}
/* =WordPress 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: 5px 20px 20px 0;
}

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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.bws-head-wrape {
    position: relative;
}
span.icon-bar {
    background: #000;
    width: 24px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
}
.navbar-toggler {
	padding: 4px;
	font-size: 1.25rem;
	line-height: 1;
	background:#fff;
	border-radius: .25rem;
	position: relative;
	top: 30px;
}
nav.newclass {
	position: relative;
	z-index: 6;
	top: 0px;
	padding:0;
}
.bws-main-nav {
    position: absolute;
    top: 52px;
    right: 0;
    text-transform: uppercase;
}
.bws-main-nav ul li a {
	color:#fff;
	font-size: 18px;
}
.bws-main-nav ul li a:hover,  .bws-main-nav ul li.current-menu-item a{
	color:#1DC5FF;
}
.social-icons {
	width: 80px;
	border-right: 1px solid #95989A;
	display: inline-block;
}
.post-class {
	margin-bottom: 60px !important;
	display: block;
}
.bws-cat-head {
  margin: 30px 0 50px 0;
}
.bws-page-not-found {
	text-align: center;
	padding-top: 200px;
}
.attachment-post-thumbnail:not(.single-post .attachment-post-thumbnail) {
	height: 400px;
	width: 100%;
	margin-bottom: 20px;
}
.entry-content img {
    padding: 10px 0;
}
.single-post .attachment-post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.bws-single-page {
	padding-top: 50px;
	padding-bottom: 50px;
}
.card-title {
	margin-bottom: .75rem;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Berthold Akzidenz-Grotesk BE-Bold';
}
.bws-read{
	color:#000;
	font-size: 16px;
	font-family: 'Berthold Akzidenz-Grotesk BE-Bold';
	margin-top:15px;
	display:block;
}
.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 15px;
}
/*--------------*/
.social-icons a > i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    display: block;
    margin: auto;
		margin-top: 6px;
}
a.fb, a.tw, a.rs {
	background: #1DC5FF;
	width: 30px;
	height: 30px;
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	margin-right: 5px;
}
a.fb:hover, a.tw:hover, a.rs:hover {
	background: #93E1FC
}
.ed-header{
	ackground: -webkit-linear-gradient(top, rgba(29, 196, 255, 0.91) 0%, rgba(68, 207, 252, 0.95) 48%, rgba(121, 220, 248, 0.95) 89%, rgba(124, 221, 247, 0.91) 100%);
    background: -o-linear-gradient(top, rgba(29, 196, 255, 0.91) 0%, rgba(68, 207, 252, 0.95) 48%, rgba(121, 220, 248, 0.95) 89%, rgba(124, 221, 247, 0.91) 100%);
    background: -ms-linear-gradient(top, rgba(29, 196, 255, 0.91) 0%, rgba(68, 207, 252, 0.95) 48%, rgba(121, 220, 248, 0.95) 89%, rgba(124, 221, 247, 0.91) 100%);
    background: -moz-linear-gradient(top, rgba(29, 196, 255, 0.91) 0%, rgba(68, 207, 252, 0.95) 48%, rgba(121, 220, 248, 0.95) 89%, rgba(124, 221, 247, 0.91) 100%);
    background: linear-gradient(to bottom, rgba(29, 196, 255, 0.91) 0%, rgba(68, 207, 252, 0.95) 48%, rgba(121, 220, 248, 0.95) 89%, rgba(124, 221, 247, 0.91) 100%);
    height: 103px;
    border-bottom: 5px solid #505050;
    width: 45.4%;
    position: absolute;
    z-index: 2;
    top: -3px;
		-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
border-bottom-right-radius: 30px;
}
.bws-nav-white {
	    background: #fff;
    height: 103px;
    width: 62%;
    border-bottom: 5px solid #505050;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -3px;
}
.bws-bg-black {
    background: #505050;
    height: 35px;
    width: 56.8%;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -100px;
}
.bws-head-wrapper {
	position: relative;
	top: -100px;
	z-index: 3;
}
.textwidget img {
    width: 100%;
    height: 100%;
}
.bws-logo-wrapper{
	background-image: url(./images/header-clouds.png);
	    height: 103px;
    width: 543px;
    position: relative;
    top: -4px;
    left: -60px;
}
.bws-top-header {
	-webkit-box-shadow: -2px 0px 16px 0px rgb(0, 0, 0);
	-moz-box-shadow: -2px 0px 16px 0px rgb(206, 206, 206);
	box-shadow: -2px 0px 16px 0px rgb(0, 0, 0);
	height: 103px;
	position: relative;
	z-index:1;
}
.bws-header {
	border-bottom: 1px solid #95989A;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.bws-logo-wrapper a{
	padding: 0;
	height: 98px;
	overflow: hidden;
	position: absolute;
	left: 14px;
	top: 4px;
}
.bws-main-nav ul{
}
.bws-main-nav ul li {
	float: left;
	margin-left: 20px;
}
.bws-post-wrapper{
	background:#fff;
	border:1px solid #95989A;
	border-top: 0;
}
.auther-img{
	display:inline-block;
}
.auther-img img{
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:2px solid #000;
}
.bws-header span {
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 21px;
	margin-left: 10px;
	font-family: 'Berthold Akzidenz Grotesk BE-Regular';
}
*{ margin: 0; padding: 0;}
#clouds{
	background: #c0eefa;
	bottom: 0;
	left: 0;
	padding-top: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}
.bws-content-wrap {
  padding-left: 22px;
}
.bws-content-wrap h1 {
	font-family: 'Flash-D' !important;
	text-align: center;
	padding-top: 45px;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 45px;
}
.card-img-top {
  margin-bottom: 35px;
}
.bws-sidebar{
	padding: 0;
}
.sidebarheading {
	background: #505050;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 0;
	margin-bottom: 2px;
	font-size: 20px;
}
.bws-btn{
	background: #1DC5FF;
}
.bws-img-bg {
  background: #00aded;
}
.bws-img-bg img{
	margin: 0 auto;
  display: block;
}
.bws-img-bg2{
	margin-top:4px;
	background:#1dc5ff;
	margin-bottom: 4px;
}
.cat-body{
	background:#969696;
}
.cat-body .col-lg-6{
	border-left: 4px solid #fff;
	padding: 12px;
}
.widget_categories{padding-bottom:20px;background: #969696;margin-top: -10px;}
.widget_categories ul {
	background: #969696;
	padding: 0px 10px 20px 10px;
}
.widget_text, .widget_categories, .widget_search{
		-webkit-box-shadow: -2px 0px 16px 0px rgb(206, 206, 206);
	-moz-box-shadow: -2px 0px 16px 0px rgb(206, 206, 206);
	box-shadow: -2px 0px 16px 0px rgb(206, 206, 206);
}
/*.widget_categories ul li:nth-child(2n+1){
	float: left;
	border-right: 4px solid #fff;
	width: 50%;
	margin-right: 12px;
}*/
.widget_categories ul li a{
	color:#fff;
	padding: 10px 0;
	display: block;
	height: 30px;
  overflow: hidden;
	font-size: 18px;
}
.widget_categories ul li a:hover{
	color:#1DC5FF;
}
.widget_categories ul li.current-cat a{
	color:#1DC5FF;
}
/*--------------Start Search---------*/

.bws-header-search {
	position: absolute;
	right: 25px;
	top: 18px;
}
.search-box {
	display: inline-block;
	margin-left: 12px;
}
.search-wrap input[type=text] {
	width: 100px;
	cursor: pointer;
	border:none;
	background:none;
}
.search-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1DC5FF;
}
.search-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #1DC5FF;
}
.search-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #1DC5FF;
}
.search-wrap :-moz-placeholder { /* Firefox 18- */
  color: #1DC5FF;
}
.search-wrap input[type="text"]:focus {
  color: #333;
  border: transparent;
  width: 150px;
	cursor: auto;
	outline: none;
}
.widget_search > .searchform input[type="text"]:focus{
	outline: none;
}
.bws-search-icon {
	background: url(images/search-icon.png);
	width: 30px;
	height: 30px;
	display: block;
	position: absolute !important;
	right: 0;
	top: 0;
	background-size:100%;
	border:none;
}
.bws-search-icon:hover {
  opacity: 0.6;
}
input:focus ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}
.widget_search > .searchform input[type="text"] {
	display: block;
	width: 76%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	height:38px;
	background-color: #fff;
	border: 1px solid #ced4da;
	margin: 0 auto;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.widget_search > .searchform {
    padding: 18px 0;
}
.widget_search > .searchform input[type="submit"] {
	background: #1DC5FF;
	color: #fff;
	border: none;
	position: absolute;
	right: 35px;
	height: 38px;
  line-height: 42px;
	-webkit-border-top-right-radius: .25rem;
-webkit-border-bottom-right-radius: .25rem;
-moz-border-radius-topright: .25rem;
-moz-border-radius-bottomright: .25rem;
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
cursor: pointer;
    padding: 0 10px;
}
.widget_text a img {
    margin-bottom: -4px;
}
.widget_search > .searchform input[type="submit"]:hover {
	    background: #93E1FC;
}
.search-box span {
	background: #1DC5FF;
	width: 30px;
	height: 30px;
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box input[type="text"],
.search-box .icon {
  transition-duration: .3s;
	position: relative;
	height: 30px;
}
i.fa.fa-search {
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 18px;
	margin-top: 6px;
	margin-left: 7px;
}
.widget_search div {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.widget_search div .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: .5;
}
/*--------End Search -------------*/

.bws-wrapper-pagination {
	justify-content: center!important;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin-bottom: 50px;
}
.page-item a{
	position: relative;
	padding: .5rem .75rem;
	color: #1DC5FF;
	background-color: #fff;
	border: 1px solid #ddd;
	text-transform: capitalize;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	height: 36px;
	display: block;
	line-height: 24px;
}
.page-item a:hover{
	background-color: #505050;
	color: #fff;
}
.cat-body .col-lg-6 li{
	margin-bottom:5px;
}
.cat-body .col-lg-6 a{
	color: #fff;
	text-align: center;
	display: block;
}
.cat-body .col-lg-6 a:hover{
	color:#1DC5FF;
}
/*Time to finalise the cloud shape*/
.cloud {
	width: 200px; height: 60px;
	background: #fff;
	box-shadow: 10px 14px 0px 2px rgba(170,232,250,1);
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	position: relative; 
}
.cloud:before, .cloud:after {
	content: '';
	position: absolute; 
	background: #fff;
	width: 100px; height: 80px;
	position: absolute; top: -15px; left: 10px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}
.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
	left: 32%;
}

.x3 {
	left: 37%; top: 26%;
}

.x4 {
	left: 72%; top: -18%;
}

.x5 {
	left: 93%; top: -22%;
}
.x6 {
	left: 83%; top: -6%;
}
.x7 {
	left: 69%; top: 19%;
}
.x8 {
	left: 91%; top: 10%;
}
.x9 {
	left: 84%; top: 48%;
}
.x10 {
	left: 56%; top: -35%;
}
.x11 {
	left: 67%; top: 47%;
}
.x12 {
	left: 2%; top: -18%;
}
.x13 {
	left: 14%; top: -45%;
}
.x14 {
	left: 20%; top: -2%;
}
.x15 {
	left: -3%; top: 16%;
}
.x16 {
	left: 36%; top: 14%;
}
.x17 {
	left: 52%; top: -18%;
}
.copyright {
	margin-top: 85px !important;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: 'Berthold Akzidenz Grotesk BE-Regular';
  padding-bottom: 0;
}
.copyright strong {
  font-family: 'Berthold Akzidenz-Grotesk BE-Bold';
}
.footerbg {
	background-image: url(./images/footer-bg.png);
	background-repeat: repeat-x;
	height: 160px;
	background-color: transparent !important;
	padding: 0;
	position: absolute;
	width: 100%;
  bottom:0;
}
.navbar-header{position: absolute;z-index: 1;}
.navbar-toggle.collapsed{padding: 0;}
.navbar-default .navbar-toggle .icon-bar {background-color: #888;}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.show {
    padding-bottom: 40px;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


@-webkit-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.hide-desktop{display:none;}
		.navbar-nav {
        margin: 0px;
    width: 220px;
    position: absolute;
    display: inline-block;
    top: 23px;
    right: -133px;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-toggle {
    display: none;
}
.navbar-collapse.collapse {
    padding-bottom: 0px;
    display: block;
    height: auto;
    overflow: visible !important;
}
.navbar-collapse {
    width: auto;
    box-shadow: none;
    border-top: 0px;
}
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1500px) {
		
	}

	/*==========  Non-Mobile First Method  ==========*/
	@media only screen and (max-width : 2400px) {.ed-header{width: 45%;}.bws-bg-black{width: 55.8%;}}
	@media only screen and (max-width : 2300px) {.bws-bg-black{width: 57.8%;}}
	@media only screen and (max-width : 2200px) {.ed-header{width: 44%;}.bws-bg-black{width: 56.8%;}}
	@media only screen and (max-width : 1800px) {.ed-header {width: 43%;}.bws-bg-black{width: 57.8%;}}
	@media only screen and (max-width : 1660px) {.ed-header {width: 42%;}.bws-bg-black{width: 58.8%;}}
	@media only screen and (max-width : 1500px) {.ed-header {width: 41%;}.bws-bg-black {width: 60%;}}
	@media only screen and (max-width : 1300px) {.ed-header {width: 40%;}.bws-bg-black {width: 61%;}}
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1199px) {bws-logo-wrapper{width: 62%;}.ed-header {width: 47%;}.bws-bg-black {width: 54%;}.widget_search > .searchform input[type="submit"] {right: 27px;}}
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 1000px) {}
	@media only screen and (max-width : 1024px) {}
	@media only screen and (max-width : 991px) {
		.ed-header {width: 100%;top: -15px;height: 103px;-webkit-border-bottom-right-radius: 0px;-moz-border-radius-bottomright: 0px;
border-bottom-right-radius: 0px;}
		.bws-bg-black{display:none;}
		a.fb, a.tw, a.rs {background: #000;}
		a.fb:hover, a.tw:hover, a.rs:hover {opacity:0.6;}
		.search-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff;}
		.search-wrap ::-moz-placeholder { /* Firefox 19+ */color: #fff;}
		.search-wrap :-ms-input-placeholder { /* IE 10+ */color: #fff;}
		.search-wrap :-moz-placeholder { /* Firefox 18- */color: #fff;}
		.social-icons{border-right: 1px solid #000;}
		.bws-search-icon {background: url(images/search-icon-hover.png);width: 30px;height: 30px;display: block;position: absolute !important;right: 0;top: 0;background-size: 100%;border: none;}
		.bws-nav-white{background:none;border-bottom:none;}
		.bws-top-header{height: 100px;}
		.bws-main-nav ul {right: -127px;top: 15px;}
		.bws-main-nav ul li a:hover{color:#000;}
		.bws-main-nav ul li.current_page_item a{color:#000;}
		.bws-head-wrapper {top: -88px;}
		.bws-content-wrap {padding-left: 15px;}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {.bws-head-wrape {position: unset;}.bws-main-nav ul {right: 24px;}.collapse.show {padding-bottom: 0;} .bws-main-nav{background-color: #3a3838;}.bws-main-nav ul {margin-top: 20px;} .bws-main-nav ul li a{display: block;padding: 0;margin-bottom: 12px;}
    .hide-mobile{display:none;}
    
		.bws-logo-wrapper{background-image:none;top: 19px;left: -96px;width: 450px;}
		.ed-header {top: -41px;}
		.bws-main-nav ul li.current_page_item a {color: #1DC5FF;}
			.bws-main-nav ul li a:hover{color:#1DC5FF;}
			.bws-head-wrapper {top: -65px;}
			.navbar-header {right: 0;top: 58px;}
			.bws-main-nav {top: 120px;width: 100%;}
			.bws-logo-wrapper a {top: 5px;}
	}
	@media only screen and (max-width : 700px) {.bws-logo-wrapper a{left: 81px;width: 370px;top: 21px;}.bws-logo-wrapper{background-image:none;top: 3px;width: 250px;}}
	@media only screen and (max-width : 650px) {

	.bws-top-header {height: 122px;}
	.ed-header {top: -38px;height: 122px;}
	.bws-logo-wrapper a {top: 18px;}
	.bws-logo-wrapper a {top: 43px;}.navbar-header {right: 0;top: 78px;}
	}
@media only screen and (max-width : 520px) {
	
}
	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
		.bws-logo-wrapper a {height: 66px;top: 52px;width: 280px;}
	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {
		.bws-logo-wrapper a {
			height: 66px;
			top: 66px;
			width: 220px;
		}
	}
	
	/*==========  Bootstrap  ==========*/
	@media (max-width: 767px) {
	}
	@media (min-width: 768px) and (max-width: 991px) {
	}
	@media (min-width: 992px) and (max-width: 1199px) {
	}
	@media (min-width: 1200px) {
	}

em, dfn, cite {
    font-style: italic !important;
}

b, strong {
    font-weight: bolder !important;
}
