/*
 * Created by Bab Al Baharin
 * Coding & Programming By : Abdulla Salman
 * Email: info@bab-albahrain.com
 */
@charset "utf-8";
@font-face {
    font-family: "xxxx";
    src: url("fonts/xxxx.ttf") format("eot"), url("fonts/xxxx.woff") format("woff"), url("fonts/xxxx.ttf") format("truetype"), url("fonts/xxxx.svg#xxxx") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*------------------------------------*\
    $GERNERAL CSS
\*------------------------------------*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a, a:hover{
	color: #474747;
	text-decoration: none;
} 
.clear {
	clear: both;
}
body{
	font-family: Tahoma, 'Helvetica Neue', Helvetica;
	font-weight: normal;
}


/*--- AB ---*/

.header {
    margin-bottom: 130px;
}

.logo {
    text-align: none;
}


.name_co {
    text-align: left;
    margin-top: 40px;
}



.row_info {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    clear: inherit;
    overflow: auto;
    margin: auto;
}

.row_info:hover {
    opacity: 0.9;
    background-color: #fafafa;
}

.title_row_info {
    margin-bottom: 0;
}

.row_info P {
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
}

.row_info div {
    padding: 0px;
}



.btn-success {
    width: 80px !important;
    border-color: none;
}

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

/*--- /AB ---*/

/*--- Floats ---*/

.clearfix {
  .clearfix();
}
.center-block {
  .center-block();
}
.pull-right {
  float: left !important;
}
.pull-left {
  float: right !important;
}

/*--- Toggling content ---*/
/*--- Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 --*/

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  .text-hide();
}

/*--- Hide from screenreaders and browsers ---*/

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  .translate3d(0, 0, 0);
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/



/*
 NAV HEADER FOR MOBILE
*/


/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.content {
}

/* About */

/* CONTACT PAGE */

.

}
/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer {

}

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

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

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.logo {
    text-align: center;

}
    
.title_row_info {
    margin-bottom: 20px;
}

.text_left_only-xs {
	text-align: left;
}


.text_right_only-xs {
	text-align: right;
}

}

/* Custom, iPhone Retina */

@media only screen and (max-width : 320px) {
.logo {
    text-align: center;

}
.title_row_info {
    margin-bottom: 20px;
}  

.text_left_only-xs {
	text-align: left;
}

.text_left_only-xs p {
	text-align: left;
}


.text_right_only-xs {
	text-align: right;
}

.text_right_only-xs p {
	text-align: right;
}
}







/*!
 * Start Bootstrap - 3 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 10px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}



/*------------------------------------*\
    $BabIt
\*------------------------------------*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
background-color: #78013b;
font-family: Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 12px;
font-weight: bold
}


.container {
    width: 100%;
}


h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #812545;
    font-size: 17px;
    padding-top: 5px;
    font-weight: 800;
    font-weight: bold;
}



p {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 2px;
}



.btn {
    padding: 4px 4px;
    border-radius:  1.5px;
    font-size: 14px;
}


.btn-success {
    width: 60px !important;
    border-color: none;
}


.row_info {
    padding: 3px 0px;
}


.tab_iframe {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.tab_iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.btn_hover {
border-radius: 10px;
height: 30px;
width: 100px;
border-radius: 10px;
color: #812545;
background-color: #e1dac4;
border-color: #c0b285;
}


.btn_hover:hover  {
background-color: #c0b285;

}



.nav-tabs>li>a {
    margin-left: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #bfb082;
    font-family: Arial, Helvetica, sans-serif;
    color: #812548;
    font-size: 14px;
    font-weight: bold;
    height: 33.7px;
    border: 1px solid #bfb082;
    border-radius: 0px;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #e1dac4;
    border: 1px solid #bfb082;
}


.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}


.text_left_only-xs {
	text-align: left;
}

.text_left_only-xs p {
	text-align: left;
}


.text_right_only-xs {
	text-align: right;
}

.text_right_only-xs p {
	text-align: right;
}