@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
}

html, body {
	height: 100%;	
}

body {
	font-family: Helvetica, Serif, didot, Georgia,'Palatino Linotype',Arial, sans-serif;
	font-size: 14px;
	color: #666;
	overflow-x: hidden;
}

#admin_wrapper {
	width: 100%;
	height: auto;	
	text-align: center;
	margin: 0 auto; 
}

#admin_header {
	width: 100%;
	height: 200px;
}

#admin_content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	min-height: 200px;
}

#footer {
	clear: both;
	width: 100%;
	height: 200px;
	padding: 20px 0;
	line-height: 25px;
}

#footer p {
	text-align: center;
}

h3 {
	font-size: 26px;
	font-weight: normal;
	float: left;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
}

td, th {
	border: 1px solid #e8e7e1;
	padding: 5px;
}

#main td, #main th {
	border: 0;
	padding: 1px;	
}

#main p, #main div {
	font-size: 14px;	
}

#portfolio-nav {
	float: right;	
	width: 185px;
	margin-top: -40px;
	margin-right: 72px;
	font-size: 18px;
}

#portfolio-cat {
	float: right;	
	width: 200px;
	margin-top: -40px;
	margin-right: 72px;
	font-size: 18px;
}

#portfolio-nav td, th {
	border: 0;
	text-align: right;
	padding: 0px;	
}

#portfolio-cat td, th {
	border: 0;
	text-align: right;
	padding: 0px;
}

#art_legend {
	float: right;
	margin-top: -80px;
	margin-right: 72px;
}

#skills img {
	margin-top: 5px;
	float: right!important;	
}

#choose td, th {
	text-align: left;
	border: none;	
}

.add td, th {
	text-align: left;
}

.add input[type="text"] {
	width: 200px;	
}

.top-bar {
	width: 100%;
	height: 7px;
	background-color: #66c8c7;	
}

.models_item {
	margin: 15px 7px 0;
	float: left;
	overflow: hidden;
}

#admin_logo {
	width: 303px;
	height: 31px;
	top: 10px;
	left: 10px;
	position: relative;
	background:url('../img/logo.png') no-repeat;	
}

#admin_nav {
	left: 10px;
	position: relative;	
}

#admin_nav ul {
	margin-bottom: 20px;
}

#admin_nav ul li {
	float: left;	
	margin: 0 2px;
	display: inline;
	background-color: #ccc;
}

#admin_nav ul li a {
	padding: 10px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	display: inline;
}	

#admin_nav ul li a:visited {
	color: #333;
	text-decoration: none;
	font-size: 14px;	
}

#admin_wrapper ul li {
	float: left;	
	margin: 0 2px;
	padding: 5px 10px;
	display: inline;
}

.dropdown {
    display:none;
    font-size:11px;
    left:0;
    margin:0;
    padding:0;
    position:relative;
    z-index:999;	
}

a {
	color: #9b9b99;
	text-decoration: none;	
}

a:hover {
	/*color: #66c8c7;*/
}

input.error, textarea.error, select.error {
	color: #ff0000;
	border: solid 1px #ff0000;
	outline: #f00 solid 1px;
}

div.error {
	color: #ff0000;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	line-height: 1.4em;
	text-align: left;	
}

img {
	border: 0;	
}

#home img, #image img {
	border: 1px #CCC solid;	
}

hr {
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #b2b2b2;
    margin: 1em 0; 
	padding: 0;	
}

#about {
	position: relative;
	width: 900px;
	margin: 40px auto;	
}

#about img {
	max-width: 100%;
	height: auto !important;
	float: left;
	padding-right: 20px;
}

#about p, #about div {	
	color: #000000;
}

#contact td, #contact th {
	border: 0;
	padding: 1px;	
}

#contact p, #contact div {
	font-size: 14px;	
	color: #000000;
}

#contact textarea, #contact input[type=text], #contact input[type=password], #contact input[type=email], #contact select {
	width: 350px;
	border: 1px solid #ccc;
	background: #000000;
	color: #ffffff;
	font-size: inherit;
}

#contact input[type="submit"] {
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: #000000;
	text-align: center;
	text-decoration: none;
	padding: .4em 1.5em .5em;
	font-family: Serif,didot,'Open Sans',Arial,Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	border: none;
	color: #fff !important;
}

/* Main site */

#wrapper {
	width: 1200px;
	height: 100%;
	margin: 0 auto;	
	color: #000000;
}

.open {
	left: 0 !important;	
}

.fixed_menu {
	display: none;
}

.fixed {
	position: fixed;
	background: #ffffff;
	z-index: 8888;
}

#header {
	width: 1200px;
	height: 90px;
	position: relative;
	/*background:url('../img/header.jpg') no-repeat;
	background-position: bottom;*/
	background-color: #ffffff;
}

#main_content {
	width: 1200px;
	margin: 0 auto;
	top: 94px;
	position: relative;
}

#main_content img {
	pointer-events: none;	
}

#nav {
	margin-top: 20px;
	width: 100px;
	float: left;
	text-align: left;
	font-size: 11px;
	background-color: transparent;
}

#nav ul li {
	height: 11px;	
}

#nav a {
	color: #000000;
}

#nav a:hover {
	text-decoration: underline;
}

#logo {
	width: 303px;
	height: 31px;
	right: 0;
	bottom: 3px;
	position: absolute;
	background:url('../img/logo.png') no-repeat;
}

#splash {
	width: 763px;
	height: 100%;
	margin: 0 auto;
}

#splash table {
	border: 0;	
	height: 100%;
}

#splash table td {
	border: 0;	
}

#gallery {
	width: auto;
	margin: 0 auto;
}

iframe {
	max-width: 640px;
	max-height: 360px;
}

#album {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#album img {
	margin: 0 auto;
	max-width: 1200px;
	display: block;
}

#photography {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#photography img {
	margin: 0 auto 75px;
	max-width: 1200px;
	display: block;
}

#work_title {
	margin-top: 20px;
	width: auto;
	height: auto;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}

#photography_title {
	margin-top: 41px;
	width: auto;
	height: auto;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}

#cover {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cover img {
	width: 100%;
	margin: 0 auto;
	max-width: 950px;
	max-height: 230px;	
	display: block;	
}

#bio, #contact  {
	width: 365px;
	height: auto;
	float: left;
	color: #000000;
}

#bio  {
	margin-top: 50px;	
}

#contact  {
	margin-top: 200px;	
}

#bio p, #contact p {
	text-align: left;	
	font-size: 11px;
}

#cover img {
	margin-top: -3px;
}

.back_fix {
	display: block;
	width: 1200px;
	height: 15px;
	position: fixed;
	background: transparent;
	bottom: 20px;
	font-size: 11px;
	z-index: 9999;
}

.back_fix_mobile {
	display: none;
	height: 15px;
	position: relative;
	background: transparent;
	bottom: 50px;
	font-size: 11px;
	text-align: right;
	z-index: 9999;
}

.toBack {
	/*-webkit-transition: -webkit-transform 3.5s, opacity 3.5s;
	-moz-transition: -moz-transform 3.5s, opacity 3.5s;
	transition: transform 3.5s, opacity 3.5s;*/
	opacity: 1;
	display: block;
	cursor: pointer;
	position: relative;
	top: 0;
	text-align: right;
	z-index: 9999;
	color: #000000;
}

.cbp-so-animate .toBack {
	opacity: 1;
}

.toBack:hover {
    background-position: center bottom;
}

.flexslider .slides img {display: block; margin:0 auto;}

/*   TABLET  : 1024px -----------------------------   */
@media only screen and ( max-width: 1250px ) and (min-width: 850px){
	
#wrapper {
	width: 800px;
}

#header {
	width: 800px;
	height: 90px;
}

.back_fix {
	display: none;
	width: 800px;
	bottom: 30px;
}

.back_fix_mobile {
	display: block;
}

#main_content {
	width: 800px;
	margin: 0 auto;
	top: 95px;
	position: relative;
}

#nav {
	margin-top: 20px;
	width: 100px;
	text-align: left;
	background-color: transparent;
}

#logo {
	width: 303px;
	height: 31px;
	right: 0;
	position: absolute;
	background:url('../img/logo.png') no-repeat;
}

#splash {
	width: 763px;
}

#splash table {
	border: 0;	
}

#splash table td {
	border: 0;	
}

#splash table td img {
	max-width: 800px;
}

#gallery {
	width: auto;
	margin: 0 auto;
}

#album {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

iframe {
	width: 500px !important;
	height: 300px !important;
}

#album img {
	margin: 0 auto;
	max-width: 800px;
	display: block;
}

#photography {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

#photography img {
	margin: 0 auto 75px;
	max-width: 800px;
	display: block;
}

#work_title {
	margin-top: 20px;
	width: auto;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#photography_title {
	margin-top: 40px;
	width: auto;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#cover {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cover img {
	width: 100%;
	margin: 0 auto;
	max-width: 550px;	
	display: block;	
}

#bio, #contact  {
	width: 365px;
	height: auto;
	float: left;
	color: #000000;
}

#bio {
	margin-top: 50px;	
}

#contact  {
	margin-top: 200px;	
}

#bio p, #contact p {
	text-align: left;	
	font-size: 11px;
}

#cover img {
	margin-top: -3px;
}

}

/*   Phone  : 480px -----------------------------   */
@media only screen and (max-width: 849px) {

#wrapper {
	width: 500px;
}

.fixed_menu {
	display: block;
	position: fixed;
	top: 0;
	left: -100px;
	width: 100px;
	min-height: 100%;
	background: #000000;
	font-size: 13px;
	line-height: 36px;
	color: #a6abab;
	z-index: 9999;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=0.8);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=8)";
	-webkit-transition: left .25s ease-out;
	-moz-transition: left .25s ease-out;
	-ms-transition: left .25s ease-out;
	transition: left .25s ease-out;
}

.opem {
	right: 0;	
}

.menu {
	background: url('../img/menu.jpg') no-repeat;
	position: absolute;
	top: 9px;
	left: 105px;
	width: 26px;
	height: 16px;
	text-indent: -23em;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.fixed_menu ul {
	height: 100%;
	margin: 10px;
	text-align: right;
	background: #000000;
	color: #ffffff;	
}

#header {
	width: 500px;
	height: 90px;
}

.back_fix {
	display: none;
	width: 500px;
	text-align: right;
	bottom: 20px;
}

.back_fix_mobile {
	display: block;
}

.toBack {
	text-align: inherit;	
}

#main_content {
	width: 500px;
	margin: 0 auto;
	top: 143px!important;
	position: relative;
}

#nav {
	display: none;
	width: 100px;
	margin-left: 2px;
	text-align: left;
	position: relative;
	background-color: transparent;
}

#logo {
	width: 500px;
	height: 49px;
	margin: 43px auto 0;
	position: relative;
	background:url('../img/logo_500.png') no-repeat;
}

#splash {
	width: 100%;
}

#splash table {
	border: 0;	
}

#splash table td {
	border: 0;	
}

#splash table td img {
	max-width: 500px;
}

#gallery {
	width: auto;
	margin: 0 auto;
}

#album {
	width: 500px;
	height: auto;
	margin: 0 auto;
}

iframe {
	width: 320px !important;
	height: 220px !important;
}

#album img {
	margin: 0 auto;
	max-width: 500px;
	display: block;
}

#photography {
	width: 500px;
	height: auto;
	margin: 0 auto;
}

#photography img {
	margin: 0 auto 75px;
	max-width: 500px;
	display: block;
}

#work_title {
	margin-top: 20px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#photography_title {
	margin-top: 20px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#cover {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cover img {
	width: 100%;
	margin: 0 auto;
	max-width: 350px;	
	display: block;	
}

#bio {
	width: 500px;
	height: auto;
	float: left;
	color: #000000;
}

#contact  {
	width: 500px;
	height: auto;
	float: right;
	color: #000000;
}

#bio {
	margin-top: 0;	
	margin-left: 0;
}

#contact  {
	margin-top: 100px;	
	margin-right: 0;
}

#bio p {
	text-align: justify;	
	font-size: 11px;
	margin-left: 0;
}

#contact p {
	text-align: left;	
	font-size: 11px;
}
	

}

@media only screen and (max-width: 602px) and (min-width: 500px){
	
#wrapper {
	width: 400px;
}

#header {
	width: 400px;
	height: 80px;
}

.back_fix {
	display: none;
	width: 400px;
	text-align: right;
	bottom: 20px;
}

.back_fix_mobile {
	display: block;
}

.toBack {
	text-align: inherit;
	font-size: 11px;
}

#main_content {
	width: 400px;
	margin: 0 auto;
	top: 130px!important;
	position: relative;
}

#nav {
	width: 100px;
	text-align: left;
	position: relative;
	background-color: transparent;
}

#logo {
	width: 400px;
	height: 39px;
	margin: 43px auto 0;
	position: relative;
	background:url('../img/logo_400.png') no-repeat;
}

#splash {
	width: 100%;
}

#splash table {
	border: 0;	
}

#splash table td {
	border: 0;	
}

#splash table td img {
	max-width: 400px;
}

#gallery {
	width: auto;
	margin: 0 auto;
}

#album {
	width: 400px;
	height: auto;
	margin: 0 auto;
}

iframe {
	width: 270px !important;
	height: 180px !important;
}

#album img {
	margin: 0 auto;
	max-width: 400px;
	display: block;
}

#photography {
	width: 400px;
	height: auto;
	margin: 0 auto;
}

#photography img {
	margin: 0 auto 75px;
	max-width: 400px;
	display: block;
}

#work_title {
	margin-top: 20px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#photography_title {
	margin-top: 20px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#cover {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cover img {
	width: 100%;
	margin: 0 auto;
	max-width: 350px;	
	display: block;	
}

#bio {
	width: 400px;
	height: auto;
	float: left;
	color: #000000;
}

#contact  {
	width: 400px;
	height: auto;
	float: right;
	color: #000000;
}

#bio {
	margin-top: 0;	
	margin-left: 0;
}

#contact  {
	margin-top: 100px;	
	margin-right: 0;
}

#bio p {
	text-align: justify;	
	font-size: 11px;
}

#contact p {
	text-align: left;	
	font-size: 11px;
}
	
}
/*   Phone  : 320px -----------------------------   */
@media only screen and (max-width: 499px){
	
#wrapper {
	width: 303px;
}

#header {
	width: 303px;
	height: 100px;
}

.back_fix {
	display: none;
	width: 303px;
	text-align: right;
	bottom: 20px;
	z-index: 10;
}

.back_fix_mobile {
	display: block;
}

.toBack {
	text-align: inherit;
	font-size: 11px;
}

#main_content {
	width: 303px;
	margin: 0 auto;
	top: 124px!important;
	position: relative;
}

#nav {
	width: 100px;
	text-align: left;
	position: relative;
	background-color: transparent;
}

#logo {
	width: 64px;
	height: 70px;
	margin: 20px auto 0;
	position: relative;
	background:url('../img/logo_320.jpg') no-repeat;
}

#splash {
	width: 100%;
}

#splash table {
	border: 0;	
}

#splash table td {
	border: 0;	
}

#splash table td img {
	max-width: 303px;
}

#gallery {
	width: auto;
	margin: 0 auto;
}

#album {
	width: 303px;
	height: auto;
	margin: 0 auto;
}

iframe {
	width: 210px !important;
	height: 150px !important;
}

#album img {
	margin: 0 auto;
	max-width: 303px;
	display: block;
}

#photography {
	width: 303px;
	height: auto;
	margin: 0 auto;
}

#photography img {
	margin: 0 auto 75px;
	max-width: 303px;
	display: block;
}

#work_title {
	margin-top: 10px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#photography_title {
	margin-top: 10px;
	width: 100%;
	height: auto;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#cover {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cover img {
	width: 100%;
	margin: 0 auto;
	max-width: 350px;	
	display: block;	
}

#bio  {
	width: 303px;
	height: auto;
	float: left;
	margin-left: 5px;
	color: #000000;
}

#contact  {
	width: 303px;
	height: 200px;
	float: right;
	color: #000000;
}

#bio {
	margin: 0;
}

#contact  {
	margin-top: 100px;	
	margin-right: 0;
}

#bio p {
	margin-left: 0;
	text-align: justify;	
	font-size: 11px;
}

#contact p {
	text-align: left;	
	font-size: 11px;
}

}