/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;	
} 


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'book-antiqua';
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
a {
	text-decoration: none;
	color: inherit;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


/*COMMON*/

@font-face {
   font-family: 'book-antiqua';
   src: url('../font/book_antiqua.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;

}
@font-face {
   font-family: 'hind';
   src: url('../font/Hind-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;

}
@font-face {

	font-family: 'FontAwesome';
    src: url('../font/FontAwesome.otf');
    src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/fontawesome-webfont.woff2') format('woff2'),
         url('../font/fontawesome-webfont.woff') format('woff'),
         url('../font/fontawesome-webfont.ttf') format('truetype'),
         url('../font/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
 }
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;

}
.wrapper {	
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.container {
	
	max-width: 1170px;
	margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;

}

section.section-background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section {	
    position: relative;
    min-height: 100px;
    font-size: 16px;
}

.section-book {
	text-align: center;
	color: #fff;

}


.section-book .content .img-loader {
	float: left;
	width: 35%;
	padding: 0 20px;
}
#section_one  .content .text-loader {
	float: left;
	width: 65%;
	padding: 0 20px;
	margin-top: 10px;
	text-align: left;
}
.section-book .content .text-loader .section-title {
	margin-bottom: 20px;
}

/*SECTION ONE*/

#section_one {
	background-image: url('../images/banner-1.jpg');
	padding: 4% 0;
}

#section_one .section-title h1 {
	font-size: 36px;
}
#section_one .section-title h2 {
	font-size: 32px;
}
#section_one p {

	font-size: 22px;
	margin-top: 10px;
}
.section-book .button {
	text-transform: uppercase;
	color: #8d318b;
	padding: 10px 30px;
	background-color:  #fff;
	border-bottom: 3px solid #8d318b;
	border-radius: 10px;
	font-weight: bold;
	margin-top: 25px;
	float: right;
}
.section-book .button:hover {
	background-color: #00A665;
	color: #fff;
	border-bottom: 3px solid #8d318b;
	  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*SECTION TWO*/

#section_two {
	display: block;
	background-image: url('../images/banner-2.jpg');
}

.transparent-frame{
	background-color: rgba(50, 50, 50, 0.86);
    width: 100%;
    height: 100%;
    padding: 4% 0;
}

#section_two .img-loader {
	float: right;
}
#section_two .text-loader {
	width: 65%;
	padding: 0 20px;
}
#section_two .section-title {
	font-size: 32px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 50px;
}

#section_two p {
	font-size: 18px;
	margin-bottom: 20px;
}

/*SECTION THREE*/
#section_three {
	padding: 4% 0 0 0;
	color: #333745;
}
#section_three .section-title {
	text-align: center;
	font-size: 32px;
	color: #7f287d;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.image-frame {
	width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 100%;
}
#image_1 {
	background-image: url('../hello-elementor-child/images/hristina-dimitrova.jpg');
}

#image_2 {
	background-image: url('../hello-elementor-child/images/petar-d-image.jpg');
}
#section_three .text-loader {
	float: left;
	width: 80%;
	padding: 0 20px;
	font-size: 18px;
}
.image-box {
	float:  left;
	width: 20%;
	padding: 0 20px;
}
.image-box.right {
	float: right;
}
#section_three .row {
	margin-bottom: 50px;
}
#section_three .text-loader span.bold-text {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
}
#section_three .text-loader.right-text {
	text-align: right;
}

.mini-social a{
	font-size: 18px;
	color: #686869;
	margin-top: 10px;
	margin-left: 5px;
}
.mini-social a:first-child {
	margin-left: 0;
}
.social-twitter:before {
	content: "\f099";
	font-family: 'FontAwesome';
	display: inline-block;
}
.social-facebook:before {
	content: "\f09a";
	font-family: 'FontAwesome';
	display: inline-block;
}
.social-linkedin:before {
	content: "\f0e1";
	font-family: 'FontAwesome';
	display: inline-block;
}
.social-google:before {
	content: "\f0d5";
	font-family: 'FontAwesome';
	display: inline-block;
	font-weight: bold;
}
.social-instagram:before {
	content: "\f16d";
	font-family: 'FontAwesome';
	display: inline-block;
	font-weight: bold;
}
#section_three .content {
	border-bottom: 1px solid #3e3d3e;
}
#section_three .row:last-child {
	text-align: right;
}
.logo-section {
	text-align: center;
	padding: 30px 0;
	color: #333745;
	font-size: 18px;
	margin: 0 auto;
}
a.link-text {
	color: #333745;
}
a.link-text:hover {
	color: #92278f;
}
.logo-section > div{
	float: left;
	width: 50%;
	
}
.link1,
.link2 {
	display: inline-block;
	background-color: #959595;
	color: #fff;
	padding: 15px;
	margin: 0 30px 0 0;
	max-width: 250px;
	text-transform: uppercase;
	border-radius: 4px;
}
.link-box {
	margin-top: 20px;
	text-align: left;
	padding-left: 40px;
}

.text-logo {
	padding-right: 20px;
	border-right: 1px solid #000;
}
/*SECTION FOUR*/
#section_four {
	background-color: #92278f;
	color: #fff;
	padding:  5% 0;
	text-align: center;
}
#section_four .section-title {
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
	text-transform: inherit;
}
#section_four .section-title h1 {
	font-size: 32px;
}
.col-4 {
	float: left;
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-group input {
    font-size: 16px;
    padding: 6px 6px;
    height: auto;

}
.form-group input::-webkit-input-placeholder {
	font-family: 'book-antiqua';
}
.form-group input:-moz-placeholder {
	font-family: 'book-antiqua';
}
.form-group input::-moz-placeholder {
	font-family: 'book-antiqua';
}
.form-group input:-ms-input-placeholder {
	font-family: 'book-antiqua';
}

.form-group input[type="submit"] {
	background-color: #959595;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #959595;
	font-weight: bold;
	position: relative;
	font-size: 16px;
    padding: 7px 6px;
    height: auto;
    font-family: 'book-antiqua';
    cursor: pointer;
   
}
.form-group input[type="submit"]:hover {
	background-color: #fff;
	color: #959595;
	border: 1px solid #959595;
	  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.popup-message {
	background: #fff;
	color: #92278f;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	padding: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	text-align: center;
	max-width: 550px;
	border: 1px solid #959595;
}

.error-message {
	color: #92278f;
}

.close-btn {
	padding: 5px 10px;
	background: #959595;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -10px;
	cursor: pointer;
}

/*SECTION FIVE SOCIAL*/
#section_five {
	padding: 4% 0;
	text-align: center;
}
#section_five .section-title {
	text-align: center;
	font-size: 32px;
	color: #686869;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.social-group {
	padding: 10px 0;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: .8em;
}
#section_five .container {
	max-width: 560px;
}
.social-group .share-icon {
    font-size: 3em;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.icon-twitter:before {
    content: "\f099";

}
.icon-facebook:before {
    content: "\f09a";
  

}
.icon-google:before {
	content: "\f0d5";
	font-family: 'FontAwesome';

}
.icon-linkedin:before {
	content: "\f0e1";

}
.social-group.facebook {
    background-color: #4861a3;
    border: 4px solid #4861a3;
}
.social-group.twitter {
    background-color: #00acee;
    border: 4px solid #00acee;
}
.social-group.google {
    background-color: #d8420e;
    border: 4px solid #d8420e;
}
.social-group.linkedin{
    background-color: #0274B3;
    border: 4px solid #0274B3;
}

.social-group {
 
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.social-group:before {
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 40px;
    width: 90%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.social-group:hover {
-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*FOOTER*/

footer.footer-wrapper {
	text-align: center;
	color: #c1c1c1;
	padding: 20px 0;
	background-color: #5a5a5a;
	font-size: 18px;
	font-family: 'hind';

}
footer  .copyright-text a {
	color: #fff;
	
	font-size: 18px;
}

.box1 {
	background-color: red;
}
.box2 {
	opacity: 0.8;
}
#DMCA-badge div.dm-2 a,
#DMCA-badge div.dm-2 a:hover,
#site-generator .copyright a:hover,
#DMCA-badge a:hover{color: #fff !important;}



/*RESPONSIVE MEDIA */
@media screen and (max-device-width: 1200px){

	.container {
		max-width: 970px;
	}
}


@media screen and (max-device-width: 992px){

	.container {
		max-width: 750px;
	}
	.section-book .content .img-loader {
		float: none;
		width: 100%;
		
	}
	#section_one  .content .text-loader,
	#section_one .text-loader,
	#section_three .image-box,
	#section_three .text-loader,
	#section_two .text-loader,
	#section_two .img-loader {
			float: none;
			width: 100%;
			display: block;
		
	}
	#section_three .image-box {
		margin-bottom: 20px;
	}
	#section_three .text-loader.right-text {
		text-align: left;
	}
	#section_four .col-4 {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.form-group input,
	.form-group a {
		padding: 10px 10px;
	}

	#section_two p {
		font-size: 22px;
	}
	#section_two .section-title,
	#section_one .section-title {
		text-align: center;
		margin-top: 50px;
	}
	#section_one .section-title {
		text-align: left;
	}
	.mini-social a {
		margin-left: 10px;
	}
	.link2 {
		margin-top: 20px;
	}
	.text-logo {
	padding-right: 0;
	border-right: none;
	}
	.link-box {
		padding-right: 0;
	}

}
@media screen and (max-device-width: 767px){

	.container {
		
		max-width: 100%;
		padding: 6% 20px;
	}
	
	#section_three p {
		font-size: 18px;
	}
	
	#section_four .col-4 {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 20px;
		padding: 0;

	}

	.section-book .content .img-loader,
	.image-box, #section_three .text-loader,
	#section_two .text-loader , 
	#section_one  .content .text-loader {
		padding: 0;
	}
	#section_one .section-title h1 {
		font-size: 32px;
	}
	.social-group {
		margin-bottom: 0;
	}
	.popup-message {
		width: 90%;
	}

	.logo-section > div{
		float: none;
		width: 100%;
	}
	.link-box {
		text-align: center
	}
	.text-logo img {
		margin: 20px 0;
	}

}

@media screen and (max-device-width: 600px) {
	#section_five .col-4 {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		float: left;
		width: 50%;
		margin-bottom: 20px;
	
	}
	.social-group {
		padding: 20px 0;
	}
	
	#section_five .col-4:nth-of-type(2n) {
		padding-right: 0;
	}
	#section_five .col-4:nth-of-type(2n+1) {
		padding-left: 0;
	}

	.link1, .link2 {
		display: block;
		width: 100%;
		margin: 20px auto;
	}
	#section_four .section-title {
		text-align: left;
	}

	.link-box {
		padding-left: 0;
	}

}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}