.clear:before, .clear:after { 
	content: " "; 
	display: table; 
}

.clear:after { 
	clear: both; 
}

/***Buttons***/
.button {
	margin: 5px 5px 5px 0;	
	display: inline-block;
	line-height: 1;
}

.button.rounded_corner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}

.button:hover {
	background: #515e6c !important;
}

.button.small {
	padding: 8px 14px;
	font-size: 1rem;
}

.button.medium {
	padding: 12px 16px;
	font-size: 1.2rem;
}

.button.large {
	padding: 17px 21px;
	font-size: 1.5rem;
}

.button i {
	margin-right: 10px;
}

/***Dropcap***/
.dropcap {
	font-size: 55px;
	font-weight: bold;
	line-height: 33px;
	margin-right: 6px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 8px;
}

.dropcap-bg {
	margin-right: 8px;
	padding: 5px 5px 8px 5px;
	color: white;
}


/***Intro text***/
.intro-text {
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #dedede;
}

/*** Social icons ***/
.unik_social {
	margin: 5px 9px 5px 0;
	padding: 15px;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 1;
}

.unik_social i {
	display: inline-block;
	margin-right: 8px;
	line-height: 1;
	font-size: 20px;
}

.unik_social.style-1 {
	color: white !important;
}

.unik_social.style-1:hover {
	background: #41474d !important;
}

.unik_social.style-1.social-dribbble { background: #EA4C89; }
.unik_social.style-1.social-facebook { background: #3B5998; }
.unik_social.style-1.social-flickr { background: #0063DB; }
.unik_social.style-1.social-forrst { background: #5B9A68; }
.unik_social.style-1.social-github { background: #4183C4; }
.unik_social.style-1.social-gplus { background: #D14836; }
.unik_social.style-1.social-instagram { background: #3F729B; }
.unik_social.style-1.social-linkedin { background: #00ACED; }
.unik_social.style-1.social-pinterest { background: #2B96BE; }
.unik_social.style-1.social-rss { background: #FF8300; }
.unik_social.style-1.social-skype { background: #00ACED; }
.unik_social.style-1.social-tumblr { background: #2C4762; }
.unik_social.style-1.social-twitter { background: #00ACED; }
.unik_social.style-1.social-vimeo { background: #44BBFF; }
.unik_social.style-1.social-youtube { background: #CD332D; }
.unik_social.style-1.social-mail { background: #555; }

.unik_social.style-2 {
	border: 1px solid;
}

.unik_social.style-2.social-dribbble { color: #EA4C89;  }
.unik_social.style-2.social-facebook { color: #3B5998; }
.unik_social.style-2.social-flickr { color: #0063DB; }
.unik_social.style-2.social-forrst { color: #5B9A68; }
.unik_social.style-2.social-github { color: #4183C4; }
.unik_social.style-2.social-gplus { color: #D14836; }
.unik_social.style-2.social-instagram { color: #3F729B; }
.unik_social.style-2.social-linkedin { color: #00ACED; }
.unik_social.style-2.social-pinterest { color: #2B96BE; }
.unik_social.style-2.social-rss { color: #FF8300; }
.unik_social.style-2.social-skype { color: #00ACED; }
.unik_social.style-2.social-tumblr { color: #2C4762; }
.unik_social.style-2.social-twitter { color: #00ACED; }
.unik_social.style-2.social-vimeo { color: #44BBFF; }
.unik_social.style-2.social-youtube { color: #CD332D; }

.unik_social.style-2.social-dribbble:hover { background: #EA4C89; color: white !important; }
.unik_social.style-2.social-facebook:hover { background: #3B5998; color: white !important; }
.unik_social.style-2.social-flickr:hover { background: #0063DB; color: white !important; }
.unik_social.style-2.social-forrst:hover { background: #5B9A68; color: white !important; }
.unik_social.style-2.social-github:hover { background: #4183C4; color: white !important; }
.unik_social.style-2.social-gplus:hover { background: #D14836; color: white !important; }
.unik_social.style-2.social-instagram:hover { background: #3F729B; color: white !important; }
.unik_social.style-2.social-linkedin:hover { background: #00ACED; color: white !important; }
.unik_social.style-2.social-pinterest:hover { background: #2B96BE; color: white !important; }
.unik_social.style-2.social-rss:hover { background: #FF8300; color: white !important; }
.unik_social.style-2.social-skype:hover { background: #00ACED; color: white !important; }
.unik_social.style-2.social-tumblr:hover { background: #2C4762; color: white !important; }
.unik_social.style-2.social-twitter:hover { background: #00ACED; color: white !important; }
.unik_social.style-2.social-vimeo:hover { background: #44BBFF; color: white !important; }
.unik_social.style-2.social-youtube:hover { background: #CD332D; color: white !important; }

.unik_social.style-3 {
	color: #9b9b9b;
	position: relative;
	z-index: 10;
}

.unik_social.style-3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	border: 2px solid #000;
	opacity: 0;
	-webkit-transform: scale(0.3, 1);
	transform: scale(0.3, 1);
	transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.unik_social.style-3:hover {
	color: #000;
}

.unik_social.style-3:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/***Columns***/
.inner-row {
	width: auto;
}

.inner-row:before, .inner-row:after { 
	content: " "; 
	display: table; 
}

.inner-row:after { 
	clear: both; 
}

.inner-row [class*='col-'] {
	float: left;
	margin-right: 4%;
	margin-bottom: 1.3rem;
}

.inner-row .last {
	margin-right: 0; 
}

.inner-row .col-1-2 {
	width: 48%;
}

.inner-row .col-1-3 {
	width: 30.66%;
}

.inner-row .col-2-3 {
	width: 65.34%;
}

.inner-row .col-1-4 {
	width: 22%;
}

.inner-row .col-3-4 {
	width: 74%;
}


@media only screen and (max-width: 768px) {
	.inner-row [class*='col-'] {
		width: auto !important;
		margin-bottom: 30px;
		margin-right: 0;
		float: none;
	}
}


/***Alert Boxes***/

.alert_box {
	margin-bottom: 1.3em;
	padding: 25px;
}

.info_box {
	background: #E7F6FC;
}

.info_box, .info_box a {
	color: #2d98bd;
}

.success_box {
	background: #ecffe7;
}

.success_box, .success_box a {
	color: #509640;
}

.error_box {
	background: #FFF2F3;
}

.error_box, .error_box a {
	color: #ca3436;
}

.warning_box {
	background: #FFF7A8;
}

.warning_box, .warning_box a {
	color: #695D43;
}




/****Toggle, Accordion****/
.accordion-box, .toggle-box {
	margin-bottom: 1.3em;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

.accordion-box i, .toggle-box i {
	margin-right: 15px;
}

.accordion-title:hover, .toggle-title:hover {
	cursor: pointer;
}

.accordion-title, .toggle-title {
	padding: 10px 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #dedede;
	transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.accordion-title:hover, .toggle-title:hover {
	background: #f8f8f8;
}

.active .accordion-title, .active .toggle-title {
	background: white;
}

.accordion-content, .toggle-content {
	padding: 25px;
	border-bottom: 1px solid #dedede;
}



/****Tabs****/

.tabgroup {
	margin-bottom: 1.3em;
}

.tab_titles {
	margin: 0;
	border-left: 1px solid #dedede;
}

.tab_titles li {
	display: inline-block;
	float: left;
}

.tab_title i {
	margin-right: 15px;
}

.tab_title {
	background: #555;
}

.tab_title a {
	padding: 10px 20px;
	display: inline-block;
	background: #f5f5f5;
	color: #6a6359 !important;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.tab_title a:hover {
	opacity: 0.9;
}

.tab_title.active a {
	background: white;
	border-bottom-color: white;
	opacity: 1;
}

.tab_panel {
	margin-top: -1px;
	padding: 25px;
	border: 1px solid #dedede;
}