
			@import url('http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css');
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
@font-face{font-family:h1; src: url('../../fonts/HelveticaNeueW23-Reg.woff');}
@font-face{font-family:h2;src: url('../../fonts/HelveticaNeueW23-Bd.woff');}
@font-face{
    font-family:hel-reg;src:url(../fonts/HelveticaNeueW23-Reg.eot);src:url(../fonts/HelveticaNeueW23-Reg.woff)
        format("woff"),url(../fonts/HelveticaNeueW23-Reg.ttf)
        format("truetype"),url(../fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman)
        format("svg");font-weight:normal;font-style:normal
}
@font-face{
    font-family:hel-bd;src:url(../fonts/HelveticaNeueW23-Bd.eot);src:url(../fonts/HelveticaNeueW23-Bd.woff)
        format("woff"),url(../fonts/HelveticaNeueW23-Bd.ttf)
        format("truetype"),url(../fonts/HelveticaNeueW23-Bd.svg#HelveticaNeueLTArabic55Roman)
        format("svg");font-weight:bold
}



/* MAIN */
*:before,
*:after  { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #000000;
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
a , a:hover , a:active , a:visited {
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

html{
    direction: rtl;
}

body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Cairo", Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 14px;
    /*background: #E9EBEB;*/
    height:100%;
    width: 100%;
}

div{
    /*overflow: hidden;*/
}

h1 , h2 , h3 , h4 , h5 , h6{
    font-family: hel-bd, Tahoma, Geneva, sans-serif;
}

ul , ol{
    clear: both;
    padding: 0px;
}

li{
    list-style-type: none;
}

img{
    border: none;
    width: auto;
    height: auto;
	
}

header , footer , article , news , content , details , section , group , nav , bar , wrap_menu , blockh , blockv , title , block , wrap , clear{
    display: block;
}

.clear{
    clear:both;
}

::selection {
    color: #fff;
    background: #6aa71b;
    text-shadow: 1px 1px 0 #51860d;
}

::-moz-selection {
    color: #fff;
    background: #6aa71b;
}

/* ---- top --- */
#top{

}
/* ---- top ---- */

/*----- header ------ */
#header{
    min-height: 120px;
}
.header-logo{
    margin: 20px 0;
}

.language{
 text-align: center;
font-size: 16px;
 margin: 10px 0;
padding: 5px 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.language .dropdown-menu{
    right: 0;
}

.language li a{
    color: #444;
    min-width: 136px;
}

/*---- header end --- */

/* --- menu --- */
#menu{

}
/* --- menu --- */

/* --- slider ---- */
#slider{
}
/* --- slider ---- */

/*---- banner start --- */
#banner{


}
/*---- banner end --- */

/*---- container start --- */
#container{
    /*min-height: 300px;*/

}

.side-menu{
    margin: 30px 0;
}

.content{

}
/*---- container end --- */
.our-works .single-work {
  overflow: hidden;
}
.our-works .single-work img {
  border-bottom: 3px solid #d6d6d6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-works .single-work p {
  text-align: center;
  font-size: 16px;
  color: #202020;
  padding: 10px 0;
  margin: 0;
}
.our-works .single-work:hover img {
  opacity: 0.5;
}

.ourworks {
  margin-top: 2em;
}
.ourworks .section-title {
  margin-top: -200px !important;
}
.ourworks .single-work {
  margin-bottom: 20px;
  box-shadow: 0 0 0 2px #202020;
}
.ourworks .single-work h6 {
  text-align: center;
  background: #202020;
  margin: 0;
  padding: 15px 10px;
  color: #FFFFFF;
  font-size: 14px;
}

.trademark {
  background: #E9E9E9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  margin-top: -46px;
  padding: 30px 0;
}
.trademark .en-logo {
  float: left;
}
.section-title,
.the-title {
  background: #075653;
  min-width: 240px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 20px 0;
}
.section-title h1 ,
.the-title h1 {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  vertical-align: middle;
}
.section-title i ,
.the-title i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding: 5px;
  color: #FFFFFF;
}
* Single work page */
/*************************************************/
.single-work-info p {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #202020;

}
.da-thumbs {
  list-style: none;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding: 0;

}
.da-thumbs li {
  /*float: left;*/
  display:inline-block;
  margin: 2px;
  /*background:#121212 ;*/
  /*padding: 8px;*/
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}
.da-thumbs li a {
  overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.61);
  width: 100%;
  height: 100%;
}

.da-thumbs li a div span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 40px 0px 0px 0px;
  color: rgba(255,255,255,0.9);
}


/*---- info start --- */

/*************************************************/
/* Contact Page */
/*************************************************/
.contact-page .form-control {
  height: auto;
}
.contact-page .contact-info h1 {
  margin: 0 0 40px 0;
  font-size: 26px;
  color: #202020;
}
.contact-page .contact-info p {
  font-size: 15px;
}
.contact-page .contact-info p i {
  font-size: 20px;
  color: #202020;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 10px;
}
.contact-page .contact-form h1 {
  margin: 20px 0 40px 0;
  font-size: 26px;
  color: #202020;
}

/*---- info start --- */
#info{

}

.owl-carousel{
    direction: rtr !important;
    margin: 0 auto;
}

.owl-carousel .item{
    float: right !important;
}

/*---- info end --- */

/*---- footer start --- */
#footer{

border-top: 1px solid #c3c2bb;
}

.footer-menu{
    float: right;
    padding: 30px 0;
}

.footer-menu p{
    margin: 15px 0 0 0;
    color: #666666;
    text-align: justify;
    float: right;
    width: 90%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.footer-menu p:hover{

}

.footer-menu h1{
    color: #444444;
    text-shadow: 0 1px 1px #FFF;
    font-size: 20px;
}

.footer-menu ul{
    margin: 10px 0 0 0;
}
.footer-menu ul li{

}
.footer-menu .foot-links ul li a{
    /*border-bottom: 1px solid #666;*/
    display: block;
    background: url(../image/footer-bullet.png) no-repeat right;
    color: #666666;
    padding: 5px 15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.footer-menu .foot-links ul li a:hover{
    text-decoration: none;
    color: #FFA200;
    padding: 5px 20px;
}

.footer-contact ul{
}

.footer-contact ul li{
    margin: 15px 0;
}

.footer-contact ul li i{
    color: #075653;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 18px;
}

.footer-contact ul li span{
    color: #444;
    font-size: 16px;
}

.footer-adress{
    color: #f2d980;
    text-shadow: 0 1px 1px #000;
    font-size: 18px;
    font-weight: bold;
}
.footer-adress img{
    vertical-align: bottom;
    margin: 0 0 0 5px;
}
/*---- footer end --- */

/* ---- copyright ---- */
#copyright{
    background: #075653  ;
    min-height: 60px;
    border-top: 2px solid #FFF;
    padding: 10px 0 0 0;
    text-align: center;
	 color: #fff;
  
}



.ffform-control {
display: block;
width: 80%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.social{
    float: right;
}
.social li{
    float: left;
    margin: 0 5px;
}
.social li a{
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.social li a img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.social li a img:hover{
    opacity: .7;
    -webkit-filter: drop-shadow(10px 7px 1px grey);
    -webkit-filter: hue-rotate(333deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}



.copyright span{
    margin: 10px 0 0 0;
    display: inline-block;
	
}
/* ---- copyright ---- */

/* ----- general start -------- */
/* --- to top start ---*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:30px;
    height:30px;
    border:none;
    text-indent:100%;
    background:url(../image/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background:url(../image/ui.totop.png) no-repeat left -30px;
    width:30px;
    height:30px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}
/* --- to top end ---*/
/*---- footer end --- */
/* ------- general end ------- */

/* ---- social2 ---- */
.social li{
    float: right;
}
.social li a{
    font-size: 18px;
    color: #FFF;
    margin: 5px;
    display: block
}

.social li a.twitter:hover{
    color: #00ACEE;
}
.social li a.face:hover{
    color: #6A7CAA;
}
.social li a.youtube:hover{
    color: #CC332D;
}
.social li a.google:hover{
    color: #D14836;
}
.social li a.rss:hover{
    color: #FF8201;
}

.owl-item {
    float: right !important;   
}

.hover-data{
    text-align: center;
    width: 100%;
    border-bottom: 5px solid #075653;
    padding: 0 0 10px 0;
}

.hover-data h3{
    color: #353535;
    font-size: 16px;
    margin: 5px 0;
}
.hover-data h4{
    color: #075653;
    font-size: 14px;
}

.content-address{

    border-right: 5px solid #075653;
    padding: 5px 10px 5px 0;
    color: #353535;
    font-size: 22px;
    margin: 10px 0;
}

.content-address1{
 background: #eee;
    border-right: 5px solid #9e8f18;
    padding: 5px 10px 5px 0;
    color: #353535;
    font-size: 14px;
    margin: 10px 0;
}

.owl-nav{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -55px;
    left: 10px;
}

.owl-prev{
    padding: 7px 10px !important;
    background: #075653 !important;
}

.owl-next{
    padding: 7px 10px !important;
    background: #075653 !important;
}

.owl-prev:hover,.owl-next:hover{
    background: #0f776c !important;
}

/*--- profile --- */

#people{
    position: relative;
    margin: 30px auto 0 auto;
    padding: 0;
    /*width: 480px;*/
    font-size: 16px;
    line-height: 22px;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    list-style-type: none;
}
#people .people-content{
    position: relative;
    margin: 0 0 40px 0;
    padding: 15px 8px 15px 8px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), inset 0 1px 0 #ffffff;
    background: #f6f6f6;
    overflow: hidden;
}
#people img{
    position: absolute;
    top: -20px;
    right: -16px;
    z-index: 10;
    margin: 0;
    padding: 4px;
    width: 80px;
    height: 80px;
    border: 1px solid #bbbbbb;
    box-shadow: 0 1px 0 #ffffff;
    border-radius: 50%;
    background: #ffffff;
}
#people h2{
    margin: 0 60px 0 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #209edb;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.7);
}
#people .info{
    margin: 0;
    display: block;
}
#people p{

    font-size: 14px;
    line-height: 22px;
    color: #5b5b5b;
    float: left;
    text-indent: 60px;
}
/*--- profile --- */

.content-adv{
    background: #d1d1d1;
    text-align: center;
    min-height: 370px;
    line-height: 370px;
	border-radius: 5px;
}

/* --- nav --- */
#navigation {
}

#menu-toggle {
    display: none;
    float: right;
}

/* HEADER > MENU */
#main-menu {
    float: right;
}

#main-menu > li {
    float: right;
    position: relative;
    margin: 0;
}

#main-menu > li:last-child {
    float: right;
    position: relative;
    background: none;
}

/*#main-menu > li.parent {
    background-image: url(../image/arrow-bottom.png);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: left center;
}*/

#main-menu > li.parent > a {
    /*padding-left: 14px;*/
}

#main-menu > li > a {
    display: block;
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    color: #1076a8;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    height: 100px;
    line-height: 100px;
}

#main-menu > li > a > p{
    line-height: 30px;
}

#main-menu > li > a > i{
    margin: 10px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #F6F6F6;
}

#main-menu > li > a:hover {
    color: #FFF;
    background: #075653;
    text-decoration: none;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
    color: #FFF;
    background: #075653;
    text-decoration: none;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
    position: relative;
}

#navigation ul.sub-menu { /* level 2 */
    display: none;
    right: -8px;
    top: 90px;
    position: absolute;
    width: 250px;
    z-index: 99999999;
    border: 8px solid rgba(255,255,255,.4);
    border-top: none;
}

#navigation ul.sub-menu ul.sub-menu { /* level 3+ */
    margin-top: -1px;
    padding-top: 0;
    right: 226px;
    top: 0px;
}

#navigation ul.sub-menu > li > a {
    background-color: #075653;
    border-top: none;
    color: #FFF;
    display: block;
    font-size: 13px;
    padding: 15px 12px;
}

#navigation ul.sub-menu > li > a > i {

}

#navigation ul.sub-menu > li > a:hover {
    background-color: #4DB1E2; 
    color: #fff;
}

#navigation ul.sub-menu > li:first-child {
}

#navigation ul.sub-menu ul.sub-menu > li:first-child {
}

#navigation ul.sub-menu > li:last-child > a {
    border-radius: 0 0 2px 2px;
}

#navigation ul.sub-menu > li > a.parent {
    background-image: url(../image/arrow.png);
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-position: 5% center;
}

#main-menu li:hover > ul.sub-menu {
    display: block; /* show the submenu */
}



.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 1000;
    height: 120px;
    /*overflow: hidden;*/
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    box-shadow: 0 0 5px #CCC;
}

.cbp-af-header .cbp-af-inner {
    /*width: 90%;
    max-width: 69em;*/
    margin: 0 auto;
    padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
}

/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
}

.cbp-af-header h1 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 65px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {

}

.cbp-af-header.cbp-af-header-shrink img{
    height: 40px;

}

.cbp-af-header.cbp-af-header-shrink .header-logo{
    margin: 10px 0 0 0;
}

.cbp-af-header.cbp-af-header-shrink #main-menu > li > a {
    display: block;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
    color: #1076a8;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 15px 0 0 0;
}

.cbp-af-header.cbp-af-header-shrink #main-menu > li:hover > a,
.cbp-af-header.cbp-af-header-shrink #main-menu > li.current-menu-item > a {
    color: #FFF;
    background: #075653 !important;
    text-decoration: none;
}

.cbp-af-header.cbp-af-header-shrink #main-menu > li{
    position: relative;
}

.cbp-af-header.cbp-af-header-shrink #main-menu > li > a > i{
    margin: 0;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    display: none;
}

.cbp-af-header.cbp-af-header-shrink ul.sub-menu{
    top: 50px !important;
}

.cbp-af-header.cbp-af-header-shrink ul.sub-menu ul.sub-menu { /* level 3+ */
    margin-top: -1px;
    padding-top: 0;
    right: 226px;
    top: 0px !important;
}

.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {

    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }

    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }

    .cbp-af-header nav a {
        margin: 0 10px;
    }

    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
    }

    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 32.25em) {
    .cbp-af-header nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 24em) {
    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}




.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel {
    position: relative;
    height:100%;
    line-height: 1;
}
.carousel-inner {
    overflow: hidden;
    width: 100% !important;
    position: relative !important;	
    padding:0;
}
.carousel .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel .item > img {
    display:inline;	
    /*display: block;*/
    line-height: 1;
}

/* Frames for the images
 * ============================ */
.ts-img-frame-1 {
    border: 3px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}

.ts-img-frame-2 {

}

/* Frames for the text
 * ============================== */

.ts-text-frame-1 {
    border: 1px solid white;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.ts-text-frame-2 {
    border: 1px solid #101010;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.ts-text-frame-3 {
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .8);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .8);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .8);

}

.ts-text-frame-4  {

    border: 3px solid white;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 3px;
    box-shadow: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.ts-text-frame-5 {
    border: 3px solid #498af2;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px #3079ed
        , 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 0 1px #3079ed
        , 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 1px #3079ed
        , 0 1px 3px rgba(0, 0, 0, .3);
}

.ts-text-frame-6 {
    border: 3px solid #db4b39;

    /*-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    */
    -webkit-box-shadow: 0 0 0 1px #c13828
        , 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 0 1px #c13828
        , 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 1px #c13828
        , 0 1px 3px rgba(0, 0, 0, .3);
}

.carousel .active,
.carousel .next,
.carousel .prev {
    display: block;
}
.carousel .active {
    left: 0;
}
.carousel .next,
.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel .next {
    left: 100%;
}
.carousel .prev {
    left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
    left: 0;
}
.carousel .active.left {
    left: -100%;
}
.carousel .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-caption {
    /*width: 40%;*/
    position: absolute;
    /*left: 0;*/
    float: left;
    right: 100px;
    top: 50px !important;
    /*bottom: 0;*/
    padding: 15px;
    background: #333333;
    /*background: rgba(26, 155, 216, 0.7) !important;*/
    background: rgba(0, 0, 0, 0.6) !important;

    /* ADDITIONAL
     * ---------------- */
    text-align: right;
}
.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
    line-height: 20px;
}
.carousel-caption h4 {
    margin: 0 0 5px;
    font-size: 20px;
}
.carousel-caption p {
    margin-bottom: 0;
    font-size: 13px;
    color: #FFF !important;
}
.carousel-container iframe{
    width:100%;
    max-width:100%;
    height:100%;
}

/*slider type*/
div.ts_img_left h4{
    margin:0 0 10px;
}
div.ts_img_left div.ts_img,div.ts_img_right div.ts_img{
    width:54%;
    height:100%;
    position:relative;
    text-align:center;
}
div.ts_img_left div.ts_img{
    float:left;
}
div.ts_img_right div.ts_img{
    float:right;
}
div.ts_img_left img,div.ts_img_right img{
    width:75%;
    height:75%;
    border:1px #000000 solid;
    position:absolute;
    top:50%;
    height:10em; 
    margin-top:-5em;
}
/**/

.ts_sld_scroller{
    height:62px;
    width:100%;
    overflow:hidden;
    position:absolute;
    z-index:1;

}
.ts_sld_scroller li{
    /*	max-width:100px;*/
    max-height:62px;
}
.ts_sld_scroller img{
    display:block;
    border:1px solid #666 ;
    margin:0;
}
div.ts_scr_left{
    left:0;	
}
div.ts_scr_left ,div.ts_scr_right,div.ts_scr_top{
    top:0;
}
div.ts_scr_right{
    right:0;
}
.ts_sld_scroller ul{
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    /*	overflow:hidden;*/
}
div.ts_scr_bottom{
    bottom:0;
}
div.ts_scr_top ul li,div.ts_scr_bottom ul li{
    float:left;
}
div.ts_scr_bottom ul li img,div.ts_scr_top ul li img{
    display:block;
}
.ts_sld_clear{
    clear:both;
    margin-bottom:3%;
}
.ts_border{
    display:block;
    width:100%;
    height:100%;

}
/*
* TsSlider jQuery Plugin
* 
* Copyright 2012 DesignShock
*
*
*
*



/* ARROWS SECTION 
 -------------------------- */

.ts-carousel-control
{
    position: absolute;
    top: 40%;
    background: rgba(200, 200, 200, .7);
}

.ts-carousel-control:hover
{
    text-decoration: none;
}


/* ARROW 1
 ===================  */

.ts-arrow-1
{	
    width: 5%;
    height: 11%;
    background: rgb(200, 200, 200);
    opacity: .6;
    text-align: center;
    font-size: 46px;
    color: #57685C;
    text-shadow: 0 1px 1px #f8f8f8;
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}

.ts-arrow-1:hover
{
    width: 6%;
    opacity: .95;
    text-decoration: none;
}

.ts-arrow-1-left
{
    left: 0%;
}

.ts-arrow-1-right
{
    right: 0%;
}


div[class*="ts-border-"]{
    padding: 2%;
    margin: 0 auto 5%;
    width:90%;
}
a[class*="ts-arrow-"]{
    z-index:105;
}

/* Carousel Items
 * ------------------------------- */

.carousel-inner
{
}

.item img
{
    width: 100%;
    /*	height: 95%;*/
    margin:0;
}	

/* Carousel Custom - the new class for the carousel
 * --------------------------------- */

.carousel-custom
{
    position: absolute;
    top: 40%;
}


/* FONT RELATED - FONT INSIDE ARROWS
 ---------------------------- */

p.arrow-inside
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    line-height: inherit;

}

/* 
 * jQuery RefineSlide plugin v0.3
 * Copyright 2012, Alex Dunphy
 * MIT License (http://www.opensource.org/licenses/mit-license.php)
 *
 * Base styles
 */

.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

/* ===[ Slider ]=== */
.rs-slider{
    overflow:visible;
    margin:0;
}
.rs-wrap {
    position: relative;
    max-width: 100%;
    width:100% !important;
}

.rs-slide-bg { *zoom: 1 }

.rs-slider > li > a { display: block }

.rs-slider > li {
    list-style: none;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
    padding: 0;
    float: left;
    position: relative;
    line-height:none;
}

.rs-slider > li > a {
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.rs-slider > li img {
    /*        display: block;*/
    max-width: 100%;
    max-height: 100%;
    -ms-interpolation-mode: bicubic;
    margin:0;
}

/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { *zoom: 1 }

.rs-thumb-wrap > a {
    display: block;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rs-thumb-wrap > a > img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -ms-interpolation-mode: bicubic;
}

.rs-thumbwrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows .rs-next,
.rs-arrows .rs-prev { z-index: 1 }

.rs-arrows:hover .rs-next,
.rs-arrows:hover .rs-prev { z-index: 2 }

/* ===[ Captions ]=== */

.rs-caption {
    position: absolute;
    max-height: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.rs-caption.rs-top-left {
    top: 0;
    bottom: auto;
}

.rs-caption.rs-top-right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.rs-caption.rs-bottom-left {
    bottom: 0;
    left: 0;
}

.rs-caption.rs-bottom-right {
    right: 0;
    left: auto;
    border-bottom: none;
    border-right: none;
}

.rs-caption.rs-top {
    top: 0;
    bottom: auto;
    width: 100%!important;
}

.rs-caption.rs-bottom { width: 100%!important }

.rs-caption.rs-left {
    top: 0;
    height: 100%;
}

.rs-caption.rs-right {
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

/* ===[ Grid ]=== */

.rs-grid {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.rs-gridlet {
    position: absolute;
    opacity: 1;
}

@media screen and (max-width: 480px) { 
    .rs-caption { opacity: 0!important }
}

#banner .ca-menu{
    padding:0;
    margin:0 auto;
    /*width: 1020px;*/
}
#banner .ca-menu li{
    width: 12.5%;
    height: 150px;
    overflow: hidden;
    position: relative;
    float:right;
    /*margin: 10px 15px;*/
    /*background: #fff;*/
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#banner .ca-menu .col-md-3{
    /*max-width: 22.4% !important;*/
}

#banner .ca-menu li.blue{
    background: rgba(235, 235, 235);
    background: #075653;
}

#banner .ca-menu li.sky{
    background: rgba(207, 207, 207);
    background: #CFCFCF ;
}

#banner .ca-menu li:last-child{
    margin-right: 0px;
}
#banner .ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
#banner .ca-icon{
    font-size: 40px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
#banner .ca-icon#heart{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}

#banner .ca-icon img{
    display: block;
    margin: 15px auto 5px auto;  
    height: 50px;
}

#banner .ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
#banner .ca-main{
    font-size: 15px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
}
#banner .ca-sub{
    text-align:center;
    font-size: 14px;
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    width: 100%;
    left: 0px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#banner .ca-menu li:hover{
    background-color: #353535;
    z-index:999;
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);  
    -ms-transform: scale(1.1);   
    -o-transform: scale(1.1);   
    transform: scale(1.1);  
}
#banner .ca-menu li:hover .ca-icon{
    color: #ccff00;
    font-size: 90px;
    opacity:0.3;
}
#banner .ca-menu li:hover .ca-icon#heart{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
#banner .ca-menu li:hover .ca-main{
    color: #4DB1E2;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
#banner .ca-menu li:hover .ca-sub{
    color: #f7002f;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}



/* ---- info ---- */
.full-size {
    width: 100%;
}
/* hover effect */
.hover-wrapper {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin-bottom: 5%;
    /* without this the link would be collapsed and won't be clickable */
    position: relative;
    border: 1px solid #444;
    overflow: hidden;
}
/* Flicker bug fix (hardware acceleration). More info here: http://davidwalsh.name/translate3d */
.accelerate {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* 1st version of hover bg */
.full-size:hover {
    z-index: initial;
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5) inset;
}
/* 2nd second version of hover bg */
.hover-wrapper-left:hover {
    background: rgba(0, 0, 0, 0.8);
    z-index: initial;
}
/* 3rd version of hover bg */
.hover-wrapper-right {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    /* IE fallback */
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hover-wrapper:hover .hover-wrapper-right {
    background: rgba(0, 0, 0, 0.5);
    z-index: initial;
    top: 0;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    /* IE fallback */
}
.hover-wrapper img {
    z-index: -1;
    /* position image behing black hover area */
    vertical-align: bottom;
    /* this fixes problem with ugly gap below the image*/
}
owl-carousel .icon {
    display: inline-block;
    position: absolute;
    top:50%;
    left:50%;
    width: auto;
    height: auto;
    z-index: 100 !important;
}
/* animate opacity from 0 to 100% */
.full-size__magnifyingGlass {
    opacity: 0;
    /*     margin-left: -38px;
    margin-top: -38px; */
    /* this is fallback in case you will not use jQuery icon positioning fix */
    background: #ddd;
    padding: 14px;
    border-radius: 50%;
}
.hover-wrapper:hover .full-size__magnifyingGlass {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
/* scale the icon from 0 to 100% */
.full-size__magnifyingGlass--second {
    margin-left: -24px;
    margin-top: -24px;
    left:50%;
    width: auto;
    height: auto;
    z-index: 100 !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform:scale(0);
    /* width will be 110% as well as height */
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
/* on image hover scale the icon to 100% size with animation */
.hover-wrapper:hover .full-size__magnifyingGlass--second {
    /*transform*/
    -webkit-transform:scale(1, 1);
    /* width will be 110% as well as height */
    -moz-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    transform:scale(1, 1);
}
/* scale and rotate at the same time */
.full-size__magnifyingGlass--third {
    /* vertical centering of the icon */
    margin-top: -26px;
    border-radius: 50%;
    z-index: 100 !important;
    /* place the icon on the top of the image */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    /*transform*/
    -webkit-transform:rotate(360deg) scale(0);
    /* rotate and scale before hover */
    -moz-transform:rotate(360deg) scale(0);
    -ms-transform:rotate(360deg) scale(0);
    -o-transform:rotate(360deg) scale(0);
    transform:rotate(360deg) scale(0);
}
.hover-wrapper:hover .full-size__magnifyingGlass--third {
    /*transform*/
    -webkit-transform:rotate(0deg) scale(1, 1);
    /* rotate and scale to default state */
    -moz-transform:rotate(0deg) scale(1, 1);
    -ms-transform:rotate(0deg) scale(1, 1);
    -o-transform:rotate(0deg) scale(1, 1);
    transform:rotate(0deg) scale(1, 1);
}
/* magnifyingGlass__full-size-third: icon motion from the left to the right and vice versa */
.hover-wrapper .left {
    left: 0;
}
/* on hover move the left icon to the right */
.hover-wrapper:hover .left {
    left: 55%;
}
.hover-wrapper .right {
    right: 0;
}
/* on hover move the right icon to the left */
.hover-wrapper:hover .right {
    right: 55%;
}
/* FOURTH GROUP OF IMAGES */
.owl-carousel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.third {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    /* float elements side by side */
}
.last {
    margin-right: 0;
    /* clear margin-right on the last image */
}
.bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 501;
    left: 0;
    top: -100%;
}
.third a {
    z-index: 5001;
    position: absolute;
    display: block;
    height:100%;
    width: 100%;
}
.third i {
    left: 50%;
}
/* font-awesome icons */

.accelerate{
    position: relative;
}

.hover-wrapper:hover i {
    /*transform*/
    -webkit-transform:scale(1, 1);
    /* width will be 100% as well as height */
    -moz-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    -o-transform:scale(1, 1);
    transform:scale(1, 1);
}
.hover-wrapper:hover .bg {
    top: 0;
}

.hover-wrapper i{
    color: #FFF;
    background: rgba(0,0,0,.5);
    padding: 15px 0;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    z-index: 501;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    top: 50%;
}

.hover-wrapper .face:hover i{
    background: #6A7CAA;
}
.hover-wrapper .twit:hover i{
    background: #00ACEE;
}

.hover-wrapper .image img {

    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease;
    -ms-transition: transform 0.5s ease, opacity 0.3s ease;
    -o-transition: transform 0.5s ease, opacity 0.3s ease;
    transition: transform 0.5s ease, opacity 0.3s ease;
}
.hover-wrapper .image:hover img {
    opacity: .8;
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
}

/* ---- button --- */

.a_demo_four {
    background-color:#3bb3e0;
    font-size:13px;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:7px 12px;
    padding-right:50px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(44,160,202)),
        color-stop(1, rgb(62,184,229))
        );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
    text-decoration: none;
    outline: none;

    position: absolute;
    left: 100px;
    margin: 10px 0 0 0;
}

.top-a-four .a_demo_four{
    position: relative;
    float: left;
    left: 0;
    clear: both;
    margin: 20px 0 0 0;
    z-index: 9;
}

.a_demo_four:active {
    top:3px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(62,184,229)),
        color-stop(1, rgb(44,160,202))
        );
    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
    text-decoration: none;
    color: #FFF;
}

.a_demo_four::before {
    background-color:#2591b4;
    background-image:url(../image/support.png);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:30px;
    height:30px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
    text-decoration: none;
    color: #FFF;
}

.a_demo_four:active::before {
    top:50%;
    margin-top:-18px;
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
    text-decoration: none;
    color: #FFF;
}
/* ---- button --- */

#container a{
    transition: none;
    -moz-transition: none;
    -webit-transition: none;
    -o-transition: none;
}
#container .ca-menu{
    padding:0;
z-index: 100;
position: relative;
    width: 100%;
}
#container .ca-menu li{
    width: 100%;

    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    color: #353535 !important;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#container .ca-menu li:first-child{
    border-top: 1px solid #e3e3e3;
}
#container .ca-menu li:last-child{
    margin-bottom: 0px;
}

#container .ca-menu li.first{
    border-right: 5px solid #075653;
}

#container .ca-menu li.native{
    border-right: 5px solid #4db1e2;
}

#container .ca-menu li a{
    display: block;
    width: 100%;
    padding: 15px;
    display: block;
    position: relative;
}

#container .ca-content{

}
#container .ca-main{
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #444444;
}

#container h3.ca-main{
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #075653;
}

#container .ca-menu li:hover h3.ca-main{
    color: #353535;
}

#container .ca-menu li:hover{
    background: #e1f0fa;
}

#container .ca-menu li:hover .ca-main{
    opacity: 1;
    color:#2676ac;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

#container .ca-menu span{
    font-size: 22px;
    text-shadow: 0px 0px 1px #333;
    vertical-align: middle;
    display: block;
    padding: 20px 10px;
    width: 50px;
    float: right;
    line-height: 50%;
    color: #FFF;
    height: 100%;
    margin: 0 0 0 10px;

    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#container  .ca-menu li.first span{
    background: #075653;
}
#container  .ca-menu li.native span{
    background: #4db1e2;
}
#container  .ca-menu li:hover span{

    color: #000;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

.hidden-menu{
    margin: 40px 0 0 0;
}

.slicknav_menu {
    display:none;
}

@media screen and (max-width: 62em) {
    #navigation {
        display:none;
        width: 100%;
        position: relative;
    }

    .slicknav_menu {
        display:block;
        z-index: 999999999;
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner .ca-menu li{
        width: 12.5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner .ca-menu li{
        width: 25%;
    }
}


@media (min-width: 768px) and (max-width: 959px) {
    #banner .ca-menu li{
        width: 25%;
    }
}

@media (max-width: 767px) {
    #banner .ca-menu li{
        width: 50%;
    }
}


@media (max-width: 480px) {
    #banner .ca-menu li{
        width: 100%;
    }
}


#search{
    background: #4db1e2;
    position: relative;
    box-shadow: 0 5px 5px #3e90b8 inset;
}

.search-btn{
    background: url(../image/search.png) no-repeat;
    width: 120px;
    height: 51px;
    line-height: 51px;
    color: #FFF;
    font-size: 22px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -51px;
    z-index: 999;
    left: 10%;
}

.search-form{
    /*height: 120px;*/
    display: none;
}

.cont {
    position: relative;
    margin:20px auto;
    /*width: 500px;*/
    width: 95%;
    padding: 10px 0;
}

.srchFld {
    border: 0;
    border-radius:7px;
    padding: 5px;
    padding-right:10px;
    display:inline-block;
    /*width:20%;*/
    border-bottom:5px solid #bdc3c7;
    height: 40px;
    color: #7f8c8d;
    font-size:13px;
    margin: 5px 0 5px 3.5%;

}

.srchFld:focus {
    outline-color: rgba(white,0);
}

.srchBtn {
    border: 0;
    border-radius:7px;
    padding: 5px 20px;
    background: #075653;
    display:inline-block;
    width:99px;
    border-bottom:5px solid #006da3;
    color:#444;
    height: 40px;
    color: white;
    font-size:14px;
    cursor: pointer;
    top: -1px;
    position: relative;
    margin: 5px 0 5px 0;
}

.srchBtn:active {
    border-bottom:0px solid #c0392b;
}

/* --- page --- */
.page{
    margin: 20px 0;
}


.incontent{
    min-height: 200px;
    padding: 10px 0;
    overflow: hidden;
}

.incontent p{
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}

.incontent img{
    display: inline-block;
    float: left;
    border: 3px solid #ebebeb;
    border-radius: 3px;
    margin-right: 2%;
    max-width: 300px;
}
/*************************************************/
/* Page Register */
/*************************************************/
.pages-slider .carousel .item {
  height: 360px;
}
.register-page .trademark {
  margin-top: 0;
}
.register-page .register .section-title {
  margin-top: -230px;
  background: #202020;
  padding: 5px 5px 5px 15px;
}
.register-page .form-control {
  height: 40px;
}
.register-page .bfh-datepicker {
  background: #FFFFFF;
}
.register-page .register-form span {
  margin-top: 12px !important;
    text-align: left;
}
.register-page .register-form input[type=checkbox] {
  margin-top: 14px;
}

/*************************************************/
/* Map */
/*************************************************/
.contact-page-map {
  margin: -100px 0 0 0;
}
.google-maps {
  position: relative;
  padding-bottom: 32%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 -10px 19px rgba(0, 0, 0, 0.26);
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/*************************************************/
/* Contact Page */
/*************************************************/
.contact-page .form-control {
  height: auto;
}
.contact-page .contact-info h1 {
  margin: 0 0 40px 0;
  font-size: 26px;
  color: #202020;
}
.contact-page .contact-info p {
  font-size: 15px;
}
.contact-page .contact-info p i {
  font-size: 20px;
  color: #202020;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 10px;
}
.contact-page .contact-form h1 {
  margin: 20px 0 40px 0;
  font-size: 26px;
  color: #202020;
}
/*************************************************/
/* Our Works Page */
/*************************************************/

.trademark {
  background: #E9E9E9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  margin-top: -46px;
  padding: 30px 0;
}
.trademark .en-logo {
  float: left;
}
.section-title,
.the-title {
  background: #075653;
  min-width: 23%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 20px 0;
}
.section-title h1 ,
.the-title h1 {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  vertical-align: middle;
}
.section-title i ,
.the-title i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding: 5px;
  color: #FFFFFF;
}
#banner {
    min-height: 100px;
    overflow: hidden;
    position: relative;
   background: #075653 !important;
   border-bottom: #0f776c 3px solid !important;


   
}

.page-address{
  
    color: #fff !important;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
	 padding: 15px 0;
    font-family: "Cairo";
}

.modal-dialog{
    z-index: 999999999;
}
/* --- page --- */

.add-tr{
    margin: 5px 0 !important;
}

.added-input{
    margin: 5px 0;
}

.agree{
    vertical-align: top;
    margin: 0 0 0 5px;
}

.register-btn{
    margin: 20px 0;
    /*max-width: 100px;*/
}

.incontent-news h3{
    font-size: 20px;
}

.incontent-news a{
    margin: 5px 0;
    font-size: 12px;
}

.info img{
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 2px;
}

.info-content{
    margin: 20px 0;
}

.form-group input{
    font-size: 13px;
}

.form-group label{
    font-size: 13px;
    margin: 0 0 5px 0;
    color: #444;
}

.tab-block{
    background: #FFF;
    border: 1px solid #dfdfe0;
    min-height: 200px;
    position: relative;
    z-index: 2;
    overflow: hidden;

    padding: 20px;
}

.etabs{
    margin: 10px 0 0 0;
    overflow: hidden;
}

.etabs li{
    float: right;

    position: relative;
    z-index: 1;
    overflow: hidden;
}

.etabs li a{
    display: block;
    text-align: center;
    padding: 10px 35px; 
    color: #444;
    background: #FFF;
    border: 1px solid #dfdfe0;
    border-right: none;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.etabs li:first-child a{
    border: 1px solid #dfdfe0;
}

.etabs li a:hover{
    color: #FFF;
    background: #075653;
    text-decoration: none;
    padding: 10px 35px; 
}
.etabs li a:active{
    color: #FFF;
    background: #075653;
    text-decoration: none;
    padding: 10px 35px; 
}
.etabs li.active a{
    color: #FFF;
    background: #075653;
    text-decoration: none;
    padding: 10px 35px; 
}

div.ui-widget { width: 800px; }

label { display: inline-block; width: 250px; }
#states { width: 250px; vertical-align: top; }
#selectedStates { width: 500px; vertical-align: top; }
#showStates { font-size: .7em; }

#clear-selected, #clear-all { float: right; }

.right { float: right; }

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.clear-selected{
    display: inline-block;
}

.subscribe input { @include box-sizing(border-box); }
.subscribe  ::-moz-focus-inner { padding: 0; border: 0 }
.subscribe  :-moz-placeholder { color: #999 !important; }
.subscribe  ::-webkit-input-placeholder { color: #999; }
.subscribe {
 background: none repeat scroll 0 0 white ;
    border-radius: 5px;
    margin: 10px auto;
	 border: 1px solid #bbbbbb;
    padding: 20px;
    width: 100%;
}

.subscribe-pitch {
  padding-left: 120px;
  background: url('../image/email.png') 5px center no-repeat;

  > h3 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
  }

  > p {
    line-height: 22px;
    color: #484848;
  }
}

.subscribe-form {
  position: relative;
  margin: 20px -20px -20px;
  padding: 15px;
  background: #fafafa;
  border-top: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  @include linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  @include box-shadow(inset 0 1px white);
}

.subscribe-input {
  padding: 0 16px;
  width: 100%;
  height: 35px;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #444;
  text-align:left;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
  border-radius: 20px;
  @include box-shadow(inset 0 1px 1px rgba(black, .2), 0 1px #f8f8f8);

  &:focus { outline: 0; }
}

.subscribe-submit {
  display: block;
  
  position: absolute;
  top: 15px;
  right: 15px;
    padding-left: 5px;
    padding-top: 5px;
	  height: 35px;
  width: 60px;
  background: #60e160;
  border: 1px solid;
  border-color: #4c9d50 #4c9d50 #4c9d50 #55af5a;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  @include hide-text;
  @include linear-gradient(top, #84f087, #4cd94a);
  @include box-shadow(inset 0 1px rgba(white, .4));

  &:active {
    background: #4cdf4d;
    @include box-shadow(inset 0 0 3px rgba(black, .3));
  }

  &:before {
    content: '';
    display: block;
    margin-top: 1px;
    width: 25px;
    height: 19px;
    background: url('../image/tick.png');
  }
}

.lt-ie9 .subscribe-input { line-height: 33px; }



