
body {
  background-color: #EFEFEF;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  overflow-x: hidden;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.blurred {
  background-size: 100%;
}
.blurred-1 {
  background-image: url(../images/background.jpg);
}
.blurred-2 {
  background-image: url(../images/background1.jpg);
}
.blurred-3 {
  background-image: url(../images/background.jpg);
}
.blurred-4 {
  background-image: url(../images/background.jpg);
}
.blurred-5 {
  background-image: url(../images/background.jpg);
}
.gradient {
  background-color: #feffff;
  /* Old browsers */

  background-image: url(../images/noise.png), -moz-radial-gradient(center, ellipse cover, #feffff 0%, #eff3f4 60%);
  /* FF3.6+ */

  background-image: url(../images/noise.png), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #feffff), color-stop(60%, #eff3f4));
  /* Chrome,Safari4+ */

  background-image: url(../images/noise.png), -webkit-radial-gradient(center, ellipse cover, #feffff 0%, #eff3f4 60%);
  /* Chrome10+,Safari5.1+ */

  background-image: url(../images/noise.png), -o-radial-gradient(center, ellipse cover, #feffff 0%, #eff3f4 60%);
  /* Opera 12+ */

  background-image: url(../images/noise.png), -ms-radial-gradient(center, ellipse cover, #feffff 0%, #eff3f4 60%);
  /* IE10+ */

  background-image: url(../images/noise.png), radial-gradient(ellipse at center, #feffff 0%, #eff3f4 60%);
  /* W3C */

}
::-moz-selection {
  background-color: #ce3306;
  color: #fff;
}
::selection {
  background-color: #ce3306;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
.cv-title,
label,
.round-row,
.date-range,
a,
p,
body,
.text-holder {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
.post-label:before,
.post-item .readmore:after,
.widget ul li a:before,
.widget .title h4:before {
  font-family: fontAwesome;
  font-style: normal;
}
.shadowed,
.map-holder,
.section-title,
.skill-item,
.text-holder,
.portfolio-item,
.exp-item,
.inner-section {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.back-paper .title {
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.back-paper .tagline,

.info-label {
  text-shadow: 0px -1px 0px #363636;
  -webkit-text-shadow: 0px -1px 0px #363636;
}
.transition,
.menu li,
.exp-item,
.skill-item,
.post-label,
.exp-holder .head {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.text-holder,
.contact-form-holder,
.skill-item,
.map-holder,
.inner-section {
  border: 4px solid #F3F2F1;
}
a {
  outline: none!important;
  text-decoration: none;
}
.section-home {
  width: 900px;
  height: 500px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.avatar-holder,
.avatar-holder .outer2,
.avatar-holder .outer1 {
  width: 400px;
  height: 400px;
}
.avatar-holder {
  position: absolute;
  border-radius: 300px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}
.avatar-holder:after {
  content: "";
  background-image: url(../images/glow.png);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  z-index: 100;
}
/* thumbnails style */
.avatar-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
}
/* decorations style */
.avatar-holder .circle {
  position: absolute;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}
.avatar-holder .outer1 {
  top: -4px;
  left: -4px;
  z-index: 2;
  border: 4px solid;
  border-color: #eb8911;
  box-shadow: 0 0 0px #eb8911;
  -moz-box-shadow: 0 0 0px #eb8911;
  -webkit-box-shadow: 0 0 0px #eb8911;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #9d0000 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #9d0000));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #9d0000 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #9d0000 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #9d0000 100%);
  background: radial-gradient(center, ellipse cover, #ffffff 0%, #9d0000 100%);
  transition: box-shadow 0.5s ease-out, border-color 1s;
  -moz-transition: -moz-box-shadow 0.5s ease-out, border-color 1s;
  -webkit-transition: -webkit-box-shadow 0.5s ease-out, border-color 1s;
}
.avatar-holder:hover .outer1 {
  border-color: #eb8911;
}
.avatar-holder .outer2 {
  top: -6px;
  left: -6px;
  z-index: 1;
  border: 6px solid;
  border-color: #7bbe41;
  box-shadow: 0 0 2px #fa925f;
  -moz-box-shadow: 0 0 2px #fa925f;
  -webkit-box-shadow: 0 0 2px #fa925f;
  opacity: 0;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: opacity 0.4s ease 0.1s, -moz-transform 0.4s ease-out 0.1s;
  -moz-transition: opacity 0.4s ease 0.1s, -moz-transform 0.4s ease-out 0.1s;
  -webkit-transition: opacity 0.4s ease 0.1s, -moz-transform 0.4s ease-out 0.1s;
}
.avatar-holder:hover .outer2 {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.menu-item a:hover {
  text-decoration: none;
}
.menu-item a {
  bottom: 0;
  color: #363636;
  display: block;
  font-size: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 82%;
  padding-top: 38%;
  
}
.menu-item.size-big,
.menu-item.size-big .outer1,
.menu-item.size-big .outer2 {
  width: 150px;
  height: 150px;
  
}
.menu-item.size-big1,
.menu-item.size-big1 .outer1,
.menu-item.size-big1 .outer2 {
  width: 150px;
  height: 150px;
  
}
.menu-item.size-big2,
.menu-item.size-big2 .outer1,
.menu-item.size-big2 .outer2 {
  width: 150px;
  height: 150px;
  
}
.menu-item.size-big3,
.menu-item.size-big3 .outer1,
.menu-item.size-big3 .outer2 {
  width: 150px;
  height: 150px;
  
}
.menu-item.size-big4,
.menu-item.size-big4 .outer1,
.menu-item.size-big4 .outer2 {
  width: 150px;
  height: 150px;
  
}
.menu-item {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 400px;
  z-index: 90;
  left: 300px;
}
.safari .menu-items-holder,
.ie .menu-items-holder {
  margin: 10% 25%;
}
.menu-items-holder {
  position: absolute;
  width: 300px;
  height: 300px;
  z-index: 100;
}
.menu-item .circle4 {
  position: absolute;
  background-image: url(../images/menu4.png);
}
.menu-item .circle3 {
  position: absolute;
  background-image: url(../images/menu3.png);
}
.menu-item .circle2 {
  position: absolute;
  background-image: url(../images/menu2.png);
}
.menu-item .circle1 {
  position: absolute;
  background-image: url(../images/menu1.png);
}
.menu-item .circle {
  position: absolute;
  background-image: url(../images/menu.png);
}
.menu-item .outer1 {
  top: 0px;
  left: 0px;
  z-index: 2;

  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 1.8s ease-in-out, box-shadow 1s ease-out, border-color 1.5s;
  -moz-transition: -moz-transform 1.8s ease-in-out, -moz-box-shadow 1s ease-out, border-color 1.5s;
  -webkit-transition: -webkit-transform 1.8s ease-in-out, -webkit-box-shadow 1s ease-out, border-color 1.5s;
}
.menu-item:hover .outer1 {
 
 
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
.menu-item .outer2 {
  top: 0px;
  left: 0px;
  z-index: 1;
  
  box-shadow: 0 0 4px #fff;
  -moz-box-shadow: 0 0 4px #fff;
  -webkit-box-shadow: 0 0 4px #fff;
  opacity: 0;
  transform: scale(1.3, 1.3) rotate(180deg);
  -ms-transform: scale(1.3, 1.3) rotate(180deg);
  -moz-transform: scale(1.3, 1.3) rotate(180deg);
  -webkit-transform: scale(1.3, 1.3) rotate(180deg);
  transition: opacity 0.5s, transform 0.7s ease-out;
  -moz-transition: opacity 0.5s, -moz-transform 0.7s ease-out;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s ease-out;
}
.menu-item:hover .outer2 {
  opacity: 0.9;
  transform: scale(1, 1) rotate(-10deg);
  -ms-transform: scale(1, 1) rotate(-10deg);
  -moz-transform: scale(1, 1) rotate(-10deg);
  -webkit-transform: scale(1, 1) rotate(-10deg);
}
.back-paper .title {
  color: #fff;
}
.back-paper {
  background-color: #ce3306;
  bottom: 0;
  height: 150px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  border-radius: 5px 5px 5px 0;
}
.back-paper {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.2) inset;
}
.back-paper .tagline {
  color: #fff;
  padding-bottom: 7px;
}
.back-paper h1,
.back-paper h2,
.back-paper h3,
.back-paper h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.info-label {
  border: 2px groove #aa1d00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
}
.info-label i {
  color: #363636;
  font-size: 20px;
}
.close-btn {
  font-size: 20px;
  color: #9D261D;
  text-decoration: none;
}
.close-btn:hover,
.close-btn:focus,
.close-btn:active {
  text-decoration: none;
  color: #363636;
}
.section-title i {
  color: #ce3306;
}
.section-title {
  color: #363636;
}
.close-btn-holder {
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-btn-holder a {
  display: inline-block;
  font-size: 30px;
}
.form-label {
  font-size: 20px;
}
.content-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-form input:not(.submit),
.contact-form textarea {
  background-color: #EFF3F4;
  border: 2px solid #363636;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 1px 0 #ECECEC inset;
  -webkit-box-shadow: 1px 1px 0 #ECECEC inset;
  color: #000000;
  padding-left: 35px;
}
.contact-form input:not(.submit):focus,
.contact-form textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 2px solid #ce3306;
  background-color: #f1f1f1;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
}
#loading {
  visibility: hidden;
  float: right;
}
.controls {
  position: relative;
}
.controls label {
  font-size: 18px;
}
.controls i {
  font-size: 17px;
  left: 7px;
  text-shadow: none;
  position: absolute;
  top: 30px;
  color: #676767;
}
label.error {
  color: #ED3723;
  font-size: 13px;
  text-shadow: none;
}
.my-button {
  text-shadow: none;
  -webkit-text-shadow: none;
  text-align: center;
  -webkit-border-radius: 4px;
  background-color: #ce3306;
  border: medium none;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
}
.my-button:hover {
  background-color: #363636;
  text-decoration: none;
  color: #FFFFFF;
}
.my-button:focus,
.my-button:active {
  background-color: #363636;
  text-decoration: none;
  color: #F1f1f1;
}
.map-holder img {
  max-width: none;
}
.map-holder label {
  width: auto;
  display: inline;
}
.map-holder {
  padding: 5px;
  background-color: #fff;
}
.map-holder,
.map {
  width: 100%;
  margin-bottom: 30px;
  height: 370px;
}
.info-holder .info-item:first-child {
  margin-left: 0px;
}
.info-holder .info-item {
  margin-bottom: 40px;
  display: inline-block;
  margin-left: 70px;
}
.ie8 .info-holder .info-item {
  margin-left: 30px;
}
.info-holder .title {
  font-size: 19px;
  color: #363636;
  font-weight: bold;
}
.info-holder .title i {
  color: #ce3306;
}
.info-holder .text {
  font-size: 15px;
  font-weight: 400;
}
.info-holder {
  margin-top: 40px;
  text-align: center;
}
.section-title {
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  border-top: 5px solid #ce3306;
  padding: 0 10px 1px;
  position: relative;
  text-shadow: 0 1px 0 #000000;
  -webkit-text-shadow: 0px 1px 0px #000000;
}
.contact-form-holder {
  background-color: #fff;
  padding: 10px;
}
.skill-item {
  background-color: #fff;
  border-bottom: 30px;
  margin-bottom: 25px;
  padding: 5px 0 20px 0;
}
.skill {
  width: 100%!important;
}
.skill-title {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-top: -10px;
}
.text-holder {
  background-color: #fff;
  padding: 10px;
}
.section-skills .text-holder {
  margin: 20px 0;
}
.ie8 .shuffle-holder .portfolio-item img {
  width: 200px;
}
.ie .recent-works {
  height: 245px;
}
.ie8 .shuffle-holder .portfolio-item .shadow {
  display: none;
}
.ie8 .portfolio-item .hover {
  background-image: url(../images/transparent.png);
}
.ie8 .portfolio-item:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.portfolio-item .hover i {
  color: #FFF;
  font-size: 100px;
  left: 46%;
  top: 120px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
}
.post-item .thumb {
  position: relative;
}
.portfolio-item .holder:after,
.post-item .thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  background-image: url(../images/glow.png);
  background-repeat: no-repeat;
}
#grid {
  margin: 0px auto 40px 0;
}

#grid1 {
  margin: 0px auto 40px 50px;
  width: 700px;
}
.portfolio-item {
  overflow: hidden;
  border: 4px solid #fff;
  margin-right: 20px;
  margin-top: 20px;
  width: 350px;
  background-color: #fff;
  position: relative;
}
.portfolio-item .hover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.portfolio-item .holder {
  display: block;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  position: relative;
}
.portfolio-item .item-details {
  color: #FFFFFF;
  margin: 0 auto;
  min-height: 64px;
  text-align: center;
  width: 80%;
}
.portfolio-item .item-details .title {
  border-top: 2px solid #FFFFFF;
  font-size: 15px;
  margin-top: 60%;
  min-height: 40px;
  padding-left: 5px;
  padding-top: 3px;
  text-align: left;
}
.portfolio-item:hover .ribbon {
  bottom: 20px;
}
.portfolio-item .item-details a:hover {
  text-decoration: none;
  color: #2C3437;
}
.portfolio-item .item-details a {
  background-color: #E95242;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  height: 24px;
  position: relative;
  font-weight: bold;
  top: 4px;
  width: 180px;
}
.portfolio-item .hover i {
  left: 40%;
  top: 65px;
}
.filter-options {
  list-style: none;
  margin: 0px 0 20px;
}
.filter-options li:first-child {
  margin-left: 0;
}
.filter-options li:hover {
  cursor: pointer;
  background-color: #ce3306;
  color: #FFF;
  background-image: none;
}
.filter-options li.active {
  background-color: #ce3306;
}
.filter-options li {
  background-color: #363636;
  color: #FFF;
  font-weight: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  margin-left: 10px;
  padding: 3px 6px;
}
.inner-section:before {
  content: " ";
  background-color: #363636;
  width: 0px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 10px;
}
.exp-item:before {
  top: 4px;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #363636 transparent transparent;
  position: absolute;
  left: -12px;
}
.exp-item:first-child {
  margin-top: 0;
}
.exp-item:hover {
  background-color: #F3F2F1;
}
.exp-item:hover .head {
  background-color: #aa1d00;
}
.exp-item {
  position: relative;
  margin: 60px 0 0 90px;
  background-color: #FFFFFF;
  border: 4px solid #363636;
}
.exp-holder .head {
  background-color: #ce3306;
  border-bottom: 1px solid #aa1d00;
  padding: 5px 10px;
  position: relative;
}
.date-range {
  z-index: 100;
  position: absolute;
  left: -100px;
  top: -8px;
  background-color: #363636;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  margin: 4px 0 0;
  font-size: 15px;
  padding: 8px 8px;
}
.exp-item .body {
  padding: 10px;
  margin-top: 10px;
}
.exp-holder h3 {
  line-height: 26px;
}
.exp-holder h3,
.exp-holder h4 {
  margin: 0;
  color: #fff;
}
.exp-title h1 {
  margin: 0;
  color: #363636;
  margin-bottom: 20px;
}
.inner-section {
  margin-bottom: 100px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  background-color: #fff;
}
.exp-title {
  text-shadow: 0 1px 0 #000000;
  -webkit-text-shadow: 0px 1px 0px #000000;
}
.exp-title i {
  color: #ce3306;
}
