body {
font-size: 18px;
}
/* content settings */
h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-weight: bold;
}
/* help classes */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.Trans3 {
    transition: all 3s !important;
}

/* DEFINE YOUR OWN WIDTH CLASSES, TO CHANGE THE PROGRESS BAR WIDTHS
 * To change class look in js/scripts.js file
 */

.width100 {
    width: 100%;
}
.width40 {
    width: 40%;
} 
.width70 {
    width: 70%;
}
.width75 {
    width: 75%;
}
.width85 {
    width: 85%;
}
.width58 {
    width: 58%;
}
.width80 {
    width: 80%;
}
.width90 {
    width: 90%;
}
.width0 {
    width: 0%;
}

/* Effects */
.underLine {
    margin-bottom: 20px;
    position: relative;
    transition: all 0.2s;
    display: inline-block;
}
.underLine:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #333;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.underLine:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* Parralax */
.imageHolder h1,.imageHolder h2,.imageHolder h3,.imageHolder p {
  color: white;
  -webkit-transform: translateZ(1px);
  -moz-transform:  translateZ(1px);
  transform: translateZ(1px);
  text-align: center;
  height: 100%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

/* Navigation bar */
#navigation {
    background-color: #3498db;
    background-image: none !important;
    box-shadow: grey 0px 4px 20px;
    border-color: transparent;
}
#navigation a {
    color: white !important;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}
.icon-bar {
    background-color: white !important;
}
li a{
    transition: 0.3s all;
}
li.active > a {
    background-color: #2980b9 !important;
    background-image: none !important;
}
li:hover > a{
    background-color: #2980b4 !important;
    background-image: none !important;
}
.navbar-toggle:focus {
    background-color: transparent !important;
}


/* Main slider */
#mainSlider {
    margin-top: 50px;
}
#mainSlider .item img {
    display: block;
    height: auto;
    max-height: 400px;
    margin: 0px auto;
}

/* what we offer section */
#offer {
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: rgba(0,0,0,0.1);
}
#offer span {
    font-size: 72px;
    transition: all 0.2s;
    margin-bottom: 10px;
}
#offer h1 {
    margin-bottom: 60px;
}
#offer section > div:hover span {
    color: #3498db;
}

/* partners slider */

#customersWrap h1, #customersWrap h2, #customersWrap p, #customersWrap span {
    color: rgba(255,255,255,0.9);
}
#customersWrap .underLine:before {
    background-color: rgba(255,255,255,0.9) !important;
}
#customersWrap {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #2ecc71;
}
#customersSlider {
    padding-top: 20px;
    max-width: 1170px;
}
#customersSlider span {
    transition: all 0.2s;
    font-size: 100px;
}
#customersSlider .item:hover span {
    color: #f1c40f;
}
#customersSlider .item img {
    max-height: 200px;
}

/* Skills */
#skills {
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: rgba(0,0,0,0.1);
}
#skills .progress-bar {
    background-image: none;
    backgorund-color: #3498db;
}

/* Our team */

#team {
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: rgba(0,0,0,0.05);
}
#team span {
    font-size: 50px;
    transition: 0.5s all;
    margin-bottom: 10px;
    z-index: 3;
    color: white;
}
#team span:hover {
    color: #2980b9;
}
@media (max-width: 500px) {
    .member {
        width: 100% !important;
    }
}
.member {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.member img {
    transition: 0.5s all;
}
.member .wrapperPopUp {
    position: relative;
    left: 50%;
    top: -200px;
    transition: 0.5s all;
}
.member .popUpContent {
    position: absolute;
    left: -50%;
    width: 100%;
}
.member .arrow_box * {
    color: rgba(255,255,255,0.9);
}
.member .arrow_box {
	position: relative;
	background: #3498db;
	border: 4px solid #3498db;
}
.member .arrow_box:after, .member .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.member .arrow_box:after {
	border-color: rgba(241, 196, 15, 0);
	border-bottom-color: #3498db;
	border-width: 15px;
	margin-left: -15px;
}
.member .arrow_box:before {
	border-color: rgba(241, 196, 15, 0);
	border-bottom-color: #3498db;
	border-width: 21px;
	margin-left: -21px;
}
.member .content h2 {
    margin-top: 0px;
    padding-top: 20px;
}
.member:hover img {
    opacity: 0.5;
}
.member:hover .wrapperPopUp {
    top: 100px;
}

#devices {
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: #fff;
}
#devices h1 {
    color: rgba(0,0,0,0.9);
}
#devices .underLine:before {
    background-color: rgba(0,0,0,0.9);
}
@media (max-width: 500px) {
    #devices .priceTable {
        width: 100% !important;
        margin-left: 0px !important;
    }
}
#devices .priceTable {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ecf0f1;
}

/* Our pricing table */

#pricings {
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: #2980b9;
}
#pricings h1 {
    color: rgba(255,255,255,0.9);
}
#pricings .underLine:before {
    background-color: rgba(255,255,255,0.9);
}
@media (max-width: 500px) {
    #pricings .priceTable {
        width: 100% !important;
        margin-left: 0px !important;
    }
}
#pricings .priceTable {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ecf0f1;
}
.priceTable h2 {
    line-height: 100px;
    height: 100px;
}
.priceTable .arrow_box {
	position: relative;
	background: #2ecc71;
	border: 4px solid #2ecc71;
}
.priceTable .arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.priceTable .arrow_box:after {
	border-color: rgba(52, 152, 219, 0);
	border-top-color: #2ecc71;
	border-width: 30px;
	margin-left: -30px;
}
.priceTable .arrow_box:before {
	border-color: rgba(52, 152, 219, 0);
	border-top-color: #2ecc71;
	border-width: 36px;
	margin-left: -36px;
}
.priceTable .itemList {
    margin-bottom: 0px;
    margin-top: 40px;
    font-size: 18px;
    list-style: none;
    border-bottom: solid #2ecc71 1px;
}
.priceTable .itemList li {
    height: 47px;
    line-height: 20px;
}
.priceTable .itemList li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.priceTable button {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2ecc71;
    border: none;
    height: 100%;
    width: 100%;
    transition: 0.2s all;
    font-size: 16px;
    font-weight: bold;
}
.priceTable button:hover {
    background-color: #27ae60;
}

/* Contact */

#contact {
    padding-top: 20px;
    padding-bottom: 80px;
    background-color: rgba(0,0,0,0.1);
}
#contact label {
    color: rgba(0,0,0,0.9);
    font-size: 16px;
}
#map {
    height: 500px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
#contact.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
#contact form {
    padding-left: 0px;
    padding-right: 0px;
}
#contact button {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3498db;
    border: none;
    height: 100%;
    width: 100%;
    transition: 0.2s all;
    font-size: 16px;
    font-weight: bold;
}
#contact button:hover {
    background-color: #2980b9;
}

/* Footer */

footer {
    background-color: #34495e;
}
footer p {
    color: rgba(255,255,255,0.9);
}
