/*
Theme Name: daman2016
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daman2016
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

daman2016 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
	color: #999;
	font-style: italic;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-size:1.05em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #666;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;

}
.tags-links a
{
	text-transform: capitalize;
	color: #C30;
}
.btnsoc a
{
	padding: 15px 14px !important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
    margin-right:55px !important;
}

.main-navigation a {
	display: block;
	text-decoration: none;
color:#000;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
.reserved{text-align:left;}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.reserved{
	text-align:center;
	font-size:0.75em;

	}
	.social-button {
	    margin-right: 13px !important;
	}
	.nav>li.btnsoc {display: none !important;}
	.medhilang{display:none !important;}
	.first-btn{margin:0px !important; margin-left:0px !important;}
	.social-button{margin:0px !important;margin-right: 0px !important;margin-left: 0px !important;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.medhilang{display:none !important;}
	.first-btn{margin:0 !important; margin-left:0 !important;}
	.social-button{margin:0 !important;margin-right: 0 !important;margin-left: 0 !important;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.medhilang{display:none !important;}
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.medhilang{display:none !important;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.medhilang{display:none !important;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.medhilang{display:none !important;}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
.medhilang{display:none !important;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
.medhilang{display:none !important;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
.medhilang{display:none !important;}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.medhilang{display:none !important;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.medhilang{display:none !important;}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.medhilang{display:none !important;}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 20px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	padding: 1em;s
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* HEADER */

/*******Nav menu *********/

.menu {
    font-family: "GothamNarrow-Black";
    font-size: 0.8em;
    padding: 15px 0;
    text-transform: uppercase;

}
.menu a:hover{
color:#bd2224;
}
.menudaman {
    padding: 0;
}
.menudaman ul {
    padding: 0;
}
.menudamannav li {
    list-style: outside none none;
    padding-right: 2px;
}

.menudamannav li a{
color:#000;
}
#menu_my_bootstrap_menu_settings_daman_menu_outer_list
{
	font-family: "GothamNarrow-Bold";
	text-transform:uppercase;
	font-size:1.2em;
}
.searchbtn {
    padding-left: 0;
}

.sosmeddaman {
    float: right;
    padding: 0;
}
.sosmeddaman span {
    font-size: 19px;
    padding-left: 10px;
}


.sosheader {
    font-size: 9px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}
.sosheader span {
    display: table;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}
.sosheader img {
    display: table;
    margin: 5px auto 0;
    width: 55%;
}

/*******End Nav menu *********/

#main {
	padding-bottom:20px;
}

.logo {
    border-bottom: 1px solid #bbbbba;
}

.logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
.title-page{
text-transform:uppercase;
text-align:center;
}
/* FOOTER */
.footer {
color:#FFF;
text-decoration:none;
    background-color: #000;
    bottom: 0;
    min-height: 150px;
    height:auto;
    width: 100%; 
    padding:15px;
}
.footer a{
color:#FFF;
text-decoration:none;

}
.footer .container .row{
padding-top:30px;
padding-bottom:30px;

}
.site-info {
text-transform: uppercase;
text-align:center;
font-size: 0.8em;
}
.social-button{
margin-right:34px;
margin-bottom:15px;
}
.first-btn {
margin-left:15px;
}
.reserved{
font-size:0.8em !important;
margin-top:20px !important;
line-height: 20px;
}
.list-inline{
font-size:12px;
border-left: 1px solid;
}
.mediagroup li{
margin: 0 0 5px 0;
}

.img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
}
.navbar-left{
float:left;
}
.navbar-right{
float:right;
}

.menu-item  a{
color:#000;
text-decoration:none;
}

.content-page{
  font-family: 'GothamNarrow-Light';
font-size: 1.1em;
    font-weight: 500;
}
.nav-src-li{
    margin-right: 15px;
}
.tsearch{
display:none !important;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.headsearch{
    font-family: "GothamNarrow-Light";
    font-weight: 500;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    z-index: 2;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.alert{
padding-top:15px;
padding-bottom:15px;
}
.searchbtn {display:none;}
#navbar {float:left; width:65%;}
#navbar .container-fluid
{
	padding-left: 0px;
}
.home-3-column .col-xs-12 {padding-bottom:0px; min-height: 465px;}
.more-video {text-align:center; padding:10px; margin-bottom:15px; clear:both;}
.more-video a {font-family: "GothamNarrow-Bold"; font-size: 1.3em; color: black;}
.more-video a:hover {color: #900;}
.skin-ads-kiri {
    display: block;
    float: left;
    left: 50%;
    margin-left: -655px;
  	position: fixed;
    top: 0px;
    width: 160px;
}

.skin-ads-kanan {
    display: block;
    float: right;
    margin-right: -655px;
    position: fixed;
    right: 50%;
    top: 0px;
    width: 160px;
	z-index:99999;
}
.caret, .logo-mobile img
{
	display:none;
}
#home-slider
{
	margin-top:5px;
	margin-bottom:5px;
}
.logo-left{float:left;}
.logo-right{float:right;}
.logo-right img {height:130px; padding-top:10px;}
.entry-content a {color:#C30;}
h3 a,h3 a:visited, .judulkontenleft a, .judulkontenleft a:visited, .style-caliber a, style-caliber a:visited{color:#222;}
.f-nav{ z-index: 9999; position: fixed; top: 0; width: 100%; background-color:#fff;}
.f-nav #navbar {left:0; width:50%;}
.f-nav .navbar-nav {float: left;}
.flexslider .slides img, .fs_slider .slides img {height:auto !important; }

@media (max-width:768px){
	
	body {padding: 0px;}
	.logo-mobile img{
	display: block;
	height: 34px;
    float: left;
    margin-top: 5px;
    margin-left: 5%;}
	.container {padding:0;}
	.socmed-btn ul.nav {padding-top:10px;}
	.entry-header h1 {font-size:2em;}
	.entry-header h2 {font-size:1.6em;}
	img.issue, .socmed-btn, .skin-ads-kanan, .skin-ads-kiri {display:none;}
	.kontentengah .wrap h3 {font-size:1em;}
	.soclogo {display:block; text-align:center;}
	.kontentengah .wrap {
    width: 100%;
    padding: 15px;
    text-align: center;
    height: auto;
    border:none;
    display: block;
    font-family: "GothamNarrow-Black";
    font-weight: bold;
}
.f-nav #navbar {left:0; width:100%;}
.kontentengah .wrap h3 {
    font-family: "GothamNarrow-Bold";
    font-size: 1em;
    margin: 5px 0;
    line-height: 1.5em;
	letter-spacing: 0.6px;
    bottom:0;
    position: relative;
    width: 100%;

}
.kontentengah .wrap h3 a {

	color: black;
}

.mobile-hide, .skin-ads-kiri, .skin-ads-kanan {

    display:none;   

}

.ruangtextslide {
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
    bottom: 0;
    background: #000;
	left:0;
	margin-top:0;
}
.ruangtextslide .titlename {
    text-transform: capitalize;
    letter-spacing: 0.6px;
    font-size: 1em;
    font-family: "GothamNarrow-Bold";
}
.flex-direction-nav a {top:35px;}
.logo-left {float:none !important;}
.logo-right, .follow, .logo-left{
    display:none;   
}
.row
{
	margin:0px !important;
}
.searchbtn {display:block;}
#navbar {float:left; width:100%;}
}
@media (max-width:1024px) and (min-width:769px){
	.skin-ads-kiri, .skin-ads-kanan{
    display:none;   
}

.kontentengah .wrap {
	width:48%;
}
}
/*@media (min-width: 768px)  and (max-device-width: 769px){
.btnsoc {
    display: none !important;
}
}*/

.category-navigation ul{
	margin: 0;
	}

.category-navigation li a,
.category-navigation li a:hover,
.category-navigation li.active a,
.category-navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.category-navigation li {
	display: inline;
}

.category-navigation li a,
.category-navigation li a:hover,
.category-navigation li.active a,
.category-navigation li.disabled {
	background-color: #999;
	cursor: pointer;
	padding: 1em;
	padding: 1rem;
}

.category-navigation li a:hover,
.category-navigation li.active a {
	background-color: #222;
}
@media (max-width:767px){
		.desktop-leaderboard {display: none;}
		.modal-open{overflow: hidden;}
		.modal-open div.container, .modal-open div#page {
			-webkit-filter: blur(10px);
			-moz-filter: blur(10px);
			-o-filter: blur(10px);
			-ms-filter: blur(10px);
			filter: blur(10px);
		}
	}
@media (min-width:768px){
		.mobile-leaderboard, .mobile-mpu {display: none;}
		.modal-open{overflow: auto;}
	}

/*yp start*/
div#myModal {
    z-index: 99999;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-header {
    border-bottom: 1px solid #dcd4d4 !important;
    margin-bottom: 5px;
    background-color: #fff;
}
.modal-header p {
    cursor: pointer;
    color: #000;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: "GothamNarrow-Light";
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.close {
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    opacity: 0.2 !important;
    float: right;
    margin-top: 15px;
    font-size: 25px;
    cursor: pointer;
}
.modal-body {
    padding: unset !important;
}
.modal-body div {
    margin: auto;
}
.at-below-post.addthis_tool {
    display: none;
}
span.wpcf7-list-item.first.last {
    width: 100%;
    margin-left: -15px;
}
.back-issue-yp {
    min-height: 350px;
    border-bottom: 1px solid #dedede;
    margin-top: 25px;
}
.wpcf7-response-output {
    border: none !important;
    font-weight: 600;
    color: red;
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
	.back-issue-yp {
	    min-height: 320px;
	    border-bottom: 1px solid #dedede;
	    margin-top: 25px;
	}
}
.back-issue-yp img {
    max-height: 270px;
    margin: auto;
    display: block;
}
/*yp end*/