*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body, html
{
	height: 100%;
	margin: 0;
	background: #ffffff;
	color: #666666;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	box-sizing: border-box;
}

a
{
	color : #0C53AC;
	text-decoration : none;
}

a:hover
{
	color : #000000;
	text-decoration : none;
}

p
{
	padding : 0 0 12px 0;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.inlineButton
{
	display: inline-block;
	padding: 5px 20px;
	margin: 10px auto;
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background-color 0.3s; /* Safari */
	transition: background-color 0.3s;
}

.inlineButton:hover
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

/* start paralax */

.paralax
{
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.paralax_2
{
  position: absolute;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  transition: opacity 1s;
}

.bgimg-1
{
	/* background-image: url("../images/img_parallax.jpg"); */
	min-height: 100%;
}

.bgimg-2
{
	background-image: url("../images/img_parallax2.jpg");
	min-height: 100%;
}

.bgimg-3
{
	background-image: url("../images/img_parallax3.jpg");
	min-height: 100%;
}

/* end paralax */

/* start home page scroll more button */

#openingText
{
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -450px;
	width: 900px;
	text-align: center;
	padding: 20px;
	color: #cccccc;
}

#openingText a
{
	color: white;
}

#homeWebdesignSection
{
	background-color: #f6f7f7;
	border-bottom: 15px solid #99cc66;
}

#homePageScrollMoreContainer
{
	/*position: absolute;*/
	/*position: fixed;
	right: 20px;
	bottom: 20px;*/
	margin: 50px auto;
	width: 120px;
	height: 120px;
	background-color:rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 50%;
	transition: background-color 0.5s;
}

#prevSectionContainer
{
	position: absolute;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background-color:rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 50%;
	transition: background-color 0.5s;
	display: none;
	z-index: 10000;
}

.scrollPrev
{
	position: relative;
	margin-top: 20px;
	display: inline-block;
	height: 50px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.scrollPrev:after 
{
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: -10px;
}

#homePageScrollMoreContainer:hover
{
	background-color:rgba(0, 0, 0, 0.9);
}

.scroll 
{
	position: relative;
	margin-top: 20px;
	display: inline-block;
	height: 100px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.scroll:hover
{
	color: #ffffff;
	text-decoration: none;
}

.scroll:after {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    left: 0;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
}

@-webkit-keyframes arrow {
  0%,100% {
    top:10px;
  }
  50% {
    top:30px;
  }
}
@keyframes arrow {
  0%,100% {
    top:10px;
  }
  50% {
    top:30px;
  }
}

.homePageHighlights
{
	width: 32%;
	float: left;
	margin-right: 10px;
	background-color:rgba(40, 46, 52, 0.9);
	border: 2px solid #cccccc;
	transition: transform 0.3s ease;
}

.homePageHighlights:hover
{
	transform: scale(1.2);
	border: 2px solid #ffffff;
}

.homePageHighlights a
{
	display: block;
	padding: 20px 0;
}

.highlightsIcon
{
	font-size: 50px;
	display: block;
}
/* end home page scroll more button */

/* start home contacts */

.homeContacts
{
	background-color: #cccccc !important;
}

.contactSection
{
	width: 30%;
	float: left;
}

.contactSection ul
{
	padding: 0 0 12px 30px;
}

#openingText ul
{
	padding: 0 0 12px 30px;
}

.stay
{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	font-size: 5px;
}

.stayContainer
{
	width: 60px;
	float: left;
}

#free
{
	background: transparent url(../images/stay-in-touch.png) no-repeat 0 0;
}

#free:hover
{
	background: transparent url(../images/stay-in-touch.png) no-repeat 0 -40px;
}

#rss
{
	background: transparent url(../images/stay-in-touch.png) no-repeat -49px 0;
}

#rss:hover
{
	background: transparent url(../images/stay-in-touch.png) no-repeat -49px -40px;
}

#linkedin
{
	background: transparent url(../images/stay-in-touch.png) no-repeat -95px 0;
}

#linkedin:hover
{
	background: transparent url(../images/stay-in-touch.png) no-repeat -95px -40px;
}

#email
{
	background: transparent url(../images/stay-in-touch.png) no-repeat -140px 0;
}

#email:hover
{
	background: transparent url(../images/stay-in-touch.png) no-repeat -140px -40px;
}

#HristoKaraivanovImg
{
	width: 70%;
	height: auto;
}

.HristoKaraivanovCont
{
	text-align: left;
}

/* end home contacts */

#header
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}

.sectionContainer 
{
	color: #777;
	background-color: #f2f2f2;
	text-align: center;
	padding: 80px 80px; 
	text-align: justify;
	min-height: 100%;
}

.tinner
{
	width: 950px;
	margin: 0 auto;
}

.sectionContainer2
{
	color: #ddd;
	background-color: #282E34;
	text-align: center;
	padding: 50px 80px;
	text-align: justify;
	min-height: 100%;
}

.sectionContainer ul, .sectionContainer2 ul 
{
	padding: 0 0 15px 40px;
}

.fullWidth
{
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 3px solid #cccccc;
}

.pageGalleryImg
{
	width: 50%;
	float: left;
	padding-right: 10px;
}

.imgCaption
{
	display: block;
	padding: 5px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.separator
{
	height: 50px;
}

.caption 
{
	width: 700px;
	margin: 0px auto 50px auto;
	text-align: center;
	color: #ffffff;
	background-color:rgba(0, 0, 0, 0.8);
	padding: 30px;
	transition: all 0.5s;
}

.caption1
{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 700px;
	margin-left: -350px;
	text-align: center;
	color: #ffffff;
	background-color:rgba(0, 0, 0, 0.8);
	padding: 5px 20px;
	transition: all 0.5s;
}

.captionWide
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1400px;
	margin-left: -700px;
	margin-top: -200px;
	text-align: center;
	color: #ffffff;
	background-color:rgba(0, 0, 0, 0.8);
	padding: 30px;
}

#moveLeft
{
	/*margin-top: -200px;*/
}

.caption.cmsMove
{
	/*margin-left: -5000px;*/
	/*transform: scale(0.8);*/
}

.threeCirclesContainer
{
	width: 750px;
	margin: 10px auto;
}

.threeCircles
{
	width: 200px;
	float: left;
	margin: 0 50px 20px 0;
	text-align: center;
	opacity: 0;
	filter: blur(5px);
	transition: all 1s;
}

.threeCircles.visible
{
	opacity: 1;
	filter: blur(0px);
}

.threeCirclesImg
{
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	border-radius: 100px;
	border: 5px solid #ffdd99;
}

#bottom
{
	color: #ddd;
	background-color: #282E34;
	text-align: center;
	padding: 80px 20px;
	text-align: center;
}

#validation
{
	width: 125px;
	margin: 0 auto;
}

.validation
{
	display: block;
	width: 50px;
	height: 70px;
	float: left;
	text-indent: -9999px;
	font-size: 5px;
}

#html
{
	background: transparent url(../images/hcj.png) no-repeat 0px 0px;
	margin-right: 15px;
}

#css
{
	background: transparent url(../images/hcj.png) no-repeat -65px 0px;
}

.sticky 
{
	position: fixed;
	top: 0;
	z-index: 100;
}

#header h1
{
	width: 100%;
	margin: 0px auto;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 80px;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(0, 153, 255, 0.2);
	color: #ffffff;
}

#header h1.sticky
{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 105;
	display: block;
	width: 160px;
	height: 50px;
	background: transparent url(../images/logo-new.png) no-repeat 5px 5px;
	color: #cccccc;
	font-size: 9px;
	padding: 28px 0 0 28px;
	text-align: left;
	font-weight: normal;
}

h1, h2
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

h1.scrollTitle, h2.scrollTitle
{
	margin-top: 30px;
}

/* start menu */

nav
{
	width: 100%;
	height: 70px;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #333333;
}

nav ul 
{
	list-style-type: none;
	position: relative;
	background-color: #333333;
}

nav ul li
{
	display: inline-block;
}

nav ul li a
{
	display: block;
	margin: 0px;
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #cccccc;
	text-decoration: none;
	-webkit-transition: background-color 0.3s; /* Safari */
	transition: background-color 0.3s;
}

nav ul li a:hover
{
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
}

nav ul li a.selected
{
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
}

nav ul li ul
{
	position: absolute;
	top: 100%;
	/* left: 0px; */
	left: 50%;
	z-index: 100;
	/* width: 100%;*/
	width: 1300px;
	margin-left: -645px;
	display: none;
	/* background-color: #666666; */
	background-color:rgba(0, 0, 0, 0.7);
	padding: 20px 55px;
}

nav ul li ul li
{
	display: block;
}

nav ul li ul li a
{
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;
	width: 32%;
	float: left;
	margin: 0 3px 3px 0;
}

nav ul li ul li a:hover
{
	background-color: #333333;
	color: #ffffff;
}

nav ul li ul li a.subselected
{
	background-color: #333333;
	color: #ffffff;
}

#openMenuContainer
{
	display: none;
}

/* end menu */

ul.webServices
{
	list-style-type: none;
	margin: 50px auto;
}

ul.webServices li a
{
	display: block;
	background-color: #666666;
	text-align: center;
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;
	width: 32%;
	float: left;
	margin: 0 3px 3px 0;
	-webkit-transition: background-color 0.3s; /* Safari */
	transition: background-color 0.3s;
}

ul.webServices li a:hover
{
	background-color: #333333;
}
