@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,500italic,400italic,300italic,300,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);

body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color:#39393a;
	
	
}
p, a, .btn, input, img, div {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a {
	padding:0 0;
	color:#39393a;
	
}
a:hover
{
text-decoration:none;}
label
{
cursor:auto;}
.product-item .img-container img, .news-item .img-container img
{
width:100%;}
/*************/
.header
{
background:#0088a2;
color:#ffffff;
font-size:20px;}
.red{
color:#F00	
	}
.header a
{
color:#ffffff;display: block;
padding: 17px 3px;
font-size:18px;
}
.header a:hover
{
background: #ffd765;
color: #0088a2;
}
.header ul
{
margin-left:0;
padding-left:0;margin-bottom: 0;
}
.header li
{
list-style:none;
display:inline-block;}
.header-social-media
{
text-align:right;}
.contact-details li
{
padding: 8px 9px;
}
#mail
{
padding-top: 17px;
padding-bottom: 2px;
font-size: 18px;
}
.logo-menu
{
padding-top:0px;
padding-bottom:0;}
.menu.span8
{
margin-left: 1%;
width: 67%;
}
.menu
{
text-align:right;}
.menu li
{
list-style:none;
display:inline-block;
position: relative;
z-index: 999;
}
.menu li img
{
position: absolute;
margin-left: 40%;
margin-top: -2px;
display: none;
}
.menu li:hover img
{
display:block;
}
.menu a
{

font-size: 17px;


padding: 38px 6px;
display:block;
}
.menu a:hover, .menu a:focus, .menu a:active
{
background:#ffd765;
color:#0088a2;
}

.dropdown:hover .caret
{
border-top: 4px solid #0088a2;}
#myCarousel .carousel-inner
{
background:#0088a2;}
#myCarousel2 .carousel-inner, #myCarousel3 .carousel-inner
{
	background:#f4f4f4;
	 }

#myCarousel2 .carousel-inner .row-fluid, #myCarousel3 .carousel-inner .row-fluid{
  width: 87%;
  margin: auto;
}
#myCarousel3 .carousel-inner
{
  background: #f4f4f4;
}
.menu ul
{
  margin: 0 0 0px 0px;
}
.logo
{
padding-top: 7px;
padding-bottom: 7px;
}
#myCarousel .carousel-caption
{
background: transparent;
width: 45%;
margin-left: 5%;
bottom: 20%;
}
#myCarousel .carousel-caption p
{
color:#39393a;
padding-bottom:15px;}
#myCarousel .carousel-caption h1
{
font-size:45px;
color:#fff;
  margin-bottom: 20px;} 
#myCarousel .carousel-txt
{
background:rgba(255,255,255,.53);
padding: 20px 20px;
font-size: 18px;
}
.who-we-are
{
text-align:center;
margin-bottom:20px;}
.who-we-are h2
{
font-size:40px;
font-weight:400;}
.who-we-are p
{
font-size:18px;}
.btn
{
  font-size: 18px;
  color: #0088a2;
  border: 1px solid #0088a2;
  box-shadow: 0px 3px 0px #0088a2;
  padding: 7px 15px;
  border-radius: 6px;
  margin-top: 15px;
}
.btn:hover,.btn:focus
{
color: #e1b049;
  border-color: #e1b049;
  box-shadow: 0px 3px 0px #e1b049;
  background:#fff;
}
#myCarousel .carousel-indicators {
  position: absolute;
  bottom: 17%;
  left: 6%;
  z-index: 5;
  margin: 0;
  list-style: none;
}
#myCarousel .carousel-indicators li,#myCarousel .carousel-indicators .active {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #fff;
  cursor: pointer;
  
}
.carousel-indicators li
{
}
#myCarousel .carousel-indicators .active
{
background: #ffd765;
}
.newsbar
{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ededef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ededef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ededef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededef',GradientType=0 ); /* IE6-9 */
padding-left:40px;
}
.newsbar p
{
padding-bottom:25px;}
.newsbar h3
{
font-size:30px;
font-weight:500;}
.news-bar-btn
{
display:block;
width:145px;
text-align:center;
color:#ffffff;
padding:12px 0;
margin-top: 35px;
background: #0099c5; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0099c5 0%, #0183a8 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#0099c5), color-stop(100%,#0183a8)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #0099c5 0%,#0183a8 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #0099c5 0%,#0183a8 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #0099c5 0%,#0183a8 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #0099c5 0%,#0183a8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099c5', endColorstr='#0183a8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.news-bar-btn:hover
{
background: #7ad0e9; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #7ad0e9 0%, #3fb0d0 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#7ad0e9), color-stop(100%,#3fb0d0)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #7ad0e9 0%,#3fb0d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #7ad0e9 0%,#3fb0d0 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #7ad0e9 0%,#3fb0d0 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #7ad0e9 0%,#3fb0d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad0e9', endColorstr='#3fb0d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}
.latest-product-title
{
background:url(../img/title-bg.png) repeat-x center;}
.latest-product-title h2
{
background:#fff;
width: 26%;
padding-bottom: 15px;
padding-left: 3%;
}
.latest-product .img-container
{
height:210px;
width: 100%;
overflow:hidden;
margin:auto;
background: #fff;
}
.latest-product 
{
margin-bottom:20px;}
.overlay
{
height: 210px;
width: 100%;
margin: 0;
background:rgba(0,136,177,0.66);
position:relative;
z-index:1000;
margin-top:-210px;
text-align:center;
display:none;
}
.overlay a
{
color:#ffffff;
font-size:20px;
display:block;
text-align:center;
width:50px;
border-radius:50%;
border:1px solid #ffffff;
padding-top: 16px;
padding-bottom: 16px;
margin:auto;
top:85px;
position:relative;
}
.latest-product-item
{
background:#f3f3f4;
width: 100%;
padding-bottom:20px;
border-right:1px solid #f3f3f4;
border-left:1px solid #f3f3f4;
}
.latest-product-item:hover
{
background:#39393a;}
.latest-product-item:hover .overlay
{
display:block;}
.latest-product-item:hover a
{
color:#ffffff;}
.latest-product-item:hover .category-name
{
color:#a2a2a2;}
.latest-product-item a
{
display:block;
text-align:center;
padding-top:13px;}
.category-name
{
color:#0088b1;}
.top-footer
{
background: #191b27;
color:#ffffff;
font-size: 14px;
padding-bottom:10px;
padding-top: 50px;
}
.top-footer h4
{
font-weight:400;
font-size: 17px;
padding-bottom: 20px;
width:80%;
background:url(../img/h4-border.png) no-repeat bottom left, url(../img/h4-border2.png) repeat-x bottom;}
.top-footer p
{
line-height: 16px;
width:90%;
margin-bottom: 0;
font-size: 13px;
padding: 5px 0;
}
.links ul
{
  margin: 0 0 10px 0px;
}

.top-footer a,.top-footer li
{
color:#ffffff;
font-weight:300;}
.top-footer a:hover
{
color:#ffd765;
text-decoration:none !important;}
.main-links ul
{
margin-left:0;


padding-left:15px;}

.footer-contact li
{
list-style:none;}
.main-links li
{padding:7px 0;}
.main-links li a
{
padding:5px 5px;}
.main-links li:hover a
{
color:#0190b8;
background:#ffffff;
text-decoration:none;}
#footer-adress
{
background: url(../img/footer-adress.png) no-repeat 0 15px;
}
#footer-tel
{
background:url(../img/footer-tel.png) no-repeat 0 15px;
}
#footer-fax
{
background:url(../img/fax.png) no-repeat 0 15px;
}
.footer-contact ul
{
margin-left:0;
padding-left:0px;}
.footer-contact li
{
padding-left:25px;
padding-top: 15px;}

.find-us
{
float:left;
padding-top:22px;}
.footer-social li
{
display:inline-block;
margin:14px 0px;
padding-left:8px;
opacity:.8;}
.footer-social li:hover
{
opacity:1;
}
.top-footer iframe
{
  margin-top: 8px !important;
}
.top-footer label

{
font-size:16px;
padding-top:15px;}
.top-footer input[type="text"], .top-footer input[type="email"]


{
-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
width: 86%;
background: transparent;
border-color: #2e3141;
height: 40px;
margin-bottom: 7px;
}
.top-footer .dif-margin
{
margin-bottom:15px;}
.top-footer .btn {
    width: 33%;
    box-shadow: none;
    border-radius: 0;
    border: none;
      background: #0088a2;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    margin-top: 10px;
    padding: 12px 0;
}
.top-footer .btn:hover
{
background:#daa545;
color:#ffffff;}
.bottom-footer, .bottom-footer a
{
font-size: 12px;
color:#ffffff;
font-weight:300;}
.bottom-footer
{
background: #202332;
padding-top:5px;
padding-bottom:5px;
}
.bottom-footer li
{
list-style:none;
display:inline-block;
}
.bottom-footer-links
{text-align:right;
}
.bottom-footer-links a
{
display:block;
width: 35px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
float: right;
margin-right: 0;
opacity: .9;
}
.bottom-footer-links a:hover
{
    opacity: 1;
}
.bottom-footer p
{
margin-bottom:0;
margin-top: 10px;
}
.dropdown-menu
{
margin-left:0;
margin-left:-20px;
background:#ffffff;
border-radius:0;}
.dropdown-menu li
{

text-align:left;
display:block;}
.menu .dropdown-menu li a
{
  font-size: 14px;
  color: #008bb3;
  padding: 10px 10px;
}
.menu .dropdown-menu li:hover a
{
color:#0088a2;
background:#ffd765;}
#home-link
{
background:url(../img/home.png) no-repeat 15px center;}
#home-link:hover
{
background: url(../img/home-over.png) no-repeat 15px center, -webkit-radial-gradient(#0099c5, #0183a8); /* Safari 5.1 to 6.0 */
  background: url(../img/home-over.png) no-repeat 15px center, -o-radial-gradient(#0099c5, #0183a8); /* For Opera 11.6 to 12.0 */
  background: url(../img/home-over.png) no-repeat 15px center, -moz-radial-gradient(#0099c5, #0183a8); /* For Firefox 3.6 to 15 */
  background: url(../img/home-over.png) no-repeat 15px center, radial-gradient(#0099c5, #0183a8); 
}
#contact-link
{
background:url(../img/contacts.png) no-repeat 15px center;}
#contact-link:hover
{
background:url(../img/mail-over.png) no-repeat 15px center, -webkit-radial-gradient(#0099c5, #0183a8); /* Safari 5.1 to 6.0 */
  background: url(../img/mail-over.png) no-repeat 15px center, -o-radial-gradient(#0099c5, #0183a8); /* For Opera 11.6 to 12.0 */
  background: url(../img/mail-over.png) no-repeat 15px center, -moz-radial-gradient(#0099c5, #0183a8); /* For Firefox 3.6 to 15 */
  background: url(../img/mail-over.png) no-repeat 15px center, radial-gradient(#0099c5, #0183a8); 
}
#pro-link
{
background:url(../img/products.png) no-repeat 15px center;}
#pro-link:hover
{
background:url(../img/products-over.png) no-repeat 15px center, -webkit-radial-gradient(#0099c5, #0183a8); /* Safari 5.1 to 6.0 */
  background:url(../img/products-over.png) no-repeat 15px center, -o-radial-gradient(#0099c5, #0183a8); /* For Opera 11.6 to 12.0 */
  background:url(../img/products-over.png) no-repeat 15px center, -moz-radial-gradient(#0099c5, #0183a8); /* For Firefox 3.6 to 15 */
  background:url(../img/products-over.png) no-repeat 15px center, radial-gradient(#0099c5, #0183a8); 
}

#about-link
{
background:url(../img/about.png) no-repeat 15px center;}
#about-link:hover
{
background:url(../img/about-over.png) no-repeat 15px center, -webkit-radial-gradient(#0099c5, #0183a8); /* Safari 5.1 to 6.0 */
  background: url(../img/about-over.png) no-repeat 15px center, -o-radial-gradient(#0099c5, #0183a8); /* For Opera 11.6 to 12.0 */
  background: url(../img/about-over.png) no-repeat 15px center, -moz-radial-gradient(#0099c5, #0183a8); /* For Firefox 3.6 to 15 */
  background: url(../img/about-over.png) no-repeat 15px center, radial-gradient(#0099c5, #0183a8); 
}
.top-footer a:hover,.bottom-footer a:hover
{
text-decoration:underline;}
#face:hover
{
background:#164d83;
border-color: transparent;
}
#twitter:hover
{
background:#03a1cd;}
#linked:hover
{
background:#0a80a1;}

li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin: 0;}
  .latest-product .span4
  {
  width: 32%;
  margin-left: 1%;
  margin-right:0;}
  .carousel-control {

  background:none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-item
{
background:#ffffff;
padding: 15px 0;
border:1px solid #e8e8eb;
margin-bottom: 10px;
}
.product-item:hover
{
background:#0088a2;
box-shadow:0 0 7px rgba(0,0,0,.55);
border-color:#0088a2;
}
.product-item .img-container
{
width:90%;
margin:auto;
border:1px solid #e8e8eb;
margin-bottom: 20px;
}
.product-item:hover .img-container
{
border:1px solid #0088a2;
}
.product-item a
{
display:block;
text-align:center;
padding: 5px 0;
color:#39393a;
font-weight:700;
}
.product-item a:hover
{
text-decoration:underline;}
.product-item:hover a
{
color:#ffffff;}
.product-item a.category-link
{
color:#0088a2;
font-weight:400;
}
.product-item:hover a.category-link
{
color:#ffd765;}
.ads
{
border:1px solid #0088a2;
height:160px;
margin-bottom:20px;}
#magazine
{
background:#fbfbfb;position: relative;
}
#magazine .img-container
{
bottom: 23px;
margin-left:10px;
width: 36%;
float: left;
position: absolute;
}
#magazine a
{
color:#014552;
font-size: 26px;
font-weight:700;
display:block;
text-align:right;
margin-right:10px;
margin-top: 70px;
position: relative;
}
#offer-img
{
height:100%;}
#offer-img img
{
height:100%;
display:block;
margin:auto;}
#present
{
margin-top: -159px;
margin-left: -1px;
}
#offer a
{
color:#fff;
background:rgba(223,39,46,.9);
display:block;
width:50%;
text-align:center;
float:right;
z-index:1000;
position:relative;
font-size:18px;
font-weight:700;
padding:10px 0;
margin-right:-1px;}
#map .img-container
{
  margin-top: 2px;
  margin-left: 2px;
  width: 30%;
}
.advertisments
{
padding-top:30px;
padding-bottom:30px;}
#map a
{color:#014552;
padding-top:75px;
font-size: 26px;
font-weight:700;}
.advertisments a:hover
{
text-decoration:underline;}
.ads:hover
{
box-shadow:0 0 5px rgba(0,0,0,.4);
cursor:pointer;
}
.links li
{
list-style:url(../img/list-arrow.png) !important;
}
.links .row-fluid
{
border-bottom:1px solid #2e3141;
padding-top:5px;
width: 90%;
}
.links .row-fluid:last-child
{
border-bottom:none;}
.about
{
margin:auto;
width: 90%;
}
.about p
{
padding: 0px 0px;
padding-top:0;
line-height: 24px;
}
.about .img-container
{
height: 170px;
width: 154px;
overflow: hidden;
border: 1px solid #cacaca;
float: right;
}
.inner
{
padding:15px 10px;
width:96%;
margin:auto;
min-height:250px;}
breadcrumb {
 
  background-color: #0088a2;}
  .breadcrumb-inner a
  {
  color:#ffffff;}
  .breadcrumb-inner a:hover
  {
  text-decoration:underline;}
  .mission
  {
  background: #0088a2;
  padding: 10px 0px;
  width: 90%;
  margin: auto;
  margin-top: 17px;
}
  .mission p
  {
  background: #f4f4f4;
  margin:auto;
  padding:10px;
  display:inline-block;}
  .mission h3
  {
  color: #ffd765;
  padding-left:57px;
  background:url(../img/mission.png) no-repeat 5px;
  float:left;
  }
  .breadcrumb {
  padding: 8px 2%;
  list-style: none;
  background-color: #0088a2;
  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb > .active ,.breadcrumb > li > .divider{
  color: #ffd765;
}
.breadcrumb > li {
  text-shadow:none;
}
.signature
{
padding: 20px 5%;
padding-bottom:0;}
.signature p
{
font-style:italic;
font-weight:700;
font-size:15px;}
.product-details
{
position:relative;
border:1px dotted #ddd;
padding:10px;
width:96%;
margin:auto;}
.product-details a
{
position:absolute;
bottom: 10px;
right: 1%;}
.dif-bold
{
font-weight:700;
color:#0088a2;}
.product-details p
{
line-height: 25px;}
.product-details .img-container
{
width:346px;
height:184px;
border:1px solid #ddd;}
.news-item
{
border:dashed 1px #dadada;
margin-bottom: 15px;
border-radius: 9px;
}
.news-item-details, .news-item-details2, .news-item-details3
{
padding: 10px;
position:relative;
padding-bottom:30px;
}
.news-item:hover
{
background:#f4f4f4;}
.news-item-details h3, .news-item-details2 h3, .news h3
{
font-size: 16px;
line-height: 16px;margin-top: 0;
}


.news-item-details:hover h3
{
color:#0088a2;}
.news
{
position:relative;}
.news-item-details a, .news-item-details2 a, .news a
{
position:absolute;
right:10px;
color:#0088a2;
font-size: 15px;
}
.news-item-details a:hover
{
color:#e7bd44;}
.news-item-details .img-container, .news-item-details2 .img-container
{
width: 133px;
height: 130px;
border:1px solid #ddd;
float:left;
margin:10px;margin-top: 0; margin-left:0;
}
.news-item-details p
{
margin-left:10px;
line-height: 20px;
font-size: 14px;
margin-top: 0px;
padding-right: 8px;
margin-bottom: 0;
}
.dif-height
{
min-height:200px;}
.margin-dif
{
bottom:20px;}
.accordion-heading
{
background:#0088a2;}
.accordion-heading .accordion-toggle
{
background:#fff;}
.branch-detail
{
margin:auto;
border-radius: 3px;
background: #f4f4f4;
color:#0088a2;
border-left: #0088a2 solid 3px;
margin-bottom:10px;}
.branch-detail:hover
{
border-color:#0088a2;}
.branch-detail.span6
{
padding: 10px 20px;
font-size: 16px;
font-weight: 400;
min-height: 60px;
}
#bold-font
{
font-size:30px !important;
font-weight:900 !important;}
#hotline p
{
    color: #daa545;
    text-align: center;
}
#hotline
{
background:#fff;}
#hotline .img-container
{
text-align:center;}
.hotline .ads:hover
{
cursor:auto !important;}
.news-item-details3 .carousel-control {
	font-size:60px !important;
}
iframe{
border:0px	
	}
.hotline
{
    min-height: 600px;
}
.hotline h4, .career-form h4
{
color:#0088a2;}
.hotline .ads
{
height:200px;
border-color: #daa545;
width: 90%;
margin-left: 10%;
}
.tel
{
margin-top: 19px;}
.form-horizontal .control-label
{
  text-align: left;
   width: 120px;
}
.form-horizontal .controls {
  margin-left: 130px;
   
}
textarea
{
width:80%;}
.send
{
  margin-top: 0px;
  font-size: 12px;
  padding: 2px;
  box-shadow: 0px 1px 0px #0088a2;
  margin-right: 10px;
}
  .send:hover
  {
    box-shadow: 0px 1px 0px #e1b049;
  }
  .contact-form
  {

  border:1px solid #0088a2;
  padding:10px;
  margin-left:0%;}
  .career-form
  {
  border:1px solid #0088a2;
  padding:10px;
  width:95%;
    margin: auto -2%;
  padding-bottom:20px;
  }
  input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus
  {
  border-color: #0088a2;
  -webkit-box-shadow: 0 0 6px #0088a2;
  -moz-box-shadow: 0 0 6px #0088a2;
  box-shadow: 0 0 6px #0088a2;
  }
  .branches
  {
  width:95%;
  margin:auto;}
  .branches-link
  {
  text-align:right;}
  .branches-link a, .product-details a
  {
  font-size: 18px;
  color:#0088a2;
  text-decoration:underline;
  }
  .branches-link a:hover, .product-details a:hover
  {
  color:#daa545;}
  .careers
  {
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px dashed #ddd;}
  .careers:last-child
  {
  border-bottom:none;}
  .careers li
  {
  list-style:url(../img/list_check.png);}
  .careers h4
  {
  color:#0088a2;}
 #face {
  border-left: 1px dashed #fff;
  padding: 10px 8px;
}

.news-item2 p
{
  padding: 0px 10px;
  margin-bottom: 5px;
} 
  .news-item2 a:hover
  {
  color:#e7bd44;}
  .news-item2 h3
  {
  color:#0088a2;
  font-size:20px;
  padding-bottom:15px;}
  .news-item2 .img-container
  {
  border:1px solid #0088a2;}
  .event-cont
  {
  padding:10px;
  width:95%;
  margin:auto;
  border:#ddd 1px dashed;
  border-radius:7px;
  margin-bottom:10px;}
  .img-container2
  {
  border-radius:3px;
  border:#ddd 1px solid;
  width:133px;
  height:100px;}
  .event-cont h4
  {
  color:#ce181e;}
  table
  {
  background:#f4f4f4;
  border-color:#0088a2;}
  .mag-name, .download-link
  {
  background:#f4f4f4;
  padding:10px;
  margin-bottom:10px;
  height:50px;}
  .mag-name a, .mag-name a:hover
  {
  color:#0088a2;}
 #news-img
 {
 position:static;}
 #pro-link
 {
 padding-bottom:0;
 padding-top:0;}
 .small-font
 {
 padding-bottom:0;
 font-size:14px;
 color:#9d9e9e;}
 .img-container3
 {
 margin-left:15%;}
 .news-item-details3
 {
 padding-top:0;}
 .careers h4
 {
 margin-top:0;}
 
 .thanks
 {
 font-size:18px;
 text-align:center;
 font-style:italic;}
 
 .item{
padding: 30px 0;
 }
#myCarousel4
{
margin-top:-25px;}
#myCarousel .item
{
padding:0 0 !important;}
#search-form input{
	background:#fff url(../img/1433090570_icon-111-search.png) center right no-repeat;
	padding-right:30px;
}
#search-form
{
float:left;
width: 80%;
margin-left: 0%;
margin-top: 10px;
margin-bottom: -20px;}
#search-form input
{
width:100%;}
.fb_reset
{
margin-top:25px;}
.career-form label
{
float:none !important;
width:100% !important;
margin-left:10%;
}
.career-form .form-horizontal .controls
{
margin-left:10% !important;
}
.career-form .form-horizontal input
{
display: block !important;
}
.career-form .form-horizontal .control-group {
  margin-bottom: 0px;
}
#last-txt-area
{
margin-bottom:15px;}
.career-form h4
{
margin-left:5%;}
.b-left
{
border-right:dashed 1px #ddd;}
#lang
{
opacity:.9;
  padding: 5px 7px;
  text-decoration:none;
    font-size: 22px;
  font-weight: 700;
  }
#lang:hover
{
background:none;
opacity:1;
color:#ffd765}
.pad-bot
{
padding-bottom:10px;}
@media screen and (min-width: 1280px)
{
.menu a
{
font-size:18px;
  padding: 48px 6px;}
}

.contact-details  img{
margin-bottom:5px;	
	}