/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    1. Theme Default CSS
    2. header-area start
    3. slider-area start
    4. about-area start
    5. schedule-area start
    6. films-area start
    7. sponsor-area start
    8. pricing-area start
    9. testimonial-area start
    10. content-area start
    11. newsletter-area start
    12. home style two
    13. video-area strat
    14. gallary-area start
	
-----------------------------------------------------------------------------------*/
#fcbb01

/*========================================================================================================
                                        ogolne
 ========================================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext,latin-ext');


* {
    margin: 0;
    padding: 0;
}


body {
	font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #9599a2;
    font-size: 15px;
    font-weight: 400;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    color: #1e2c39;
}

input:focus,
select:focus {
    outline: none;
}

input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

button {
    cursor: pointer;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #756098;
}

a:hover {
    color: #bf70a4;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

button:focus {
    outline: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity {
    position: relative;
    z-index: 9;
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #242424;
    content: "";
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.ptb-120 {
    padding: 40px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.bg-1 {
    background: #f1f8fc;
}

.bg-2 {
    background: #fcbb01;
}

.bg-fff {
    background: #fff;
}

a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

a#scrollUp:hover {
    background: #fcbb01;
}

.flex-style {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/*-------menu strony-------*/

.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0px 1px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(12, 37, 67, .6);
}

.mainmenu ul li {
    padding: 15px 0px 15px 40px;
    position: relative;
}

.mainmenu ul li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    background: #fff;
    z-index: 999;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}

.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.mainmenu ul li>ul li {
    padding: 1px 0px;
}

.mainmenu ul li>ul li a {
    color: #9599a2;
    text-transform: none;
    font-weight: 500;
}

.mainmenu ul li>ul li a:before {
    display: none;
}

.mainmenu ul li:first-child {
    padding-left: 0;
}

.mainmenu ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.mainmenu ul li:hover>a {
    color: #bb9957;
}

.mainmenu ul li>a:before {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 3px;
    width: 15px;
    background: #bb9957;
    content: "";
    opacity: 0;
}

.mainmenu ul li:hover>a:before {
    left: -20px;
    opacity: 1;
}

.program a {
    display: block;
    background: #bf70a4;
    border-radius: 20px;
	width:150px;
    color: #fff;
    height: 35px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 11px 0px;
}

.program a:hover {
    background: #35bbda;
    color: #fff;
}

.lang ul li a {
	background: #bf70a4;
	margin:40px 10px;
	padding:5px;
	font-size:12px;
	color:#fff;
	border-radius:50px;
}

.lang ul li a:hover {
	color:#000;
}
/*responsive menu*/

.menu {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fcbb01;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    padding: 0px 7px;
    margin: 11px 0px;
    z-index: 999;
    position: relative;
    border-radius: 50%;
}

.menu li {
    height: 2px;
    width: 20px;
    background: #fff;
    margin-bottom: 2px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

ul.menu.active {
    position: fixed;
    right: 30px;
}

.menu.active li.first {
    -webkit-transform: translateY(4px) rotateZ(-135deg);
    transform: translateY(4px) rotateZ(-135deg);
    background-color: #fff;
}

.menu.active li.second {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu.active li.third {
    -webkit-transform: translateY(-4px) rotateZ(135deg);
    transform: translateY(-4px) rotateZ(135deg);
    background-color: #fff;
}

.responsive-menu-area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fcbb01;
    top: 100%;
    padding: 20px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
}

.responsive-menu-area.active {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.metismenu li {
    margin-bottom: 5px;
}

.metismenu li a {
    color: #fff;
    display: block;
}

.metismenu .has-arrow:after {
    right: 0;
}

.metismenu li>ul {
    padding-left: 20px;
}


/*-------header-area end-------*/


/*-------slider-area start-------*/

.slider-items {
    position: relative;
    z-index: 9;
}

.slider-items img {
    visibility: hidden;
}

.slider-items2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fcbb0190;
    content: "";
    z-index: -9;
}

.slider-content {
    position: absolute;
    left: 600px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.slider-content h2 {
    line-height: 10px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.slider-content h2 span {
    position: relative;
    z-index: 9;
}

.slider-content h2 span:before {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: -9;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 150px solid #fcbb01;
    content: "";
}

.slider-content p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 10px;
    padding-right: 100px;
}

.slider-content ul li {
    margin-right: 20px;
    display: inline-block;
}

.slider-content ul li:last-child {
    margin-right: 0;
}

.slider-content ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    background: #fcbb01;
    width: 200px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
}

.slider-content ul li:last-child a {
    background: #bf70a4;
}

.slider-content ul li:hover a {
    background: #01ace4;
    color: #fff;
}

.slider-content ul li:last-child:hover a {
    color: #fff;
}

.socile-share {
    position: absolute;
    right: 15px;
    bottom: 30px;
    z-index: 999;
    display: flex;
}

.socile-share li {
    padding-left: 15px;
    color: #fff;
    font-weight: 300;
}

.socile-share li span {
    display: inline-block;
    margin-left: 10px;
}

.socile-share li span:after {
    content: "|";
    margin-left: 15px;
}

.socile-share li a {
    color: #fff;
}

.slider-active .owl-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.slider-active .owl-dot {
    height: 15px;
    width: 5px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.slider-active .owl-dot.active {
    background: #fcbb01;
}
/*-------slider-area end-------*/

/*-------about-area start-------*/
.about-area {
    padding: 100px 0 0 0;
}

.about-wrap {margin-right:30px}

.about-wrap h2 {
    font-size: 50px;
    line-height: 40px;
    padding-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: #1a3a8d;
    margin-bottom: 30px;
}

.about-wrap h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 5px;
    background: #1b3b8e;
    content: "";
    border-radius: 5px;
}

.about-wrap p {
    margin-bottom: 20px;
	font-size: 14px;
}

.about-item {
    margin-top: 50px;
}

.about-item img {
    margin-bottom: 30px;
}

.about-item h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

.about-item p {
    margin-bottom: 25px;
    font-size: 13px;
}

.about-item span {
    display: block;
    margin-bottom: 75px;
    font-size: 14px;
}

.about-item a {
    display: block;
    height: 45px;
	width:200px;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #fcbb01;
    border-radius: 40px;
    text-align: center;
    font-weight: 700;
}

.about-item2 a {
    background: #356bf8;
    border-color: #356bf8;
}

.about-item a:hover {
    background: #a8d4c1;
    color: #fcbb01;
}

.about-item2 a:hover {
    color: #356bf8;
}


/*-------about-area end-------*/


/*-------schedule-area start-------*/

.schedule-area {
    padding: 0px 0px;
	background:#fff;
}

.tab-content .row {
	margin: 0 auto 40px auto;
	text-align:center;
}

.section-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #1a3a8d;
    position: relative;
    margin-bottom: 35px;
	margin-top: 70px;
    padding-bottom: 25px;
}

.section-title h2:before {
    width: 150px;
    height: 5px;
    border-radius: 5px;
    background: #1b3b8e;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    content: "";
}

.section-title h3 {
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    color: #fcbb01;
    position: relative;
    margin-top: 35px;
    padding-bottom: 0;
	text-align:center;
}

.section-title h3:before {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #a8d4c1;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    content: "";
}

.section-title p {
    font-size: 18px;
    margin-bottom: 50px;
}

.schedule-menu {
    justify-content: center;
    margin-bottom: 60px;
}

.schedule-menu li {
    margin-left: 40px;
}

.schedule-menu li:first-child {
    margin-left: 0;
}

.schedule-menu li a {
    display: block;
    color: #1e2c39;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.schedule-menu li a:hover,
.schedule-menu li a.active {
    color: #fcbb01;
}

.schedule-menu li a:before {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 2px;
    width: 0px;
    background: #fcbb01;
    content: "";
}

.schedule-menu li a:hover:before,
.schedule-menu li a.active:before {
    width: 20px;
}

.schedule-wrap {
    background: #fff;
}

.schedule-wrap img {
	padding:5px;
}

.schedule-wrap img.logo {
	padding:20px 25px;
}

.schedule-wrap table {
	border-left: 1px solid #e0e3e5;
	font-size:14px;
	line-height:12px;
	width:90%;
	border-collapse: collapse;
}

.schedule-wrap tr th {
    background: #fcbb01;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
	padding:10px;
}

.schedule-wrap tr td {
    border: 1px solid #e0e3e5;
    text-align: center;
    padding: 30px;
	color: #333;
}

.schedule-wrap tr th.time,
.schedule-wrap tr td.time {
    width: 80px;
}

.schedule-wrap tr td.time {
    font-weight: 600;
    color: #1e2c39;
}

.schedule-wrap tr td p {
    color: #1e2c39;
    margin-bottom: 10px;
    font-weight: 600;
}

.schedule-wrap tr td span {
    display: block;
    font-size: 14px;
    line-height: 24px;
	color:#fcbb01;
	font-weight:600;
}

.schedule-wrap tr td.party {
    color: #fcbb01;
    font-size: 16px;
    font-weight: 600;
}

.schedule-wrap a.inne {
    color: #fff;
    padding:10px 26px;
	border-radius:50px;
    font-weight: 600;
	background-color:#fcbb01;
}

.schedule-wrap a {
    color: #fcbb01;
}

.schedule-wrap a.inne:hover {
	background-color:#a4d1bd;
}

.schedule-wrap h5 {
    font-weight: 600;
	font-size:18px;
	color:#fcbb01;
	position: relative;
	line-height:40px;
}

.schedule-wrap h5:before {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: #a8d4c1;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    content: "";
}

.schedule-wrap tr:last-child td {
    border-bottom: 1px solid #e0e3e5;
}


/*-------schedule-area end-------*/


/*-------filmy-------*/

.films-area {
    padding-top: 0;
}

.films-wrap {
    position: relative;
}

.films-area h2 {
    font-size: 30px;
    color: #1a3a8d;
	margin-top:65px;
    margin-bottom: 35px;
	font-weight:600;
	text-transform:uppercase;
}

.films-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000090;
    padding: 0px 30px;
    padding-bottom: 20px;
    opacity: 0;
}

.films-wrap .films-content {
    opacity: 1;
}

.films-content h3 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 5px;
	font-weight:600;
}

.films-content h3 a {
    font-size: 26px;
    color: #fff;
    margin-bottom: 5px;
	font-weight:300;
}

.films-content span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-style: italic;
}

.films-content p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}


.films-content ul.films-flow {
    position: absolute;
    left: 30px;
    bottom: 15px;
}

.films-content ul.films-flow li {
    margin-right: 10px;
}

.films-content ul.films-flow li a {
    color: #fff;
    font-size: 14px;
	background:#bf70a4;
}

.films-content ul.films-flow li a:hover {
    color: #fff;
    font-size: 14px;
	background:#00aae2;
}

.films-content ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
	text-transform: uppercase;
    color: #fff;
    background: #fcbb01;
    width: 150px;
    border-radius: 40px;
    font-weight: 600;
    text-align: center;
}


/*-------films-area end-------*/


/*-------sponsor-area start-------*/

.sponsor-area {
    padding: 120px 0px 90px;
}

.sponsor-wrap {
    text-align: center;
    margin-bottom: 30px;
}
.sponsor-wrap a{
	display: block;
	padding: 0 20px;
	float:left;
}

.sponsor-wrap img{
	display: block;
	padding: 16px 22px;
	float:left;
}


/*-------sponsor-area end-------*/

/*-------pricing-area start-------*/

.pricing-area {
    padding: 60px 0px 60px;
}

.pricing-area h2 {
    line-height: 25px;
    font-size: 30px;
    font-weight: 700;   
}

.pricing-wrap {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .05);
	text-align:center;
}

.pricing-wrap:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .05);
}

.pricing-wrap span {
    color: #1e2c39;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    padding-left: 15px
}

.pricing-wrap h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fcbb01;
    position: relative;
    line-height: 60px;
	margin-bottom:20px;
}

.pricing-wrap h4:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #a8d4c1;
    content: "";
    border-radius: 5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.pricing-wrap h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 0;
    margin-top: 19px;
    text-align: right;
}

.pricing-wrap p {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0px;
}

.pricing-area a {
    padding: 15px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #bf70a4;
    border-radius: 50px;
    margin: 20px auto 0;
    font-weight: 500;
	font-size:18px;
}

.pricing-area a:hover {
    background: #00ace4;
}

.pricing-wrap a {
    padding: 5px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #bf70a4;
    border-radius: 50px;
    margin: 20px auto 0;
    font-weight: 600;
	font-size:14px;
}

.pricing-wrap a:hover {
    background: #a8d4c1;
}

 .txt-pricing {text-align:left; color:#333;}


/*-------pricing-area end-------*/


/*-------testimonial-area start-------*/

.testmonial-area {
    padding: 120px 0px;
	background: #f1f8fc;
}

.test-wrap {
    background: #fff;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, .1);
    padding: 40px 57px;
    text-align: center;
    margin: 5px;
}

.test-wrap span {
    display: block;
    height: 34px;
    width: 55px;
    margin: 0px auto 25px;
}

.test-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 30px auto;
}

.test-wrap h4 {
    text-transform: uppercase;
    font-size: 22px;
	font-weight:600;
	color:#fcbb01;
}

.test-wrap a {
    padding: 7px 20px;
	display: inline-block;
	background: #fcbb01;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 25px;
	margin-top: 20px;
}


/*-------testimonial-area end-------*/


/*-------content-area start-------*/

.content-area {
    padding: 150px 0px 120px;
    background: rgba(0, 0, 0, 0) linear-gradient(100deg, #dce1e7 0%, #db87b3 30%, #04376b 100%) repeat scroll 0 0;
}

.content-items {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
}

.content-items h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
}

.content-items p {
    font-size: 13px;
    color: #fff;
}

.content-items a {
    font-size: 13px;
    color: #fff;
}

.content-img {
    position: absolute;
    left: 0;
    top: -7px;
    width: 50px;
}


/*-------content-area end-------*/


/*-------newsletter-area start-------*/

.newsletter-area {
    padding: 100px 0px;
	background: #fff;
}

.newsletter-content p {
    font-size: 18px;
    font-weight: 500;
    color: #22222;
    padding-left: 50px;
}

.newsletter-form a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
	background-color: #fcbb01;
	padding:10px 15px;
	border-radius:50px;
}

.newsletter-form a:hover {
	background-color: #a8d4c1;
}

.newsletter-form p {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
}

.newsletter-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fcbb01;
    margin-bottom: 0;
    padding-left: 50px;
    position: relative;
}

.newsletter-content h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background: #a8d4c1;
    content: "";
}

.newsletter-form input[type=text] {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 25px;
    background: #f1f8fc;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.newsletter-form input[type=submit] {
    width: 100%;
    height: 50px;
    background: #fcbb01;
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 14px;
    border-radius: 50px;
}

.newsletter-form button:hover {
    background: #a8d4c1;
}


/*-------newsletter-area end-------*/

#googleMap {
    height: 550px;
    width: 100%;
}

.footer-area {
    padding: 30px 0px;
    background: #000;
}

.footer-area p {
    font-size: 12px;
    padding: 5px 0px;
}

.footer-area a {
    font-size: 12px;
    color:#ccc;
}

.footer-area p span {
    color: #fcbb01;
}

.socil-icon li {
    margin-left: 10px;
}

.socil-icon li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 45px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
	color: #1a337d; 
}

.socil-icon li a:hover {
    color: #fcbb01;
}


/*-------home style two-------*/

.header-area.header-area2 {
    padding: 0px;
    border: none;
    top: 30px;
}

.header-wrapper {
    background: #fff;
    padding: 30px;
}

.header-wrapper .mainmenu ul li a {
    color: #1e2c39;
}

.header-wrapper .mainmenu ul li:hover>a {
    color: #fcbb01;
}

.slider-area2 .slider-items {
    height: 1010px;
}

.slider-area2 .slider-items:before {
    opacity: .65;
    background: #13182e;
}

.slider-area2 .slider-content span:before {}

.slider-area2 .slider-content p {
    padding: 0px 100px;
}

.slider-area2 .slider-content ul {
    margin-bottom: 70px;
}

.slider-area2 .slider-content span.cdown {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}

.slider-area2 .slider-content span.cdown span {
    display: block;
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    line-height: 90px;
}

.slider-area2 .slider-content span.cdown p {
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.slider-active2 .owl-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.slider-active2 .owl-dot {
    height: 5px;
    width: 5px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.slider-active2 .owl-dot:before {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    width: 12px;
    left: -3px;
    top: -3px;
    opacity: 0;
}

.slider-active2 .owl-dot.active {
    background: transparent;
}

.slider-active2 .owl-dot.active:before {
    opacity: 1;
}

.slider-active2 .owl-nav div {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}

.slider-active2 .owl-nav div:hover {
    color: #fcbb01;
}

.slider-active2 .owl-nav div.owl-next {
    top: 43%;
}

.slider-active2 .owl-nav div.owl-prev {
    top: 55%;
}


/*------video-area strat------*/


.films-area2 {
    position: relative;
    z-index: 9;
}

.films-area2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    content: "";
    z-index: -9;
    background: url(../images/bg/1.png) no-repeat center center / cover;
}


/*------video-area end------*/

.sponsor-area2 {
    padding: 120px 0px 90px;
    position: relative;
}

.sponsor-area2:before,
.sponsor-area2:after {
    position: absolute;
    content: "";
    z-index: -9;
    opacity: .3;
}

.sponsor-area2:before {
    right: 30px;
    top: 50px;
    width: 510px;
    height: 335px;
    background: url(../images/bg/2.png) no-repeat center center / cover;
}

.sponsor-area2:after {
    left: 30px;
    bottom: 50px;
    width: 275px;
    height: 215px;
    background: url(../images/bg/3.png) no-repeat center center / cover;
}

/*-------gallary-area start-------*/

.gallary-area {
    padding: 120px 0px 90px;
    position: relative;
    z-index: 9;
}

.gallary-area:before,
.gallary-area:after {
    position: absolute;
    content: "";
    opacity: .3;
    z-index: -9;
}

.gallary-area:before {
    height: 300px;
    width: 250px;
    top: 50px;
    left: 30px;
    background: url(../images/bg/4.png) no-repeat center center / cover;
}

.gallary-area:after {
    width: 200px;
    height: 300px;
    bottom: 30px;
    right: 0;
    background: url(../images/bg/5.png) no-repeat center center / cover;
}

.gallary-wrap {
    margin-bottom: 30px;
    border: 10px solid #f1f1f1;
    overflow: hidden;
}

.gallary-wrap img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.gallary-wrap:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.pricing-wrap2 {
    overflow: hidden;
}

.pricing-wrap2 span,
.pricing-wrap2 h4 {
    padding-left: 0;
}

.pricing-wrap2 h4 {
    font-size: 26px;
}

.pricing-wrap2 h4:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: -85px;
}

.pricing-wrap2 h3 {
    text-align: center;
    margin-top: 20px;
}

.pricing-wrap.pricing-wrap2 button {
    padding: 15px 60px;
}


/*-------gallary-area end-------*/


/*-------breadcumb-area start-------*/

.breadcumb-area {
    height: 500px;
    background: url(../images/slider/wisla-small.jpg)no-repeat center center / cover;
}

.breadcumb-wrap {
    padding-top: 120px;
	text-align:right;
}

.breadcumb-wrap h2 {
    color: #fff;
    line-height: 90px;
    font-size: 60px;
    font-weight: 700;
}

.breadcumb-wrap ul li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcumb-wrap ul li:after {
    content: "/";
    margin: 0px 10px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}

.breadcumb-wrap ul li a {
    color: #fff;
}

.breadcumb-wrap ul li a:hover,
.breadcumb-wrap ul li span {
    color: #fcbb01;
}

.films-area3 {
    padding-top: 0;
}

.about-area2{
	padding-top: 120px;
}
.about-wrap2 h2{
	position: relative;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 50px;
	padding-left: 150px;
	margin-bottom: 30px;
}
.about-wrap2 h2 span.text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 100px;
	color: #a8d4c1;
}
.about-wrap2 h2 span.text-color{
	color: #fcbb01;
}
.about-wrap2 p{
	margin-bottom: 35px;
}
.about-wrap2 a{
	display: inline-block;
	padding: 10px 30px;
	background: #fcbb01;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	text-transform: uppercase;
}
.about-wrap2 a:hover{
	background: #a8d4c1;
}
/*-------breadcumb-area end-------*/

.scrolldown {
    position: absolute;
    left: 15px;
    bottom: 30px;
    z-index: 999;
    -webkit-animation: scrooldown 1000ms linear 0s infinite;
    -o-animation: scrooldown 1000ms linear 0s infinite;
    animation: scrooldown 1000ms linear 0s infinite;
}

@keyframes scrooldown {
    0% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes scrooldown {
    0% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/*-------home style two-------*/

/*------blog-area start------*/
.blog-area{
	padding: 0px 0px 90px;
	
}

button {color:#000}

.blog-details-area {
	color:#222;
}

.blog-wrap{
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}
.blog-wrap:hover{
	box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
}
.blog-content{
	padding: 10px 20px 1px 20px;
	
}
.blog-content span{
	display: block;
	margin-bottom: 10px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

.blog-content h3, .blog-content h3 a {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fcbb01;
}

.blog-details-area h2 {
    font-size: 30px;
    font-weight: 700;
    color: #08306c;
    margin-bottom: 20px;
	margin-top:50px;
    padding-left: 50px;
    position: relative;
	text-transform:uppercase;
}

.blog-details-area h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background: #9e6ca3;
    content: "";
}

.blog-details-area h4 {
    font-size: 17px;
    font-weight: 700;
    color: #063467;
    margin-bottom: 20px;
	margin-top:20px;
    padding-left: 30px;
    position: relative;
	text-transform:uppercase;
}

.blog-details-area h4:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 25px;
    height: 5px;
    border-radius: 5px;
    background: #063467;
    content: "";
}

.blog-content a.readmore{
	padding: 7px 20px;
	display: inline-block;
	background: #fcbb01;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 25px;
	margin-top: 20px;
}
.blog-content a.readmore:hover{
	background: #a8d4c1;
}

.blog-content a.pdf{
	padding: 6px 10px;
	display: inline-block;
	background: #fcbb01;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 25px;
	margin-top: 20px;
}
.blog-content a.pdf:hover{
	background: #a8d4c1;
}

.blog-details-wrap a.prev {
	padding: 7px 20px;
	display: inline-block;
	background: #fcbb01;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 25px;
	margin-top: 20px;
	background:#bf70a4;
}

.blog-details-wrap a.prev:hover{
	background: #01abe6;
}

.pagination-wrapper{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.pagination-wrapper li{
	display: inline-block;
}
.pagination-wrapper li a,
.pagination-wrapper li span{
	display: block;
	height: 30px;
	width: 30px;
	font-size: 14px;
	border: 1px solid #fcbb01;
	color: #fcbb01;
	background: transparent;
}
.pagination-wrapper li a:hover,
.pagination-wrapper li span{
	background: #fcbb01;
	color: #fff;
}
/*------blog-area end------*/

.contact-area {background:#f1f8fc;}

.contact-area p {
	font-size:14px;
	color:#555;
	line-height:20px;
}

.contact-area a.reg {
    background: #fcbb01;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    border-radius: 50px;
	padding:8px 13px;
}

.contact-area a.reg:hover {background: #a8d4c1}

label {
	font-size:14px;
	text-transform:uppercase;
	line-height:15px;
	padding-right:10px;
	position:absolute;
	top:7px;
	left:10px;
}

.check {
	font-size:14px;
	text-transform:uppercase;
	line-height:15px;
	position:inherit;
	margin-bottom: 27px;
}

.edycje {
	margin-top:20px
}

.form-check-inline {margin-top:45px;}

.contact-form p {
	font-size:14px;
	text-transform:uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}

.contact-form textarea {
    height: 200px;
    padding-top: 10px;
	font-size:14px;
	border-radius: 30px;
    text-transform: uppercase;
    background: #fff;
    border: none;
}

.contact-form input[type=text] {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 25px;
    text-transform: uppercase;
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.contact-form input[type=file] {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 14px;
	border:none;
    font-weight: 500;
}

.contact-form input[type=radio] {
    margin-left: 0;
    text-transform: uppercase;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
	height:20px;
	width:20px;
	margin-bottom:0;
}

.contact-form input[type=checkbox] {
    margin-left: 0;
	margin-top:0;
    text-transform: uppercase;
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
	height:20px;
	width:20px;
	margin-bottom:0;
}

.contact-form input[type=submit] {
    width: 100%;
    height: 50px;
    background: #fcbb01;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    border-radius: 50px;
}

.contact-form input[type=reset] {
    width: 100%;
    height: 50px;
    background: #fcbb01;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    border-radius: 50px;
}

.contact-form button {
    padding: 10px 30px;
    background: #fcbb01;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    border: none;
}
.contact-form button:hover {
    background: #a8d4c1;
}
.contact-form textarea{
  height: 270px;
}
.contact-wrap ul li{
  position: relative;
  padding:30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f1f8fc;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child{
  margin-bottom: 0px;
}
.contact-wrap ul li i{
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #fcbb01;
}
.contact-wrap ul li p{
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span{
  display: block;
}
.error-area{
	height: 100vh;
	background: url(../images/slider/1.jpg)  no-repeat center center / cover;
}
.error-wrap p{
	font-size: 16px;
	color: #fff;
	margin: 25px 0px;
}
.error-wrap a{
	display: inline-block;
	padding: 10px 30px;
	background: #fff;
	color: #fcbb01;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
}
.error-wrap a:hover{
	background: #a8d4c1;
	color: #fff;
}

/*------blog-details-area start------*/
.blog-details-wrap .form {font-size:14px;}

.blog-details-wrap label {
     width:180px;
     display: inline-block;
	 margin-top:25px;
	 position: static;
	 margin-left:10px;
	 margin-bottom:25px;
}

.blog-details-wrap .buttons {
	margin-top:25px;
	}

.blog-details-area input[type=submit] {
    height: 45px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    border: none;
    background: #fcbb01;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
}

.blog-details-area input[type=text], .blog-details-area input[type=password] {
    height: 45px;
    width: 320px;
    text-align: center;
    line-height: 30px;
    border: none;
    background: #f1f8fc;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
}

.blog-details-wrap img{
	margin-bottom: 30px;
}
.blog-details-wrap h3 {
	font-size: 24px;
	margin-bottom: 25px;
	color:#1b3b8e;
	font-weight:600;
	padding-left: 50px;
	position: relative;
}

.blog-details-wrap h3:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 35px;
    height: 5px;
    border-radius: 5px;
    background: #1b3b8e;
    content: "";
}

.blog-details-wrap h5 {
	font-size: 18px;
	margin-top: 60px;
	margin-bottom: 20px;
	color:#1b3b8e;
	font-weight:600;
	padding-left: 25px;
	position: relative;
}

.blog-details-wrap h5:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 15px;
    height: 5px;
    border-radius: 5px;
    background: #1b3b8e;
    content: "";
}

.blog-details-wrap p{
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
	color:#444;
}
.blog-details-wrap blockquote{
	text-align: center;
	font-size: 18px;
	color: #fcbb01;
	font-style: italic;
	font-weight: 500;
	padding: 0px 50px;
	margin-bottom: 20px;
}
.blog-details-wrap blockquote i{
	font-size: 30px;
	display: block;
}
.blog-details-wrap li{
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}
.blog-details-wrap li:last-child{
	margin-right: 0;
}
.blog-details-wrap .blogdetails-menu li a{
	color: #7d7d7d;
	text-transform: uppercase;
}
.blog-details-wrap ul li a{
	color: #7d7d7d;
}
.author-wrapper{
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
	padding-top: 40px;
	margin-bottom: 20px;
}

.comment-main {
    padding-bottom: 40px;
}

h3.blog-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fcbb01;
    text-transform: uppercase;
    font-weight: 600;
}

h3.blog-title span {
    color: #333;
}

ol {
    list-style: none;
}

.comment-wrapper {
    position: relative;
}

.comments-reply {
    margin-top: 10px
}

.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.comment-theme {
    float: left;
    margin-right: 30px;
}

.comment-main-area {
    overflow: hidden;
}

.comment-image {
    border-radius: 50%;
    border: 5px solid #fcbb01;
    overflow: hidden;
}

.comment-wrap:hover .comment-image {
    border-color: #333;
}

.comment-wrap1 {
    margin-left: 70px;
}

.comment-wrap2 {
    margin-left: 140px;
    margin-bottom: 0px;
}

.sewl-comments-meta h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #fcbb01;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}

.comment-area p {
    margin-bottom: 25px;
}

.comments-reply a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
}

.comments-reply a i {
    margin-right: 5px;
}

.comments-reply a:hover {
    color: #fff;
    background: #fcbb01;
    border-color: :#fcbb01;
}

.comment.even.thread-even.depth-1 {
    margin-top: 40px;
}

.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}

.sewl-form-textarea textarea {
    height: 230px;
}

.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #fcbb01;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
}

.form-submit input:hover {
    background: #a8d4c1;
}
/*-------------------------sidebar-area start-------------------------*/
.widget {
    margin-bottom: 40px;
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    border: none;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding-left: 15px;
}
.search-wrap button {
    position: absolute;
    right: 0px;
    background: #fcbb01;
    border: none;
    color: #fff;
    height: 40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
}
.search-wrap button:hover {
    color: #fff;
    background: #a8d4c1;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar-menu ul li {
    line-height: 30px;
}
.sidebar-menu ul li a {
    position: relative;
    padding-left: 20px;
}
.sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
    left: 5px;
}
.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.recent-post ul li:last-child {
    margin-bottom: 0px;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content p {
    font-size: 12px;
    font-style: italic;
}
.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
}
.tag-wrap ul li a:hover {
    color: #fff;
    background: #a8d4c1;
    border-color: #a8d4c1;
}
.tag-wrap {
    margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/

/*------blog-details-area end------*/