
#atd-demo-switcher {
    padding: 3px 90px;
    background: #333;
    border-bottom: 2px solid #fd9700;
}#db-switcher {
	background-color: #363636;
	border-bottom: 1px solid #353535;
	height: 68px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.customize-support #site-frame {
    margin-top: 81px;
}
#site-frame {
    margin: 0 auto;
    margin-top: 49px;
    display: block;
    position: fixed;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#branding {
	float: left;
	padding: 5px;
}
#branding a {
    color: #fbfbfb;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
#devices {
	display: inline-block;
}
#devices a {
    color: #ffaf18;
    margin-right: 5px;
    padding: 2px;
}
#devices a.current {
    color: #fbfbfb;
}


#buttons {
	float: right;
	margin-top: 3px;
}

/* Dropdown */
#site-dropdown {
    padding: 7px 15px;
    width: 25%;
    position: relative;
    cursor: pointer;
    background: #797474;
    color: #dfdfdf;
    display: inline-block;
    margin-left: 40px;
    z-index: 9999;
    margin-right: 40px;
}
#site-dropdown ul {
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 0;
	display: none;
	background: #2b2b2b;
	list-style-type: none;
	left: 0;
	height: auto;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
}
#site-dropdown ul li {
	font-size: 0.9em;
}

#site-dropdown ul li a {
	text-decoration: none;
    display: block;
    color: #fff;
    padding: 11px 15px;
    background: #000000;
    border-bottom: solid 1px #101010;
}
#site-dropdown ul li a:hover {
	background: #414141;
}
a.atd-btn {
    background-color: #239604;
    display: inline-block;
    cursor: pointer;
    color: #ffffff!important;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 15px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 2px;
}
a.atd-btn-close {
    background: #fff;
    border-radius: 100%;
    width: 30px;
    padding: 2px 9px;
    text-align: center;
}
a.atd-btn.atd-btn-try {
    background: #1c3aad;
    color: #fff;
}

.atd-btn-download:hover,
a.atd-btn.atd-btn-try:hover{
	background-color: #358ced;
}
.atd-btn-close {
	text-decoration: none;
}
.atd-btn-close i {
	color: #FF0000;
}
.atd-btn-close:hover{
	color: #CCCCCC;
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:1200px) {
#atd-demo-switcher {
    padding: 3px 15px;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:1000px) {
#branding a {
    font-size: 22px;
    line-height: 1.5;
}
#site-dropdown {
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
}
a.atd-btn {
    padding: 2px 8px;
    border-radius: 2px;
    margin-top: 7px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
#site-frame {
    margin-top: 86px;

}
#site-dropdown {
width: 40%;
}

}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:600px) {

#atd-demo-switcher > div {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#site-frame {
    margin-top: 225px;
}
}