/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

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

h3 {
	color:#555555;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 70%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}




/*Accordion */

.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  
    content:"\E113";   
    float: right;        
    color: grey;        
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content:"\E114";
}
a.accordion-toggle{
    text-decoration: none;
}







/*custom style*/

.profilename {color: #000000; font-family:arial; font-size: 22px; font-weight:bold;}
.profilecompany {color: #000000; font-family:arial; font-size: 18px; font-weight:bold;}
.profileindustry{color: #000000; font-family:arial; font-size: 17px; font-weight:normal;}
.profiletext_bold {color: #DD8513; font-family:arial; font-size: 14px; font-weight:bold;}
.profiletext {color: #000000; font-family:arial; font-size: 10px; font-weight:normal;}


.searchname {color: #000000; font-family:arial; font-size: 14px; font-weight:bold;}
.searchcompany {color: #000000; font-family:arial; font-size: 14px; font-weight:bold;}
.searchindustry {color: #000000; font-family:arial; font-size: 12px; font-weight:normal;}
.searchtext_bold {color: #DD8513; font-family:arial; font-size: 12px; font-weight:bold;}
.searchtext {color: #000000; font-family:arial; font-size: 12px; font-weight:normal;}

.thumbnailsearch {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnailsearch > img,
.thumbnailsearch a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnailsearch:hover,
a.thumbnailsearch:focus,
a.thumbnailsearch.active {
  border-color: #337ab7;
}
.thumbnailsearch .caption {
  padding: 9px;
  color: #333;
}

.thumbnailsearch > img,
.thumbnailsearch a > img {
  display: block;
  max-width: 100%;
  max-height: 150px;
}


/*
@media (max-width: 735px) {
   #myCarousel {
   	display:none;
   }
}*/




@font-face {
    font-family: 'Segoe';

    src: url('font/segoe.eot');
    src: url('font/segoe.eot?#iefix') format('embedded-opentype'),
         url('font/segoe.woff') format('woff'),
         url('font/segoe.ttf') format('truetype'),
         url('font/segoe.svg#Robotothin') format('svg');
}


.cf {
  display: inline-block;
  font: normal normal normal 12px/1 Segoe;
  font-size: inherit;
  text-rendering: auto;

}