@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);

.content{
	position:absolute;
	width:1000px;
	height: auto;
	left:50%;
	top:5%;
	margin-left:-450px;
	margin-top:0;
}
#video{
	/*width: 853px !important;*/
    height: 480px;
    margin: 20px auto !important;
    position: relative;
}
.nav-tabs{
	border-bottom: none !important;
	font-size:16px;
}
.nav-tabs>li{
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.nav-tabs>li>a{
	font-family: 'Didact Gothic', sans-serif;
	font-weight:bold;
}
.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a{
	box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.55);
	background-color: rgba(0, 0, 0, 0.10);
	border: none;
	color: #000;
}
.nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover{
	background-color: rgba(0,0,0,0.10)  !important;
	border: none;
}

.nav-tabs>li>a{
	border: none;
	border-radius: 0;
	color: #000;
}
.sideText{
	width:290px;
	float:left;
	padding:20px 0 0 20px;
	font-family: 'Didact Gothic', sans-serif;
	font-size:14px;
}
.navbar{  min-height: 40px; }
.navbar-default{
	background-color: transparent;
	border:none;
	color:rgba(255,255,255,1.00);
}
/** MersaDesign.com & DanialSabagh.com Copyright **/
.DanialSabagh-logo {
    /** Logo setting **/
    background:url("https://mersadesign.com/logo/DanialSLogoWBG.png") no-repeat;
    background-position: -40px 0;
    display:block;
    height:30px;
    width:40px;
    text-indent:-9999px;
    float:left;
    padding:0 0 0 0;
    margin:0 -15px 0 0;
    -webkit-transition: background-position 0.5s;
}
.DanialSabagh-logo:hover {
    background-position: 0px 0;
}
/*////////////////*/
.DanialSabagh .tooltip-inner {
    white-space:pre;
    max-width: none;
    
    text-align:left;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
}
.DanialSabagh .tooltip-inner::first-line{
    font-size:12px;
}
@media screen and (max-width: 868px) {
	.navbar-p{
    	padding:10px 0 0 20px;
	}
	.navbar-default {
		background-color: rgba(0, 0, 0, 0.7);
		border-color: transparent;
	}
	.container{padding-bottom: 60px;}
	.buttons{margin-top:10px;}
}

.tooltip-inner {
    white-space:pre;
    max-width: none;
}
.navbar-right {
margin-right: 30px;
}
.navbar-p {
  padding: 10px 0 0 10px;
  color: #fff;
}
.socIcons{
	font-size:23px;
	margin-right:5px;
	margin-bottom:10px;
}
address {
    margin-bottom: 10px;
}
h2{
	margin-bottom: 20px;
	margin-top: 0;
}
.innerbox{
	background:rgba(255, 255, 255, 0.31);
    width: 420px;
    box-shadow: inset 0 0 10px #000;
    /* padding: 10px; */
    padding: 10px;
    margin-top: 100px;
	font-family: 'Raleway', sans-serif;
	padding-bottom: 15px;
}
.innerbox > p{font-size:16px; font-family: 'Didact Gothic', sans-serif; margin: 0 0 0;}
.innerbox > a, .innerbox > p > a{
	color: inherit;
	
}
.innerbox > a:hover{text-decoration:none;}

@media screen and (max-width:768px) {
	.content{
		width:100%;
		left: 0;
		top: 0;
   		margin-left: 0;
		margin-top: 0;
		margin-bottom:0px;
	}
	.sideText{
		width: 290px;
	}
	#but{
		padding-bottom:70px !important;
	}
	.thumb{
		display:none;
	}
	#video{
		padding:20px;
	}
	.innerbox {
		margin-top: 0;
		width: auto;
		background: none;
		box-shadow: none;
	}
	.btn-primary{
		margin-bottom:10px;
	}
	.socIcons{
		float:left;
		font-size:33px !important;
		margin-right:10px;
	}
	.navbar-p{
		padding: 10px 0 0 20px;
	}
	.innerbox > h2{
		font-size: 25px;
	}
	.icon-DS-logo{margin-left:10px;}
}