body {
	background-color: #2980B9;
}

#loading-box {
	visibility: hidden;
}

.alink, .alink:active, .alink.active {
    outline: 0;
    color: #FFFFFF;
}

.alink:hover, .alink:focus {
	color: #ECF0F1;
}

.alinkk, .alinkk:active, .alinkk.active {
    outline: 0;
    color: #9B59B6;
}

.alinkk:hover, .alinkk:focus {
	color: #ECF0F1;
}

.c-white {
	color: #FFFFFF;
}

.t-typed {
	color: #F1C40F;
}

.t-responsive {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.i-center {
	margin: 0 auto;
}

.left-browser {
	padding-left: 20px;
	padding-right: 20px;
}

.bg-white {
	background-color: #FFFFFF;
}

.i-icon {
	width: 50px;
}

.bc-turquoise {
	background-color: #1ABC9C;	
}

.sec-tag {
	padding-top: 50px;
}

.label-as-badge {
    border-radius: 1em;
}

.navbar-default {
	margin: 0;
	background-color: #2C3E50;
	border: none;
	border-radius: 0;
	height: 78px;
	display: none;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	margin-top: 6px;
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #16A085;
}

.navbar-collapse {
	margin: 0;
	background-color: #2C3E50;
	border: none; 
	border-radius: 0;
	padding-top: 3px;
	overflow: hidden;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

.navbar-default .navbar-toggle {
	margin-top: 12px;
	margin-right: 12px;
	background-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ECF0F1;
}

.holder {
    border: 6px solid #FFFFFF;
    float: left;
    margin: 20px;
    position: relative;   
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;   
    transition: 0.5s Ease;   
}

.go-top {
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    width: 100%;
    text-align:center;  
    font-size: 20px;
    padding: 10px;   
    transition: 0.5s Ease;
}

.smooth:hover > .go-top {   
    top: 0px;   
}

.go-top p {
    font-size: 12px;
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}