

/* HTML5 for IE */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
    display: block;
}

/* CSS RESETS AND DEFAULTS */
body, div, ul, li, a, fieldset, nav, header, footer, h1, h2, h3, h4, h5, h6,
table, th, tr, td, img, span, label, p, button, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

*,
*::after,
*::before {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}


html {
      position: relative;
     min-height: 100%;
     height: 100%;
     }

body {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    overflow-x: hidden;
  /*  margin: 0 0 100px;   */
}

/* effects ------------------------------------------------------------------ */
.bdr-r3 { border-radius: 3px; }
.bdr-r6 { border-radius: 6px; }
.bdr-r9 { border-radius: 9px; }

.sdw-b1 { box-shadow: 0px 1px 1px #000; }
.sdw-b2 { box-shadow: 0px 1px 2px #000; }
.sdw-b3 { box-shadow: 0px 1px 5px #000; }

.sdw-t1 { text-shadow: 0 1px 1px #000; }
.sdw-t2 { text-shadow: 0 2px 2px #000; }

/* width -------------------------------------------------------------------- */
.w25,
.w33,
.w50,
.w66,
.w75,
.w100 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
	
}

.w101 {
    position: absolute;
    top: 68%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

}

.w123 {
    position: relative;
    right: 0;
	top: -10;   
	left: 0;
	-webkit-transform: translateX(-10%);
            transform: translateX(-10%);
		
}

 /*@media only screen and (max-width: 1030px) {
    .w123  {     position: fixed;	}
	}*/

@media only screen and (min-width: 600px) {
    .w25  { width:  50%; }
}

@media only screen and (min-width: 1280px) {
    .w25  { width:  25%; }
    .w33  { width:  33.3333333333%; }
	.w50  { width:  50%; }
    .w66  { width:  66.6666666667%; }
    .w75  { width:  75%; }
    .w100 { width: 	50%; }
	.w123 { width: 	50%; }
}

 @media screen and (max-width: 740px) {
    .w101  {           
			  margin-top: 60px;
			  padding-bottom: 30px;
			  padding-top: 40px;
              left: 0;			  }
} 



/* typography --------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
    font: normal normal 700 16px/20px "Open Sans", sans-serif;
    color: #424242;
    margin-bottom: 20px;
    display: block;
}

h1, h2      { line-height: 40px; }
h3, h4, h5  { line-height: 20px; }

h1 { font-size: 32px; color: #fff; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

p, ul { font: normal normal normal 15px/20px "Open Sans", sans-serif; }

p { margin-bottom: 40px; }

.section-title { margin-left: 0px; }

/* containers --------------------------------------------------------------- */
header,
section,
footer {
    
    display: block;
    position: relative;
    width: 100%;
    padding: 0 15%;
    font-size: 0;
    /**/
    /*border: 1px dashed #f03;*/
    
}

.content-wrap {
    position: relative;
    margin: 0 -20px;
    padding: 20px 0 0 0;
    font-size: 0;
    /*overflow: hidden;*/
    max-width: 1366px;
    margin: 0 auto;
}

/* custom hr ---------------------------------------------------------------- */
.custom-hr {
    display: block;
    margin: 20 20px 10 20px;
    border-width: 0;
    border-top: 1px solid rgba(0,0,0,.15) ;
    border-bottom: 1px solid rgba(255,255,255,.75);
}

/* header ------------------------------------------------------------------- */
header {
    border-bottom: 1px solid #fff;
    text-align: center;
    background: url(/img/Gre3g.png); repeat;
}

@media only screen and (max-width: 1030px) {
    header { padding-bottom: 5px;	}
}

header .content-wrap { margin-top: 0; }

header h1 { margin-top: 80px; }


.spacer {
    width: 100%;
    height: 40px;
}

#mainNav {
    position: absolute;
    top: 13px;
    right: 40px;

}

@media only screen and (max-width: 1030px) {
#mainNav  {
              position: relative;
			 
			 
    }
}

#mainNav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 5px 0;
}

#mainNav li a {
    display: block;
    padding: 2px 7px;
    font: normal normal 700 14px/18px 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    /* CSS3 */
    border-radius: 3px;
}

#mainNav a:hover {
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #999;
    text-shadow: none;
    /* CSS3 */
    box-shadow: 0px 1px 2px #000;
}

/* slider ------------------------------------------------------------------- */
.slider {
    position: relative;
    height: 500px;
}

/* footer ------------------------------------------------------------------- */
footer {
   position: relative;
    padding-top: 20px;
    padding-bottom: 20px;                  
    background: url(/img/textures_03.png);
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.75) inset;
    /* position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;  */
}

@media only screen and (max-width: 740px) {
    footer { padding-bottom: 100px; }
}

footer .content-wrap {
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    float: none;
    color: #aaa;
    position: relative;
}

/* features ----------------------------------------------------------------- */
ul {
    display: block;
    list-style-type: circle;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
} 

ul li {
    padding-left: 20px;
	margin-bottom: 5px;
}

.grow img {
  border: 1px solid;
  border-radius: 7px;
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
}

.complete-content-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -120px;
    /* Pad bottom by footer height */
    padding: 0 0 120px;
}

footer {
    height: 120px;
    background-color: #f03;
}