/* VIRTUAL OFFICE */

/* LAYOUT */

section#osc-tabs {  }
#osc-tabs .tabs {
	margin-top: 30px;
}
.nav-tabs>li>a i {
	width: 20px;
	text-align: center;
}
#osc-tabs .tab-content .picture {
	text-align: center!important;
}
#osc-tabs .tab-content .herotext {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
#osc-tabs .tab-content .description1 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-top: 24px;
}
#osc-tabs ul.bullets {
	margin-top: 30px;
}
#osc-tabs ul.bullets li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}
#osc-tabs ul.bullets li .icon {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #00acec;
	color: #fff;
	float: left;
}
#osc-tabs ul.bullets li .icon i {
	font-size: 24px;
	line-height: 1.75;
}
#osc-tabs ul.bullets li .detail {
	text-align: left;
	margin-top: 10px;
	margin-left: 50px;
}
#osc-tabs ul.bullets li .detail h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 0;
}
#osc-tabs ul.bullets li .detail .description {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
}


#osc-tabs ul.bullets-social {
	margin-top: 30px;
}
#osc-tabs ul.bullets-social li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
#osc-tabs ul.bullets-social li .icon {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	background-color: #00acec;
	color: #fff;
	float: left;
}
#osc-tabs ul.bullets-social li .icon i {
	font-size: 24px;
	line-height: 1.75;
}
#osc-tabs ul.bullets-social li .detail {
	text-align: left;
	margin-top: 10px;
	margin-left: 50px;
}
#osc-tabs ul.bullets-social li .detail h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 0;
}
#osc-tabs ul.bullets-social li .detail .description {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
}
#osc-tabs .bullets-social .inset-bullets {
	margin: 0 0 50px 50px;
}

#osc-tabs .bullets-social .inset-bullets .package-price {
	font-size: 20px;
	font-weight: bold;
	margin-top:15px;
}


/* COLOR */

#osc-tabs ul.bullets li .icon,#osc-tabs ul.bullets-social li .icon {
	background-color: #f86923;
}

.tab-content {	
	background:rgba(248,105,35,0.15);
	border-radius:5px;
}
.tab-pane {
	padding:15px;
}

section#social {
	padding-top: 70px;
}
#social .bottom-cut-white {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	padding-bottom: 50px;
}
#social .bottom-cut-grey {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f6f6f6;
	padding-bottom: 50px;
}
#social {
	padding-bottom: 0px;
	background-color: #f86923;
	color: #fff;
}
#social .header h2 {
	margin-top: 0px;
}
#social .header .description {
	color: #fff;
}
section#social .buttons {
	margin-top: 40px;
	padding-bottom: 10px;
}
section#social .buttons a {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #f86923;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
section#social .buttons a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
