/* reset & general */

@font-face {
	font-family: 'Gotham-Light';
	src: url(../fonts/Gotham-Light.otf);
}

@font-face {
	font-family: 'Gotham-Medium';
	src: url(../fonts/Gotham-Medium.otf);
}
	
body {
	padding: 0;
	font-family: Gotham-Light, "Times New Roman", Georgia, Serif;
	font-size: 16px;
	color: #282828;
    background-color: #fff;
}	

a {
	color: #e5a031;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #e5a031;
	text-decoration: underline;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}


/* common */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.nopadding {
	padding: 0 !important;
}

.nopaddingleft {
	padding-left: 0 !important;
}

.nopaddingright {
	padding-right: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nomarginleft {
	margin-left: 0 !important;
}

.nomarginright {
	margin-right: 0 !important;
}

.nomarginbottom {
	margin-bottom: 0 !important;
}

.noborder {
	border: 0 !important;
}

.uc {
	text-transform: uppercase;
}


/* bootstrap overwrite */

.navbar-default {
	background-color: #fff;
	border: 0;
}


/* header */

#header {
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(71,71,71,0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(71,71,71,0.2);
	box-shadow: 0px 5px 10px 0px rgba(71,71,71,0.2);
	position: relative;
	z-index:2;
}

#header .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

#header #main-logo {
    display: inline-block;
    float: left;
}

#header .nav {
	padding: 0;
	margin: 0;
}

#header .navbar {
	margin-bottom: 0;
	border-radius: 0;
}

#header .nav li a {
	font-family: Gotham-Medium, "Times New Roman", Georgia, Serif;
	font-size: 12px;
    line-height: 67px;
	color: #e5a031;
	text-transform: uppercase;
	padding: 0 25px;
}

#header .nav li.dropdown a {
	font-family: Gotham-Light, "Times New Roman", Georgia, Serif;
    text-transform: none;
}

#header .nav li.dropdown a strong {
	font-family: Gotham-Medium, "Times New Roman", Georgia, Serif;
}

#header .nav ul.dropdown-menu {
	min-width: 140px;
}

#header .nav ul.dropdown-menu a {
	line-height: 34px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    margin-top: 12px;
    border-color: #e5a031 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e5a031 !important;
}

#main #main-pic {
	width: 100%;
}

.parallax-image {
	position: relative;
}

.parallax-image img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}


/* content */

#main {
	-webkit-box-shadow: 0px -7px 7px 0px rgba(171,171,171,1);
	-moz-box-shadow: 0px -7px 7px 0px rgba(171,171,171,1);
	box-shadow: 0px -7px 7px 0px rgba(171,171,171,1);
}

#main h2 {
	font-size: 48px;
	color: #e5a031;
	text-transform: uppercase;
	margin: 0 0 60px;
}

#main-content {
	width: 100%;
	background-color: #fff;
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
}


/* about us */

#about-us {
}

#about-us .content {
    padding-top: 120px;
    padding-bottom: 120px;
}

#about-us .content p {
    max-width: 760px;
    margin: 0 auto 20px;
}


/* testing */

#testing {
	background-color: #282828;
}

#testing .content {
    padding-top: 120px;
    padding-bottom: 80px;
}

#testing .content p {
	font-size: 18px;
	color: #e5a031;
	margin-bottom: 20px;
}

#testing .content p.last {
	margin-bottom: 50px;
}

#testing .content ul {
    margin-bottom: 0;
    display:inline-block;
}

#testing .content ul li {
	padding-left: 85px;
    margin-bottom: 40px;
    font-size: 16px;
	color: #fff;
	position: relative;
}

#testing .content ul li strong {
	font-family: Gotham-Medium, "Times New Roman", Georgia, Serif;
}
	
#testing .content ul li span {
	color: #e5a031;
}

#testing .content ul li .item {
	width: 60px;
	height: 60px;
	background-image: url(../images/allicons.png);
    display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#testing .content ul li .item-1 {
	background-position: 0 0;
}

#testing .content ul li .item-2 {
	background-position: 0 -60px;
}

#testing .content ul li .item-3 {
	background-position: 0 -120px;
}

#testing .content ul li .item-4 {
	background-position: 0 -180px;
}

#testing .content ul li .item-5 {
	background-position: 0 -240px;
}

#testing .content ul li .item-6 {
	background-position: 0 -300px;
}


/* development */

#development-dtp {
	position: relative;
	overflow: hidden;
}

#development-dtp #development-pic {
	position: absolute;
	right: 139px;
	bottom: 0;
}

#development {
    height: 530px;
    background-color: #ededed;
	display: table;
}

#development div {
	display: table-cell;
	vertical-align: middle;
}

#development h2 {
	max-width: 440px;
    margin-bottom: 50px;
}

#development p {
	max-width: 490px;
    margin-bottom: 0;
}

#development-list {
    height: 990px;
	padding-top: 100px;
	text-align: right;
    background-color: #fff;
	background-image: url(../images/development-pic.jpg);
	background-image: url(../images/imac_comp_dtp_pic_531_260.png);
	background-repeat: no-repeat;
	background-position: 70px bottom;
}

#development-list h3 {
	font-size: 16px;
	color: #e5a031;
	text-transform: uppercase;
}

#development-list ul {
	max-width: 300px;
	margin: 0 0 80px auto;
}

#development-list ul li {
	margin-bottom: 10px;
}

#development-list p {
	max-width: 300px;
	margin: 0 0 0 auto;
}

#development-list img {
    position: absolute;
    left: -32px;
    bottom: 0;
    z-index: 1000;
}


/* dtp */

#dtp {
    height: 460px;
    margin-top: -460px;
	background-color: #282828;
	background-image: url(../images/bg.jpg);
	display: table;
}

#dtp div {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

#dtp div p {
	margin-bottom: 15px;
}

#dtp div ul li {
	padding-left: 20px;
	margin-bottom: 8px;
}


/* contact us */

#contact-us {
	color: #e5a031;
	background-color: #282828;
	background-image: url(../images/bg.jpg);
}

#contact-us #contact,
#contact-us #touch {
    padding-top: 120px;
    padding-bottom: 80px;
}

#contact p {
	margin-bottom: 15px;
	line-height: 30px;
}

#contact div a {
	text-indent: -9999px;
	display: inline-block;
	margin-right: 20px;
	height: 32px;
	width:32px;
	background-image: url(../images/social_icons.png);
}

#contact div a.tndfacebook{
	background-position: 0 0;
}

#contact div a.tndfacebook:hover{
	background-position: 0 -32px;
}

#contact div a.tndlinkedin{
	background-position: -32px 0;
}

#contact div a.tndlinkedin:hover{
	background-position: -32px -32px;
}

#touch p {
	margin-bottom: 40px;
}

#touch form .form-group {
	margin-bottom: 30px;
}

#touch form .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition:	all 0s ease 0s;
    -o-transition:	all 0s ease 0s;
     transition: 	all 0s ease 0s;
}

#touch form input,
#touch form textarea {
	font-size: 14px;
	color: #e5a031;
    border: 1px #fff solid;
	border-radius: 2px;
	background: transparent;
}	

#touch form textarea {
    width: 100%;
	padding: 6px 12px;
	resize: none;
    outline: none;
}	

#touch form input:active,
#touch form input:focus,
#touch form textarea:focus,
#touch form textarea:active {
    border-color: #e5a031;
}	

.form-control::-webkit-input-placeholder { /* Chrome */
    color: #e5a031;
    opacity: 0.5;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #e5a031;
    opacity: 0.5;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Gotham-Light';
    color: #e5a031;
    opacity: 0.5;
}

.form-control:-moz-placeholder { /* Firefox 4 - 18 */
	font-family: 'Gotham-Light';
    color: #e5a031;
    opacity: 0.5;
}

#touch form label {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
}

#touch form label input {
    margin: 3px 10px 0 0;
    float: left;
}

#touch form button {
	width: 100%;
	height: 40px;
	color: #fff;
    background-color: #e5a031;
	border: 0;
	border-radius: 2px;
}


/* footer */

footer {
    background-color: #282828;
	background-image: url(../images/bg.jpg);
}

footer .content div {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
    border-top: 1px #fff solid;
    float: left;
}

footer .content div p {
	margin: 0;
    font-size: 13px;
    color: #444;
}

footer .content div ul {
	margin: 0;
	text-transform: uppercase;
}

footer .content div ul li {
}

footer .content div ul li a {
    font-size: 13px;
    color: #fff;
    line-height: 13px;
}

footer .content div ul li a:hover,
footer .content div ul li a:active,
footer .content div ul li a:focus {
    color: #e5a031;
}


/* browser dimensions - in develope mode only */

.navbar-fixed-bottom {
    left: 10px;
    bottom: 15px;
}

#browserWindowWidth,
#browserWindowHeight {
    padding: 6px 10px;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    background-color: #000;
}


/**********************************************************
*******  LAYOUT AND CSS UPDATE DEPENDING ON THE RES  ******
***********************************************************/


/* XS - max. 768px */

@media (max-width: 767px) {
	#header #main-logo img {
		width: 80%;
	}

    .navbar-collapse {
        padding-top: 10px;
    }

    #header .nav li a {
        line-height: 36px;
    }

	#main h2 {
		font-size: 38px;
	}
	
	#about-us .content {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	
	#testing .content {
		padding-top: 90px;
		padding-bottom: 60px;
	}
	
    #testing .content ul {
        width: 320px;
    }

	#development-dtp {
		background-color: #ededed;
		background-image: url(../images/white.gif);
		background-repeat: repeat-x;
		background-position: 0 bottom;
		position: relative;
		overflow: hidden;
	}

	#development-dtp #development-corner {
		position: absolute;
		right: -50px;
		top: 0;
		z-index: 1000;
	}

	#development {
		height: auto;
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#development-list {
		height: auto;
		padding-top: 0;
		padding-bottom: 60px;
		text-align: left;
		background-color: #ededed;
		background-image: none;
	}

	#development-list ul {
		max-width: none;
		margin: 0 0 60px;
	}

	#development-list p {
		max-width: none;
		margin: 0;
	}

	#dtp {
		height: 400px;
		padding-top: 0;
		margin-top: 0;
		background-color: #fff;
		background-image: none;
	}

	#dtp div {
		color: #282828;
	}

	#contact-us #contact,
	#contact-us #touch {
		padding-top: 90px;
		padding-bottom: 60px;
	}

    #contact-us #touch {
        padding-top: 0;
    }

    footer .content div p {
        margin-bottom: 15px;
    }

    footer .content div {
        text-align: center;
    }
}


/* SM - min. 768px */

@media (min-width: 768px) {
    #testing .content .list-1 {
        text-align: left;
    }

    #testing .content .list-2 {
        text-align: right;
    }
	

    footer .content div {
        text-align: center;
    }

    footer .content div p {
        margin-bottom: 15px;
    }

    footer .content div ul {
        display: inline-block;
    }

    footer .content div ul li {
        padding: 0 15px;
        border-right: 1px #fff solid;
        float: left;
    }

    footer .content div ul li.first {
        padding-left: 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    #header {
        text-align: center;
    }

    #header .container {
        padding-bottom: 0;
    }

    #header #main-logo {
        float: none;
    }

    .navbar-collapse.collapse {
        display: inline-block !important;
    }

    #header .nav li a {
        padding: 0 15px;
    }

	#development-dtp {
		background-color: #ededed;
		background-image: url(../images/white.gif);
		background-repeat: repeat-x;
		background-position: 0 bottom;
		position: relative;
		overflow: hidden;
	}

	#development-dtp #development-corner {
		position: absolute;
		right: -50px;
		top: 0;
		z-index: 1000;
	}

	#development {
		height: auto;
		padding-top: 120px;
		padding-bottom: 40px;
	}

	#development-list {
		height: auto;
		padding-top: 0;
		padding-bottom: 80px;
		text-align: left;
		background-color: #ededed;
		background-image: none;
	}

	#development-list ul {
		max-width: none;
		margin: 0 0 60px;
	}

	#development-list p {
		max-width: none;
		margin: 0;
	}

	#dtp {
		height: 400px;
		padding-top: 0;
		margin-top: 0;
		background-color: #fff;
		background-image: none;
	}

	#dtp div {
		color: #282828;
	}
}


/* MD - min. 992px */

@media (min-width: 992px) {
    #header .navbar-nav {
        float: right;
    }

	#development-dtp {
		background-color: transparent;
		background-image: url(../images/development_dtp_bg.jpg);
		background-repeat: no-repeat;
		background-position: -200px 0;
	}

	#development-dtp .hu {
		max-width: 400px;
	}

	#development {
		background-image: url(../images/development_pic_1.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}

    footer .content div p {
        float: left;
    }

    footer .content div ul {
        float: right;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    #header .nav li a {
        padding: 0 12px;
    }

	#development h2,
	#dtp h2 {
		font-size: 42px;
	}

	#development p {
		max-width: 400px;
	}
}


/* LG - min. 1200px */

@media (min-width: 1200px) {
	#development-dtp {
		background-position: 0 0;
	}
}

@media (max-width: 1300px) {
	#development-dtp #development-pic {
		display: none;
	}
}

@media (min-width: 1301px) and (max-width: 1500px) {
	#development-dtp #development-pic {
		right: -50px;
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);

		transition: transform .3s ease-in-out;
		-moz-transition: transform .3s ease-in-out;
		-webkit-transition: transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
	}
}

@media (min-width: 1501px) and (max-width: 1600px) {
	#development-dtp #development-pic {
		right: 0;

		transition: transform .3s ease-in-out;
		-moz-transition: transform .3s ease-in-out;
		-webkit-transition: transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
/*
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
*/
	}
}

@media (min-width: 1601px) and (max-width: 1800px) {
	#development-dtp #development-pic {
		right: 50px;
/*
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
*/
	}
}


/* UXS - max. 485px (csak épp 480-ban még biztosan jó legyen) */

@media (max-width: 660px) {
	#development-dtp #development-corner {
		right: -150px;
	}
}

@media (max-width: 485px) {
    #header #main-logo img {
        width: 70%;
    }
	
	#header #main-logo {
		margin-top: 5px;
	}
	
	#main h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	#about-us .content {
		padding-top: 70px;
		padding-bottom: 70px;
	}
		
	#testing .content {
		padding-top: 70px;
		padding-bottom: 0;
	}
	
    #testing .content ul {
        width: auto;
    }
	
	#testing .content ul li {
		padding-left: 60px;
		margin-bottom: 40px;
		position: relative;
	}
		
	#testing .content ul li .item {
		width: 45px;
		height: 45px;
		background-image: url(../images/allicons.png);
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	#testing .content ul li .item-1 {
		background-position: 60px 0;
	}

	#testing .content ul li .item-2 {
		background-position: 60px -60px;
	}

	#testing .content ul li .item-3 {
		background-position: 60px -120px;
	}

	#testing .content ul li .item-4 {
		background-position: 60px -180px;
	}

	#testing .content ul li .item-5 {
		background-position: 60px -240px;
	}

	#testing .content ul li .item-6 {
		background-position: 60px -300px;
	}
	
	#development-dtp #development-corner {
		right: -200px;
	}

	#contact-us #contact,
	#contact-us #touch {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	    #contact-us #touch {
        padding-top: 0;
    }
	
	    footer .content div p {
        margin-bottom: 15px;
    }

    footer .content div {
        text-align: center;
    }
}
