/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   My styles
   ========================================================================== */
/*@import url(http://fonts.googleapis.com/css?family=Oxygen);*/



body
{
	background-color:#161616;
	margin:0;
	font-family:Oxygen;


}
.wrapper
{
	width:1000px;
	height:auto;
	margin:0px auto;
}
header
{
	height:108px;
	background-image:url(../images/head_bg.png);
}
#logo
{
	width:250px;
	height: auto;
	float:left;
	position:absolute;
	padding:8px;
	z-index:8;
	border-radius:5px;
	margin-top:-10px;
	background-image:url(../images/feature.png);
}
#header_right
{
	width:520px;
	height:auto;
	margin-top:30px;
	float:right;
}
#header_right_image img
{
	transition:All .5s ease;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease;
	transform: scale(1) ;
	-webkit-transform: scale(1) ;
	-moz-transform: scale(1) ;
	-o-transform: scale(1) ;
	-ms-transform: scale(1) ;
	width:32px;
	height:auto;
	float:left;
	margin:18px 2px 5px 5px;

}
#header_right_image:hover img
{
	transform: scale(1.8) ;
	-webkit-transform: scale(0.8) ;
	-moz-transform: scale(0.8) ;
	-o-transform: scale(0.8) ;
	-ms-transform: scale(0.8) ;
	z-index:6;
	width:32px;
	height:auto;
	margin:18px 2px 5px 5px;

}
#header_right p
{
	font-size:20px;
	float:left;
	padding-left:20px;
	color:#CCC;
}
#header_right p span
{
	color:#F90;}

section#banner
{
	height:360px;
	background-color:#999;
	background-image:url(../images/banner_bg.jpg);
}
.banner
{
	height:360px;
	width:1000px;
}
section#menu
{
	height:60px;
	background-color:#c84300;
}
nav
{
	height:60px;}
nav a
{
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	float:right;
	letter-spacing:0.3px;
	text-transform:uppercase;
	padding:19px 30px 19px 30px;
	transition:All .5s ease;
	font-style:normal;
	margin-right:5px;
}
nav a:hover
{
	color:#FFF;
	background-color:#900;
}
.active
{
	color:#FFF;
	background-color:#900;
}
nav h2
{
	font-size:22px;
	color:#CCC;
	text-transform:uppercase;
	margin:0;
	padding:10px 0px 5px 10px;
	text-align:left;
	float:left;
}

#content_home
{
	width:1000px;
	height:auto;
	min-height:400px;
	position:relative;
}

#content
{
	width:1000px;
	height:auto;
	position:relative;
}
#features
{
	width:250px;
	height:auto;
	float:left;
	margin-top:-148px;
	padding:10px;
	z-index:6;
	position:absolute;
	padding-bottom:30px;
	background-image:url(../images/feature.png);
}
#features_inside
{
	width:250px;
	height:auto;
	float:left;
	opacity:1;
}
#features h2
{
	font-size:22px;
	color:#FFF;
	padding:5px;
	text-transform:capitalize;
	text-align:left;
}
#features h3
{
	font-size:18px;
	color:#EBEBEB;
	padding:5px;
	background-color:#595858;
	text-align:left;
	margin:0;
}
#features_inside p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding:0px 0px 20px 0px;
	border-bottom:#930 1px solid;
}
#content_right
{
	width:715px;
	height:800px;
	float:right;
	margin-left:5px;
}
#welcome
{
	width:400px;
	height:auto;
	float:left;
}
#welcome h2
{
	font-size:22px;
	color:#fbb802;
	padding:5px;
	text-transform:capitalize;
	text-align:left;
}
#welcome p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
	line-height:20px;
	text-align:justify;
}
#product_home
{
	width:296px;
	height:auto;
	margin-left:17px;
	float:left;
}
#product_home h2
{
	font-size:22px;
	color:#fbb802;
	text-transform:capitalize;
	text-align:left;
}

#delighted
{
	width:705px;
	color:#999;
	font-size:24px;
	border-bottom:#666 1px dashed;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-top:#666 1px dashed;
	text-transform:uppercase;
	margin-top:10px;
	color:#c84300;
	float:left;
}
#projects_container
{
	width:700px;
	height:auto;
	padding:10px;
	margin:10px 0px 0px 0px;
	float:left;
}
#projects_container h2
{
	font-size:22px;
	color:#fbb802;
	text-transform:capitalize;
	text-align:left;
	margin:0;
}

#projects
{
	width:682px;
	height:120px;
	padding:10px;
	margin:10px 0px 5px 0px;
	background-color:#363636;
	float:left;
}
#scroll_container{
	width:100%;
	float:left;
	border-bottom:1px dashed #cacccc;}
	
#scroll_container2{
	width:100%;
	height:auto;
	padding:0px 0px;
	float:left;
}

footer
{
	height:80px;
	background-color:#000;
}
.foot
{
	width:1000px;
	height:auto;
	margin-top:5px;
	float:left;
}
.link a
{
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#999;
	float:left;
	letter-spacing:0.3px;
	text-transform:uppercase;
	padding:5px 35px 5px 5px;
	font-style:normal;
	margin-right:5px;
}
.link a:hover
{
	color:#F30;
}
.menu a
{
	font-size:11px;
	text-align:center;
	text-decoration:none;
	color:#CCC;
	float:right;
	letter-spacing:0.3px;
	text-transform:capitalize;
	padding:5px 0px 5px 30px;
	font-style:normal;
	margin-right:5px;
}
.menu a:hover
{
	color:#F30;
}
#foot
{
	width:1000px;
	height:auto;
	float:left;
	margin-top:20px;
}
#foot p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-align:left;
	margin:0;
}
#product_left
{
	width:280px;
	height:300px;
	float:left;
}
#product_left h2
{
	font-size:20px;
	color:#fbb802;
	text-transform:capitalize;
	text-align:left;
	padding:0px 0px 0px 40px;
}
#product_left ul
{
	margin:0;
	list-style:none;
	float:left;
}
#product_left ul li
{
	font-size:16px;
	color:#CCC;
	text-align:left;
	line-height:24px;
	letter-spacing:0.2px;
	display:block;

}
#product_right
{
	width:715px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}
#product_right img
{
	margin:8px 8px 18px 8px;
	float:left;
}

#contact
{
	width:604px;
	height:auto;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;
	margin:0px auto;
}
#contact h2
{
	font-size:22px;
	font-family:"Century Gothic";
	text-align:center;
	color:#CCC;
}
#contact p
{
	font-size:14px;
	color:#CCC;
	text-align:center;
	line-height:26px;
}
#contact p span
{
	font-size:16px;
	text-transform:uppercase;
	color:#F60;
}
#enquiry
{
	width:600px;
	height:auto;
	border-radius:5px;
}
.enquire_right
{
	width: auto;
	height:auto;
	color:#FFF;
	float:left;
	margin-top:15px;
}	
.text_box
{
	width:570px;
	height:30px;
	background-color:#666;
	border:none;
	margin-left:10px;
	color:#FFF;
	margin-right:10px;
	padding-left:10px;
	font-size:13px;
	float:left;
}
.enquiry_box
{
	width:570px;
	height:80px;
	background-color:#666;
	border:none;
	margin-left:10px;
	padding-left:10px;
	color:#FFF;
	font-size:13px;
	float:left;
}
.send/* a*/
{
	width:80px;
	border:#CCC 1px solid;
	background-color:#333;
	color:#FFF;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	margin:10px 10px 0px 5px;
	padding:5px;
	float:right;
}
.send/* a:*/:hover
{
	background-color:#666;
	color:#FFF;
}













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

/*
 * Image replacement
 */

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

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

    pre,
    blockquote {
        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;
    }
}
