﻿
 html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -310px;
    /* Pad bottom by footer height */
    padding: 0 0 310px;
}
/*310px with Pre footer*/
/* Set the fixed height of the footer here */
#footer_container {
    height: 310px;
    background-color: #f5f5f5;
}

.pre-footer-col ul.Links  {

padding-left:10px;
}

.pre-footer-col ul.Links li {
list-style:none;
padding-left:0px;
}

.pre-footer-col ul.Links li a{

font-size:14px;
text-decoration:none;
}


.html-content {
padding-top:0px;
text-align:justify;
margin-bottom:20px;
} 

.html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 {
  
	font-weight: bold;
	letter-spacing: 0px;
    text-transform:none;
 
}
.html-content h1 {
	font-size: 32px;
}
.html-content h2 {
	font-size: 24px;
}
.html-content h3 {
	font-size: 20px;
}
.html-content h4 {
	font-size: 18px;
}
.html-content h5 {
	font-size: 16px;
}
.html-content h6 {
	font-size: 14px;
	font-weight: bold;
}

.html-content ul {
	margin-bottom: 10px;
}
.html-content li {
	list-style: initial;
    margin-left:40px;
}
.html-content a {
	text-decoration: none;
	color: #141414;
}



/***
Misc tools
***/
.no-padding {
	padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}
/*********/
 

.Slide_Title {
   font-size: 46px;
   margin: 0px;
   padding: 0px;
   padding-bottom: 10px;
   font-weight:600;
   text-transform:none;
 }
 
 
 .Slide_Title div {
     padding: 6px 12px;
    background-color: rgba(224, 224, 224, 0.30)
 }
 
 .Slide_Description {
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  max-width: 650px;
  white-space: normal;
  line-height: 24px;
  text-transform: none;
  padding-bottom: 0px;
 }

 .Slide_Description div {
      padding: 8px 12px;
     background-color: rgba(224, 224, 224, 0.80);
 }
 
 .Slide_Button {
     font-size: 20px;
     margin: 0px;
     padding: 0px;
     margin-top:100px;
 }
 
 .Slide_Button a {
     background-color: #d64635;
     color: #fff !important;
     padding: 6px; text-transform:none;
 }
 
 
 .Slide_Button a:hover {
     background-color: #d64635;
     color: #f8ea98 !important;
     transition: all 500ms;
 }
 

 .pagination {
	border-radius: 0;
	margin: 0;
}
.pagination > li {
    display: inline-block;
    margin-left: 5px;
   
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 25px !important;
    border:1px solid #dbd7d7;
	 
	color: #6b6a6a;
    background: #eee;
}
.pagination > li > span,
.pagination > li > span:hover {
	background: #555;
	color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	padding: 4px 12px 8px;
}

.pagination .active > a,
.pagination .active > a:hover,
.pagination > li > a:hover {
  background: #337ab7;
  border-color: #337ab7;
  color: #fff;
}

    .pager-row {    
    margin:0px;margin-top:20px;padding:10px 0px; border-bottom: 1px solid #dbd7d7;
    }
   
    
    .pager-row-pagination {    
    float:left; 
    }

    .pager-row-pageSize {    
   float:right; width:160px
    }


     .pager-info-row {
    
   margin:0px;padding:8px 0px; border-bottom: 1px solid #dbd7d7; background-color: #f1f1f1
    }


     .pager-info-row-items {    
   float:left; width:200px; padding:0px 20px;
    }

    .pager-info-row-pages {    
   float:right; width:180px; text-align:right; padding:0px 20px;
    }


    /* Services block */
.services-block {
    /*background: #f6f6f6;*/
    padding: 20px;
}

.sidebar .services-block {
     background: #f5f5f5;
       
}
.services-block .row {
    padding-top: 20px;
}
 
.services-block .item {
    background: #f5f5f5;
    border: solid 1px #b1b1b1;
    padding-top: 9px;
    margin:10px;
    height:220px;
}
 
.services-block .col-md-3:last-child {
    border-right: none;
}
 
.services-block .fa {
           
    color: #247fe1;
    width: 99px;
    height: 90px;
    line-height: 1; 
    position: relative; 
    font-size:  48px;
    padding: 20px 0;
}

.services-block .item:hover { 
    border: solid 1px #247fe1; 
}

    .services-block .item:hover .fa {
    color: #247fe1;         
}

 
.owl-nav .fa {
           
    color: #fff;
    width: 15px;
    height: 15px;
    position: relative; 
    font-size:  22px;
     padding: 3px;
}

.owl-nav:hover .fa {
           
    color: #fff;
   
}


.services-block .fa:after {
    bottom: -8px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -9px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    /*border-top: 9px solid #d64635;*/
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}

    .services-block p {
        margin-bottom: 5px;
    }
    .services-block h3 {
        margin-bottom: 0px !important;
    }

    .services-block a {
        text-decoration:none;
        color:#3e4d5c;
    }




.content-center {
    text-align: center;
}

.content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.content h4 {
    font-size: 18px;
}

.content h1, .content h2 {
    font: 400 32px "PT Sans Narrow", Arial, sans-serif;
    margin: 0 0 10px;
    text-transform: uppercase;
}

           

    .content h1:after, .content h2:after {
        z-index: 2;
        content: " ";
        display: block;
        padding-top: 7px;
        border-bottom: 2px solid #b7bbbf;
        width: 73px;
        margin: 0 auto;
    }

            /* Testimonials block */
.testimonials-block {
        background: #f6f6f6;
    padding-top: 40px;
        padding-bottom: 40px;
}

    .testimonials-block h4 {
        margin-bottom: 57px;
    }

    .testimonials-block .carousel {
        width: 62%;
        margin: 0 auto;
    }

    .testimonials-block blockquote {
        border: none;
        font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
        margin: 0;
        padding: 0;
        color: #66717c;
    }

.testimonials-name {
    font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
    color: #2dafe5;
}

.carousel-indicators {
    position: static;
    margin: 27px 0 0;
    width: 100%;
    text-align: center;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: #dce0e2;
    position: relative;
    margin: 0 3px !important;
    border: none;
}

.carousel-indicators li.active {
    background: #e6400c;
    border: none;
} 
 
 


.blog-news-column .fa {
 color: #247fe1;
}


.owl-news .owl-nav {
    position:absolute;
    left: -120px;
    right: auto;
    top: 30px;
}


.details-info {
  list-style: none;
  margin: 10px;
  padding-left:0;
}
.details-info li {
  padding: 0;
  color: #555;
  font-size: 14px;
  margin-right: 5px; 

}
.details-info li i {
  color: #3c599f;
  padding-bottom:10px;
    width:20px;
}





 .social-icons .fa {
	font-size: 16px;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 28px;
	height: 28px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    padding:4px;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #e9e9e9;
	/*-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;*/ 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}

    .map-container {
	width: 100%;
	height: 380px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}
