@charset "UTF-8";

/* CSS Document for UNO Personal page - Copyright 2014 Jonathan Atkinson http://cr3ativ.com */

*, *:before, *:after {

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

body, html {

	background-color: #FFF;

	/*background: url("../img/background4.jpg") no-repeat scroll 0 0 / cover transparent;  <-- you could remove the color and use an image */

	background-repeat:no-repeat;

	background-size:cover;

	background-attachment:fixed;

    font-family: 'Raleway', sans-serif;

    height: 100%;

	min-height: 100%;

    margin: 0;

    padding: 0;

    position: relative;

	text-rendering: optimizeLegibility;

    background-position: center center;

}

footer { background-color: transparent; padding: 15px 0 30px 0; }

footer p {

	color: #3f3f3f;

	font-family: 'Raleway', sans-serif;

	font-weight: 300;

	font-size: 14px;

	line-height: 1.6em;

    text-align: center;

}

header {

    width: 100%;

	position: fixed;

	top:0;

	z-index:9999;

	font-family: 'Raleway', sans-serif;

}

.header-container {

	padding: 0;

	margin: 0 auto;

}

a img, a, img { border: none; outline: none; text-decoration: none;}

.headshot {

    border: 5px solid rgba(255, 255, 255, 0.1);

    border-radius: 50%;

    height: auto;

    width: 170px;

    margin-bottom: 20px;

}

#toTop {

    display: none;

    position: fixed;
	
    bottom: 1%;

    right: 1%;

    width: 64px;

    height: 64px;

    background-image: url('../img/up.png');

    background-repeat: no-repeat;

    background-size: 64px 64px;

    opacity: 0.4;

    filter: alpha(opacity=40); /* For IE8 and earlier */

    transition: opacity 0.2s ease-in-out;

    z-index:999;

}

#toTop:hover {

    opacity: 0.8;

    filter: alpha(opacity=80); /* For IE8 and earlier */

}

input { -webkit-appearance: none; border-radius: 0; }

input:focus { outline: none;}

.mobileSpace { visibility:hidden; }

strong {font-weight: 600; }



/* Easily swap out my gradient for your own by visiting http://www.colorzilla.com/gradient-editor/ and replace the code below! DO NOT REMOVE the width, height, z-index and position in the code below */

.shade {

	width: 100%;

	height: 100%;

    z-index: 89;

    position: absolute;

}

/* End of the gradient - keep the width, height, z-index and position in the code above!! */

#video_element { width: 100%; height: 100%; background-size: cover; background-position: center center; z-index:1; }

/* Un-comment this to apply a tiny dotted filter above the video for that 'transmission' look and feel 

#video_element:after {

    background: url("../img/bg-pixel-20.png") repeat scroll 0 0 rgba(0, 0, 0, 0);

    bottom: 0;

    content: "";

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

}

*/

.shade2 {

	background-color: rgba(0, 0, 0, 0.5);

	width: 100%;

	height: 100%;

	background-size: cover;

}


hr.style-two {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom:30px;
}

hr.style-one {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom:30px;
	width:100%;
}



p {

	color: #3f3f3f;

	font-family: 'Raleway', sans-serif;

	font-weight: 200;

	font-size: 16px;

	line-height: 1.5em;

}

p.copyright { font-size: 11px; opacity: 0.7;}

p.centered { text-align: center; }

p.caption {

	color: rgba(255,255,255,1);

	font-family: 'Raleway', sans-serif;

	font-weight: 300;

	font-size: 13px;

	line-height: 1.3em;

    opacity: 0.6;

}

p a, ul li a, ol li a {color: #3f3f3f ; text-decoration: none; border-bottom: 1px solid transparent; transition: all 0.2s ease-in-out; font-weight: 600;}

p a:hover, ul li a:hover, ol li a:hover {color: #4f6c92 ; text-decoration: none; border-bottom: 1px solid #4f6c92; padding-bottom: 3px;}

ul, ol {

    margin: 20px 0;

    padding: 0;

}

ol li {

    font-family: 'Raleway', sans-serif;

    font-size: 18px;

    line-height: 1.7em;

    list-style: decimal outside none;

    margin-left: 20px;

	color: rgba(95,117,137,1);

}

ul li {

    color: #FFF;

	font-family: 'Roboto', sans-serif;

	font-weight: 300;

	font-size: 14px;

	margin-top: 10px;

	margin-left: 25px;

	line-height: 1.2em;

}

ul li a, ol li a {

    cursor: pointer;

    font-family: 'Raleway', sans-serif;

    font-size: 18px;

    transition: all 0.3s ease-in 0s;

}

li.checkmark { list-style: none outside none; }

li.checkmark:before { content: '✔'; margin-left: -19px; margin-right: 6px; font-size: 20px;}

blockquote:before {

    color: rgba(255, 255, 255, 0.4);

    content: "\201C";

    display: inline-block;

    font-family: georgia;

    font-size: 114px;

    position: relative;

    vertical-align: top;

    width: 6%;

    top: -6px;

}

blockquote {

    border: 0 none;

    display: block;

    margin: 3.5em 0 3.5em 0em;

    padding: 0;

	text-align:left;

}

blockquote p {

    display: inline-block;

    font-family: 'Raleway', sans-serif;

    font-size: 42px;

    font-style: normal;

    font-weight: 700;

    line-height: 1.4em;

    margin: 0;

    width: 90%;

    color: #ffffff;

}

.testimonials blockquote:before {

    display: none;

}

.testimonials blockquote {

    border: 0 none;

    display: block;

    margin: 0;

    padding: 0 0 20px 0;

}

.testimonials blockquote p {

    width: 100%;

	text-align:left;

	padding-bottom: 30px;

}

.testimonials blockquote cite {

	color: #ffffff;

    font-family: 'Raleway',sans-serif;

    font-size: 13px;

    font-style: normal;

    font-weight: 500;

    letter-spacing: 1px;

    text-transform: uppercase;

	opacity:0.7;

	-webkit-backface-visibility:hidden;

}

#godown {

	bottom: 20px;

    height: 80px;

    left: 0;

    margin: auto;

    position: fixed;

    right: 0;

    width: 100%;

	text-align:center;

    z-index:99;

}

#godown p {

	color: #ffffff;

	font-family: 'Raleway', sans-serif;

	font-weight: 700;

	font-size: 11px;

	line-height: 1.4em;

	padding:0 0 10px;

	margin: 0px;

	font-style:normal;

    text-transform: uppercase;

	letter-spacing: .5px;

}

.huge-title {

    bottom: 0;

    left: 10%;

    position: fixed;

    right: 0;

    top: 15%;

    top: 25%\9;

    width: 90%;

	text-align:left;

	font-family: 'Raleway', sans-serif;

    z-index:99;

}

.huge-title p {

	color: #ffffff;

	font-family: 'Raleway', sans-serif;

	font-weight: 300;

	font-size: 20px;

	line-height: 1.4em;

}

.small { 

background-color: rgba(255, 255, 255, 0.3);

    border-radius: 3px;

    color: #FFFFFF;

    display: inline;

    font-size: 12px;

    font-weight: 600;

    margin-top: -3px;

    padding: 3px 10px;

    position: absolute;

}

.date { 

    color: #FFFFFF;

    display: block;

    font-size: 14px;

    font-weight: 600;

    margin-top: 15px;

    padding: 15px 0 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

#background h1, #background h2, #background h3, #background h4 {

    color: #3f3f3f;

}

h1 {

    color: #89170b;

    letter-spacing: 0px;

	font-family: 'Raleway', sans-serif;

	font-size: 28px;

	line-height: 1.2em;

	font-weight: 700;

	padding: 0 0 30px 0;

	max-width: 960px;

	margin:0 0 50px;

}

h2 {

    color: #3f3f3f;

    letter-spacing: 0px;

	font-family: 'Raleway', sans-serif;

	font-size: 16px;

	line-height: 1.5em;

	font-weight: 300;

	padding: 0;

	margin: 0 0 50px;

	max-width: 480px;

}

.border { border-left: 5px solid rgba(255, 255, 255, 0.3); padding: 0 0 0 20px;}

h3 {

    color: #3f3f3f;

    letter-spacing: 0px;

	font-family: 'Raleway', sans-serif;

	font-size: 20px;

	line-height: 1.5em;

	font-weight: 400;

	padding: 0;

	margin: 0 0 50px 0;

	max-width: 580px;

}



h4 {

    color: #ffffff;

    letter-spacing: 0;

	font-family: 'Raleway', sans-serif;

	font-size: 36px;

	line-height: 1.2em;

	font-weight: 300;
	
	text-transform: uppercase;

	padding: 0 0 0 0;

	margin: 0 0 20px 0;

	text-align:center;

	width: auto;

}



.huge-title h4 {

    letter-spacing: 0;

	font-family: 'Raleway', sans-serif;

	font-size: 33px;

	line-height: 1.2em;

	font-weight: 500;

	padding: 0 0 20px 0;

	margin: 0;

	text-align:left;

    color: #ffffff;

    opacity: 0.7;

}

h5 {

    color: #FFF;

    letter-spacing: 0px;

	font-family: 'Raleway', sans-serif;

	font-size: 20px;

	line-height: 1.1em;

	font-weight: 700;

	padding: 0;

	margin: 20px 0 0 0;

	width: auto;

}



h6 {

    color: #FFF;

    letter-spacing: 0px;

	font-family: 'Raleway', sans-serif;

	font-size: 18px;
	
	text-align:left;

	line-height: 1.6em;

	font-weight: 300;

	padding: 0 0 0 10px;

	margin: 0 0 20px 20px;

	width: auto;

}



h7 {

    color: #FFF;

    letter-spacing: 0px;

	font-family: 'Raleway', sans-serif;

	font-size: 20px;

	line-height: 1.5em;

	font-weight: 200;

	padding: 0;

	margin: 0 0 50px 0;

	max-width: 580px;
	
	text-align:center;

}



h8 {

    color: #FFF;

	font-family: 'Raleway', sans-serif;

	font-size: 16px;

	font-weight: 300;

	text-align:center;

	max-width: 480px;

}


.shadow { text-shadow: 0 0 6px rgba(0, 0, 0, 0.9); }

.container {

    background: none repeat scroll 0 0 transparent;

    z-index: 100;

	font-family: 'Raleway', sans-serif;

	width: 100%;

}

.whitecontainer {
	
	text-align:center;
	
	font-size:20px;
	
	font-weight:100;

    background: none repeat scroll 0 0 #FFF;

	width: 100%;

	padding: 40px 0 40px 0;

	overflow: auto;

}

.bluecontainer {
	
	text-align:center;
	
	font-size:20px;
	
	font-weight:100;

    background: none repeat scroll 0 0 #4f6c92;

	width: 100%;

	padding: 40px 0 40px 0;

	overflow: auto;

}

.darkcontainer {
	
	text-align:center;
	
	font-size:20px;
	
	font-weight:100;

    background: none repeat scroll 0 0 #32435a;

	width: 100%;

	padding: 40px 0 40px 0;

	overflow: auto;

}

.greycontainer {

    background: none repeat scroll 0 0 #ffffff;

	width: 100%;

	padding: 80px 0;

	overflow: auto;

}

.parallax1 { 

    background-image: url("../img/background2.jpg");

    overflow: auto;

    padding: 50px 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}

.parallax1 p, .parallax1 h2, .parallax2 p, .parallax2 h2 { color: #ffffff; }

.parallax2 {

    background-image: url("../img/background2.jpg");

    overflow: auto;

    padding: 10px 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}



.parallax3 {

    background-image: url("../img/background3.jpg");

    overflow: auto;

    padding: 10px 0;

    -webkit-background-size: cover;

   -moz-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}


.parallax4 {

    background-image: url("../img/background.jpg");

    overflow: auto;

    padding: 10px 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}

.parallax5 {

    background-image: url("../img/background4.jpg");

    overflow: auto;

    padding: 50px 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}



.wrapper {

    background: none repeat scroll 0 0 transparent;

	width: 100%;

	position: absolute;

}

.hero {

	margin: 0 auto;

    position: relative;

	width: 1170px;

	z-index: 80;

	text-align:left;

    padding: 30px 0px;

}

.hero .one_third {

    border-left: 5px solid rgba(255,255,255,0.2);

    padding-left: 2%;

    width: 30.5%;

    margin: 20px 0;

}

.hero .one_third_last {

    border-left: 5px solid rgba(255,255,255,0.2);

    padding-left: 2%;

    width: 30.5%;

    margin: 20px 0;

}

.hero:after {

    content: "";

    display: block;

    clear: both;

}

.hero h3 { 

    margin: 0 0 20px;

    opacity: 0.4; 

}

.hero h4 {

    color: #ffffff;

    font-size: 16px;

    font-weight: 800;

    opacity: 0.6;

    padding: 0 0 5px 0;

    text-align: left;

}

.hero h5 {

    color: #ffffff;

    font-size: 16px;

    font-weight: 500;

    text-align: left;

}

.hero p:before { 

    content:'';

    display:block;

    clear: both;

    height: 50px;

}

.hero blockquote p:before { 

    content:'';

    display:inline;

    clear: none;

    height: 0;

}

.bigspace { height: 4em; clear: both;}

.content {

	margin: 0 auto;

	position:relative;

	z-index: 80;

	width: 80%;

	/* max-width:100%; */

	text-align:left;

    overflow: hidden;

}

.content1 {

	margin: 0 auto;

	position:relative;

	z-index: 80;

	width: 100%;

	max-width:100%;

	text-align:center;

    overflow: hidden;

}
.content2 {

	margin: 0 auto;

	position:relative;

	z-index: 110;

	width: 100%;

	text-align:center;

    background-color: #0875bd ;

}

.content3 {

	margin: 0 auto;

	position:relative;

	z-index: 80;

	width: 1170px;

	text-align:left;

    overflow: hidden;

}

.content4 {

	margin: 0 auto;

	position:relative;

	z-index: 80;

	width:80%;

	text-align:left;

    overflow: hidden;
	
	padding-bottom:10px;

}

.content5 {

	margin: 0 auto;
	
	position:relative;

	width:80%;

	text-align:center;

    overflow: hidden;
	
	padding-bottom:10px;

}


.centered { text-align: center !important; }

.knob { color: rgba(255,255,255,0.4) !important; }

.button-box {

	margin: 0 auto; 

	display: block; 

}

.button-white {

   border: 2px solid rgba(255,255,255,1);

   padding: 15px 40px 18px 40px;

   display: inline-block;

   font-family: 'Raleway', sans-serif;

   font-size: 18px;

   text-align: center;;

   transition: all 0.3s ease-in-out;

   color: rgba(255,255,255,1);

   text-decoration: none;

   margin: 20px 0 auto;

   font-weight: 600;

   text-transform: uppercase;

   background-color: rgba(255,255,255,0);

   letter-spacing: 2px;

    line-height: 0em;

}

.button-white:hover { 

	background-color: rgba(255, 255, 255, 1); 

	color: rgba(48, 66, 82, 1); 

	text-decoration: none; 

	border: 2px solid transparent;

	padding: 15px 40px 18px 40px;

}

.button {

    padding: 15px 40px;

    display: inline-block;

    font-family: 'Raleway', sans-serif;

    font-size: 16px;

    text-align: center;;

    transition: all 0.3s ease-in-out;

    color: #0b86c8;

    text-decoration: none;

    margin: 20px 20px auto 0;

    font-weight: 700;

    text-transform: uppercase;

    background-color: rgba(255,255,255,1);

    letter-spacing: 1px;

    border-radius: 3px;

}

.button:hover { 

	background-color: #262B30;

	color: rgba(255, 255, 255, 1); 

	text-decoration: none; 

	padding: 15px 40px;

    border-radius: 3px;

    letter-spacing: 1px;

}

.button-reverse {

   padding: 15px 40px;

   display: inline-block;

   font-family: 'Raleway', sans-serif;

   font-size: 16px;

   text-align: center;;

   transition: all 0.3s ease-in-out;

   text-decoration: none;

   margin: 20px 20px auto 0;

   font-weight: 700;

   text-transform: uppercase;

   background-color: #262B30;

   color: rgba(255, 255, 255, 1); 

   letter-spacing: 2px;

    border-radius: 3px;

    letter-spacing: 1px;

    border: none;

}

.button-reverse:hover {   

	text-decoration: none; 

	background-color: rgba(255,255,255,1);

	color: #0b86c8;

	padding: 15px 40px;

    border-radius: 3px;

    letter-spacing: 1px;

    border: none;

}

#socialsection { width: 90%; height: 40px; opacity: 0; left: 5%; bottom: -1px; position: fixed; z-index: 105; color: #ffffff; border-radius: 3px 3px 0 0; transition: all 0.3s ease-in-out;}

#socialsection.hide { height: 100px; }

#socialsection:hover { cursor: pointer; }

#social-left { text-align: center; display: inline-block; height: 100%; width: 50%; background-color: #262B30; float: left; min-height: 100px; border-radius: 3px 0 0 0; transition: all 0.3s ease-in-out;}

#social-left:before { content: "Follow Me"; font-size: 15px; font-weight: 600; display: block; padding-top: 13px; color: #ffffff; }

#social-left a { min-height: 24px; color: #ffffff; display: inline-block; margin-top: 5px;}

#social-left [class^="icon-"]:before, #social-left [class*=" icon-"]:before {font-size: 24px; min-height: 24px; }

#social-left [class^="icon-"]:hover:before, #social-left [class*=" icon-"]:hover:before {color: rgba(255, 255, 255, 1.0); }

#social-button {

    background-color: #0B86C8;

    border-radius: 0 0 3px 3px;

    float: none;

    left: 50%;

    margin-left: -20px;

    min-height: 40px;

    position: absolute;

    text-align: center;

    top: 0;

    width: 40px;

    z-index: 120;

    transition: all 0.3s ease-in-out;

}

#social-button:hover { background-color: #262B30; }

#social-button:hover:before { 

    border-top: 7px double #0B86C8;

    border-bottom: 2px solid #0B86C8;

}

#social-button:before {

    border-bottom: 2px solid #FFFFFF;

    border-top: 7px double #FFFFFF;

    content: "";

    height: 12px;

    left: 10px;

    position: absolute;

    top: 13px;

    width: 20px;

}

#menu-button {

    background-color: #4f6c92;

    border-radius: 0 0 3px 3px;

    float: none;

    left: 50%;

    margin-left: -40px;

    min-height: 40px;

    position: relative;

    text-align: center;

    top: 0;

    width: 80px;

    z-index: 120;

    transition: all 0.3s ease-in-out;

}

#menu-button:hover { background-color: #4f6c92; }

#menu-button:hover:before { 

    border-top: 7px double #ffffff;

    border-bottom: 2px solid #ffffff;

}

#menu-button:before {

    border-bottom: 2px solid #FFFFFF;

    border-top: 7px double #FFFFFF;

    content: "";

    height: 12px;

    left: 20px;

    position: absolute;

    top: 12px;

    width: 40px;

}

#social-right { text-align: center; display: inline-block; height: 100%; width: 50%; background-color: #262B30; float: left; min-height: 100px; border-radius: 0 3px 0 0 ; transition: all 0.3s ease-in-out;}

#social-right:before { content: "Share This"; font-size: 15px; font-weight: 600; display: block; padding-top: 13px; color: #ffffff; }

#social-right a { min-height: 24px; color: #ffffff; display: inline-block; margin-top: 5px;}

#social-right [class^="icon-"]:before, #social-right [class*=" icon-"]:before {font-size: 24px; min-height: 24px; }

#social-right [class^="icon-"]:hover:before, #social-right [class*=" icon-"]:hover:before {color: rgba(255, 255, 255, 1.0); }

#social-right:hover {background-color:#0B86C8; }

#social-left:hover {background-color:#0B86C8; }

#phone {visibility: hidden; }

.video-container {

    position: relative;

    padding-bottom: 56.25%;

    height: 0; 

	overflow: hidden;

}

.video-container iframe,

.video-container object,

.video-container embed {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

	margin: auto;

	right: 0;

}

.half_column {

    float: left;

    margin-top: 10%;

    width: 50%;
	

}

.half_column1 {

    float: left;
	
	background-color:#f5f5f5;
	
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);

    margin-top: 0%;

    width: 30%;
	
	padding-right: 20px;
	
	padding-left: 20px;
	
	margin-right:30px;
	
	margin-bottom:10px;
	
	height: auto;

}

.half_column3 {

    float: left;
	
	background-color:#4f6c92;

    margin-top: 0%;

    width: 30%;
	
	padding-right: 20px;
	
	padding-left: 20px;
	
	margin-right:30px;
	
	height: 230px;
	
	text-align:center;

}

.half_column2 {

	margin-right: auto;
	
	margin-left: auto;

    margin-top: 0%;

    width: 90%;
	
	text-align:center;
	
}

.half_column6 {

    float: right;

    margin-top: 0%;

    width: 46%;
	
	text-align:center;
	
	margin-right:50px;

}

#Skills .half_column1, #Skills .half_column2, #Contact .half_column1, #Contact .half_column2 {margin-top: 0%; }

.one_third {

    float: left;

    margin-bottom: 5%;

    width: 31%;

    margin-right: 3.5%;

    text-align: left;

}

.one_third_last {

    float: right;

    margin-bottom: 5%;

    width: 31%;

    text-align: left;

}

.two_third_last {

    float: right;

    margin-bottom: 5%;

    width: 65%;

    text-align: left;

}

.infopanel {

    background: none repeat scroll 0 0 #0875BD;

    border-radius: 3px;

    box-shadow: none;

    margin-bottom: 1.25em;

    padding: 23px;

    margin-top: -4px;

    transition: all 0.3s ease-in-out;

}

.infopanel:hover {

    background: none repeat scroll 0 0 rgba(38,43,48, 1);

}

.infopanel p, .infopanel a {

    font-size: 14px;

    line-height: 1.4em;

}

.infopanel h5 { 

    font-size: 16px;

    margin-top: 17px;

    padding: 0;

    text-transform: uppercase;

}

.eye { 

    background-image: url("../img/magnify.gif");

    background-position: center center;

    width: 99%;

    height: auto;

    border-radius: 2px;

    line-height: 0;

    padding: 0;

    margin: 0;

}

#Portfolio .one_third_last, #Portfolio .one_third {margin-bottom: 0; margin-top: 5%; }

 .one_third_last img, .one_third img, .half_column1 img, .half_column2 img, .hero img { width: 229px; height: 54px; }  

.one_third_last h2, .one_third h2 { font-size: 32px; padding: 0 0 10px 0; opacity: 0.4;}

.one_third_last h3, .one_third h3 { font-size: 16px; margin: 0px; font-weight: 500; }

.two_third_last h3 { margin: 1px 0 10px 0;}

.two_third_last h5 { display: inline; opacity: 0.7; margin-right: 20px;}

.infopanel a img {

    transition: all 0.3s ease-in-out;

    -webkit-backface-visibility:hidden;

    -moz-backface-visibility:hidden;

    position: relative;

    border-radius: 2px;

}

.infopanel a img:hover {

    opacity: 0.1;

}

/*

==============================================

floating Animation

==============================================

*/

.floating{

	animation-name: floating;

	-webkit-animation-name: floating;



	animation-duration: 1.5s;	

	-webkit-animation-duration: 1.5s;



	animation-iteration-count: infinite;

	-webkit-animation-iteration-count: infinite;

}



@keyframes floating {

	0% {

		transform: translateY(0%);	

	}

	50% {

		transform: translateY(8%);	

	}	

	100% {

		transform: translateY(0%);

	}			

}



@-webkit-keyframes floating {

	0% {

		-webkit-transform: translateY(0%);	

	}

	50% {

		-webkit-transform: translateY(8%);	

	}	

	100% {

		-webkit-transform: translateY(0%);

	}			

}

/*

==============================================

Carousel Specific Styling

==============================================

*/

.owl-carousel {clear: both;}

.owl-carousel .owl-item { text-align: center; }

.owl-theme .owl-controls {margin-top: 30px !important; text-align: left !important;}

#Clients .owl-theme .owl-controls {margin-top: 30px !important; text-align: center !important;}

.huge-title .owl-pagination {display:none !important;}

/*

==============================================

Contact Form Styling

==============================================

*/

.error {

	background-color: #FF675B;

    border-radius: 2px;

    color: #FFFFFF;

    font-size: 14px;

    padding: 2px;

}

#contact_form {

	display: table;

    margin: 0 auto;

    width: 60%;

    text-align: left;

}

#contact_form label {

	font-family: 'Raleway',sans-serif;

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 0;

    line-height: 3em;

    color: #FFFFFF;

    display: block;

    text-align: center	;

}

textarea {

	color: #262B30;

	background-color: #FFFFFF;

    border: medium none;

    font-family: 'Raleway',sans-serif;

    font-size: 18px;
	
	font-weight: 100;

    padding: 15px;

    width: 100%;

    -webkit-appearance: none;

    margin: 0;

    border: none;

    border-radius: 3px;

    opacity: 0.3;

    transition: all 0.3s ease-in-out;

    outline: none;

}

textarea:focus {

    opacity: 1.0;

    -webkit-appearance: none;

    border: none;

    outline: none;

}

input[type=text] {

	color: #262B30;

	background-color: #FFFFFF;

    border: medium none;

    font-family: 'Raleway',sans-serif;

    font-size: 18px;
	
	font-weight: 100;

    padding: 15px;

    width: 100%;

    -webkit-appearance: none;

    margin: 0;

    border: none;

    border-radius: 3px;

    opacity: 0.3;

    transition: all 0.3s ease-in-out;

    outline: none;

	}

input[type=text]:focus {

    opacity: 1.0;

    -webkit-appearance: none;

    border: none;

} 

input[type=submit] {

    padding: 15px 40px;

    font-family: 'Raleway', sans-serif;

    font-size: 18px;

    text-align: center;

    transition: all 0.3s ease-in-out;

    text-decoration: none;

    margin: 20px 0 auto;

    font-weight: 200;

    text-transform: uppercase;

    background-color: #FFFFFF;

    color: rgba(80, 80, 80, 1); 

    letter-spacing: 2px;

    border-radius: 3px;

    letter-spacing: 1px;

    border: none;

    cursor: pointer;
	
	width:100%;

}

input[type=submit]:hover {   

	text-decoration: none; 

	background-color: #4f6c92;

	color: #FFFFFF;

    border: none;

}

input:focus {

    outline: none;

    -webkit-appearance: none;

    border: none;

}

p.success { 

    font-weight: 300; 

    font-size: 22px;
	
	text-align:center;
	
	color:#FFFFFF;


}

/* mouse grab icon for Owl Carousel */

.grabbing { 

    cursor:url("../img/grabbing.png") 8 8, move;

}

.clearfix:after {

    content: "";

    display: table;

    clear: both;

    height: 20px;

}

canvas { width: 100%; }

/*

==============================================

Menu Styling

==============================================

*/

.menu ul li { 

	display: inline;

	margin: 0;

	padding: 0;

	margin-left: 20px;

	font-family: 'Raleway', sans-serif;

	font-size: 14px;

	text-transform: uppercase;

	color: #fbfbfb;

}

.menu ul li a { color: #fbfbfb; text-decoration: none; padding-top: 13px; font-weight: 700; letter-spacing: 1px; transition: all 0.2s ease-in-out; font-size: 14px;}

.menu ul li a:hover { color: #fbfbfb; text-decoration: none; border-top: 5px solid #fbfbfb; border-bottom: 0px solid transparent; }

.menu ul li a.cta { color: #ffffff; text-decoration: none; padding: 10px 20px; font-weight: 700; background-color: #0b86c8 ; transition: all 0.2s ease-in-out; border-bottom: 0px solid transparent; border-radius: 3px;}

.menu ul li a:hover.cta { color: #0b86c8; padding: 10px 20px; background-color: #ffffff ; text-decoration: none; border-top: 0px solid #fbfbfb; border-bottom: 0px solid transparent; border-radius: 3px;}

.menu {

    cursor: pointer;

    display: block;

    height: auto;

    margin: 0 auto;

    text-align: center;

    width: 100%;

}

.menu ul { margin: 0; padding: 0; }

.menu img { display: inline-block; }

.nav {

    cursor: pointer;

    display: none;

    padding: 10px 15%;

    margin: 0 auto;

    background: rgba(38,43,48,1);

    box-shadow: 0 0 70px 40px rgba(0, 0, 0, 0.4);

}

.nav ul {

    clear: left;

    display: block;

    list-style: none outside none;

    padding: 0;

    margin: 0;

    border-radius: 3px;

}

.nav ul li {

    line-height: 1em;

    list-style: none outside none;

    margin-left: 0;

    padding: 15px 0 15px 0;

    text-align: center;

    display: list-item;

    border-radius: 3px;

    transition: all 0.2s ease-in-out;

}

.nav ul li a, .nav ul li a:hover { font-size: 14px; border-bottom: 0px solid transparent; }

.nav ul li a:hover { color: #ffffff; border-top: 0px solid transparent; }

.nav ul li:hover { background-color: #4f6c92; }





#menu_big { background-color:#4f6c92; color:#FFF; position:fixed; top:0; z-index:10000; width:100%; box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);}

#menu_big .menu-big { float:right; }

#menu_big .menu-contact { float:left; }

#menu_big .menu-contact img { vertical-align:middle; margin-right:10px; }

#menu_big ul { list-style:none; }

#menu_big ul li { display:inline-block; color:#FFFFFF; }

#menu_big ul li a { color:#FFF; font-weight:normal; font-size:14px; }

#menu_big .menu-big ul li a { padding:5px; }

#menu_big .menu-big ul li a.selected, #menu_big ul li a:hover { border-bottom:1px solid #FFF; }



.accordeon h5 a { float:right; color:#292929; font-size:14px; font-style:none; font-weight:200; margin-right:10px;}

/*

==============================================

Responsive Syling

==============================================

*/

@media all and (max-width: 1210px)  {

    #socialsection { width: 90%; height: 40px; opacity: 0; left: 5%; bottom: -1px; position: fixed; z-index: 105; color: #ffffff; border-radius: 3px 3px 0 0; transition: all 0.3s ease-in-out;}

    .mobileSpace { visibility:visible; clear: both; height: 60px; }

    .content { width: 90%; }

    .huge-title { top: 25%; }

    .hero { width: 80%; }

    .parallax1, .parallax2, parallax3 {

        overflow: auto;

        padding: 30px 0;

        -webkit-background-size: cover;

        -moz-background-size: cover;

        background-size: cover;

        background-position: center center;

        /* background-attachment: scroll; */

        width: 100%;

        height: 100%;

    }
	
	.parallax4 {
		
		overflow: auto;

        padding: 30px 0;

        -webkit-background-size: cover;

        -moz-background-size: cover;

        background-size: cover;

        background-position: center center;
		
		background-attachment: scroll;

        width: 100%;

        height: auto;
		
	}

    #contact_form { width: 80%; }
	
	h2 { font-size:14px; margin:0 20px 0 20px; width: auto;}
	
	#menu_big { display:none; }
	
	.half_column {

        width: 100%;
		
	}
	
	.half_column1 {

        float: left;

        margin-top: 5%;

        text-align: center;

        width: 100%;

    }

    .half_column2 {

        float: right;

        margin-top: 5%;

        text-align: center;

        width: 100%;

    }
	

}

@media all and (max-width: 925px)  {

	.content { width: 98%; }

}



@media all and (max-width: 852px)  {

	#menu_big .menu-contact ul li { display:list-item; }
	

}

@media all and (max-width: 768px)  {

    #Skills .half_column1,  #Contact .half_column1, { width: 100%; }

    #Portfolio .one_third, #Portfolio .one_third_last { width: 100%; margin-right: 0; }

    .bigspace { height: 1em; }

    #CV .one_third h2 { margin: 0; }

    .center-align { margin-left: 4%; }

    .one_third {

    float: left;

    text-align: left;

    width: 100%;

    margin-right: 0%;

    }

    .one_third.skill {

    float: left;

    text-align: left;

    width: 49%;

    margin-right: 1%;

    }

    .one_third_last {

    float: left;

    text-align: left;

    width: 100%;

    }

    .one_third_last.skill {

    float: left;

    text-align: left;

    width: 49%;

    margin-right: 0%;

    }

    .two_third_last {

    float: left;

    text-align: left;

    width: 100%;

    }
	
	.half_column1 {

    float: left;
	
	background-color:#f5f5f5;
	
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);

    margin-top: 0%;

    width: 100%;
	
	padding-right: 20px;
	
	padding-left: 20px;
	
	margin-right:30px;
	
	margin-bottom:40px;
	
	height: auto;

}

	.half_column2 {

    float: left;

    margin-top: 0%;

    width: 100%;
	
	text-align:center;
	
	margin:auto;

}

	.half_column6 {

    float: right;

    margin-top: 0%;

    width: 100%;
	
	text-align:center;
	
	margin-right:50px;

}

    .huge-title { width: 80%; top: 25%;}

    blockquote:before { width: 10%; }

    blockquote { padding: 0; }

    blockquote p {width: 90%; text-align: left; font-size: 32px;}

    #mc_embed_signup input.email { width: 93%; }

    .clear { margin-top: 20px; }

    #mc_embed_signup { height: auto; }

    #mc_embed_signup input[type="submit"] {margin: 3% 0 0 3%; float: none; width: auto; }

}



@media all and (max-width: 702px)  {

	#menu_big { display:none; }

	h1 { font-size:18px; margin:0 0 20px; }

	h3 { font-size:16px; margin:0 0 20px; }

	#godown { display:none; }

}

@media all and (max-width: 640px) {

    p { font-size: 19px; }

    .half_column1 {

        float: left;

        margin-top: 5%;

        text-align: center;

        width: 100%;

    }

    .half_column2 {

        float: right;

        margin-top: 5%;

        text-align: center;

        width: 100%;

    }

	.half_column6 {

        float: left;

        margin-top: 5%;

        text-align: center;

        width: 100%;

    }
	
    .headshot { display: none; }

    .half_column1 h2, .half_column2 h2, .half_column1 h3,  .half_column2 h3, .half_column1 h4,  .half_column2 h4 { text-align: center; font-size:14px;}

    .header-container { width: 600px; }

    #godown { display: none; }

    .hero .one_third, .hero .one_third_last { width: 47%; }

}

@media all and (max-width: 568px) {
	
	.parallax4 {

    background-image: url("../img/backgroundsmall.jpg");

    overflow: auto;

    padding: 80px 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;
	
	max-width:568px;

}

.half_column1 {

    float: left;
	
	background-color:#f5f5f5;
	
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);

    margin-top: 0%;

    width: 100%;
	
	padding-right: 20px;
	
	padding-left: 20px;
	
	margin-right:30px;
	
	height: auto;

}

 .one_third_last img, .one_third img, .half_column1 img, .half_column2 img, .hero img { width: 229px; height: 54px; margin-top:290px;}
	
	.one_third_last.skill, .one_third.skill {

    float: none;

    margin: 40px auto 0;

    text-align: left;

    width: 70%;

    }

    .nav ul li {

    padding: 8px 0 8px 0;

    }

    .hero .one_third, .hero .one_third_last { width: 100%; }

    blockquote p { font-size: 24px; width: 80%; }

    blockquote:before { width: 20%; top: -11px; }

    h4 {font-size: 20px; font-weight:500; padding-bottom: 10px; }

    h5 {font-size: 16px; }
	
	h6 {font-size: 14px; }

    h7 {font-size: 16px; width:80%;}
	
	h8 {font-size: 14px; }

    .header-container { width: 90%; padding: 0;}

    .content { width: 100%; text-align: center;}

    .huge-title { width: 80%; top: 30%;}

    #mc_embed_signup input.email { width: 88%; }

    .button-white [class^="icon-"]:before, .button-white [class*=" icon-"]:before { font-size: 18px; }

    .button-white, .button-white:hover { font-size: 16px; padding: 15px 20px 18px; }

    .owl-carousel .owl-item { width: 90%; }

    .owl-carousel .owl-item img { width: 100%; height: auto; }

    .logo {

        opacity:0;
		
		display: block;

        margin: 0 auto;

        text-align: center;

        width: 100%;

    }

    .small {

    clear: left;

    display: table;

    margin-top: 20px;

    position: relative;

    }

}



