/*--------------------------------------*/
/*-- Basic --*/
/*--------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix {zoom: 1}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


.row {
	max-width: 1170px;
	margin: 0 auto;
}

.p-none {
    padding: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.required {color:rgb(235, 17, 17);}


/*--------------------------------------*/
/*-- Header & Nav --*/
/*--------------------------------------*/

header a {
	text-decoration: none;
}



header li {
	list-style: none;
	display: inline-block;
}

.header-box {
	padding: 0;
}


/* Sticky Nav */
.sticky .header-main {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 10px;
	z-index: 1000;
}

@media only screen and (max-width: 991px) { 
	.sticky .header-nav-box {
		width: 50%;
	}
}


/*--------------------------------------*/
/*-- Default Buttons --*/
/*--------------------------------------*/

.btn {
	display: inline-block;
}

.btn {
	transition: all 0.2s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	text-decoration: none;
}

.btn-primary {
    border-color: #CCC;
    background-color: #CCC;
    border-color: #CCC #CCC #b3b3b3;
    color: #FFF;
}



.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


/* Pills */
.nav-pills a{
	background: #fff;
	color: #0088cc;
    display: inline-block;
    border-radius: 4px;
    font-size: 70%;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 12px;
    text-transform: uppercase;
}

.nav-pills li hr {
	display:none;
}


.nav-pills a:hover,
.nav-pills a:active,
.nav-pills .active a{
	background: #0088cc;
	color: #fff;
}

@media only screen and (max-width: 1100px) { .nav-pills a { padding: 10px 10px; } }
@media only screen and (max-width: 991px) { 
	.nav-pills {
		position: absolute;
		top: 95px;
		left: 0;
		right: 0;
		background: #fff;
		padding:10px 2%;
	}
	
	.sticky .nav-pills {
		position:fixed;
		top: 70px;
	}
	
	.nav-pills li {
		width: 100%; 
		display: block;
	} 
	.nav-pills li a {
		display: block;
		border-radius: 10px;
		padding-left: 2%;
	}
	
	.nav-pills li a:hover {
		background: #fff;
		color:#0088cc;
	}
	
	.nav-pills .active a:hover {
	background: #0088cc;
	color: #fff;
	}
	
	.nav-pills li hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #ccc;
		padding: 0;
		width: 98%;
		margin: 0 auto;
		
	}
	
	.nav-pills .active hr {
		display: none;
	}
}




/* Mobile Nav Button */
.btn-mobile {
	background: #0088cc;
	color: #fff;
    display: inline-block;
    float: right;
	padding: 8px 11px;
    margin: 0 0 8px 15px;
	border:0;
	border-radius: 4px;
	font-size:68%;
	font-weight: 100;
	cursor: pointer;
	border: 2px solid #0088cc;
}

.btn-mobile:hover { color: #ffffff; }






/* Nav Tabs */

.nav-tabs {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;;
}

.nav-tabs>li {
	position: relative;
	display: block;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	text-decoration: none;
	color: #777;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	color:#777;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	text-decoration: none;
	color: #777;
	cursor: default;
	background-color: #fff;
	border-bottom-color: transparent;
}




.nav-tabs.tabs-btm>li>a {
	border-bottom: 3px solid #eee;
}

.nav-tabs.tabs-btm>li>a:hover {
	border-bottom: 3px solid #555;
}

.nav-tabs.tabs-btm>li.active>a, 
.nav-tabs.tabs-btm>li.active>a:hover {
	border-bottom: 3px solid #555;
}

.nav-tabs.tabs-simple .nav-tabs > li {
    margin-left: 0;
    margin-bottom: 20px;
}

.nav-tabs.tabs-simple>li>a {
	padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    color: #777;
	font-weight: 400;
    font-size: 20px;
}

.nav-tabs.tabs-simple>li>a>p {padding-top:5px;}




.icon-featured {
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
	display: inline-block;
    font-size: 30px;
    height: 75px;
    padding: 0;
    width: 75px;
    margin-top: 0;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    color: #777;
    line-height: 73px;
}

.icon-featured:after {    
	border: 5px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    padding: 1px;
    position: absolute;
    top: -6px;
    width: 100%;
	transform: scale(1);
	transition: 0.3s all ease;
}

.icon-featured:hover:after {  
	transform: scale(1.1);
}





/*--------------------------------------*/
/*-- Social Icons --*/
/*--------------------------------------*/



.social-icons {
	margin: 2px 0 0 10px;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
	font-size:90%;
}

.social-icons li a:hover { color: #fff !important; }
.social-icons-facebook a:hover { background: #3b5998; }
.social-icons-twitter a:hover { background: #1da1f2; }
.social-icons-linkedin a:hover { background: #0077b5; }


/*--------------------------------------*/
/*-- Alert Messages --*/
/*--------------------------------------*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}











.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
