﻿#conventions-ticker
{
	position: relative;
}

#conventions-ticker li
{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
}

#conventions-ticker li:first-child
{
	position: static;
	display: block !important;
}

/* 3.7 - FAQ
/* ========================================================================== */

.row.faq
{
}

.row.faq .tab-pane
{
	font-size: 14px;
	line-height: 24px;
	border: solid 1px #435469;
	border-radius: 2px;
	background-color: #fdfdfd;
	padding: 30px 30px;
	position: relative;
}

.row.faq .tab-pane p:first-child
{
	padding-top: 0;
}

.row.faq .tab-pane .col-md-6 p
{
	padding: 0;
}

@media (max-width: 767px)
{
	.row.faq .tab-pane
	{
		margin-top: 20px;
		border-radius: 0 0 10px 10px;
	}
}

@media (min-width: 768px)
{
	.row.faq .tab-pane:before
	{
		content: '';
		position: absolute;
		top: 15px;
		left: -10px;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #435469;
		border-bottom: 10px solid transparent;
	}

	.row.faq .tab-pane:after
	{
		content: '';
		position: absolute;
		top: 15px;
		left: -10px;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #fdfdfd;
		border-bottom: 10px solid transparent;
	}
}

.row.faq .tab-content .fa
{
	font-size: 18px;
}

.row.faq .nav
{
	padding: 0;
}

.row.faq .nav li
{
	display: block;
}

.row.faq .nav li + li
{
	margin-top: 20px;
}

.row.faq .nav li a
{
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-radius: 10px;
	border: solid 1px #435469;
	background-color: #fdfdfd;
	color: #374146;
}

.row.faq .nav li.active a,
.row.faq .nav li a:hover
{
	background-color: #dc143c;
	border-color: #dc143c;
	color: #ffffff;
}

.row.faq .nav li a .fa
{
	width: 20px;
	text-align: center;
	margin-right: 15px;
	margin-top: 6px;
	float: left;
}

.row.faq .nav li a .faq-inner
{
	display: block;
	overflow: hidden;
}

.row.faq .tab-pane
{
	background: rgba(0,0,0, 0.3);
	border: 2px solid #fcee1d;
	color: #fff;
}

@media (min-width: 768px)
{
	.row.faq .tab-pane:before
	{
		border-right: 10px solid #fcee1d;
	}

	.row.faq .tab-pane:after
	{
		border-right: 10px solid #fcee1d;
	}
}

.row.faq .nav li a
{
	background: rgba(0,0,0, 0.3);
	border: 2px solid #fcee1d;
	color: #fff;
}

.row.faq .nav li.active a,
.row.faq .nav li a:hover
{
	background-color: #fcee1d;
	border-color: #fcee1d;
	color: #000;
}

.row.faq .nav li .fa:before
{
	content: "\f067";
}

.row.faq .nav li.active .fa:before
{
	content: "\f105";
}

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

	#main-slider .item
	{
		min-height: 930px !important;
	}

	#tab-faq1
	{
		margin-top: 0;
	}

	#tab-faq2
	{
		margin-top: 70px;
	}

	#tab-faq3
	{
		margin-top: 165px;
	}

	#tab-faq4
	{
		margin-top: 260px;
	}

	#tab-faq5
	{
		margin-top: 333px;
	}

	#tab-faq6
	{
		margin-top: 405px;
	}

	#tab-faq7
	{
		margin-top: 477px;
	}

	#tab-faq8 {
		margin-top: 390px;
	}

	#tab-faq9 {
		margin-top: 557px;
	}

	#tab-faq8:before, #tab-faq8:after
	{
		top: auto;
		bottom: 15px;
	}

	#tab-faq9:before, #tab-faq9:after
	{
		top: auto;
		bottom: 15px;
	}
}

@media (min-width:992px)
{
	#tab-faq1
	{
		margin-top: 0;
	}

	#tab-faq2
	{
		margin-top: 75px;
	}

	#tab-faq3
	{
		margin-top: 150px;
	}

	#tab-faq4
	{
		margin-top: 245px;
	}

	#tab-faq5
	{
		margin-top: 320px;
	}

	#tab-faq6
	{
		margin-top: 395px;
	}

	#tab-faq7
	{
		margin-top: 470px;
	}

	#tab-faq8 {
		margin-top: 436px;
	}

	#tab-faq9 {
		margin-top: 558px;
	}
}

@media (min-width:1200px)
{
	#tab-faq4 {
		margin-top: 227px;
	}

	#tab-faq5 {
		margin-top: 302px;
	}

	#tab-faq6
	{
		margin-top: 378px;
	}

	#tab-faq7
	{
		margin-top: 453px;
	}

	#tab-faq8 {
		margin-top: 423px;
	}

	#tab-faq9 {
		margin-top: 545px;;
	}
}