/*
Theme Name: Responsive theme
Description: A Responsive Theme for project
Author: Psd2htmlguy
Version: 1.0
*/

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Font Face
   ========================================================================== */
@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/helveticaneue.eot');
	src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneue.woff') format('woff'),
		 url('../fonts/helveticaneue.ttf') format('truetype'),
		 url('../fonts/helveticaneue.svg#helveticaneue') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
@font-face {
	font-family: 'HelveticaNeue-Italic';
	src: url('../fonts/helveticaneueitalic.eot');
	src: url('../fonts/helveticaneueitalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneueitalic.woff') format('woff'),
		 url('../fonts/helveticaneueitalic.ttf') format('truetype'),
		 url('../fonts/helveticaneueitalic.svg#helveticaneueitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('../fonts/helveticaneuebold.eot');
	src: url('../fonts/helveticaneuebold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/helveticaneuebold.woff') format('woff'),
		 url('../fonts/helveticaneuebold.ttf') format('truetype'),
		 url('../fonts/helveticaneuebold.svg#helveticaneuebold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'narzissregularregular';
    src: url('../fonts/narzissregular-webfont.eot');
    src: url('../fonts/narzissregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/narzissregular-webfont.woff') format('woff'),
         url('../fonts/narzissregular-webfont.ttf') format('truetype'),
         url('../fonts/narzissregular-webfont.svg#narzissregularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
		
		
/* ==========================================================================
   Main Styles
   ========================================================================== */

body{
	font-family: 'HelveticaNeue';
	font-weight: normal;
	font-size: 14px;
	color: #242424;
}

body a{
	text-decoration: none;
	color: #242424;
}

body a:hover{
	text-decoration: underline;
}

body i, body em{
	font-family: 'HelveticaNeue-Italic';
	font-weight: normal;
}

body strong, body b{
	font-family: 'HelveticaNeue-Bold';
	font-weight: normal;
}

#header h1.title{
	font-family: 'narzissregularregular';
	font-size: 123px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	line-height: 100%;
	color: #000;
	padding-top: 72px;
}

#header h2.slogan{
	font-family: 'HelveticaNeue-Bold';
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	line-height: 100%;
	color: #999999;
}

#portfolio{
	margin-top: 120px;
	height: 128px;
	background-color: #000;
}

#portfolio .text1 a{
	font-family: 'HelveticaNeue-Bold';
	font-weight: normal;
	display: block;
	color: #555555;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
	padding-top: 17px;
}

#portfolio .text2 a{ 
	display: block;
	font-family: 'narzissregularregular';
	font-weight: normal;
	font-size: 78px;
	text-transform: uppercase;
	text-align: center;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 3px;
}

#footer{
	padding-top: 150px;
	padding-bottom: 30px;
}

#footer .threecols{
	width: 814px;
	margin: auto;
}

#footer .threecols h3{
	margin: 0;
	color: #a3a3a3;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 19px;
	font-weight: normal;
}

#footer .threecols p{
	margin: 10px 0;
}

#footer .threecols .col{
	display:inline-block;
	width:33%;
	vertical-align: top;
}

#footer .threecols .col1{
	 
}

#footer .threecols .col2{
	text-align:center;
}

#footer .threecols .col3{
	 text-align:right;
}

#footer .threecols .col3 p{
	 
	font-size: 12px;
	color: #858585;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries.
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
