/*
	Theme Name: Mitri Events
	Created : 
	Updated : 
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	## Global
		- Padding/Margin
		- Section Padding
		- Block Title
		- Section Header
		- Page Banner
		
	## Fonts Settings	
		- Work Sans
		- Josefin Sans
		- Raleway
		- Arimo
		- Hind 
		- Myriad Pro Regular
		
	## Header
		- Top Header
			- Social
			- Logo Block
			- Register			
		- Menu Block
			- User
			- Expanding Search
			
	## Footer
		- Footer Main
			- Footer About
			- Customer Service Widget
			- Quick Links Widget
			- ContactUs Widget
			- NeweLetter Widget
			- CopyRights
			- Footer Menu
	
	## Page Banner
	
	## Section Header
	
	## Responsive
		- min-width: 1200
		- min-width: 992 to max-width: 1199
		- max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */

body {
	font:400 13px/1.8 Raleway, sans-serif;
	letter-spacing:0.03em;
	color: #444;
	-webkit-font-smoothing : antialiased;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Section Padding */
.section-padding {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* - Block Title */
.block-title {
	text-transform: uppercase;	
	letter-spacing: 1.12px;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 18px 0;
	display: inline-block;
	position: relative;
	word-wrap: break-word;
}

/* - Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section-header h3 {
	margin: 0;
	text-transform: none;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.9px;
	line-height: 28px;
	font-family: 'Work Sans', sans-serif;
	padding-bottom: 30px;
	word-wrap: break-word;
}
.section-header span {
	font-size: 18px;
	letter-spacing: 2.88px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: red;
	line-height: 28px;
	text-transform: capitalize;
}

/* ## Page Banner */
.page-banner {
	-webkit-background-size: cover;
	background-size: cover;		
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;	
	min-height: 290px;
	max-height: 350px;
	z-index: 1;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.page-banner::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(41,54,62,0.5);
}
.page-banner .banner-content {
	position: absolute;
	z-index: 1;	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
}
.page-banner .banner-content::before,
.page-banner .banner-content::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	background-color: #687075;
	width: 1px;	
}
.page-banner .banner-content::before {
	left: 0;	
}
.page-banner .banner-content::after {	
	right: 0;
}
.page-banner .banner-content h3 {	
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1.1px;
	line-height: 32px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #687075;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	padding-left: 80px;
	padding-right: 80px;
	word-wrap: break-word;	
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 15px;
	padding: 0;
}
.page-banner .banner-content .breadcrumb li {	
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	word-wrap: break-word;
}
.page-banner .banner-content .breadcrumb li.active {
	color: red;
}
.page-banner .banner-content .breadcrumb li:first-of-type a {
	margin-left: 0;
}
.page-banner .banner-content .breadcrumb li:last-of-type a {
	margin-right: 0;
}
.page-banner .banner-content .breadcrumb  a{
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.12px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 5px;
	word-wrap: break-word;
}

/* - Page Banner:: Services */
.page-banner.services {
	background: url("images/service-banner.jpg"); 
}

/* - Page Banner:: Event Grid */
.page-banner.event-grid {
	background: url("images/event_grid-banner.jpg"); 
}

/* - Page Banner:: Blog */
.page-banner.blog {
	background: url("images/blog-banner.jpg"); 
}

/* - Page Banner:: 404 */
.page-banner.error {
	background: url("images/error-banner.jpg"); 
}

/* ## Fonts Settings */


/* ## Header */
/* - Top Hedaer */
.top-header {
	border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid red;   
    padding: 19px 0 19px;    
}

/* - Social  */
.top-header .social {
	margin: 15px 0 15px;
}
.top-header .social ul {
	padding-left: 0;	
	margin-bottom: 0;
}
.top-header .social ul li {
	margin-right: 14px;
}
.top-header .social ul li:last-of-type {
	margin-right: 0;
}
.top-header .social ul li,
.top-header .social ul li a {
	display: inline-block;
}
.top-header .social ul li a {
	background-color: #bec2c5;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
    width: 42px;
}
.top-header .social ul li a:hover {
	background-color: red;
	color: #000;
}

/* - Logo Block */
.top-header .logo-block {
	margin-top: 3px;
	text-align: center;	
}
.logo-block a {
	text-decoration: none;
}
.top-header .logo-block a h3{
	color: #29363e;
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.36px;
    margin: 6px 0 0;
    text-transform: uppercase;
	word-wrap: break-word;
}

/* - Register */
.top-header .register {
	margin: 14px 0 14px;
	text-align: right;
	float: right;
}
.top-header .register a {
	background-color: #949a9e;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: "Myriad Pro Regular";
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 28px;
    padding: 5px 41px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.top-header .register a:hover {
	background-color: red;
	color: #000;
}

/* - Menu Block */
.menu-block {	
	margin-top: -1px;
}
.menu-block .container {
	position: relative;
}
.navbar-fixed-top.menu-block .container {
	border-top: none;
	max-width: 1170px;
}

/* - User */
.menu-block a.user {
	
	display: inline-block;
	float: left;
	position: relative;
	left: 0;
}
.menu-block .user:hover i  {
	border-color: #000;
	color: #000;	
}

/* - Expanding Search */
.menu-block .menu-search {
	float: right;
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: relative;
}
.menu-block.navbar-fixed-top .menu-search {
	border: none;
}
.menu-search .sb-search-submit i {	
	font-size: 20px;
	color: #d0d0d0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.menu-search .sb-search-submit:hover i {
	color: #29363e;
}
.menu-search .sb-search-input::-webkit-input-placeholder {
    color: #000;
}
.menu-search .sb-search-input:-moz-placeholder {
    color: #000;
}
.menu-search .sb-search-input::-moz-placeholder {
    color: #000;
}
.menu-search .sb-search-input:-ms-input-placeholder {
    color: #000;
}
.menu-search .sb-search {
	position: relative;
}
.menu-search .sb-icon-search,
.menu-search .sb-search-submit {
    width: auto;   
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.menu-search .sb-search-submit {
    background: transparent; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin:0 auto;
	width: 100%;
}
/* Open state */
.menu-search .sb-search.sb-search-open,
.menu-search .no-js .sb-search {
    width: 100%;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-icon-search,
.menu-search .no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}
.menu-search .sb-search.sb-search-open .sb-search-submit,
.menu-search .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
.menu-search .sb-search-input {
    position: absolute;
    top: 65px;
    right: 0px;
    border: none;
    outline: none;
    background: none;
    width: 0;
    height: 0;
    margin: 0;
    z-index: 11;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #000;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.menu-search .sb-search.sb-search-open .sb-search-input {
    top: 81px;
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    width: 280px;
    height: 40px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

/* ## Footer */
.footer-main {	
	background-color: white;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.footer-main .row {
	//margin-bottom: 40px;
}

/* - Footer About */
.footer-main .footer-about {
	position: relative;
	text-align: center;
	padding-bottom: 32px;
	display: inline-block;
}
.footer-main .logo-block {
	position: absolute;
	left: 0;
}
.footer-main .logo-block h3 {
	text-transform: uppercase;
	color: #fefefe;
	font-size: 20px;
	margin: 11px 0 0;
	font-weight: 600;	
	letter-spacing: 1.36px;
	word-wrap: break-word;
}
.footer-main .footer-about .footer-about-content {
	margin-left: 185px;
	text-align: left;
}
.footer-about-content p {
	color: #a4b0b6;
	line-height: 28px;
	letter-spacing: 0.6px;
}

/* - Widget */
.footer-main .widget ul {
	padding-left: 0;
}
.footer-main .widget ul li {
	display: inline-block;
}
.footer-main .widget ul li a {
	color: #a4b0b6;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.39px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_customer_services ul li,
.footer-main .widget_quick_links ul li {
	display: inline-block;
	width: 100%;	
}
.footer-main .widget_customer_services ul li a:hover,
.footer-main .widget_quick_links ul li a:hover  {
	margin-left: 10px;
	color: red;
}
.footer-main .widget.widget_quick_links{
	padding-left: 4px;
}

/* - ContactUs Widget */
.footer-main .widget_contactus {
	padding-left: 43px;
}
.footer-main .widget_contactus .contactinfo-box {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}
.footer-main .widget_contactus .contactinfo-box:hover i {
	color: red;
}
.footer-main .widget_contactus .contactinfo-box:last-of-type {
	margin-bottom: 0;
}
.footer-main .widget_contactus .contactinfo-box i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #a4b0b6;
	font-size: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_contactus .contactinfo-box  p{
	margin-left: 20px;
	color: #a4b0b6;
	font-size: 15px;
	font-family: 'Arimo', sans-serif;
	padding-right: 40px;
	line-height: 24px;
}
.footer-main .widget_contactus .contactinfo-box p a {
	text-decoration: none;
	color: #a4b0b6;
	display: block;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_contactus .contactinfo-box p a:hover {
	color: red;
	margin-left: 5px;
}

/* - Neweletter Widget */
.footer-main .widget_newsletter {
	padding-left: 23px;
}
.footer-main .widget_newsletter p {
	color: #a4b0b6;
	font-family: 'Arimo', sans-serif;
	margin-top: 12px;
	padding-right: 15px;
}
.footer-main .widget_newsletter .input-group {
	margin-bottom: 27px;
	margin-top: 25px;
	margin-right: 3px;
}
.footer-main .widget_newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	min-height: 44px;
	padding-left: 23px;
	text-transform: uppercase;
	color: #888;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 24px;
	font-family: 'Arimo', sans-serif;	
	z-index: 1;
}
.footer-main .widget_newsletter .input-group-btn .btn {
	background-color: red;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	border-radius: 0;
	color: #fff;
	line-height: 24px;
	min-height: 44px;
	position: relative;
}
.footer-main .widget_newsletter .input-group-btn .btn::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(41,54,62,1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	z-index: -1;
}
.footer-main .widget_newsletter .input-group-btn .btn:hover::before{
	width: 100%;
}
.footer-main .widget_newsletter ul {
	padding-left: 0;
}
.footer-main .widget_newsletter ul li {
	display: inline-block;
	margin-right: 8px;
}
.footer-main .widget_newsletter ul li:last-of-type {
	margin-right: 0;
}
.footer-main .widget_newsletter ul li a {
	height: 37px;
	width: 37px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	background-color: #49545b;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.footer-main .widget_newsletter ul li a:hover {
	background-color: red;
	color: #fff;	
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
.footer-main .widget_newsletter a + .tooltip > .tooltip-inner {
	background-color: red;
	color: #fff;
}
.footer-main .widget_newsletter a + .tooltip > .tooltip-arrow { 
	border-bottom-color: red;	
}
/* - Footer Menu */
.footer-menu  {
	padding-top: 31px;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

/* - CopyRights */
.footer-menu .copyrights p {
	color: white;
	font-size: 13px;
	letter-spacing: 0.39px;
	line-height: 30px;
	margin-bottom: 0;
}

/* - Footer: OW Navigation */
.footer-menu .ow-navigation .navbar-collapse {
	padding-right: 0;
}
.footer-menu .ow-navigation .nav.navbar-nav > li {
	margin: 0 12px;
}
.footer-menu .ow-navigation .nav.navbar-nav > li:last-of-type{
	margin-right: 0;
}
.footer-menu .ow-navigation .nav.navbar-nav > li > a {
	padding: 5px 5px;
	color: white;
	font-size: 12px;
	letter-spacing: 0.36px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.footer-menu .ow-navigation .nav.navbar-nav > li.active > a,
.footer-menu .ow-navigation .nav.navbar-nav > li > a:hover {
	color: red;
}
.footer-menu .ow-navigation .nav.navbar-nav > li:last-of-type > a {
	padding-right: 0;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Menu Block */
	.menu-block .menu-search {
		width: 70px;
	}
	
	/* - Footer Main */
	.footer-main .widget_newsletter ul li {
		margin-right: 6px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Menu Block */	
	.menu-block a.user {
		position: absolute;
		left: 15px;		
	}
	.menu-block .col-sm-12 {
		padding: 0;
	}
	.menu-block.navbar-fixed-top  a.user {
		display: none;		
	}
	.menu-block a.user {
		width: 85px;
		z-index: 2;
	}	
	.menu-block .menu-search {
		right: 80px;
		border: none;
		width: 20px;
		height: 59px;
		position: absolute;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input {
		top: 60px;
	}
	.menu-search .sb-search-submit {
		top: 21px;
	}
	
	/* - Footer Main */
	.footer-main .widget:nth-child(2n+1) {
		clear: both;
		margin-bottom: 20px;
	}
	.footer-main .widget_contactus,
	.footer-main .widget_newsletter,
	.footer-main .widget.widget_quick_links {
		padding-left: 15px;
	}
	
	/* - Footer Menu */
	.footer-menu {
		padding-top: 15px;
	}
	.footer-menu .ow-navigation {
		margin-top: -30px;
	} 
	.footer-menu .ow-navigation .navbar-toggle {
		margin-top: 0;
	}
	.footer-menu .ow-navigation .nav.navbar-nav > li {
		margin: 0;
	}
	.footer-menu .ow-navigation .navbar-nav {
		border-color: #3a464d;
	}
	.footer-menu .ow-navigation .nav.navbar-nav > li > a {
		padding-left: 0;
	}
	.footer-menu .ow-navigation .nav.navbar-nav > li > a:hover {
		color: red;
	}
	.footer-menu .dropdown-menu > li > a {
		color: #a4b0b6;
		font-size: 12px;
	}
	.footer-menu .ow-navigation .nav.navbar-nav .dropdown-menu li > a {
		color: #a4b0b6;
		font-size: 12px;
		font-weight: 400;
		background-color: transparent;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer-menu .ow-navigation .nav.navbar-nav .dropdown-menu li:hover > a {
		color: red;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {	
	/* - Top Header */
	.top-header {
		padding-top: 0;
		padding-bottom: 7px;
	}
	.top-header .social,
	.top-header .register {
		margin: 15px 0 10px;
	}
	.section-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* - Top Header */
	.top-header .logo-block {
		margin-top: 0px;
	}	
	.page-banner .banner-content h3 { 
		padding-left: 40px;
		padding-right: 40px;
	}
	/* - Footer Main */
	/* - Newsletter widget */	
	.footer-main .widget_newsletter ul li {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer-main .widget_newsletter ul li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Top Header */
	.top-header .col-xs-6 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.menu-search .sb-search.sb-search-open .sb-search-input {
		width: 210px;
	}
	
	/* - Footer Main */		
	/* - Footer About */
	.footer-about img {
		max-width: 46px;
	}
	.footer-main .logo-block {
		position: relative;
		display: block;
		margin-bottom: 30px;
	}
	.footer-main .logo-block h3 {
		font-size: 24px;
	}
	.footer-main .footer-about .footer-about-content {
		margin-left: 0px;
	}
	
	/* - Footer */
	.footer-main .widget{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-main .widget:last-of-type{
		margin-bottom: 0;
	}
	.footer-main .widget_contactus .contactinfo-box {
		width: 100%;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 20px;
		letter-spacing: 0.5px;
	}
	
	/* - Page Banner */
	.page-banner .banner-content h3 {
		font-size: 18px;
	}
	.page-banner .banner-content {
		left: 0;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.page-banner .banner-content::before,
	.page-banner .banner-content::after {
		width: 0;
	}
}

.row-centered {
   text-align:center;
}


.snip1551 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
}

.snip1551 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1551 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1551 figcaption {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}

.snip1551 h3 {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 2px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  color: rgba(255, 255, 255, 0);
  width: 100%;
  text-align: center;
}

.snip1551 span{
	color: silver;
	font-weight: normal;
}

.snip1551 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1551:hover > img,
.snip1551.hover > img {
  opacity: 0.5;
}

.snip1551:hover h3,
.snip1551.hover h3 {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #ffffff;
}

.sponsor-slider
{	
	height: 150px; 
	border: 1px solid #ccc;
	padding:10px;
}
.sponsor-slider img
{
	padding:10px;
	display: block; /*for the img inside your div */  
	margin-left: auto ;
	margin-right: auto;
	height: auto;
}

.speakers-home
{
	padding:3px;
}


.box-sponsors{
	width: : 100%;
	height: auto;
	display: block;
	padding:15px;
}

.row-centered {
   text-align:center;
}


.col-centered {
   display:inline-block;
   float:none;
   /* reset the text-align */
   text-align:left;
   /* inline-block space fix */
   margin-right:-4px;
}

.about-image{
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight:bold;
}
.nav-tabs{
	border:none;
}
.footer-logo
{
	border-right: 1px solid #ccc;
}
.about-p{
	text-align: center;
}

.clock-header{
	font-size:3em;
	color:#e74c3c;
	text-align:center;
}
.countdown-clock{
	color:#34495e;
}

.box-spons{
	margin:0px 15%;
}

.sosmed-footer{
	padding: 0px 10px;
	border-right: 1px solid white;
	color:white;
	text-decoration: none;
	font-size: 18px;
	margin:0px auto;

}

.button-x{
	background: red; color: white; border-radius: 50%; padding:10px 15px; position: absolute; left: -20px;top:-20px;z-index: 999;
}

.modal-bodys{
	padding: 70px 40px;
}

.p-greed{
	text-align: justify;
}
.p-greed-p{
	margin-left: 40px;
}
.modal-h3{
	margin-top: 0px;
}
.section-greeting{
	background: url('http://localhost/starthub/assets/images/background/bekgron-01.png');
	background-repeat: no-repeat;
    background-size: 100%;
}

.title-about{
	font-size: 17px; width: 60%;
}

.border-mobile{
	padding:5px 0px;
	margin:0px;
}
.side-lineup{
	border : 2px solid #ccc; margin: 0px 20px; padding:200px 30px;
}
.lineup-container{
	background:#f44306; color:white; font-weight: bold;
}
.lineup-container h3{
	margin: 0px;
}
.lineup-container p{
	margin: 0px; 
	color: black;
}
.lineup-container span{
	margin: 0px; 
	color: black;
	font-size:11px;
	font-weight: normal;
}
.lineup-title{
	border-bottom: 2px solid #ccc; margin:0px; padding-top: 20px; padding-bottom: 20px;
}
.show-time
{
	font-size: 15px; font-weight: none;
}
.lineup-container .break{
	background:white; color:red;
}

.lineup-container .end{
	margin-bottom: 20px;
}
.lineup-container .title-2{
	color: black; font-size: 17px;
}

.btn-kadek{
	padding:5px 20px;
	background:black;
	color: white;
	font-size: 12px;
	border-radius: 15px;
}

.btn-kadek a{
	color: white;
}

.btn-pru{
	padding:6px 20px;
	background:#F40009;
	color: white;
	font-size: 20px;
	border-radius: 15px;
}

.btn-pru a{
	color: white;
}

.partner-box{
    width: calc(20% - 16px);
    height: 96px;
    margin: 8px;
    display: table;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-clip: padding-box
}

.partner-item{
    display: table-cell;
    padding: 0 8px;
    vertical-align: middle;
    text-align: center;
}

.contact-footer-k:hover{
	color:red;
}

.thumbnail-news img{
	/*height: 250px !important;*/
}

.title-news{
	color: #000;
	text-decoration:none;
	margin: 15px 0px;
	text-transform :uppercase;
	line-height: 1.7;
	letter-spacing:0.1em;
	font-weight:700;
	padding-top:10px;
	margin-bottom:25px;
	font : 400 15px/1.8 Raleway, sans-serif;
}

.desc-news{
	margin:0 0 15px;
	font:400 15px/1.8 Raleway, sans-serif;
	color :grey;
	letter-spacing:0.03em;
	-webkit-font-smoothing:antialiased;
}

.btn-gray{
	border:2px solid #ddd;
	background-color: #ddd;
	color: #000 !important;
	border-radius: 0px;
	padding:3px 10px;
	font:400 12px/1.8 Raleway, sans-serif;
	letter-spacing:2px;
	font-weight:600;
	line-height:1.5;
}

.section-registrasi{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.large-centered {
	  margin-left: auto;
	  margin-right: auto;
	  float: none; }

	  .column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 2px; }

  .large-10 {
  width: 83.33333%; }
		
		.typography-subbody {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(ar) {
    letter-spacing: 0em;
    font-family: "SF Pro AR", "SF Pro Gulf", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(ja) {
    letter-spacing: 0em;
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(ko) {
    letter-spacing: 0em;
    font-family: "SF Pro KR", "SF Pro Text", "SF Pro Icons", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(th) {
    letter-spacing: 0em;
    font-family: "SF Pro TH", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(zh) {
    letter-spacing: 0em; }
  .typography-subbody:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(zh-HK) {
    font-family: "SF Pro HK", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(zh-MO) {
    font-family: "SF Pro HK", "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .typography-subbody:lang(zh-TW) {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

    .table{
    	width: 100%;
    	margin: 1em 0;
    }

	table {
	  border-collapse: collapse;
	  border-spacing: 0; }
    td {
	text-align: center;
	}

	
	table th, table td {
		padding: 1em 0;
		border-bottom: 1px solid #ccc;
	}

	th.header {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.285em;
		background: none;
		text-align: left;
	}

	th.fixed-width {
		width: 20%;
		font-size: 0.8571em;
		font-weight: bold;
		text-align: center;
	}

	td {
		text-align: center;
	}

	td:first-child {
		text-align: left;
	}	

	.btn-register{
		padding: 2px 36px;
		border-radius: 0;
		background-color: red;
		border: none;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		letter-spacing: 1.56px;
		line-height: 30px;
		transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		margin-top: 10px;
		-webkit-box-shadow: none;
		-webkit-appearance: none;
		box-shadow: none;
		outline: none;
	}

	.btn-register:hover{
		background-color: #999;
	}

	.file {
		  position: relative;
	}
	.file label {
		  background: #39D2B4;
		  padding: 12px 20px;
		  color: #fff;
		  font-weight: bold;
		  font-size: .9em;
		  transition: all .4s;
		  margin-bottom: 0px;
		  width: 100%;
		  cursor: pointer;
	}
	.file input {
		  position: absolute;
		  display: inline-block;
		  left: 0;
		  top: 0;
		  opacity: 0.01;
		  cursor: pointer;
	}
	.file input:hover + label,
	.file input:focus + label {
		  background: #34495E;
		  color: #39D2B4;
	}

.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

.wrapper {
	  position: relative;
	  font-family: 'Open Sans', sans-serif;
	  font-weight: 400;
	  color: #9f9f9f;
	  font-size: 15px;
	}
	.package {
		margin-bottom: 20px;
	  box-sizing: border-box;
	  width: 100%;
	  height: 580px;
	  border: 3px solid #e8e8e8;
	  border-radius: 7px;
	  display: inline-block;
	  padding: 24px;
	  text-align: center;
	  float: left;
	  transition: margin-top 0.5s linear;
	  position: relative;
	  margin-right: 11px;
	}
	.package:hover {
	  margin-top: -30px;
	  transition: margin-top 0.3s linear;
	}
	.name {
	  color: #565656;
	  font-weight: 300;
	  font-size: 3rem;
	  margin-top: -5px;
	}
	.price {
	  margin-top: 7px;
	  font-weight: bold;
	}
	.price::after {
	  font-weight: normal;
	}
	hr {
	  background-color: #dedede;
	  border: none;
	  height: 1px;
	}
	.trial {
	  font-size: 11px;	
	  font-weight: 600;
	  padding: 5px 30px 5px 30px;
	  color: #F40008;
	  border: 1px solid #e4e4e4;
	  display: inline-block;
	  border-radius: 15px;
	  background-color: white;
	  position: relative;
	  bottom: -35px;
	}
	.wrapper ul {
	  list-style: none;
	  padding: 0;
	  text-align: left;
	  margin-top: 29px;
	}
	.wrapper ul li {
	  margin-bottom: 15px;
	}
	.checkIcon {
	  font-family: "FontAwesome";
	  content: "\f00c";
	}
	.wrapper ul li::before {
	  font-family: "FontAwesome";
	  content: "\f00c";
	  font-size: 1.3rem;
	  color: #F40008;
	  margin-right: 3px;
	}
	.brilliant {
	  border-color: #F40008;
	}
	/* Triangle */
	.brilliant::before {
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 64px 64px 0 0;
	  border-color: #F40008 transparent transparent transparent;
	  position: absolute;
	  left: 0;
	  top: 0;
	  content: "";
	}
	.brilliant::after {
	  font-family: "FontAwesome";
	  content: "\f00c";
	  color: white;
	  position: absolute;
	  left: 9px;
	  top: 6px;
	  text-shadow: 0 0 2px #F40008;
	  font-size: 1.4rem;
	}
