/*   
Theme Name: GGStyle
Theme URI: http://www.greengraphics.com.au/
Description: Nice theme. 
Author: Step
Author URI: http://www.greengraphics.com.au/
Version: 1.0.2
*/

        * {-webkit-box-sizing: border-box; box-sizing: border-box;}
        body {
            color: white;
            font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding: 0;
        }
        img {
            height: auto;
            max-width: 100%;
        }
        a {color: white; text-decoration: none;}
        .social {
            position: absolute;
            top: 32px;
            right: 32px;
            width: 270px;
            height: 30px;
        }
        
        .socialunderlay {
	        position: absolute;
            top: 0px;
            right: 0px;
            width: 310px;
            height: 80px;
            border-radius: 0px 0px 0px 12px;
			-moz-border-radius: 0px 0px 0px 12px;
			-webkit-border-radius: 0px 0px 0px 12px;
            background-color: #000;
            opacity: 0.1;
        }
        
        .social__link {
            margin: 0 0 0 13px;
            height: 28px;
            display:inline-block;
        }
        .social__img {
            border-radius: 3px;
            height: 28px;
            
        }
        
        .header {
        	position: relative;
            background-repeat: no-repeat;
            background-color: black;
            background-position: center top;
            background-size: cover;
            padding: 0 0 10px 0;
        }
        
        .logo {
            display: block;
            margin: 0 auto 64px auto;
            padding-top: 30px;
            max-width: 480px;
        }
        
        .buttons {max-width: 800px; margin: 0 auto; text-align: center;}
        .button {
            background: #72c7cb;
			border-radius: 12px;
			width: 290px;
			color: #000;
			display: inline-block;
			font-weight: 700;
			margin: 0 25px;
			text-align: center;
			letter-spacing: 2px;
			padding: 12px 40px;
			font-size: 2.6em;
			text-transform: uppercase;
        }
                
        .button a {color: black;}
        
        .button:hover {color: #72c7cb; background: black;}
        
        .arrow {max-width: 100px; margin: 60px auto 20px auto; display: block;
	        
        }
        .arrow:hover {opacity: 0.8;}
        .greyband { height: 95px; background: #8b8988; width: 100%; clear: both;}
        
        .greyband p {text-align: center; font-size: 2em; margin: 0; line-height: 95px;}
        
        .menus {max-width: 1000px; margin: 0 auto; text-align: center; }
        
        .menus p {text-align: center; font-size: 1.6em; clear: both; margin: 60px 0 50px 0; color: black; font-weight: 500;}
        
        .menus a {margin: 0 15px 20px 15px; font-size: 1.6em;
	        display: inline-block;
    height: 150px;
    width: 150px;
    line-height: 150px;

    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: black;
    color: white;
    text-align: center;
	        
        }
        
        .menus a:hover {background: #72c7cb;}
        
        .gallery {
		max-width: 1220px;
		margin: 140px auto 50px auto;
         }
         .gallery img {margin: 8px;}
         
       
         
         
         
         @media screen and (max-width: 1180px) {
         
         .gallery {width: 95%; margin: 0 auto 20px auto;}
        .gallery img {width: 31%; margin: 0 1% 1% 0;}
        
        }
         
        
        @media screen and (max-width: 920px) {
        
        .menus a {
        margin: 0 8px 20px 8px;
        font-size: 1.4em;
        height: 120px;
    width: 120px;
    line-height: 120px;

    }

}
        @media screen and (max-width: 780px) {
        .logo {padding-top: 72px;}
        .gallery {width: 95%; margin: 0 auto 20px auto;}
        .gallery img {width: 48%; margin: 0 1% 1% 0;}
        }
        

        @media screen and (max-width: 690px) {
        
        .menus a {
        margin: 0 8px 20px 8px;
        font-size: 1.3em;
        height: 100px;
    width: 100px;
    line-height: 100px;
    }
    
    .button {
	    margin-bottom: 20px;
    }

}
        
        @media screen and (max-width: 650px) {
	      .logo {
		      max-width: 72%;
	      }
	        .button {
		        max-width: 60%;
		        font-size: 1.4em;
		        padding: 12px 20px;
		        margin-bottom: 20px;
	        }
        }
        
                @media screen and (max-width: 620px) {
                
                 .menus a {
	        display: block;
	        margin: 0 auto 20px auto;
    height: 150px;
    width: 150px;
    line-height: 150px;
    }
    
    .greyband p {font-size: 1.7em;}
    
    }
    
    @media screen and (max-width: 530px) {
    
    	    .gallery {width: 85%; margin: 0 auto 20px auto;}
        .gallery img {width: 100%; margin: 0 0 20px 0;}

}
        
        
        @media screen and (max-width: 450px) {
			.logo {
		      max-width: 78%;
	      }
        .button {
		        max-width: 65%;
		        font-size: 1.2em;
		        padding: 12px 20px;
	        }
	        
	           .greyband p {font-size: 1.4em;}
	        
        
        }
/* HEADER STUFF */
header {width: 100%; background: white;}

#menu-bit {display:none;}
.menu {width:100%; background:#1c6258;}
.menu ul {max-width:1000px; margin:0 auto; margin:0; padding:0; text-align: right;}
.menu ul li {display:inline-block; border-left:1px solid white;}
.menu ul li a {display:block; padding:1em; color:white;}
.menu ul li:first-of-type {border:none;}
.menu ul li:last-of-type {padding-right:0;}


/* BODY STUFF */
section {padding:1em;}

article {}

.entry {width:66%; padding-right:2%; float:left;}


/* SIDEBAR STUFF */
#sidebar {
	padding:0;
	float: right;
	color: #414042;
	width:30%;
	min-width: 200px;
}


/* FOOTER STUFF */
footer {
	clear: both; 
	position: relative;
	margin: 0px auto;
	width: 100%;
	padding:1em;
	text-align: right;
	background: #272727;
	color: #fff;
}
footer .returntotop {position: absolute; width: 55px; left: 3%; top: 30px;}
footer img.returntotop {-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);opacity: 1;}
    footer img.returntotop:hover {
	 opacity: 0.8;
    }


/* RESPONSIVE STUFF */
@media screen only and (min-width : 768px) {
	body {font-size:0.8em;}


}

@media (max-width:800px) {

.bigphone {display:none;}
}


@media (min-width:800px) {

.smallphone {display:none;}
        
         /**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 15px;
  width: 220px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 1.5em;
  border-radius:12px;
  line-height: 1.2;
  text-align:center;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: -20%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -200px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
    
    
    
             /**
 * End Tooltip guff
 */     
       
       
       }
       /* end min-800px  
   

