body, h1, h2, h3, p, ol, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #0c0c0c;
  /*color: #d7d7d7;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #464646;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  color: #aaaaaa;
}

label {
  cursor: pointer;
}

.form input, .form select, .form textarea {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #151515;
    color: #000;
    font-family: arial,tahoma,sans-serif;
    font-size: 12px;
    padding: 5px 4px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius:6px;
}

button {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding: 7px 10px 7px 10px;
	cursor: type;
}

button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

/*** CONTAINER ***/

#container {
  width: 1000px;
  margin: 20px auto 0px auto;
  position: relative;
  -moz-box-shadow: 0px 0px 20px #000;
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
}

/*** LANGUAGES ***/

#languages {
  position: absolute;
  right: 5px;
  font-size: 11px;
  z-index: 10000;
}

#languages a {
  display: block;
  float: left;
  padding: 3px;
  text-decoration: none;
  margin-left: 5px;
}

#languages a:hover {
  color: #aaaaaa;
}

/*** HEADER ***/

#header {
  /*height: 126px;
  background: transparent url(/images/template_01/header_bg.png) 0px 0px no-repeat;*/
}

#header a.logo {
  display: block;
  float: left;
  height: 62px;
  font-weight: bold;
  /*color: #f26522;*/
  font-size: 16px;
  margin: 40px 0px 0px 32px;
}

/*** NAVIGATION ***/

#navContainer {
  position: absolute; 
  height: 60px;
  width: 100%;
  z-index: 1000;
  padding-top: 10px;
}

#nav {
  font-size: 14px;
  padding: 10px;
  height: 20px;
  text-align: center;
  float: right;
  margin-right: 33px;
}

#nav ul {
  list-style-type: none;
  overflow: hidden;
  padding-left: 13px;
}

#nav li {
  float: left;
  margin: 0px 10px;
}

#nav a {
  display: block;
  padding: 6px 1px;
  color: #ffffff;
  font-size: 16px;
}

#nav a:hover, #nav li.active a {
  color: #f26522;
}

/*** WRAP ***/

#wrap {
  overflow: hidden;
  /*background: #000;*/
}

/*** CONTENT ***/

#content {
  position: absolute;
  width: 900px;
  padding: 40px;
  z-index: 50;
  left: 50%;
  margin-left: -450px;
  margin-top: 135px;
  /*background-color:rgba(0,0,0,0.6); */
  border-radius: 3px;
}

#content ul {
  margin-top: 10px;
  margin-left: 30px;
}

#content ul li {
  font-size: 14px;
  padding-bottom: 5px;
}


#content .pics {
  margin: 20px;
}

#content .pics img {
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888; 
}

#content .item {
  float: left;
  margin-bottom: 20px;
}

#content h1 {
  margin-bottom: 10px;
  font-weight: normal;
}

#content h2 {
  margin-bottom: 7px;
  font-weight: normal;
}

/*** SIDEBAR ***/

#sidebar {
  float: left;
  width: 270px;
  padding: 8px 14px;
  background-color: #0f0f0f;
  border-left: 1px solid #0f0f0f;
}

#sidebar .box {
  background: transparent url(/images/template_01/sidebar_separator.png) center bottom no-repeat;
  padding: 10px 0px;
}

#sidebar .title {
  font-size: 14px;
  font-weight: bold;
  /*color: #898989;*/
  padding-bottom: 5px;
  clear: both;
}

/*** PROFILE PHOTO ***/

#sidebar_profile_photo {
  text-align: center;
}

#sidebar_profile_photo img {
  border: 1px solid #333333;
}

/*** PROFILE TEXT ***/


/*** LATEST PHOTOS ***/

#sidebar_latest_photos {
  /*color: #555555;*/
  overflow: hidden;
}

#sidebar_latest_photos a {
  display: block;
  float: left;
  margin: 2px;
}

#sidebar_latest_photos img {
  border: 1px solid #323232;
}

#sidebar_latest_photos a:hover img {
  border: 1px solid #712906;
}

/*** LATEST ALBUMS ***/

#sidebar_latest_albums {
  /*color: #555555;*/
  overflow: hidden;
}

#sidebar_latest_albums a {
  display: block;
  float: left;
  margin: 2px;
}

#sidebar_latest_albums img {
  border: 1px solid #323232;
}

#sidebar_latest_albums a:hover img {
  border: 1px solid #712906;
}

/*** LATEST BLOGS ***/
#sidebar_latest_blogs img {
  padding: 0px 4px 4px 0px;
}

#sidebar_latest_blogs .item {
 margin-bottom: 10px;
}

#sidebar_latest_blogs h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
/*** FOOTER ***/

#footer {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 1000;
  bottom: 0px; 
  text-align: right;
  font-size: 11px;
}

#footer a {
  color: rgba(255,255,255,0.5);
}

#footer .copyright {
  float: left;
  padding: 13px 10px;
}

#footer .share {
  float: right;
  padding: 8px 8px 0px 0px;
}

#footer .share img {
	margin-right: 5px;
}
/*** GALLERY ***/


#album_list {
  overflow: hidden;
}

#album_list .item {
  float: left;
  height: 160px;
  overflow: hidden;
  width: 120px;
  margin: 10px 20px 10px 0px;
  padding: 5px;
  text-align: right;
  background: rgb(255,255,255);
}

#album_list .item h3 {
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  text-align:center;
  font-weight:normal;
}

#album_list .item img {
 float: left;
 width: 120px;
 margin-bottom: 6px;
}

#album_list .item img:hover {
 opacity: 0.5;
}
#album_list .item a {
  display: block;
  height: 147px;
}

#album_list .item span {
  display: block;
  font-size: 11px;
  text-align: center;
}

#photo_list .item_small {
  float: left;
  margin: 10px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
  width: 120px;
  height: 160px;
  background-color:#fff;
}
#photo_list .item_small a.img img {
  width: 120px;
}

#photo_list .item_small a.img:hover {
  opacity: 0.5;
}

#photo_list .item_small h3 {
  font-size: 11px;
  font-weight: normal;
  padding-top: 3px;
}


/*** ABOUT ME ***/



#about-me {
  margin: 10px 0px 0;
  padding-bottom: 45px;
  padding-top: 3px; 
}

#about-me .left, #about-me .right {
  float: left;
  width: 220px;
}

#about-me img {
	border: 3px solid #fff;
	margin: 0px 5px 5px 0px;
}

#about-me .text {
  float: left;
  width: 635px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

/*** CONTACT ***/

#contact {
  margin: 10px 15px 0px 0px;
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 3px; 
}

#contact .left, #contact .right {
  width: 315px;
  float: left;
  display: block;
}

#contact .text {
  padding-top: 20px;
  float: left;
}

#contact .form  {
  margin-top: 20px;
  float: left;
}

#contact .form input {
  width: 206px;
}

.bt_right{
  float: right;
  margin-top: 5px;
}

/*** CONTACT ***/

#my-services {
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 3px; 
}

#my-services p {
  margin: 0px 0px 20px 0px;
}

#my-services .pdf {
  margin-bottom: 20px;
}

#my-services .pdf a {
    color: #000;
    cursor: pointer;
    font-size: 11px;
    margin-left: 2px;
    overflow: visible;
    text-align: center;
    font-size: 13px;
     padding: 5px 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius:6px;
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);

}
/*** LINKS ***/

#links{
  margin: 10px 15px 0;
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 3px; 
}

#links ul li ul {
  padding: 5px 0;
}

#links ul li ul {
  padding-left: 30px;
}

/*** BLOGS ****/
.article_list .item img {
	float: left;
 	margin-top: 5px;
	margin-right: 9px;
}

.article_list .item {
	width: 700px;
}

.article_list .item h2 {
	margin-top: 5px;
	font-size: 18px;
}
/*** rSlide ***/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides_tabs {
	height: 30px;
	width: 500px;
	z-index: 20000;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -250px;
	text-align:center;
	padding-left: 150px;
}

.rslides_tabs li {
	list-style: none;
	float:left;
	margin: 0 5px 5px 5px;
	background: url('/images/template_21/ul-li.png') -20px 0px no-repeat;
	width: 21px;
	height: 21px;
}

.rslides_tabs li a {
	opacity: 0; 
}

.rslides_tabs li.rslides_here  {
	background: url('/images/template_21/ul-li.png') 0px 0px no-repeat;
}


/* Glisse: Hide elements by default */
#glisse-overlay, #glisse-close, #glisse-controls,#glisse-spinner{opacity:0;}

/* Glisse: Overlay */
#glisse-overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,.75);
    z-index: 10000;
}
    #glisse-overlay.loading #glisse-spinner {opacity:1;} /* Display spinner */
    
/* Glisse: Overlay content */    
/* Glisse: Overlay content */
#glisse-overlay-content {
    position: fixed;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    -moz-background-size:       contain;
    -webkit-background-size:    contain;
    -o-background-size:         contain;
    background-size:            contain;
    -webkit-backface-visibility:hidden;
    backface-visibility:        hidden;
    z-index: 10000;
}
    /* Hide images */
    #glisse-overlay-content img{display:none;}

    /* Shake effect */
    #glisse-overlay-content.shake {
        -webkit-animation: shake 600ms 1;
        -moz-animation:    shake 600ms 1;
        -ms-animation:     shake 600ms 1;
        -o-animation:      shake 600ms 1;
        animation:         shake 600ms 1;
    }

/* Glisse: Close button */
#glisse-close { cursor:pointer; }

/* Glisse: Spinner */
#glisse-spinner {
    position:fixed;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    background:rgba(0,0,0,.6) url(img/loader.gif) center center no-repeat;
    border-radius:6px;
}

/* Glisse: Controls bar */
/* Wrapper */
#glisse-controls {}
    
    /* Prev/Next button */
    .glisse-next a, .glisse-prev a{
        -webkit-transition:all 100ms ease;
        -moz-transition:all 100ms ease;
        -o-transition:all 100ms ease;
        -ms-transition:all 100ms ease;
        transition:all 100ms ease;
        -webkit-user-select:none;
        -moz-user-select:none;
        user-select:none;
    }
    #glisse-controls .ended a {opacity:.3;cursor:default;} /* disabled effect */

/* Glisse: Keyframes */
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
    0%, 100% {-moz-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-ms-keyframes shake {
    0%, 100% {-ms-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-ms-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-ms-transform: translateX(10px);}
}

@-o-keyframes shake {
    0%, 100% {-o-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}


.stack {
  display: inline-block;
  width: 182px;
  height: 160px;
  position: relative;
  margin: 0 40px 40px 0;
  z-index: 0; }
  .stack:before {
    content: attr(data-count);
    display: block;
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    padding: 0 4px 0 32px;
    color: #FFF;
    pointer-events: none;
    opacity: .7; }
  .stack:after {
    display: block;
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 14px;
    z-index: 10;
    padding: 0;
    color: #FFF;
    font-family: WebSymbolsRegular;
    pointer-events: none;
    opacity: .6; }
  .stack li {
    position: absolute;
    top: 8px;
    left: 8px;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 160ms ease-in;
    -webkit-transition: all 160ms ease-in;
    -o-transition: all 160ms ease-in;
    transition: all 160ms ease-in; }
    .stack li:first-child {
      z-index: 2; }
  .stack li:nth-child(2) {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  .stack li:nth-child(3) {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .stack img {
    display: block;
    border: 4px solid white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.51);
    -moz-transition: opacity 160ms ease;
    -webkit-transition: opacity 160ms ease;
    -o-transition: opacity 160ms ease;
    transition: opacity 160ms ease; }
  .stack:hover li:nth-child(2) {
    -moz-transform: rotate(7deg) translate(-6px, -3px);
    -webkit-transform: rotate(7deg) translate(-6px, -3px);
    -o-transform: rotate(7deg) translate(-6px, -3px);
    -ms-transform: rotate(7deg) translate(-6px, -3px);
    transform: rotate(7deg) translate(-6px, -3px); }
  .stack:hover li:nth-child(3) {
    -moz-transform: rotate(-5deg) translate(10px, 10px);
    -webkit-transform: rotate(-5deg) translate(10px, 10px);
    -o-transform: rotate(-5deg) translate(10px, 10px);
    -ms-transform: rotate(-5deg) translate(10px, 10px);
    transform: rotate(-5deg) translate(10px, 10px); }
  .stack:hover li:nth-child(4) {
    -moz-transform: rotate(-4deg) translate(-16px, -2px);
    -webkit-transform: rotate(-4deg) translate(-16px, -2px);
    -o-transform: rotate(-4deg) translate(-16px, -2px);
    -ms-transform: rotate(-4deg) translate(-16px, -2px);
    transform: rotate(-4deg) translate(-16px, -2px); }



#my_technics {
    width: 600px;
}

.motto {
	position:  fixed;
   	z-index: 11000;
	font-style: italic;
	font-size: 24px;
	bottom: 10px;
	right: 15px;
}

.logo {
	position:  absolute;
   	z-index: 130000;
	font-size: 36px;
 	top: 5px;
	left: 15px;
	text-align:left;
	color: #fff;
	font-weight: 400;
	width: 450px;
}


/* SYSTEM */ 
#preview_bar {
  position:fixed;
  width: 130px;
  right: 20px;
  background-color: rgb(0,0,0);
  text-align: left;
  padding: 10px;
  color: grey;
  z-index: 100000;
  font-family: Arial;
  font-size: 11px;
  top: 0px;
}

#preview_bar a {
  color: #fff;
  border-bottom: 1px dashed #5a5a5a;
}

a.slideshow {
    float: right;
    cursor: pointer;
    overflow: visible;
    padding: 4px 6px;
    font-size: 13px;
    text-align: center;
}

a.slideshow:hover {
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(0,0,0,1);
}



.my_technics ul li {
     list-style-type: disc;
     margin-left: 40px;
     margin-bottom: 5px;
}

.display_options {
 	float: right;
	margin-top: -35px;
}

.login {
	position: fixed;
	bottom: 40px;
	right: 30px;
}

.login a {
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}

#footer {
	z-index: 10000;
	position: fixed;
}


.my_technics {
	margin-left: 0px;
}

.comments .item {
	width: 500px;
}
 
.contact_left {
	float:left;
	width: 350px;
} 


.contact_right {
	float:left;
}

#theme_list {
  overflow: hidden;
}

#theme_list ul li {
  list-style: none;
} 

#theme_list .item {
  float: left;
  overflow: hidden;
  margin: 10px 8px 5px 0px;
  width: 285px;
  height: 180px;
}

#theme_list .item img {
 width: 280px;

}

#theme_list .item a {
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}

#theme_list .item a:hover {
	opacity: 0.5;
  	filter:alpha(opacity=50);
}

#theme_list .item span {
  color: #7F7F7F;
  display: block;
  font-size: 11px;
  text-align: center;
}


.
