f/*==================================================*/



/* CSS Document - Developed by Ararazu Themes   */



/*==================================================*/



/* Table of Content */



/*==================================================*/



/* Reset */



/* Reset HTML5 */



/* Body Styles */



/* Typography */



/* Image Styles */



/* Default Classes */



/* Site Styles */



/* Page Styles */



/* Grid System */



/* Media Queries */



/* Reset */



/*==================================================*/



html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

  text-transform: none;

  text-decoration: none;

  max-width: 100%;

}



blockquote,

q {

  quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



/* Reset HTML5 (oldest browsers) */



/*==================================================*/



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

  display: block;

}



/* Body Styles */



/*==================================================*/



body {

  background: #000000;

  line-height: normal;

  margin: 0;

  text-align: center;

  color: #333333;

  letter-spacing: 0;

  overflow: hidden;

}



body,

input,

select,

textarea,

p,

a,

span,

label {

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

}



#loading_page {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 48px;

  height: 48px;

  line-height: 48px;

  margin: -30px 0px 0px -30px;

  padding: 6px;

}



/* Typography */



/*==================================================*/



/* Headers | <h1>, <h2>, ... */



h1 {

  font-size: 1.3em;

  line-height: 1em;

  margin-bottom: 5px;

}



h2 {

  font-size: 1.3em;

  line-height: 1em;

  margin-bottom: 5px;

}



h3 {

  font-size: 1.6em;

  line-height: 1em;

  margin-bottom: 5px;

  font-weight: 400;

}



h4 {

  font-size: 1.4em;

  line-height: 1em;

  margin-bottom: 5px;

}



h5 {

  font-size: 1.2em;

  line-height: 1em;

  margin-bottom: 5px;

}



h6 {

  font-size: 1.1em;

  line-height: 1em;

  margin-bottom: 10px;

}



.subtitle {

  font-size: 1.1em;

  margin-top: 20px;

  margin-bottom: 0px;

}



code {

  background: #EEEEEE;

  width: 100%;

  height: auto;

  margin: 5px 0px 15px 0px;

  padding: 10px;

  border: 1px solid #CCCCCC;

  font-size: 0.8em;

  float: left;

  color: #333333;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.jspHorizontalBar{

  display: none !important;

}



#page h1, #page h2 {

  padding-bottom: 6px; color:#083293;

  border-bottom: 1px solid #DDDDDD;

}



#page h1{

  margin-bottom: 5px;

}

#page h2{

  margin-bottom: 15px;  

  margin-top: 20px;

}

#page h2.first{

  margin-top: 10px;

}

#page h2.no-margintop{

  margin-top: 0;

}

#page h1:after, #page h2:after {

  content: " ";

  position: relative;

  width: 30px;

  height: 1px;

  display: block;

  top: 7px;

  left: 0px;

}



#page h5 {

  color: #000000;

}



#page span.period {

  float: right;

  color: #999999;

}



/* Paragraphs, Labels and Links | <p>, <label>, <a> */



p {

  font-size: 0.9em;

  line-height: 1.3em;

  margin: 10px 0px 0px 0px;

}



p i.icon-quote-left {

  margin-right: 5px;

}



p i.icon-quote-right {

  margin-left: 5px;

}



a {

  -webkit-transition: 0.2s;

  transition: 0.2s;

  text-decoration: none;

}



.btn {

  cursor: pointer;

  margin: 0px 5px 0px 0px;

  padding: 10px 12px;

  font-size: 0.9em;

  font-weight: 300;

  text-align: center;

  display: inline-block;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.btn i {

  margin-right: 5px;

}



.groups {

  padding: 7px 10px;

}



.categories li {

  margin: 0px 5px 8px 0px;

  float: left;

}



#social a,

.btn,

.readmore {

  -webkit-transition: 0.3s;

  transition: 0.3s;

}



/* Image Styles */



/*==================================================*/



img {

  cursor: pointer;

}



/* Default Classes */



/*==================================================*/



/* Inner (bleed margin) */



.inner {

  margin: 0px 30px 30px 30px;

}



/* Underline (border-bottom) */



.line {

  margin-top: 0px;

  margin-bottom: 10px;

  font-size: 1em;

  padding-bottom: 5px;

  border-bottom-width: 1px;

  border-bottom-style: solid;

}



/* Circle Class */



.circle {

  -o-border-radius: 100%;

  border-radius: 100%;

}



/* Radius / Small, Medium, Large */



.radius_sm {

  -o-border-radius: 4px;

  border-radius: 4px;

}



.radius_md {

  -o-border-radius: 10px;

  border-radius: 10px;

}



.radius_lg {

  -o-border-radius: 20px;

  border-radius: 20px;

}



/* Box Sizing */



.box-sizing {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



/* Shadows */



.box-shadow,

.inner-shadow {

  -webkit-transition: 0.4s;

  transition: 0.4s;

}



.box-shadow {

  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);

  -ms-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);

  -o-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);

  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);

}



.box-shadow:hover {

  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);

  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);

  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);

}



.inner-shadow {

  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);

  -ms-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);

  -o-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2);

}



/* Margin and Padding */



.nomargintop {

  margin-top: 0px !important;

}



.nomarginright {

  margin-right: 0px !important;

}



.nomarginbottom {

  margin-bottom: 0px !important;

}



.nomarginleft {

  margin-left: 0px !important;

}



.nopaddingtop {

  padding-top: 0px !important;

}



.nopaddingright {

  padding-right: 0px !important;

}



.nopaddingbottom {

  padding-bottom: 0px !important;

}



.nopaddingleft {

  padding-left: 0px !important;

}



/* Transitions */



.transition-01 {

  -webkit-transition: 0.1s;

  transition: 0.1s;

}



.transition-02 {

  -webkit-transition: 0.2s;

  transition: 0.2s;

}



.transition-03 {

  -webkit-transition: 0.3s;

  transition: 0.3s;

}



.transition-04 {

  -webkit-transition: 0.4s;

  transition: 0.4s;

}



/* Clear & Clearfix */



.clear {

  clear: both;

  height: 0px;

}



.clearfix:after {

  content: "";

  clear: both;

  width: 0px;

  height: 0px;

}



/* Visible & Hidden */



.visible {

  opacity: 100;

  filter: alpha(opacity=100);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}



.hidden {

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}



.right {

  float: right;

}



/* Site Styles */



/*==================================================*/



/* All (Mother - Center) */



#all {

  width: 1200px;

  margin: 0px auto;

}



/* Left Section (#leftSection) */



#leftSection {

  width: 312px;

  min-height: 1px;

  text-align: left;

  float: left;

  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);

}



#leftSection #columnLeft {

  width: auto;

  height: 100%;

}



#leftSection #columnLeft .inner {

  text-align: left;

}



#leftSection #name {

  text-align: left;

  margin: 0px 0px 0px 0px;

  padding: 0px 0px 0px 0px;

}



#leftSection #box-photo {

  max-width: 245px;

  margin: 30px auto 10px auto;

  padding: 30px;

  border-width: 1px;

  border-style: solid;

  text-align: center;

}



#leftSection img#photo {

  background: #FFFFFF !important;

  width: 180px;

  max-width: 100%;

  height: auto;

  max-height: 180px;

  margin: 0 auto;

  padding: 0;

  clear: both;

  cursor: pointer;

  display: block;

}



#leftSection img#photo:hover {

  -webkit-filter: grayscale(0.5);

  -moz-filter: grayscale(0.5);

  -ms-filter: grayscale(0.5);

  -o-filter: grayscale(0.5);

  filter: grayscale(0.5);

}



#leftSection p {

  line-height: 1.2em;

}



#leftSection #social {

  position: absolute;

  width: 245px;

  bottom: 0;

  margin: 0;

  padding: 0;

  border: 0;

  opacity: 0;

  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);

  filter: alpha(opacity=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



#social.bottom {

  bottom: 30px !important;

}



#leftSection #social a {

  background-repeat: no-repeat;

  width: 45px;

  height: 45px;

  line-height: 45px;

  margin: 0px 0px 0px 5px;

  padding: 0;

  border-width: 1px;

  border-style: solid;

  text-align: center;

  font-size: 24px;

  float: left;

  display: block;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



#leftSection #social a.first,

#leftSection #social a:first-child {

  margin-left: 0;

}



#leftSection #social a:hover {

  text-shadow: none;

  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);

  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);

}



#leftSection #social a.last {

  margin-right: 0;

}



#leftSection #social a i {

  margin: 0 auto;

  text-align: center;

}



#leftSection ul {

  margin: 10px 0px 0px 0px;

}



#leftSection ul li a i {

  width: 20px;

  float: left;

}



#leftSection ul li {

  color: #FFFFFF;

  margin: 1px 0px 0px 0px;

  padding: 0;

  float: none;

  font-size: 0.8em;

  display: block;

}



#leftSection a {

  margin: 0;

}



#leftSection a.menu {

  text-decoration: none;

  border-bottom: 1px dotted;

}



#leftSection a:hover {

  color: #FFFFFF;

}



/* Right Section (#rightSection) */



#rightSection {

  width: 880px;

  float: left;

}



#rightSection #top {

  width: 100%;

  height: auto;

  min-height: 130px;

  margin: 30px 0 0 0;

  float: left;

}



#rightSection #top nav#nav {

  width: auto;

  min-height: 1px;

  margin: 0;

  padding: 0;

  text-align: left;

  text-decoration: none;

}



#rightSection #top nav#nav ul {

  list-style: none;

  text-decoration: none;

}



#rightSection #top nav#nav ul li {

  text-decoration: none;

  width: auto;

  margin: 0px 0px 0px 0px;

  padding: 0px 0px 0px 0px;

  text-align: center;

}



#rightSection #top nav#nav ul li a {

  width: 100px;

  height: 100px;

  margin: 0px 0px 0px 30px;

  padding: 0px;

  outline: 0;

  text-align: center;

  text-decoration: none;

  font-size: 0.8em;

  display: block;

  float: left;

  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.2);

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: 0.5s;

  transition: 0.5s;

}



#rightSection #top nav#nav ul li a.active {

  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);

}



#rightSection #top nav#nav ul li.menu {

  position: relative;

  float: right;

}



#rightSection #top nav#nav ul li.menu a {

  margin-left: 0 !important;

}



#rightSection #top nav#nav ul li.menu ul.other-menu {

  position: absolute;

  max-width: 300px;

  width: 180px;

  right: 0px;

  top: 100px;

  z-index: 5;

  border-left: 1px solid #CCCCCC;

  display: none;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li {

  position: relative;

  width: 100%;

  margin: 0 !important;

  list-style: none;

  padding: 0;

  border-bottom: 1px solid #CCCCCC !important;

  float: none;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li a {

  background: #FFFFFF;

  width: 100%;

  margin: 0 !important;

  padding: 10px 10px;

  line-height: 20px;

  height: auto;

  min-height: 20px;

  text-align: left;

  float: none;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li a:hover,

#rightSection #top nav#nav ul li.menu ul.other-menu li a:focus {

  background: #E3E3E3;

  color: #555555;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li a:hover + ul,

#rightSection #top nav#nav ul li.menu ul.other-menu li a:focus + ul {

  display: block;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li:hover a + ul,

#rightSection #top nav#nav ul li.menu ul.other-menu li:focus a + ul {

  display: block;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li ul {

  position: absolute;

  display: none;

  width: 180px;

  top: -2px;

  right: 180px;

  border-left: 1px solid #CCCCCC;

  border-right: 1px solid #CCCCCC;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li ul li {

  color: purple;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li ul li a {

  background: #FFFFFF;

}



#rightSection #top nav#nav ul li.menu ul.other-menu li ul li a:hover,

#rightSection #top nav#nav ul li.menu ul.other-menu li ul li a:focus {

  background: #E3E3E3;

}



#rightSection #top nav#nav ul li.menu ul li a i {

  font-size: 14px;

  width: 14px;

  height: 16px;

  margin: 3px 3px 0px 0px;

  padding: 0;

  float: left;

}



#rightSection #top nav#nav ul li.menu:hover > ul > li:hover > a {

  background: #E3E3E3;

}



#rightSection #top nav#nav ul li:hover ul.other-menu {

  display: block;

}



.marginTop {

  margin-top: 30px !important;

}



.marginBottom {

  margin-bottom: 30px !important;

}



#rightSection #top nav#nav ul li a:hover,

#rightSection #top nav#nav ul li a:focus {

  outline: none;

  list-style: none;

  text-decoration: none;

  border: 0 !important;

}



#rightSection #top nav#nav ul li a i {

  margin: 25px auto 5px auto;

  font-size: 36px;

  display: block;

}



#rightSection #top nav#nav ul li a.active,

#rightSection #top nav#nav ul li a.active:hover,

#rightSection #top nav#nav ul li a.active:focus {

  -webkit-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);

  -ms-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);

  -o-box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);

  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.3);

}



.toRightMenu {

  margin-right: 0px !important;

}



.paddingRightMenu {

  padding-right: 20px !important;

}



#rightSection #columnRight {

  width: 100%;

  float: left;

}



#rightSection #page {

  width: 850px;

  max-width: 100%;

  margin: 0px 0px 0px 30px;

  text-align: left;

  float: left;

  overflow: auto;

  outline: 0;

  display: none;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



#rightSection #page:hover,

#rightSection #page:focus {

  outline: 0;

  border: 0;

}



#copyright {

  height: 30px;

  line-height: 30px;

  margin: 0px 0px 0px 30px;

  padding: 0;

  border: 0;

  vertical-align: middle;

  text-align: right;

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}



#copyright p {

  font-size: 0.7em;

  height: 30px;

  line-height: 30px;

  vertical-align: middle;

  margin-top: 0px !important;

  margin-bottom: 0px !important;

}



a.to-top {

  height: 30px;

  line-height: 30px;

  vertical-align: middle;

  float: right;

  margin: 0px 0px 0px 10px;

  padding: 0px 0px 0px 10px;

  border-left: 1px solid;

  cursor: pointer;

}



a:focus,

a:active {

  text-decoration: none;

}



hr {

  background: transparent;

  width: 100%;

  height: 0px;

  margin: 0px 0px 20px 0px;

  padding: 15px 0px 0px 0px;

  border: 0;

  border-bottom-width: 1px;

  border-bottom-style: dashed;

  clear: both;

}



/* Lists */



ul.about {

  background: none;

  margin: 15px 0px 0px 0px;

  padding: 0px 0px 1px 0px;

}



ul.about li {

  margin: 0px 0px 0px 0px;

  padding: 5px 10px;

  border-left-width: 1px;

  border-left-style: solid;

  display: block;

  font-size: 0.8em;

}



ul.about li h6 {

  font-size: 1em;

}



ul.about li h6 i {

  margin-right: 4px;

}



ul.about li span.value {

  width: 240px;

  text-align: left;

  float: right;

}



ul.about li label:before {

  width: 100px;

  height: 1px;

  content: "";

  position: relative;

  display: block;

  float: none;

  clear: both;

}



ul.attributes {

  background: none;

  margin: 15px 0px 30px 0px;

  padding: 0px 0px 1px 0px;

  list-style: none !important;

}



ul.attributes.last {

  margin: 10px 0px 0px 0px;

}



ul.attributes li {

  margin: 10px 0px 0px 0px;

  padding: 8px 10px;

  border-left-width: 1px;

  border-left-style: solid;

  border-bottom: 3px solid #E9E9E9;

  font-size: 0.8em;

}



ul.attributes li.first,

ul.attributes li:first-child {

  margin-top: 0px;

}



ul.attributes li h5, ul.attributes li h6{

  margin-top: 0 !important;

}



ul.attributes li h6 {

  font-size: 1em;

}



ul.attributes li h6 i {

  margin-right: 4px;

}



ul.attributes li span.value {

  width: 240px;

  text-align: left;

  float: right;

}



.skill {

  width: 150px;

  float: left;

}



.progress {

  width: 180px;

  max-width: 100%;

  height: 16px;

  line-height: 16px;

  vertical-align: middle;

  margin: 0px 0px 0px 0px;

  padding: 0px;

  border: 0;

  display: inline-table;

  float: right;

  overflow: hidden;

}



.progress span {

  width: 0px;

  height: 16px;

  line-height: 100%;

  vertical-align: top;

  margin: 0;

  padding: 0px 0px 0px 0px;

  font-size: 0.7em;

  display: inline-block;

  float: left;

  -webkit-transition: 0.4s;

  transition: 0.4s;

}



.progress span.paddingProgress {

  padding: 0px;

}



span.percent {

  width: 25px;

  margin: 0px 0px 0px 6px;

  font-size: 1em;

  float: right;

}



/* Hover Effects */



.da-thumbs {

  list-style: none;

  width: auto;

  height: auto;

  position: relative;

  margin: 0 auto;

  padding: 0;

}



.da-thumbs li {

  background: #FFFFFF;

  position: relative;

  margin: 0;

  padding: 0;

  border: 0;

  float: left;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.da-thumbs li a,

.da-thumbs li a img {

  width: 100%;

  height: auto;

  display: block;

  position: relative;

}



.da-thumbs li a {

  overflow: hidden;

}



.da-thumbs li a div {

  position: absolute;

  background: #333333;

  background: rgba(0, 0, 0, 0.7);

  width: 100%;

  height: 100%;

}



.da-thumbs li a div span {

  display: block;

  padding: 10px 0px;

  margin: 0px 10px 10px 10px;

  text-transform: uppercase;

  text-align: center;

  font-weight: normal;

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

  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

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

}



/* Pages Styles */



/*==================================================*/



/* Profile Page */



span.author {

  font-size: 0.9em;

  margin: 10px 0px 0px 0px;

  display: block;

}



/* Portfolio Page */



#portfolio-page .da-thumbs li {

  width: 25%;

  max-width: 220px;

  border: 1px solid #FFFFFF;

}



#portfolio-page .da-thumbs li a span.spanbtn {

  position: absolute;

  bottom: 20px;

  left: 50%;

  width: 21px;

  height: 21px;

  font-size: 14px;

  text-align: center;

  margin: 0;

  padding: 10px;

  border: 0;

  border-radius: 0;

  float: left;

  -webkit-transition: 0.2s;

  transition: 0.2s;

  cursor: pointer;

}



#portfolio-page .da-thumbs li a span.external {

  margin-right: -50px;

}



#portfolio-page .da-thumbs li a span.openimag {

  margin-left: -50px;

}



/* Blog Page */



#blog-page .da-thumbs li {

  width: 100%;

  max-width: 245px;

}



#blog-page .da-thumbs li span {

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -25px 0px 0px -20px;

  padding: 0;

  color: #FFFFFF;

  text-align: center;

  -webkit-box-shadow: none;

  box-shadow: none;

  border: 0;

}



#blog-page .da-thumbs li span i {

  position: relative;

  width: 30px;

  height: 30px;

  font-size: 30px;

  margin: 0px auto 0 auto;

  padding: 10px;

  text-align: center;

  display: inline-block;

  border: 1px solid #FFFFFF;

}



.infoPost, .infoPostWithoutThumbnail{

  width: auto;

  height: auto;

  margin-bottom: 0px;

  float: left;

  text-align: right;

  display: inline;

}



.infoPostWithoutThumbnail{

  text-align: left;

}



.infoPost p, .infoPostWithoutThumbnail p {

  margin: 0px;

  font-size: 0.75em;

}



.introTextPost {

  width: auto;

  height: auto;

  margin-bottom: 15px;

  float: none;

}



.introTextPost p {

  margin: 15px 0px 0px 0px;

  font-size: 0.9em;

  line-height: 1.4em;

}



.introTextPost p:empty{

  display: none;

}

.introTextPost p:empty+p{

  margin: 0 0 15px 0;

}



a.readmore, div.readmore a {

  margin: 0px 0px 0px 5px;

  padding: 7px 10px 8px 10px;

  font-size: 0.9em;

  font-weight: 300;

  float: right;

}



a.readmore:hover, div.readmore a:hover,

a.readmore:focus, div.readmore a:focus,

a.readmore:active, div.readmore a:active {

  text-decoration: none;

}



a.readmore.disabled, div.readmore.disabled a {

  cursor: default;

}



a.box-img-post {

  width: 100%;

  max-width: 245px;

  margin: 0px 0px 10px 0px;

  padding: 0;

  overflow: hidden;

  display: block;

}



a.box-img-post img {

  margin: 0;

  padding: 0px 0px 0px 5px;

}



/* Post Page */



.postPage {

  text-align: justify;

  float: none;

}



.postPage p {

  margin-bottom: 0px;

}



.postPage p.caps {

  margin-top: 30px;

}



.postPage p.caps:first-letter {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 4em;

  font-weight: bold;

  margin: 0;

  padding: 0px 3px 0px 0px;

  color: #CCCCCC;

}



.postPage .info p {

  margin-top: 0;

}



.postPage .postImg {

  float: left;

  margin-top: 0px;

  margin-right: 30px;

  margin-bottom: 15px;

  margin-left: 0;

  cursor: default;

}



span.tag {

  background: #DDDDDD;

  color: #000000;

  font-size: 14px;

  line-height: 19px;

  margin: 0px 4px 10px 0px;

  padding: 5px 6px;

  display: inline-block;

}

span.tag a{

  color: #000000 !important;

  font-size: 14px;

  line-height: 18px;

}



.postPage .readmore.nomargintop {

  margin-bottom: 5px;

}



/* Contact Page */



/* Google Map */



.Flexible-container {

  position: relative;

  padding-bottom: 56.25%;

  padding-top: 30px;

  height: 0;

  overflow: hidden;

}



.Flexible-container iframe,

.Flexible-container object,

.Flexible-container embed {

  position: absolute;

  top: 0;

  left: 0;

  width: 100% !important;

  height: 100% !important;

  margin: 0 auto;

}

iframe.map{

  height: 500px;

  margin-bottom: 0 !important;

  width: 100% !important;

}



input[type="text"],

input[type="password"],

.input,

select,

textarea {

  max-width: 100%;

  min-height: 20px;

  line-height: auto;

  margin: 0;

  padding: 8px 5px;

  float: left;

  border-width: 1px;

  border-style: solid;

  font-size: 0.8em;

  -webkit-transition: 0.4s;

  transition: 0.4s;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-appearance: none !important;

  -moz-appearance: none !important;

  appearance: none !important;

  border-radius: 0px;

}



input[type="text"].first,

input[type="password"].first,

.input.first,

input:first-child {

  margin-left: 0;

}



input[type="text"]:focus,

input[type="password"]:focus,

.input:focus,

select:focus,

textarea:focus {

  outline: none;

}



input[type="checkbox"],

input[type="radio"] {

  vertical-align: middle;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



input[type="button"],

input[type="submit"],

input[type="reset"] {

  padding: 8px 0px;

  font-size: 0.9em;

  font-weight: 300;

  text-align: center;

  display: inline-block;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



/* Fields - Form Elements */



#field-name {

  margin: 0px 0px 8px 0px;

  width: 30%;

}



#field-email {

  margin: 0px 0px 8px 2%;

  width: 68%;

}



#field-subject {

  margin: 0px 0px 8px 0px;

  width: 100%;

}



#field-message {

  margin: 0px 0px 8px 0px;

  width: 100%;

  min-height: 80px;

  max-height: 80px;

}



#field-clear {

  margin: 0px 0px 0px 0px;

  width: 30%;

}



#field-send {

  margin: 0px 0px 0px 2%;

  width: 68%;

}



#errordiv label.error {

  background:     #FFDDDD;

  width: 100%;

  margin: 0px 0px 5px 0px;

  padding: 6px;

  border: 1px solid #EECCCC;

  font-size: 0.8em;

  color: #BB6666 !important;

  cursor: pointer;

  display: block;

  border-radius: 2px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

}



:hover,

:active,

:focus {

  -webkit-outline-style: none !important;

  -moz-outline-style: none !important;

  outline-style: none !important;

  outline: none !important;

}



/* Grid System */



/*==================================================*/



/* Columns */



.col {

  background: none;

  /*margin: 0px 0px 30px 0px;*/

  padding: 0;

  border: 0;

  float: left;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



/* One Column */



.col.c1 {

  width: 100%;

  margin-left: 0%;

}



/* Two Columns */



.col.c2-1 {

  width: 48.00%;

  margin-left: 4%;

}



/* Three Columns */



.col.c3-1 {

  width: 30.66%;

  margin-left: 4%;

}



.col.c3-2 {

  width: 65.32%;

  margin-left: 4%;

}



/* Fisrt Column (no margin left) */



.col.first {

  margin-left: 0;

  display: block;

  clear: both;

}

.col.no-marginbottom{

  margin-bottom: 0;

}



.col.top{

  margin-top: 30px;

}

.col.title{

  margin-bottom: 5px;

}



.col .col {

  margin-top: 0;

}



#grid-system .col {

  background: #EEEEEE;

  margin-top: 5px;

  padding: 5px 0px;

  border: 1px solid #CCCCCC;

}



#grid-system .col p {

  margin: 0px 10px;

}



#responsiveMenu{

  display: none;

}



/* Media Queries */



/*================================================== */



/* 1200px or More */



@media only screen and (min-width: 1200px) {

  #all {

    width: 1200px;

  }



  #leftSection {

    width: 312px;

  }



  #leftSection #social {

    width: 245px;

  }



  #leftSection #social a {

    width: 45px;

    height: 45px;

    line-height: 45px;

    margin-top: 5px;

    font-size: 24px;

  }



  #rightSection {

    width: 880px;

  }



  #rightSection #page {

    width: 850px !important;

    overflow-x: hidden !important;

  }



  ul.about li span.value {

    width: 205px;

  }



  .progress {

    width: 140px;

    float: right;

    display: inline-block;

    margin: 0px;

  }



  #resume-page .btn {

    padding: 10px 15px;

    margin-right: 0px;

  }



  .postPage .postImg {

    max-width: 50%;

  }

}



/* 960px to 1199px */



@media only screen and (max-width: 1199px) {

  #all {

    width: 960px;

  }



  #leftSection {

    width: 250px;

  }



  #leftSection #columnLeft {

    width: 100%;

  }



  #leftSection #social {

    width: 190px;

  }



  #leftSection #social a {

    width: 34px;

    height: 34px;

    line-height: 34px;

    font-size: 20px;

  }



  #rightSection {

    width: 710px;

  }



  #rightSection #top {

    min-height: 86px;

  }



  #rightSection #top nav#nav ul li a {

    width: 86px;

    height: 86px;

  }



  #rightSection #top nav#nav ul li a i {

    margin: 18px auto 4px auto;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu {

    top: 86px;

  }



  #rightSection #page {

    width: 680px !important;

  }



  ul.about li span.value {

    width: 205px;

  }



  .progress {

    width: 140px;

    float: right;

    display: inline-block;

    margin: 0px;

  }



  #resume-page .btn {

    padding: 10px 15px;

    margin-right: 0px;

  }



  .postPage .postImg {

    max-width: 50%;

  }



  #rightSection #top{

    margin: 15px 0;

  }

}



/* 800px to 959px */



@media only screen and (max-width: 959px) {

  #all {

    width: 800px;

  }



  #leftSection {

    width: 220px;

  }



  #leftSection #columnLeft {

    width: 100%;

    margin-left: 0;

  }



  #leftSection #box-photo {

    padding: 20px;

  }



  #leftSection #social {

    width: 180px;

  }



  #leftSection #social a {

    width: 32px;

    height: 32px;

    line-height: 32px;

    font-size: 18px;

  }



  #rightSection {

    width: 580px;

  }



  #rightSection #page {

    width: 560px !important;

    margin: 0px 0px 0px 20px;

  }



  #rightSection #top {

    min-height: 95px;

    margin-bottom: 20px;

  }



  #rightSection #top nav#nav ul li a {

    width: 75px;

    height: 75px;

    margin: 0px 0px 0px 20px;

    font-size: 12px;

  }



  #rightSection #top nav#nav ul li a i {

    margin: 16px auto 3px auto;

    font-size: 28px;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu {

    top: 75px;

  }



  .marginTop {

    margin-top: 20px !important;

  }



  .marginBottom {

    margin-bottom: 20px !important;

  }



  #social.bottom {

    bottom: 20px !important;

  }



  #copyright,

  #copyright p,

  a.to-top {

    height: 20px;

    line-height: 20px;

  }



  .inner {

    margin: 0px 20px 20px 20px;

  }



  ul.attributes li,

  ul.about li {

    padding-right: 0;

  }



  ul.about li span.value {

    width: 100%;

  }



  .progress {

    width: 110px;

    float: right;

    display: inline-block;

    margin: 0px;

  }



  #resume-page .btn {

    padding: 10px 15px;

    margin-right: 0px;

  }



  #portfolio-page .da-thumbs li {

    width: 33.33%;

  }



  .postPage .postImg {

    max-width: 50%;

    margin-right: 20px;

    margin-bottom: 10px;

  }



  /* Grid System */



  /*==================================================*/



  /* Columns */



  .col {

    margin: 20px 0px 0px 0px;

  }



  .col.c1 {

    width: 100%;

    margin-left: 0%;

  }



  .col.first {

    margin-left: 0;

    display: block;

    clear: both;

  }



  #grid-system .col {

    background: #EEEEEE;

    margin-top: 5px;

    padding: 10px 0px;

    border: 1px solid #CCCCCC;

  }



  #grid-system .col p {

    margin: 0px 10px;

  }

}



/* 768px to 799px */



@media only screen and (max-width: 799px) {

  #all {

    width: 768px;

  }



  #leftSection {

    width: 220px;

  }



  #leftSection #columnLeft {

    width: 100%;

    margin-left: 0;

  }



  #leftSection #box-photo {

    padding: 20px;

  }



  #leftSection #social {

    width: 180px;

  }



  #leftSection #social a {

    width: 32px;

    height: 32px;

    line-height: 32px;

    font-size: 18px;

  }



  #rightSection {

    width: 548px;

  }



  #rightSection #page {

    width: 528px !important;

    margin: 0px 0px 0px 20px;

  }



  #rightSection #top {

    min-height: 90px;

    margin-bottom: 20px;

  }



  #rightSection #top nav#nav ul li a {

    width: 70px;

    height: 70px;

    margin: 0px 0px 0px 20px;

    font-size: 12px;

  }



  #rightSection #top nav#nav ul li a i {

    margin: 14px auto 3px auto;

    font-size: 26px;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu {

    top: 70px;

  }



  .marginTop {

    margin-top: 20px !important;

  }



  .marginBottom {

    margin-bottom: 20px !important;

  }



  #social.bottom {

    bottom: 20px !important;

  }



  #copyright,

  #copyright p,

  a.to-top {

    height: 20px;

    line-height: 20px;

  }



  .inner {

    margin: 0px 20px 20px 20px;

  }



  ul.attributes li,

  ul.about li {

    padding-right: 0;

  }



  ul.about li span.value {

    width: 175px;

  }



  ul.about li span.value {

    width: 100%;

  }



  .progress {

    width: 300px;

    float: right;

    display: inline-block;

    margin: 0px;

  }



  span.percent {

    width: 30px;

  }



  #resume-page .btn {

    padding: 10px 15px;

    margin-right: 0px;

  }



  #portfolio-page .da-thumbs li {

    width: 50%;

  }



  .postPage .postImg {

    max-width: 100%;

    margin-right: 0px;

    margin-bottom: 30px;

  }



  /* Grid System */



  /*==================================================*/



  /* Columns */



  .col {

    margin: 20px 0px 0px 0px;

  }



  .col.c1,

  .col.c2-1,

  .col.c3-1,

  .col.c3-2 {

    width: 100%;

    margin-left: 0%;

  }



  .col.c3-1 {

    width: 30.66%;

    margin-left: 4%;

  }



  .col.c3-2 {

    width: 65.32%;

    margin-left: 4%;

  }



  .col.first {

    margin-left: 0;

    display: block;

    clear: both;

  }



  #grid-system .col {

    background: #EEEEEE;

    margin-top: 5px;

    padding: 10px 0px;

    border: 1px solid #CCCCCC;

  }



  #grid-system .col p {

    margin: 0px 10px;

  }

}



/* 410px to 767px */



@media only screen and (max-width: 767px) {

  body {

    font-size: 120%;

    overflow: auto;

  }



  #all {

    width: 100%;

  }



  #leftSection {

    width: 100%;

    float: none;

    height: auto !important;

    padding-top: 1px;

  }



  #leftSection #columnLeft {

    width: 100%;

    margin-left: 0;

    border: none;

  }



  #leftSection .inner {

    margin: 0px 20px 0px 20px;

  }



  #leftSection #box-photo {

    padding: 20px;

    max-width: 220px;

  }



  #leftSection #name {

    margin-top: 0px;

    text-align: center;

  }



  #leftSection #mainInfo {

    float: none;

    text-align: center;

  }



  #leftSection #bio {

    float: none;

    margin-bottom: 20px;

  }



  #leftSection #social {

    width: 100%;

    float: right;

    position: relative;

    display: none;

  }



  #leftSection #social a {

    width: 32px;

    height: 32px;

    line-height: 32px;

    font-size: 18px;

  }



  #rightSection {

    width: 100%;

    float: none;

    height: auto !important;

  }



  #rightSection #page {

    width: 100% !important;

    margin: 0;

    height: auto !important;

    float: none;

  }



  #rightSection #top {

    min-height: 80px;

    margin-bottom: 10px;

  }



  #rightSection #top nav#nav ul {

    margin-right: 10px;

  }



  #rightSection #top nav#nav ul li a {

    width: 70px;

    height: 70px;

    margin: 0px 0px 0px 10px;

  }



  #rightSection #top nav#nav ul li a i {

    margin: 18px auto 5px auto;

    font-size: 30px;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu {

    top: 70px;

  }



  #rightSection #top nav#nav ul li.menu ul {

    margin-right: 0px;

  }



  #rightSection #top nav#nav ul li a span {

    display: none;

  }



  .marginTop {

    margin-top: 10px !important;

  }



  .marginBottom {

    margin-bottom: 10px !important;

  }



  #social.bottom {

    bottom: 10px !important;

  }



  .jspContainer,

  .jspPane {

    position: relative;

    height: auto !important;

    clear: both;

  }



  ul.about li span.value {

    width: 100%;

  }



  .progress {

    width: 170px;

    float: right;

    display: inline-block;

    margin: 0px;

  }



  span.percent {

    width: 35px;

  }



  #resume-page .btn {

    padding: 10px 15px;

    margin-right: 0px;

  }



  #portfolio-page .da-thumbs li {

    width: 33.33%;

    min-width: 160px;

  }



  .postPage .postImg {

    max-width: 100%;

    margin-right: 0px;

    margin-bottom: 30px;

  }



  #responsiveMenu{

    display: block;

    margin: 10px 2%;

    width: 96%;

  }



  #others{

    display: none !important;

  }



  /* Grid System */



  /*==================================================*/



  /* Columns */



  .col {

    margin: 20px 0px 0px 0px;

  }



  .col.c1,

  .col.c2-1,

  .col.c3-1,

  .col.c3-2 {

    width: 100%;

    margin-left: 0%;

  }



  .col.first {

    margin-left: 0;

    display: block;

    clear: both;

  }



  #grid-system .col {

    background: #EEEEEE;

    margin-top: 5px;

    padding: 10px 0px;

    border: 1px solid #CCCCCC;

  }



  #grid-system .col p {

    margin: 0px 10px;

  }

}



/* 410px to 510px */



@media only screen and (max-width: 510px) {

  #rightSection #top {

    min-height: 62px;

    margin-bottom: 2px;

  }



  #rightSection #top nav#nav ul {

    margin-right: 10px;

  }



  #rightSection #top nav#nav ul li a {

    width: 40px;

    height: 40px;

    margin: 0px 0px 0px 10px;

  }



  #rightSection #top nav#nav ul li a i {

    margin: 9px auto 5px auto;

    font-size: 22px;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu {

    top: 40px;

    width: 140px;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu li ul {

    right: 140px;

  }



  #rightSection #top nav#nav ul li.menu ul {

    margin-right: 0px;

  }

}



/* 0px to 409px */



@media only screen and (max-width: 409px) {

  body {

    font-size: 140%;

  }



  #all {

    width: 100%;

  }



  #leftSection {

    width: 100%;

    float: none;

    height: auto !important;

  }



  #leftSection #columnLeft {

    width: 100%;

    margin-left: 0;

    border: none;

  }



  #leftSection #social {

    width: 100%;

    float: right;

    position: relative;

    display: none;

  }



  #leftSection #social a {

    width: 32px;

    height: 32px;

    line-height: 32px;

    font-size: 18px;

  }



  #rightSection {

    width: 100%;

    float: none;

    height: auto !important;

  }



  #rightSection #page {

    width: 100% !important;

    margin: 0;

    height: auto !important;

  }



  #rightSection #top {

    min-height: 62px;

    margin-bottom: 2px;

  }



  #rightSection #top nav#nav ul {

    margin-right: 10px;

  }



  #rightSection #top nav#nav ul li a {

    width: 40px;

    height: 40px;

    margin: 0px 0px 0px 10px;

  }



  #rightSection #top nav#nav ul li a i {

    margin: 9px auto 5px auto;

    font-size: 22px;

  }



  #rightSection #top nav#nav ul li.menu ul.other-menu {

    top: 40px;

  }



  #rightSection #top nav#nav ul li.menu ul {

    margin-right: 0px;

  }



  #rightSection #top nav#nav ul li a span {

    display: none;

  }



  .marginTop {

    margin-top: 10px !important;

  }



  .marginBottom {

    margin-bottom: 10px !important;

  }



  #social.bottom {

    bottom: 10px !important;

  }



  #copyright {

    margin: 0;

    height: 40px;

  }



  #copyright p,

  a.to-top {

    display: block;

    width: 100%;

    text-align: center;

    border: 0;

    padding: 10px 0px;

  }



  .jspContainer,

  .jspPane {

    position: relative;

    height: auto !important;

    clear: both;

  }



  ul.about li span.value {

    width: 100%;

  }



  .progress {

    width: auto;

    float: none;

    display: block;

    margin: 5px 0px 0px 0px;

  }



  span.percent {

    width: auto;

  }



  a.to-top{

    display: none;

  }

  .entry-content p, .entry-summary p, .comment-content p, .mu_register p{

    font-size: 15px;

  }



  .blog-post .readmore{

    margin-bottom: 30px;

  }



  #portfolio-page>ul.categories{

    margin-bottom: 30px;

  }



  /* Grid System */



  /*==================================================*/



  /* Columns */



  .col {

    margin: 20px 0px 0px 0px;

  }



  .col.c1,

  .col.c2-1,

  .col.c3-1,

  .col.c3-2 {

    width: 100%;

    margin-left: 0%;

  }



  .categories li,

  .btn {

    padding: 6px auto;

    text-align: center;

    width: 100%;

    margin: 2px 0px 0px 0px;

    display: block;

    float: none;

  }



  #portfolio-page .da-thumbs li {

    width: 100%;

    margin-bottom: 15px;

    max-width: none;

  }



  .postPage .postImg {

    max-width: 100%;

    margin-right: 0px;

    margin-bottom: 30px;

  }

}



/* Height: 0px to 500px */



@media only screen and (max-height: 550px) and (min-width: 768px) {

  #leftSection #box-photo {

    display: none;

  }

}



/* Retina Media Queries */



@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {

  /* Background Style */



  body{

      -webkit-background-size: 50%;

      background-size: 50%;

  }

}

 .blog-post{ padding-bottom:30px;}