
.controller2{
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.logo > a > img{
	width: 350px;
	margin:10px auto;
	transition: all 0.2s ease-in-out;
	/* margin-left: -50px; */
}

.logo{
	/* margin: 0 auto; */
	float: left;
	/* margin-left: 40px; */
}

#dvcontent > p > img{
	max-width: 100%;
}

.articleimg{
	max-width: 100%;
	min-width: 100%;
}

body::selection{
	background: #2886a1;
}

.body-wrapper{
	overflow-x: hidden;
}

.news_cover{
	width: 150px;
}

.imgnoti {
	position: fixed;
    bottom: 40px;
}

#header{
	margin-top: 150px;
}

.dotimg{
	width: 222px;
}

@media only screen and (max-width: 700px) {
    .adclass{
    	display: none;
    }
    .imgnoti{
    	display: none;
    }
    #tickermain{
    	display: none;
    }
    .slider2{
    	margin-top: 45px;
    }
    .dotimg{
		width: 300px;
	}
}

@media only screen and (min-width: 767px){
	#menu{
		display: none;
	}

	
}


@media only screen and (max-width: 766px){
	.socialimg{
		display: none;
	}
	#menu{
		display: inline-block;
		float: left;
	    position: absolute;
	    top: 10px;
	    left: -45px;
	}
	.search{
		display: none;
	}

	#slider > div > div.main-slider > div.flexslider > ul > li > img
	{
		height: 240px !important;
	}
}

#menucontent{
	top: 0px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 50%;
    padding-top: 0;
    background-color: #f1f1f1;
    left: 0px;
    height: 100%;
    z-index: 100000;
    padding: 20px 0px 0px 20px;
    min-width: 260px;
    display: none;
}

.snmenu{
	list-style: none;
}

.snmenu li a{
	color: #696969;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.snmenu li{
	padding-bottom: 10px;
}


.socialimg2{
	width: 35px;
	transition: all .5s ease-in-out;
}
.socialimg{
	/* display: block; */
	width: 35px;
	transition: all .5s ease-in-out;
}

.socialblk{
	position: absolute;
	top: 2px;
	right: 50px;
}

.fixnav {
    position: fixed;
    top: 0;
    /* width: 100%; */
    /* padding: 0; */
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    /* height: auto; */
    min-height: 100px;
    background-color:#fff;  
    
    text-align: center;
    line-height: 40px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    /* background: #f5f5f5; */
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#335d7e;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}


.shrink .logo > a > img{
	width:150px;
	margin: 0 auto;
	transition: all 0.7s ease-in-out;
}

.shrink #nav{
	margin-top: -5px;
	transition: all 0.5s ease-in-out;
}

.shrink .socialimg{
	width: 25px;
	transition: all .5s ease-in-out;
}

.shrink .search{
	margin: 0px 150px;
	transition: all .5s ease-in-out;
}

.ticker{
	float: left;
    clear: both;
    box-shadow: 0 0 5px #999;
    width: 99%;
    max-height: 30px;
    align-items: left;
    text-align: left;
    padding: 0 0 5px 10px;
}

.ticker > a > span, .ticker > a:hover{
	color: #000;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.ticker > div {
	color: #000;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.separator{
	border-top: 0.0625rem dotted #dfdfdf;
	margin-top: 20px;
	width: 95%;
	margin: 10px auto;
}

.src{
	font-weight: bold;
    color: #847a7a;
}

.articlecontent::first-letter {
  font-weight: bold;
  color: #006B7F;
  font-size: 25px;
}

#twtr{
	height: 535px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.adclass{
	margin-left: 90px;
}

.imgview{
	position: relative;
    top: 85px;
    background: #616161;
    width: 120px;
    color: white !important;
    text-align: center;
    left: -140px;
    display: inline-block !important;
}

.imgview2{
	position: relative;
    top: -5px;
    background: #616161;
    width: 300px;
    color: white !important;
    text-align: center;
    /* left: -320px; */
    display: inline-block !important;
}

.imgview3{
	position: relative;
    top: 161px;
    background: #616161;
    width: 240px;
    color: white !important;
    text-align: center;
    left: -260px;
    display: inline-block !important;
}

@media only screen and (max-width: 766px){
	.imgview3 {
	    position: relative;
	    top: -9px;
	    background: #616161;
	    width: 240px;
	    color: white !important;
	    text-align: center;
	    left: 0px;
	    display: inline-block !important;
	}
}

.articlep{
	position: relative;
    top: -10px;
    overflow: hidden;
}

