body {
	//Added to fix bootstrap modal problem adding padding right 17px and sometimes not removing it after closing
	overflow-y: auto !important;
	padding-right: 0 !important;
}

#services {
 
}
#contact, #companyData {
	padding: 20px 0;
}
i {
	padding: 10px;
}

ul {
    list-style: square;
    //padding:0;
    //margin:0;
}

li { 
    padding-left: 1em; 
    //text-indent: -.7em;
}

li:before {
    //content: "4";
    //color: #f05f40; /* or whatever color you prefer */
	//font-family:"Webdings";
	//padding-right:1em;
}
#about p::first-letter { 
    font-size: 135%;
	text-transform: capitalize;
	font-weight: bold;
}
.panel-transparent {
        background: none;
}

.panel-transparent .panel-heading{
    background: rgba(122, 130, 136, 0.2)!important;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.panel-transparent .panel-body{
    background: rgba(46, 51, 56, 0.2)!important;
}

.imagedropshadow {
    /*padding: 15px;*/
    /*border: solid 1px #8F8F8F;*/
	border: solid 1px #3F3F3F;
	/*background: #000000;*/
	display:inline-block;
}

a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 15px #999;
    -webkit-box-shadow: 1px 1px 15px #999;
        box-shadow: 1px 1px 15px #999;
}

.bg-light
{
	background: #FFFFFF;
	color: #000000;
}

/* ensures that both columns are always equal height */
.div-equalheightfix {
    float: none;
    display: table-cell;
    vertical-align: top;
}

#offerSlideshow {
		    margin: auto;
		    position: relative;
		    min-height: 100px;
		    padding: 10px;
			display: block;
		}

#offerSlideshow > div.slideshow-item, #offerSlideshow > p.slideshow-item {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

#offerSlideshow > p {
	font-size: 3vmin;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	height: 100%;
}

#offerSlideshow p::first-letter { 
    font-size: 135%;
    color: #f05f40;
	text-transform: capitalize;
}

#servicesIndividual{
	background: #FFFFFF
}

#servicesProfessionals{
	background: #FAFAFA
}
#servicesInstitutions{
	background: #FFFFFF
}

.offer-concrete {
	padding: 50px;
}

.offer-concrete p::first-letter { 
    font-size: 135%;
	text-transform: capitalize;
}


.panel-horizontal {
    display:table;
    width:100%;
}
.panel-horizontal > .panel-title, .panel-horizontal > .panel-body, .panel-horizontal > .panel-footer {
    display:table-cell;
}

.panel-horizontal > .panel-title, panel-horizontal > .panel-footer {
    width: 25%;
    border:0;
    vertical-align: middle;
}

.panel-horizontal > .panel-title {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.panel-horizontal > .panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

section .full-screen
{
	height: 100vh;
}

.box {
  width: 100px;
  padding: 100px;
  margin-bottom: 100px;
}

.screen-bottom {
    position: absolute;
    bottom: 0;
	width:100%;
}

/*Three columns formatting*/
.three-columns-text {
 	-webkit-columns: 300px 3;
       -moz-columns: 300px 3;
            columns: 300px 3;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

p {
  margin-bottom: 1.3em;
  margin-left: 1em;
  margin-right: 1em;
}

h3 {
  font-size: 1.777em;
  -webkit-column-span: all; 
  column-span: all; 
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.overflow {
	overflow: auto;
}
/* Blockquote */
blockquote{
  display:block;
  /*background: #fff;*/
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  /*color: #666;*/
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #f05f40;
  /*border-right: 2px solid #f05f40;*/
  
  /*Box Shadow - (Optional)*/
  /*-moz-box-shadow: 2px 2px 15px #ccc;*/
  /*-webkit-box-shadow: 2px 2px 15px #ccc;*/
  /*box-shadow: 2px 2px 15px #ccc;*/
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}
blockquote p{
	text-align: left;
}

header blockquote {
	margin-left:15%;
	margin-top:5%;
}
#offerSlideshow .carousel-inner{
	margin-top:10px;
}

#offerSlideshow .item{
}

#offerSlideshow .carousel-indicators{
	top:-10px;
}

#offerSlideshow .carousel-indicators li{
	border-radius: 0%;
	padding:0.167em;
	//background-color:  rgba(240,95,64, 0.5);
	background-color: #f0f0f0;
}

#offerSlideshow .carousel-indicators .active {
	background-color: #f05f40;
	padding: 0.337em;
}

/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.modal-transparent .modal-header
{
	border-bottom: none;
}

.modal-transparent .modal-header .close
{
	font-size: 48px;
	color: white;
	opacity: 0.7;
}
/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

.domain::before {
    content: "\0040";    /* Unicode character for @ symbol */
  }