body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 300; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      -moz-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      visibility: visible;
  }

/*
.templatemo_clear {clear: both;}
.templatemo-top-bar {min-height: 40px;background-color:#eeeeee;}
.templatemo-top-menu {min-height:110px;background-color:#ffffff;z-index: 5000;}
.templatemo-top-menu .navbar-toggle {margin-top: 38px;}
.templatemo-top-menu .navbar-brand {padding: 0; }
.templatemo-welcome {min-height: 230px;}
.templatemo-slogan {font-family:  'Open Sans', sans-serif;font-weight: normal; font-size: 32px;color: red;}
.templatemo-service {    margin-bottom: 50px;}
.templatemo-service-item {    font-family:  'Open Sans', sans-serif;    margin-bottom: 10px;    margin-top: 20px;    font-size: 14px;}
.templatemo-service-item p {font-weight: normal;     text-align: justify; margin-top: 15px;    font-size: 13px;    color: #111111;}
.templatemo-service-item-header {    margin-left: -10px;padding: 16px 20px 20px;
    font-weight: bold;    display: inline-block;}
.templatemo-header-orange {background-color:#ff7600;min-width: 298px;height: 67px;color: #fff; }
*/
.clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
}

.top-menu .navbar-toggle {
    margin-top: 38px;
}

.top-menu .navbar-brand {
    padding: 0;
}

/* ------ Carousel ----- */

#carousel {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
}
#carousel .carousel-caption {
    z-index: 10;
    margin-top: 30px;
}

#carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #carousel .carousel-caption p {
        margin-top: 10px;
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #carousel .carousel-caption {
        padding-bottom: 140px;
        right: 40%;
        left: 1%;
    }
}

@media (max-width: 768px) {
    #carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #carousel {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        /*height: 500px;*/
    }
}

/* ------ End of Carousel ----- */
/*-------------Panel Times--------------------*/
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 5px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
 
 /*----------------------End of Panel Times--------------------*/
 .table th, td{
     text-align: center;
}
/* ------ Welcome & Slogan ------ */
.welcome {min-height: 230px;}

.slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: red;
}
.times-slogan {
    font-family:  'Open Sans', sans-serif;
    /*font-weight: bold;*/
    font-size: 14px;
    color: black;
}
.times1-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.times2-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: black;
}
.slogan-item  {
    font-weight: normal; 
    text-align: justify; 
    font-size: 13px;
    color: #111111;
}
.noslogan-item  {
    font-weight: normal; 
    text-align: left; 
    font-size: 13px;
    color: #111111;
}
.service {
    margin-bottom: 50px;
 }

.service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px;
}

.titlosService {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 22px;
}
.subTitlosService  {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
}

.service-item p {
    font-weight: normal; 
    text-align: justify; 
    margin-top: 15px;
    font-size: 13px;
    color: #111111;
}

.service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px;
    font-weight: bold;
    display: inline-block;
}

.header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}


.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}


.nav > li > a {
   /* padding: 10px 20px;*/
    padding: 5px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}
.nav > li > a { 
    font-weight: bold;
    font-size: 14px;
    color: #111111;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}
.hr_gray {
    border: 1px solid #cccccc; 
}
.txt_tonismos {
   font-size:14px;
}
.txt_darkgrey {
    color: #333333;
}
.txt_links {
    font-size:16px;
}
.txt_megala {
    font-size:14px;
}
.txt_megalaOrange {
    font-size:18px;color: #e67e22;font-weight:bold;
}
.txt_orange {
    color: #e67e22;
}
.txt_orange1 {
     font-size:18px;
    color: #e67e22;
}
.txt_slogan {
    font-size:14px; 
    color:#929292;
}
.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

.footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

.link_orange:hover {
    text-decoration:none;
}
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*font-style: italic;*/
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}
@media (min-width:991px) and (max-width:1200px) {
    .service-item-header {
        padding: 16px 10px 20px;
    }
}
@media (min-width:768px) and (max-width:990px) {
    .blog_box{
       margin-right: -140px;
    }
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}
@media (max-width: 380px) {
    .service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
}
