﻿.card-base > .card-icon {
    text-align: center;
    position: relative;
}

.imagecard {
    z-index: 2;
    display: block;
    positioN: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}

.card-base > .card-icon > .card-data {
    min-height: 250px !important;
    margin-top: -24px;
    background: white;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 215px;
}

#widgetCardIcon {
    background: #266884 !important;
    font-size: 28px;
    line-height: 78px;
}

.social {
    margin-top: -160px;
    position: absolute;
    height: 3em;
    width: 13.5em;
    /*margin: 150px 450px;*/
    margin-left: -18px;
    position: fixed;
}

    .social li {
        display: block;
        height: 4em;
        line-height: 4em;
        margin: -2.2em;
        position: absolute;
        -webkit-transition: -webkit-transform .7s;
        -moz-transition: -moz-transform .7s;
        -ms-transition: -ms-transform .7s;
        -o-transition: -o-transform .7s;
        transition: transform .7s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        text-align: center;
        width: 4em;
    }

    .social a {
        color: #fffdf0;
        display: block;
        height: 4em;
        line-height: 6em;
        text-align: center;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 4em;
    }

    .social li:hover {
        -webkit-transform: scale(1.3,1.3) rotate(45deg);
        -moz-transform: scale(1.3,1.3) rotate(45deg);
        -ms-transform: scale(1.3,1.3) rotate(45deg);
        -o-transform: scale(1.3,1.3) rotate(45deg);
        transform: scale(1.3,1.3) rotate(45deg);
    }

.facebook {
    background: #155b9d;
    left: 0;
    top: 0%;
}

.twitter {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}

.facebook2 {
    background: #155b9d;
    left: 50%;
    top: 0%;
}

.twitter2 {
    background: #1a9ec4;
    bottom: 0;
    left: 25%;
}

.pinterest {
    background: #e11a30;
    left: 50%;
    top: 0%;
}

.behance {
    background: #3f7aa3;
    bottom: 0;
    left: 75%;
}

.behance2 {
    background: #3f7aa3;
    top: 0%;
    left: 50%;
}

.behance3 {
    background: #3f7aa3;
    bottom: 0;
    left: 75%;
}


body {
}



.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 8px;
    text-align: center;
    margin: auto;
    padding:0px;
    z-index:2;
}

.navbar-toggle {
    z-index:1;
}


 
#content-wrapper {
	position:absolute;
	z-index:1 !important;
	
}
.title{ color:white; font-size:40px; }


.social-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icon li{
  display: inline-block;
  text-align: center;
}

.social-icon a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  margin-right: 5px;
}

.social-icon a {
  background: rgba(255, 255, 255, 0.85); /* social icon background color */
  color: #000; /* social icon color */
}

.social-icon a:hover {
  background: rgba(255, 255, 255, 0.25); /* social icon hover background color */
  color: #fff; /* social icon hover color */
}

.footer {
  position: absolute;
  
  bottom:0;
  padding-top: 5px;
  width: 100%;
  height: 60px;
  background-color: #000;
}


h1,
h2 {
  font-weight: 500;
  margin: 0px 0px 5px 0px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

p {
  margin: 0px;
}


.TXT {
    font-family: 'Pathway Gothic One', sans-serif;
    height: 30px;
    border: 1px solid #16546F;
}