/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #1140 Grid
	#960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */


	/* #1140 Grid
================================================== */

	.container                                  { position: relative; width: 1152px; margin: 0 auto; padding: 0; }
	.container .column,
	.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	.row                                        { margin-bottom: 20px; }

	/* Nested Column Classes */
	.column.alpha, .columns.alpha               { margin-left: 0; }
	.column.omega, .columns.omega               { margin-right: 0; }

	/* Base Grid */
	.container .one.column,
	.container .one.columns                     { width: 52px;  }
	.container .two.columns                     { width: 124px; }
	.container .three.columns                   { width: 196px; }
	.container .four.columns                    { width: 268px; }
	.container .five.columns                    { width: 340px; }
	.container .six.columns                     { width: 412px; }
	.container .seven.columns                   { width: 484px; }
	.container .eight.columns                   { width: 556px; }
	.container .nine.columns                    { width: 628px; }
	.container .ten.columns                     { width: 700px; }
	.container .eleven.columns                  { width: 772px; }
	.container .twelve.columns                  { width: 844px; }
	.container .thirteen.columns                { width: 916px; }
	.container .fourteen.columns                { width: 988px; }
	.container .fifteen.columns                 { width: 1060px; }
	.container .sixteen.columns                 { width: 1132px; }

	.container .one-third.column                { width: 364px; }
	.container .two-thirds.column               { width: 748px; }

	/* Offsets */
	.container .offset-by-one                   { padding-left: 72px;  }
	.container .offset-by-two                   { padding-left: 144px; }
	.container .offset-by-three                 { padding-left: 216px; }
	.container .offset-by-four                  { padding-left: 288px; }
	.container .offset-by-five                  { padding-left: 360px; }
	.container .offset-by-six                   { padding-left: 432px; }
	.container .offset-by-seven                 { padding-left: 504px; }
	.container .offset-by-eight                 { padding-left: 576px; }
	.container .offset-by-nine                  { padding-left: 648px; }
	.container .offset-by-ten                   { padding-left: 720px; }
	.container .offset-by-eleven                { padding-left: 792px; }
	.container .offset-by-twelve                { padding-left: 864px; }
	.container .offset-by-thirteen              { padding-left: 936px; }
	.container .offset-by-fourteen              { padding-left: 1008px; }
	.container .offset-by-fifteen               { padding-left: 1080px; }	


/* #960 Grid
================================================== */

	@media only screen and (min-width: 960px) and (max-width: 1139px) {
		.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }      
		.container .column,
		.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
		.row                                        { margin-bottom: 20px; }

		/* Nested Column Classes */
		.column.alpha, .columns.alpha               { margin-left: 0; }
		.column.omega, .columns.omega               { margin-right: 0; }

		/* Base Grid */
		.container .one.column,
		.container .one.columns                     { width: 40px;  }
		.container .two.columns                     { width: 100px; }
		.container .three.columns                   { width: 160px; }
		.container .four.columns                    { width: 220px; }
		.container .five.columns                    { width: 280px; }
		.container .six.columns                     { width: 340px; }
		.container .seven.columns                   { width: 400px; }
		.header .container .eight.columns, .container .eight.columns  { width: 460px; }
		.container .nine.columns                    { width: 520px; }
		.container .ten.columns                     { width: 580px; }
		.container .eleven.columns                  { width: 640px; }
		.container .twelve.columns                  { width: 700px; }
		.container .thirteen.columns                { width: 760px; }
		.container .fourteen.columns                { width: 820px; }
		.container .fifteen.columns                 { width: 880px; }
		.container .sixteen.columns                 { width: 940px; }

		.container .one-third.column                { width: 300px; }
		.container .two-thirds.column               { width: 620px; }

		/* Offsets */
		.container .offset-by-one                   { padding-left: 60px;  }
		.container .offset-by-two                   { padding-left: 120px; }
		.container .offset-by-three                 { padding-left: 180px; }
		.container .offset-by-four                  { padding-left: 240px; }
		.container .offset-by-five                  { padding-left: 300px; }
		.container .offset-by-six                   { padding-left: 360px; }
		.container .offset-by-seven                 { padding-left: 420px; }
		.container .offset-by-eight                 { padding-left: 480px; }
		.container .offset-by-nine                  { padding-left: 540px; }
		.container .offset-by-ten                   { padding-left: 600px; }
		.container .offset-by-eleven                { padding-left: 660px; }
		.container .offset-by-twelve                { padding-left: 720px; }
		.container .offset-by-thirteen              { padding-left: 780px; }
		.container .offset-by-fourteen              { padding-left: 840px; }
		.container .offset-by-fifteen               { padding-left: 900px; }
        
       .header .container {           width: 960px;        }        .header .container .right {           float:left;        }

        .bg, .main {
            width:50%;
        }

        .ibg-bg {
            background-position:left bottom !important;
        }

        figure.effect-sadie p {
            font-size:35px;
            left:-11%;
            top:15%;
            line-height:45px;
        }
		
		.pad30{
			padding:30px 0;
		}
	}



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) { 

        .header .container, .container   { width: 768px; }
        
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .header .container .eight.columns, .container .eight.columns   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 348px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }

        .contact .eight.columns,  .servicescontactme .eight.columns {
            width:100%;
        }
        
        .bg, .main {
            width:50%;
            padding-left:50px;
        }

        .ibg-bg {
            background-position:left top !important;
        }

        figure.effect-sadie p {
            font-size:25px;
            left:-13%;
            top:12%;
            line-height:35px;
        }

        figure.effect-sadie p .smaller {
            font-size:15px;
        }

        .pad30 {
            padding:30px 0;
        }

        .header .container .right {           float:left;        }

        .verticalLine {
            margin:0 10px;
        }

        .socialIcons a {
            margin:30px 3px;
        }        

        .hireMe.white, .hireMe.white:hover {
            margin:40px 0;
            background-position:center center;
            width:100%;
            display:block;
        }

        .servicescontactme {
            background: #243745;
        }

        .contactme, .services {
            margin: 40px 0;            padding:0;
            border-radius: .4em;
        }

        input[type="text"], textarea {
            margin: 5px 0;
            width: 93%;
        }

        .button {
            margin-right:20px;
        }

        .contact 
        {
            width:100%;
            background:#344b5b;
            display:block;
        }

        .mainC 
		{
            display:none;
        }
        
        .footer .container .one-third.column {
            width:100%;
        }

        .footer .name {
            display: none;
        }

        .footer .nameother {
            display: block;
        }        

       .footer .socialIcons {
            margin: 0 auto;
            width:400px;
            float:none;
        }

       .footer .socialIcons a {
            margin:0 12px;
        }

       .footer .socialIcons .social, .footer .blog
        {
            width:100%;
            background-color:#344b5b;
            margin:4px;
            color:#fff;
            text-align:center;
            height:40px;
            line-height:40px;
            font-size: 24px;
        }  
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {    
   
    .header .container, .footer .container, .container {
        width: 300px; 
    }

    .portfolio .container .one-third.column, .portfolio .container {
        width:100%;
    }

    .container .columns,
    .container .column {
        margin: 0;
    }

    .container .one.column,
    .container .one.columns,
    .container .two.columns,
    .container .three.columns,
    .container .four.columns,
    .container .five.columns,
    .container .six.columns,
    .container .seven.columns,
    .header .container .eight.columns, .container .eight.columns,
    .container .nine.columns,
    .container .ten.columns,
    .container .eleven.columns,
    .container .twelve.columns,
    .container .thirteen.columns,
    .container .fourteen.columns,
    .container .fifteen.columns,
    .container .sixteen.columns,
    .footer .container .one-third.column, .container .one-third.column,
    .container .two-thirds.column {
        width: 300px;
    }

    /* Offsets */
    .container .offset-by-one,
    .container .offset-by-two,
    .container .offset-by-three,
    .container .offset-by-four,
    .container .offset-by-five,
    .container .offset-by-six,
    .container .offset-by-seven,
    .container .offset-by-eight,
    .container .offset-by-nine,
    .container .offset-by-ten,
    .container .offset-by-eleven,
    .container .offset-by-twelve,
    .container .offset-by-thirteen,
    .container .offset-by-fourteen,
    .container .offset-by-fifteen {
        padding-left: 0;
    }

    .header .container .eight.columns {
            width:100%;
        }

    .right{
	    width:320px;
	    margin-left:-10px;
	 }

    h1, .h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom:20px;
    }

    .sub, ul {
        font-size: 16px;
        line-height: 20px;
    }

    .logo {
        margin: 5px 0;
    }

    .logo img {
        width:55px;
        height:55px;
    }

    .verticalLine {
        display: none;
    }    

    .text {
        width: 100%;
        margin: 50px 0 130px 0;
        font-size: 15px;
        line-height: 20px;
    }
	
	.header .container .right, .header .container .eight.columns.right{
		width:110%;
		margin: 0 -10px 0 -10px;
	}

    .header .container .right, .socialIcons, .socialIcons IMG, .footerIcons IMG {
        float: left;
    }

    .header .socialIcons {
        width:300px;
        margin: 0 auto;
        display:none;
        float:none;
    }
    
    .header .socialIcons a {
        margin:29px;
    }
	
    .header .blog {
        width:100%;
        text-align:center;
        margin:20px 0; 
        color:#fff;           
     }
	 
	  .header .on  .right .pad30 {
	  padding:30px 0;
	  }
    
    .mobmenu {
        display:block;
    }
     
    .socialIcons .social:hover, .blog:hover
    {
        background-color:#344b5b;
        background-image:none;
        color:#6dc2b9;
    }

    .menuMobile {
        display:block;
    }

    .hireMe, .bg, .main {
        display:none;
    }

    .hireMe.white,  .hireMe.white:hover {
        margin:50px 0;
        background-position:center center;
        width:100%;
        display:block;
    }

    .mainC 
    {
        display:none;
    }

    .servicescontactme {
        background: #243745;
    }

    .contactme, .services {
        margin: 20px 0;        padding:0;
        border-radius: .4em;
    }

    input[type="text"], textarea {
        margin: 5px 0;
        width: 88%;
    }

    .contact 
    {
        width:100%;
        background:#344b5b;
        display:block;
    }

    .mainContainer {        background: url("../images/coloursMobile.png") no-repeat right top;    }

    figure.effect-sadie p {	
	    top: 20%;
        left:-10%;
        font-size:30px;
        line-height:40px;
    }

    .header .pad30, .header .socialIcons {        background: #344b5b;        z-index:999;    }

    .socialIcons .social1 {            background: url("../images/LinkedInWhite.svg") no-repeat;    }        .socialIcons .social2 {            background: url("../images/dibbleWhite.svg") no-repeat;        }        .socialIcons .social3 {            background: url("../images/beHiveWhite.svg") no-repeat;        }        .socialIcons .social4 {            background: url("../images/twitterWhite.svg") no-repeat;        }        .socialIcons .social5 {            background: url("../images/pinterestWhite.svg") no-repeat;        }        .socialIcons .social6 {            background: url("../images/instagramWhite.svg") no-repeat;        }

    .footer, .pad30 {
        padding: 0;
    }

    .footer .name, .blog {
        display: none;
    }

    .footer .nameother {
        display: block;
    }

   .footer .socialIcons {
        margin: 0;
        width:100%;
    }

    .footer .socialIcons a {
        margin:0 4px;
    }

    .footer .socialIcons .social, .footer .blog
    {
        width:100%;
        background-color:#344b5b;
        margin:4px;
        color:#fff;
        text-align:center;
        height:40px;
        line-height:40px;
        font-size: 24px;
    }    
}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
	
        .header .container, .footer .container, .container { width: 400px; }
        .portfolio .container .one-third.column, .portfolio .container {
            width:100%;
        }

        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .header .container .eight.columns, .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .footer .container .one-third.column, .container .one-third.column,
        .container .two-thirds.column { width: 400px; }
        
	    right{
	        width:420px;
	        margin-left:-10px;
	    }

         h1, .h1 {
            font-size: 25px;
            line-height: 30px;
            margin-bottom:20px;
        }
		

         .sub, ul {		 
            font-size:20px;
            line-height:25px;
        }
		
		.text p{
			font-size:20px; line-height:25px;
		}
		
		.sub {		 
            padding-top:10px;
        }

        .verticalLine {
            margin:0 5px;
        }

        .header .container .right, .socialIcons, .socialIcons IMG {           float:left;        }

        .header .pad30, .header .socialIcons {            background: #344b5b;            z-index:999;        }

        .blog.mainmen , .main{
            display:none;
        }

        .mobmenu {
            display:block;
        }

        .servicescontactme {
            background: #243745;
        }

        .contactme, .services {            margin: 15px 0;            padding:0;            border-radius:.4em;        }

        input[type="text"], textarea {
            margin: 5px 0;
            width: 88%;
        }

        .text {            width: 90%;            margin: 50px 0 130px 0;            font-size:19px;            line-height:25px;        }  

         .header .socialIcons {
            margin: 0;
            width:350px;
            margin: 0 auto;
            display:none;
            float:none;
        }

        .header .socialIcons a {
            margin:37px;
        }

       .header .blog {
            width:100%;
            text-align:center;
            margin:20px 0;
        }

        .socialIcons .social:hover, .blog:hover
        {
           background-color:#344b5b;
           background-image:none;
           color:#6dc2b9;
        }

        .menuMobile {
            display:block;
        }

        .hireMe, .bg {
            display:none;
        }

        .hireMe.white, .hireMe.white:hover {
            margin:50px 0;
            background-position:center center;
            width:100%;
            display:block;
        }

        .blog {
            margin:2px 0 5px 0;
            width:100%;
            text-align:center;
        }
        
        .mainC 
        {
            display:none;
        }

        .contact 
        {
            width:100%;
            background:#344b5b;
            display:block;
        }

        .mainContainer {            background: url("../images/coloursMobile.png") no-repeat right top;        }

        figure.effect-sadie p {	
	        top: 10%;
            font-size:30px;
            line-height:30px;
        }

        .socialIcons .social1 {            background: url("../images/LinkedInWhite.svg") no-repeat;        }        .socialIcons .social2 {            background: url("../images/dibbleWhite.svg") no-repeat;        }        .socialIcons .social3 {            background: url("../images/beHiveWhite.svg") no-repeat;        }        .socialIcons .social4 {            background: url("../images/twitterWhite.svg") no-repeat;        }        .socialIcons .social5 {            background: url("../images/pinterestWhite.svg") no-repeat;        }        .socialIcons .social6 {            background: url("../images/instagramWhite.svg") no-repeat;        }
        
        .footer .name, .bg, .blog {
            display:none;
            color:#fff;
        }

        .footer .nameother {            display:block;        }

        .footer {
            padding:0 15px 15px 15px;
        }      

        .footer .socialIcons {
            margin: 0;
            width:100%;
        }

       .footer .socialIcons a {
            margin:0 12px;
        }       

       .footer .socialIcons .social, .footer .blog
        {
            width:100%;
            background-color:#344b5b;
            margin:4px;
            color:#fff;
            text-align:center;
            height:40px;
            line-height:40px;
            font-size: 24px;
       } 
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
