@charset "utf-8";

/*** HJORTIZ | MAIN CSS ***/

body {
	margin: 0;
	padding: 0;
	font-family: 'Khand', sans-serif;
	background-color: #fff;
}

a {
	outline: none;
	text-decoration: none;
	color: #000;
	transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
}

a:hover {
	color: #cc0000;
}

a:focus, a:active {
	outline: none !important;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #000;
	margin: 20px 0px;
}

.clear-div {
	clear: both;
}

.item-page p {
	text-align: left;
}

/*** LOADER ***/

#page-loader-bg {
	display: block;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 996;
}

#page-loader {
	width: 40px;
	height: 40px;
	margin-top:-20px;
	margin-left:-20px;
	background-color: #000000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	  -moz-border-radius: 100%;
	  -webkit-border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
	  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

/*** TYPOGRAPHY ***/

h1 {
	font-size: 1.8em;
    font-weight: 600;
    line-height: 1.0em;
    margin: 20px 0px;
}

.custom-content p {
	font-size: 1em;
	line-height: 1.2em;
}

.profile-p p {
	margin: 0px 0px 10px 0px;
}

.section-int h2 {
	font-size: 2.4em;
	line-height: 1em;
	font-weight: 500;
	margin: 0px 0px 26px 0px;
}

/*** EXCEPTIONS ***/

.no-margin {
	margin: 0 !important;
}

.no-separator {
	border-right: none !important;
}

/*** DEFAULTS ***/

.center {
	margin: 0 auto;
}

.main-width {
	width: 978px; 
}

.clear-div {
	clear: both;
}

.highlight-text {
	color: #ccc;
}

.image-frame {
	border: solid 1px #000;
}

div.img_caption {
	padding: 0 15px 0 0;
	border-bottom: dotted 1px #000;
}

div.center-image div.img_caption {
    margin: 30px auto;
}

p.img_caption {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 4px 15px;
	text-align: center !important;
	font-size: 0.9em !important;
}

.download-pdf h2, .center-header h2 {
	text-align: center;
}

.download-pdf h2 a {
	display: block;
	width: 160px;
	height: 120px;
	margin: 0px auto;
	background: url(../images/download-pdf.png) no-repeat 0px 0px rgba(0,0,0,0);
	background-size: 160px 240px;
}

.download-pdf h2 a span {
	display: block;
	width: 160px;
	height: 120px;
	font-size: 0px;
	background: url(../images/download-pdf.png) no-repeat 0px -120px rgba(0,0,0,0);
	background-size: 160px 240px;
	opacity: 0;
	transition: opacity 0.4s ease-out;
	  -moz-transition: opacity 0.4s ease-out;
	  -webkit-transition: opacity 0.4s ease-out;
	  -o-transition: opacity 0.4s ease-out;
}

.download-pdf h2 a:hover span {
	opacity: 1;
}

/*** FIXED HEADER ***/

#header {
	display: block;
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: #fff;
	border-bottom: solid 1px #000;
	z-index: 997;
}

.header-spacer {
	display: block;
	height: 31px;
}

/*** NAVIGATION ***/

#main-nav {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
}

#main-nav ul {
   clear: left;
   float: left;
   list-style: none;
   margin: 0px;
   padding: 0px;
   position: relative;
   left: 50%;
   text-align: center;
}

#main-nav ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0px;
   padding: 0px;
   position: relative;
   right: 50%;
}

#main-nav ul li a {
   display: block;
   margin: 0px 0px 0px 1px;
   padding: 5px 20px 2px;
   text-decoration: none;
   font-size: 1.2em;
   line-height: 1.2em;
}

/*** START ***/

#start-int img {
	max-width: 100px;
}

/*** WORK MENU ***/

.moduletable_menu {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.work-menu {
	clear: left;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	position: relative;
	left: 50%;
	text-align: center;
}

.work-menu li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: relative;
	right: 50%;
}

.work-menu li a {
	display: block;
	margin: 0px;
	padding: 0px 20px;
}

.work-menu li a.graphic-design span.linkImage {
	background: url(../images/work-icons.png) no-repeat 0px 0px rgba(0,0,0,0);
}

.work-menu li a.web-design span.linkImage {
	background: url(../images/work-icons.png) no-repeat -220px 0px rgba(0,0,0,0);
}

.work-menu li a.graphic-design span.hoverImage {
	background: url(../images/work-icons.png) no-repeat 0px -140px rgba(0,0,0,0);
}

.work-menu li a.web-design span.hoverImage {
	background: url(../images/work-icons.png) no-repeat -220px -140px rgba(0,0,0,0);
}

.work-menu li a span.linkImage, .work-menu li a span.hoverImage {
	display: block;
	width: 220px;
	height: 140px;
}

.work-menu li a span.hoverImage {
	opacity: 0;
	transition: opacity 0.4s ease-out;
	  -moz-transition: opacity 0.4s ease-out;
	  -webkit-transition: opacity 0.4s ease-out;
	  -o-transition: opacity 0.4s ease-out;
}

.work-menu li a:hover span.hoverImage {
	opacity: 1;
}

.work-menu li a span.text {
	display: block;
	text-align: center;
	font-size: 1.3em;
	margin-top: 20px;
	padding-top: 2px;
	border: 1px solid #000;
	border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	transition: border 0.4s ease-out;
	  -moz-transition: border 0.4s ease-out;
	  -webkit-transition: border 0.4s ease-out;
	  -o-transition: border 0.4s ease-out;
}

.work-menu li a:hover span.text {
	border: 1px solid #CC0000;
}

/*** SCROLLERS ***/

.scroller {
	display: block;
	width: 100%;
	background: url(../images/scroller-bottom.png) no-repeat center bottom rgba(0,0,0,0);
	background-size: 4000px 11px;
	overflow: hidden;
}

.footer-scroller {
	display: block;
	width: 100%;
	background: url(../images/scroller-top.png) no-repeat center bottom rgba(0,0,0,0);
	background-size: 4000px 11px;
	overflow: hidden;
}

.down-btn, .up-btn {
	display: block;
	width: 40px;
	height: 35px;
	margin: 0px auto 5px;
}

.down-btn {
	background: url(../images/down.png) no-repeat 0px 0px rgba(0,0,0,0);
	background-size: 80px 70px;
}

.up-btn {
	background: url(../images/down.png) no-repeat -40px 0px rgba(0,0,0,0);
	background-size: 80px 70px;
}

.down-btn a {
	background: url(../images/down.png) no-repeat 0px -35px rgba(0,0,0,0);
	background-size: 80px 70px;
}

.up-btn a {
	background: url(../images/down.png) no-repeat -40px -35px rgba(0,0,0,0);
	background-size: 80px 70px;
}

.down-btn a, .up-btn a {
	display: block;
	width: 40px;
	height: 35px;
	opacity: 0;
	transition: opacity 0.4s ease-out;
	  -moz-transition: opacity 0.4s ease-out;
	  -webkit-transition: opacity 0.4s ease-out;
	  -o-transition: opacity 0.4s ease-out;
}

.down-btn a:hover, .up-btn a:hover {
	opacity: 1;
}

.down-btn span, .up-btn span {
	display: none;
}

/*** CONTENT ***/

.page-header h2 {
	display: block;
	font-size: 1.8em;
	line-height: 1em;
	margin: 20px 0px;
	text-align: center;
	font-weight: 500;
}

#component {
	display: block;
	position: fixed;
	width: 100%;
	top: 40px;
	z-index: 996;
}

#component-int {
	display: block;
	position: relative;
	width: 978px;
	margin: 0px auto;
}

.section {	
    display: block;
	position: relative;
}

.section-int {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	overflow: hidden;
}

#work-int {
  overflow: visible !important;
}

.work-slides h3 {
  font-size: 1.5em;
  text-align: center;
}

.column {
	display: block;
	width: 50%;
	float: left;
}

.separator {
	padding: 30px 0px 30px 30px;
	overflow: hidden;
	background: url(../images/vert-separator.png) no-repeat left top rgba(0,0,0,0);
	background-size: 4px 832px;
}

#logo img, .icon img {
	display: block;
	margin: 0px auto;
}

.item-page {
  padding: 60px;
}

/*** WORK SLIDER ***/

#work-slider {
	display: block;
	margin: 0px 0px 80px 0px;
}

.tp-leftarrow.default, .tp-rightarrow.default {
  width: 24px;
  height: 50px;
}

.tp-leftarrow.default {
	background: url(../images/slider-nav.png) no-repeat 0px 0px rgba(0,0,0,0);
}

.tp-rightarrow.default {
	background: url(../images/slider-nav.png) no-repeat -24px 0px rgba(0,0,0,0);
}

.tp-leftarrow.default .tp-arr-allwrapper {
  background: url(../images/slider-nav.png) no-repeat 0px -50px rgba(0,0,0,0);
}

.tp-rightarrow.default .tp-arr-allwrapper {
  background: url(../images/slider-nav.png) no-repeat -24px -50px rgba(0,0,0,0);
}

.tp-leftarrow.default .tp-arr-allwrapper, .tp-rightarrow.default .tp-arr-allwrapper {
  width: 24px;
  height: 50px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
}

.tp-leftarrow.default .tp-arr-allwrapper:hover, .tp-rightarrow.default .tp-arr-allwrapper:hover {
	opacity: 1;
}

a.hjbtn {
    color: #000 !important;
    padding: 3px 6px !important;
	border: 1px solid #000 !important;
	border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	transition: all 0.4s ease-out;
	  -moz-transition: all 0.4s ease-out;
	  -webkit-transition: all 0.4s ease-out;
	  -o-transition: all 0.4s ease-out;
}

a.hjbtn:hover {
	color: #CC0000 !important;
	border: 1px solid #CC0000 !important;
}

.tp-thumbs {
	border: 1px solid #000;
	border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
}

/*** SWF NOTICE ***/

#swf-notice-bg {
	display: none;
	background: url(../images/swf-notice-bg.png) repeat left top rgba(255,255,255,0);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 999;
}

#swf-notice {
	display: block;
	background-color: #fff;
	padding: 16px;
	border: none;
	border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 280px;
	height: 105px;
}

#swf-notice h3 {
	margin: 0px 0px 16px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.2em;
}

#swf-notice ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

#swf-notice li {
	display: block;
	list-style: none;
	margin: 0px 0px 8px 0px;
}

#swf-notice button {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	background-color: transparent;
	border: none;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	cursor: pointer;
	color: #000;
	transition: color 0.4s ease-out;
	  -moz-transition: color 0.4s ease-out;
	  -webkit-transition: color 0.4s ease-out;
}

#swf-notice button:hover {
	color: #CC0000;
}

/*** SWF PAGE ***/

.swf {
	display: block;
	margin: 0px auto;
}

object {
	outline: none;
}

.parranda-mix {
	background-color: #ff0033;
	padding: 20px 0px 0px 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

.flash-player-message {
	display: block;
	width: 310px;
	margin: 0px auto;
	text-align: center !important;
}

/*** START ***/

#start {
}

#logo {
	display: block;
}

#start-int p {
	display: block;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
}

#start-int p.name {
	font-size: 1.5em;
	font-weight: 600;
	margin: 20px 0px 10px 0px;
}

/*** SKILLS ***/

#skills-int h2 {
	background: url(../images/oss.png) no-repeat 90% top rgba(0,0,0,0);
	background-size: 65px 30px;
}

.skills ul {
	display: block;
	margin: 0px;
	padding: 0px;
}

.skills li {
	display: block;
	float: left;
	list-style: none;
}

.skills li img {
	display: block;
	margin: 0px 14px 10px 0px;
	max-width: 75px;
}

/*** CONTACT ME ***/

#contact-int {
}

#contact-int h2 {
	text-align: center;
}

#contact_info, #contact_form {
	display: block;
	width: 49%;
	float: left;
}

#contact_info .row-fluid {
	display: block;
	width: auto !important;
	padding: 50px 30px 0px 0px;
}

#contact_info .row-fluid .bfSectionDescription table td, .contact-info table td {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 30px;
}

#bfPage2 td {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#contact_info .row-fluid .bfSectionDescription table td img, #bfPage2 img, .contact-info img {
	max-width: 30px;
}

#contact_form .row-fluid {
	display: block;
	width: auto !important;
	padding: 30px 0px 28px 30px;
	overflow: hidden;
	background: url(../images/vert-separator.png) no-repeat left top rgba(0,0,0,0);
	background-size: 4px 832px;
}

.icon-asterisk {
	display: none !important;
}

#newrecaptcha {
	transform:scale(0.84);
	  -moz-transform:scale(0.84);
	  -webkit-transform:scale(0.84);
	transform-origin:0 0;
	  -moz-transform-origin:0 0;
	  -webkit-transform-origin:0 0;
}

/*** FOOTER ***/

#footer {
	display: block;
	overflow: hidden;
}

#copyright {
	display: block;
	margin: 16px 0px;
}

#copyright p {
	font-size: 0.7em;
	color: #000;
	margin: 0px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}

#copyright button {
	background: none transparent;
	border: none;
	font-size: 1em;
	color: #000;
	padding: 0px;
	margin: 0px -2px 0px 0px;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	transition: all 0.4s ease-out;
	  -moz-transition: all 0.4s ease-out;
	  -webkit-transition: all 0.4s ease-out;
	  -o-transition: all 0.4s ease-out;
}

#copyright button:hover {
	color: #cc0000;
}

#content-footer {
	display: block;
	position: fixed;
	bottom: 0px;
	border-top: solid 1px #000;
	width: 100%;
	background-color: #fff;
	z-index: 996;
}

#copyright-notice-bg {
	display: none;
	background: url(../images/swf-notice-bg.png) repeat left top rgba(255,255,255,0);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
}

.copyright-notice {
	display: block;
	background-color: #fff;
	padding: 16px;
	border: none;
	border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 800px;
	height: auto;
}

#close-btn {
    border: medium none;
    display: block;
    font-size: 0;
    height: 38px;
    padding: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 38px;
	cursor: pointer;
	z-index: 10009;
	background: url("../images/close-btn.png") no-repeat scroll center center rgba(255, 255, 255, 0);
	background-size: 28px 28px;
	transition: 0.1s ease-in;
}

#close-btn:hover {
	background-size: 38px 38px;
}

.copyright-notice h3 {
	font-weight: 500;
	margin: 0px 0px 16px 0px;
	display: block;
	width: 100%;
	border-bottom: solid 1px #000;
}

.copyright-notice p, .copyright-notice li {
	font-size: 1em;
	line-height: 1.2em;
	margin: 12px 0px
}

.close-text {
	display: inline-block;
	margin: 0px !important;
}

.close-text button {
	background: none transparent;
	padding: 3px 6px 4px;
	border: solid 1px #000;
	cursor: pointer;
	border-radius: 4px;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	transition: all 0.4s ease-out;
	  -moz-transition: all 0.4s ease-out;
	  -webkit-transition: all 0.4s ease-out;
	  -o-transition: all 0.4s ease-out;
}

.close-text button:hover {
	border: solid 1px #CC0000;
	color: #cc0000;
}

#login {
	display: block;
	position: fixed;
	left: 10px;
	top: 0px;
	padding: 8px;
	background-color: #fff;
	border-top: none;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-radius: 0px 0px 4px 4px;
	  -moz-border-radius: 0px 0px 4px 4px;
	  -webkit-border-radius: 0px 0px 4px 4px;
	z-index: 999;
}

.login-greeting {
	font-size: 0.9em;
	color: #000;
}

#login .logout-button input.btn {
	border: none;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
    padding: 4px;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
	transition: background-color 0.4s ease-out;
	  -moz-transition: background-color 0.4s ease-out;
	  -webkit-transition: background-color 0.4s ease-out;
	  -o-transition: background-color 0.4s ease-out;
}

#login .logout-button input.btn:hover {
	background-color: #CC0000;
}

.icons{
	display: none;  /*To hide the edit button in the front end */
}

.jmodedit {
	display: none !important;
}

/*** TOOLTIPS ***/

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

/********************************************************** CSS MEDIA QUERIES ************************************************************/

/*** MENU ***/

@media only screen
and (min-width : 320px)
and (max-width : 499px) {
	
#main-nav ul li a {
    font-size: 1.1em;
    padding: 5px 6px 2px;
}

}

/***/

/*** WORK BUTTONS ***/

@media only screen
and (min-width : 320px)
and (max-width : 650px) {
	
.work-menu {
    margin: 0px;
}

.work-menu li {
    float: none;
    margin: 0px;
}

.work-menu li a.graphic-design {
    margin: 0px 0px 20px 0px;
}

.work-menu li a.graphic-design span.linkImage {
	background: url(../images/mob-work-icons.png) no-repeat 0px 0px rgba(0,0,0,0);
	background-size: 300px 190px;
}

.work-menu li a.web-design span.linkImage {
	background: url(../images/mob-work-icons.png) no-repeat -150px 0px rgba(0,0,0,0);
	background-size: 300px 190px;
}

.work-menu li a.graphic-design span.hoverImage {
	background: url(../images/mob-work-icons.png) no-repeat 0px -95px rgba(0,0,0,0);
	background-size: 300px 190px;
}

.work-menu li a.web-design span.hoverImage {
	background: url(../images/mob-work-icons.png) no-repeat -150px -95px rgba(0,0,0,0);
	background-size: 300px 190px;
}

.work-menu li a span.linkImage, .work-menu li a span.hoverImage {
	width: 150px;
	height: 95px;
	margin: 0px auto;
}

.work-menu li a span.text {
    font-size: 1em;
    margin-top: 10px;
    padding-top: 2px;
}

/*** CONTACT ME ***/

#contact_info .row-fluid {
    padding: 20px 10px 0px 0px;
}

#contact_info .row-fluid .bfSectionDescription table td {
    font-size: 0.9em;
    line-height: 1em;
    padding-bottom: 20px;
}

#contact_form .row-fluid {
    padding: 10px 0px 10px 10px;
}

#newrecaptcha {
    transform: scale(0.48);
	  -moz-transform: scale(0.48);
	  -webkit-transform: scale(0.48);
    transform-origin: 0 0 0;
	  -moz-transform-origin: 0 0 0;
	  -webkit-transform-origin: 0 0 0;	
}

/*** LOGIN ***/

#login {
	left: 10px;
	top: auto;
	bottom: 0px;
	border-top: solid 1px #000;
	border-bottom: none;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-radius: 4px 4px 0px 0px;
	  -moz-border-radius: 4px 4px 0px 0px;
	  -webkit-border-radius: 4px 4px 0px 0px;
}

}

/** iPhone 4 **/
@media only screen
and (width : 320px)
and (height : 480px) {
#contact-int {
    margin-top: 16px;
}

#contact-int h2 {
    font-size: 1.8em;
    margin: 0 0 5px;
}
}

/***/

@media only screen
and (min-width : 320px)
and (max-width : 359px) {

.section-int {    
    width: 90%;
	padding: 0px 5%;
}

#profile-int h2 {
	margin: 0px 0px 16px 0px;
}

.custom-content p {
    font-size: 0.9em;
    line-height: 1em;
	margin: 0px;
}

.profile-p p {
	margin: 0px 0px 10px 0px;
}

.skills li img {
    margin: 0px 5px 10px 5px;
    width: 46px;
}
	
}

@media only screen
and (min-width : 360px)
and (max-width : 768px) {
	
.section-int {    
    width: 84%;
	padding: 0px 6%;
}

.custom-content p {
	margin: 0px;
	font-size: 0.95em
}

.profile-p p {
	margin: 0px 0px 10px 0px;
}

.skills li img {
    margin: 4px 16px 4px 16px;
    width: 68px;
}

#contact-int {
    width: 90% !important;
    padding: 0px 5% !important;
}
	
}

@media only screen
and (min-width : 320px)
and (max-width : 768px) {
	
#component-int {
    width: 96%;
}

.column {
    float: none;
    width: 100%;
}

.column .icon {
	display: none;
}

.separator {
    background: none rgba(0, 0, 0, 0);
	padding: 0px;
}

#profile-int h2 {
	background: url(../images/mob-profile-icon.png) no-repeat left center rgba(0,0,0,0);
	background-size: 60px 52px;
	line-height: 32px;
    padding: 20px 0 0 70px;
}

#skills-int h2 {
	background: url(../images/oss.png) no-repeat right bottom rgba(0,0,0,0);
	background-size: 65px 30px;
	margin: 0px 0px 16px 0px;
}

#skills-int h2 span {
	display: block;
	background: url(../images/mob-skills-icon.png) no-repeat left center rgba(0,0,0,0);
	background-size: 60px 52px;
	line-height: 32px;
    padding: 20px 0 0 70px;
}

}

@media only screen
and (min-width : 769px)
and (max-width : 1023px) {
	
#component-int {
    width: 96%;
}

.section-int {    
    width: 80%;
	padding: 0px 10%;
}

}

/*** COPYRIGHT NOTICE QUERIES ***/

@media only screen
and (min-width : 320px)
and (max-width : 860px) {
	
.copyright-notice {
	padding: 10px;
	width: 80%;
}

.copyright-notice h3 {
	font-size: 0.9em;
	margin: 0px 0px 12px 0px;
}

.copyright-notice p, .copyright-notice li {
	font-size: 0.8em;
	line-height: 1em;
	margin: 8px 0px
}
	
}

/*** CSS QUERIES BY ASPECT RATIO ***/

@media screen and (min-aspect-ratio: 8/5)
and (max-height: 930px) {
	
h1 {
	font-size: 1.6em;
	margin: 16px 0;
}

#work-slider {
    margin: 0 auto 80px;
    width: 54%;
}

#content {
    margin-bottom: 40px;
}

#copyright {
    margin: 6px 0;
}
	
}