/*

- Bootstrap v3.3.1

- Font Awesome 4.2.0

- Less - Leaner CSS v2.0.0-b1

*/


/*@import url("css/bootstrap/bootstrap.min.css");*/

@import url("css/bootstrap/bootstrap.cus.css");
@import url("css/fontawesome/font-awesome.css");
@import url("style_templates.css");
@import url("style_osp.css");
@import url("css/style_table.css");
@import url("css/style_cart.css");
@import url("css/style_form.css");
@import url("css/style_accordion.css");


fieldset.social-media legend {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #23232b;
    padding: 0 0;
    font-family: 'open_sansbold';
    border-bottom: 0;
}

fieldset.social-media {
    margin: 15px 0 30px 0;
    padding: 0;
    border: 0;
}

.social-media .fa-inverse:hover {
    color: #00a9a6;
}

.social-media .fa-stack-1x,
.social-media .fa-stack-2x {
    font-size: 30px;
}

.social-media .fa-inverse {
    color: #a8a8a7;
    transition: all ease .4s;
}

.social-media .stack {
    margin: 0 15px 0 0;
}


.tab-content{
	padding: 20px 0;
}

.btn-download{
	padding: 5px 30px;
	background: #edc407;
	color: #000!important;
	display: inline-block;
	margin-right:10px;
}

.btn-download:hover{
	padding: 5px 30px;
	background: #666;
	color: #fff!important;
}

.btn-download img{
	margin-right: 10px;
}

.btn-cert{
	padding: 5px 30px;
	background: #edc407;
	color: #000 !important;
	display: inline-block;
}

.btn-cert:hover{
	padding: 5px 30px;
	background: #666;
	color: #fff!important;
}

.btn-cert img{
	margin-right: 10px;
}

/*.col-sm-12.right{
	text-align:center;
}*/

.heading-title {
	width:100%;
	text-align:center;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}


/* Landscape phone to below */
@media (max-width: 480px) {
    
}