/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Material CV - Personal CV Html Theme
Version:  1.0
Last change:  30/03/16
Designer : Gökhan KARA
Html to Css : İdeathemes.com | Murat GÜLENER
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Right Sidebar
3. Navigation
4. Header
5. Full Page Video
6. Revolution Slider
7. Full Page Image
8. Skills
9. Services
10. Portfolio
11. Pricing Table
12. References
13. Contact
14. Footer
-------------------------------------------------------------------*/

@import url(reset.css);


/*------------------------------------------------------------------
[1. Body]
*/

body {
  font-size: 14px;
  color: #757575;
/*overflow:hidden;*/
}
/*body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
*/
/* Transition Effects */
.right-column .social-links > li > a,
.service-item .icon i,
.portfolio-item > a,
.portfolio-item > a img,
.pricing-table,
img.grayscale {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/* -------------------------------- */


/* Grayscale & Colored Imgae */
img.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

img.grayscale{
  filter: none;
  -webkit-filter: grayscale(0%);
  border:1px solid #ff3d00;
}
/* -------------------------------- */


/* Loading */
.page-loading {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  position: fixed;
}

.page-loading .preloader-wrapper {
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -32px;
  margin-top: -32px;
}
/* -------------------------------- */

/* Sections Defaults */
@media screen and (min-width: 768px)
.carousel-indicators {
    bottom: 20px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
	display:none;
 
    text-align: center;
    /* list-style: none; */
}


section#skills,
section#portfolio,
section#works,
section#price,
section#portfolio,
section#services,
section#contact,
.contact-form {
	 /* background: #fff url(https://www.usal.edu.ar/archivos/eadistancia_0_0jj.jpg) no-repeat bottom left;*/
 background-color: #fff;
  padding-left: 2%;

}
section#education
{
	 /* background: #fff url(https://www.usal.edu.ar/archivos/eadistancia_0_0jj.jpg) no-repeat bottom left;*/
 background-color: #fff;
  padding-left: 2%;

}
section#references {
  background-color: #ffff;
    padding-left: 2%;
	margin-top:-35px;
	border:0;
}

section#works,
section#services,
section#price,
section#contact {
  background-color: #fafafa;
}

.section {
  position: relative;
  padding-top: 15px;
  padding-bottom: 75px;
  border-top: 1px solid rgba(0, 0, 0, .1);

}

.section > h2 {
  font-weight: 400;
  font-size: 20px;
  padding-left: 10px;/*100*/
}

.section > .icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  cursor: default;
  top: -42px;
  position: absolute;
  z-index: 99;
}
.section > .icon1 {
  width: 84px;
  height: 84px;
  line-height: 89px;
  cursor: default;
  top: -5px;
  position: absolute;
  z-index: 99;
}
.section > .icon > i {
  line-height: 84px;
  font-size: 24px;
}

.section-table {
	/*margin-top: -30px;*/
	text-align: center;
}

.section-table th {
  font-weight: 400;
}

.section-table.highlight > tbody > tr:hover td {
  color: #878787;
}

table td,
table th {
  vertical-align: middle;
  padding: 15px;
  line-height: 1.5;
}

.section-table .col1 {
  width: 5%;
  text-align: center;
}

.section-table .col2 {
  width: 45%;
}

.section-table .col3 {
  width: 40%;
}

.section-table .col4 {
  width: 15%;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[2. Right Sidebar]
*/

.right-column .social-links {
  text-align: center;
  padding-top: 0px;
}

.right-column .social-links > li {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.right-column .social-links > li > a {
  color: #008357;
  font-size: 20px;
}

.right-column .social-links > li > a:hover {
  color: #8b3506;
}

.right-column header .user_name-title {
  /*padding-left: 30px;*/  
      text-align: center;
    margin-top: 0px;
}
#mCSB_1_container .user_name-title {
  /*padding-left: 30px;*/  
      text-align: center;
    margin-top: 0px;
	    margin-bottom: 15px;
		    color: #e65100;
    font-weight: bold;
   font-family: "Roboto", sans-serif;
}

.right-column header .user_name-title h2 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}

.right-column header .user_name-title p {
  font-weight: 100;
  font-size: 14px;
}

.user-wrapper {
  color: #ababab;
  font-weight: 300;
  border-top: 2px solid #008357;
  background-color: #fff;
  border-left: 2px solid #008357;
}

.user-wrapper .bolder a {
  font-weight: 400;
  color:#008357;
}
.user-wrapper .bolder :hover{
  font-weight: 400;
  color:#ff6600;
}

.user-wrapper .collection {
  margin: 0;
}

.user-wrapper .collection .collection-item {
  padding: 10px 25px;
  border-color: #eaeaea;
}

.user-wrapper .user-content .switch label {
  color: #009688;
  font-weight: 400;
}

.user-wrapper .user-content .switch label input[type=checkbox][disabled] + .lever:after,
.user-wrapper .user-content .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #009688;
}

.user-wrapper .user-content .switch label .lever {
  margin: 0 10px 0 0;
}

.user-wrapper .user-content .btn {
  width: 45%;
  text-align: left;
  font-size: 12px;
  position: relative;
  padding: 0 15px;
  line-height: 46px;
  height: 46px;
}

.user-wrapper .user-content .btn:last-child {
  float: right;
}

.user-wrapper .user-content .btn i {
  position: absolute;
  right: 10px;
  top: 0;
}

.right-column header {
  height: 136px;/*17764*/
  color: #008357;
  position: relative;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[3. Navigation]
*/

#navbar .main-navigation {
  /*border-bottom: 1px solid rgba(255, 255, 255, .3);*/
  border-bottom: 2px solid #008357;
padding-left: 1%;
box-shadow: none!important;
   /* webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
}

#navbar nav ul a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 12px;
  display: block;
}

#navbar nav ul a.active {
  background-color: rgba(0, 0, 0, .1);
}

.mobile-menu {
  right: 20px;
  bottom: 20px;
}
/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[4. Header]
*/

#header .header-wrap {
  height: 440px;
  position: relative;
  color: #fff;
}

#header .header-content {
  /*padding-top: 110px;
  padding-left: 100px;
  line-height: 36px;*/
}

#header .header-content h1 {
  font-size: 36px;
  float: left;
  font-weight: 100;
  margin-right: 30px;
}

#header .header-content h1 span {
  display: inline-block;
}

#header .header-content strong {
  font-weight: 400;
}

#header .header-content .sub-text {
  font-size: 20px;
  font-weight: 100;
  display: inline-block;
}
/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[5. Full Page Video]
*/

.video-container {
  background-color: #000;
  position: relative;
  z-index: 0;
}

.video-container .play,
.video-container .pause {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .5);
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  display: none;
  color: #fff;
  z-index: 99;
}

.video-container .mute {
  position: absolute;
  right: 10px;
  top: 75px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, .3);
  z-index: 99;
  cursor: pointer;
}

.video-container .mute i {
  font-size: 16px;
  line-height: 30px;
}

.full-page-video {
  position: fixed;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.5;
  z-index: 0;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[6. Revolution Slider]
*/

.tp-caption {
  text-align: center;
  width: 100%;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[7. Full Page Image]
*/

.full-image-container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 900px;
  padding-top: 65px;
  position: relative;
}

.full-image-container .banner-text-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -50px;
}

.full-image-container .banner-text:first-child {
  top: 40%;
}

.full-image-container .banner-text {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  line-height: 1.5;
}

.full-image-container h2.banner-text {
  font-size: 28px;
  font-weight: 100;
  letter-spacing: 5px;
}

.full-image-container h1.banner-text {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}

.full-image-container p.banner-text {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 100;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[8. Skills]
*/

section#skills .skills {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 45px;
}

section#skills .skills .skill-item {
  position: relative;
  padding-left: 90px;
  padding-top: 15px;
  margin-bottom: 50px;
  width: 45%;
  float: left;
}

section#skills .skills .skill-item:nth-child(even) {
  float: right;
}

section#skills .skills .skill-item img {
  position: absolute;
  left: 0;
  top: 0;
}

section#skills .skills .skill-item .title_value {
  color: #757575;
  font-size: 16px;
  position: relative;
}

section#skills .skills .skill-item .title_value .value {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

section#skills .skills .skill-item .progress {
  background-color: #d6d6d6;
  border-radius: 0;
  height: 5px;
  margin: 30px 0 0 0;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[9. Services]
*/

#Services_Carousel {
  padding-top: 95px;
}

.service-item {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.service-item .icon {
  margin: 0 auto;
  display: inline-block;
  width: 68px;
  height: 68px;
  position: relative;
}

.service-item .icon i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}

.service-item h6 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
}

.service-item .sep {
  height: 1px;
  width: 90px;
  margin: 20px auto;
  display: block;
}

.service-item p {
  line-height: 22px;
  font-weight: 300;
}

.service-item:hover .icon i {
  width: 68px;
  height: 68px;
  line-height: 68px;
  left: 0;
  top: 0;
  font-size: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[10. Portfolio]
*/

#Portfolio_Carousel {
  padding-top: 60px;
}

.portfolio-item {
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio-item > a {
  display: block;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 2px solid #bcbcbc;
  overflow: hidden;
}

.portfolio-item > a .portfolio-name {
  height: 80px;
  display: block;
  padding: 30px 30px 0 30px;
  font-size: 18px;
  color: #3e3e3e;
}

.portfolio-item > a img {
  z-index: 9;
  width: 100%;
  height: auto;
}

.portfolio-item > a .portfolio-categories {
  height: 70px;
  display: block;
  text-align: center;
  color: #212121;
  position: relative;
  padding-top: 23px;
}

.portfolio-item > a .portfolio-name,
.portfolio-item > a .portfolio-categories {
  background-color: #fff;
  font-weight: 300;
  z-index: 10;
  position: relative;
}

.portfolio-item > a .portfolio-categories:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 10px;
  background: url(../img/Portfolio_Bottom_Line.png) no-repeat bottom left;
  background-size: contain;
}

.portfolio-item > a:hover {
  border-top-color: #4bae4f;
}

.portfolio-item > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[11. Pricing Table]
*/

.pricing-table {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-top: 2px solid #154c55;
  color: #838383;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  margin-top: 60px;
}

.pricing-table .header {
  padding: 20px 20px 15px 20px;
  color: #3e3e3e;
  border-bottom: 2px solid #efefef;
}

.pricing-table .header .title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}

.pricing-table .header p {
  font-size: 12px;
}

.pricing-table .price {
  padding: 25px 0 15px;
}

.pricing-table .price .chip {
  font-size: 22px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 20px;
}

.pricing-table ul {
  margin-bottom: 25px;
}

.pricing-table ul > li {
  height: 50px;
  line-height: 30px;
  padding: 10px;
}

.pricing-table ul > li:nth-child(even) {
  background-color: #efefef;
}

.pricing-table .btn {
  height: 50px;
  line-height: 50px;
  color: #878787;
  border-radius: 0;
  background-color: #efefef;
  display: block!important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pricing-table .btn:hover,
.pricing-table.highlighted .btn {
  box-shadow: none;
  background-color: #154c55;
  color: #fff;
}

.pricing-table.highlighted {
  margin-top: 25px;
}

.pricing-table.highlighted ul {
  margin-bottom: 0;
}

.pricing-table:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[12. References]
*/

#References_Carousel {
  padding-top: 0px;/*60*/
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[13. Contact]
*/

.contact-information {
  padding-top: 60px;
}

.contact-information {
  font-weight: 300;
  line-height: 1.5;
}

.contact-information .icon {
  margin-bottom: 20px;
  height: 60px;
}

.contact-information .icon i {
  color: #333;
  font-size: 48px;
}

.contact-form {
  padding-top: 80px;
}

.contact-text {
  line-height: 22px;
  font-weight: 300;
}

/*------------------------------------------------------------------*/




/*------------------------------------------------------------------
[14. Footer]
*/

#footer .copyright {
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
}

#footer .copyright .left,
#footer .copyright .right {
  padding: 25px 30px;
}

#footer .copyright .right {
  text-align: right;
}

#footer .copyright .row {
  margin-bottom: 0;
}
body::-webkit-scrollbar{ width: 8px; height: 10px; } ::-webkit-scrollbar-button:start:decrement { display: block; width: 5px; height: 5px; background-color: transparent; } ::-webkit-scrollbar-button:end:increment { display: block; width: 5px; height: 5px; background-color: transparent; } ::-webkit-scrollbar-track:enabled { background-color: transparent; } ::-webkit-scrollbar-track-piece { background-color: transparent; border: none; margin: 8px 0 35px 0; } ::-webkit-scrollbar-thumb:vertical { height: 30px; border: 1px solid rgba(140, 140, 140, .5); background-color: rgba(155, 155, 155, .5); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 0 1px rgba(255, 255, 255, .8); -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 0 1px rgba(255, 255, 255, .8); box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 0 1px rgba(255, 255, 255, .8); -webkit-transition: background-color .2s; -moz-transition: background-color .2s; transition: background-color .2s; } ::-webkit-scrollbar-thumb:vertical:active{ background-color: rgba(155, 155, 155, 1); border: 1px solid rgba(140, 140, 140, 1); } ::-webkit-scrollbar-thumb:horizontal { width: 30px; background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 5px; }
/*------------------------------------------------------------------*/
.content2{
	overflow: hidden;
	position: relative;
	padding-top: 10px;
font-family: "Roboto", sans-serif;
	margin: 10px;
	width: auto;
	/*max-width: 97%;*/
	height: auto;
   max-height: 900px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content2.hidden{ display: none; }

.content2.light{
	background-color: #ddd;
	color: #333;
}

.content2 hr{
	margin-bottom: -10px;
	border-top: 1px solid rgba(0,0,0,0.7);
}

.content2.light hr{
	border-bottom: 1px solid rgba(255,255,255,0.6);
	border-top: 1px solid rgba(0,0,0,0.1);
}

.content2 p{ margin: 30px 0; }

.content2 p:last-child{ margin-bottom: 5px; }

.content2 p:nth-child(odd), .content.light p:nth-child(odd){
	background: #444;
	background: rgba(255,255,255,0.1);
	padding: 5px 10px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.content 2p:nth-child(3n+3){
	color: #bbb;
	background: none;
	padding: 0;
}

.content2.light p:nth-child(odd){
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.content2.light p:nth-child(3n+3){ color: #666; }

.content2 p.full:nth-child(odd), .content p.half:nth-child(odd), 
.content2 p.full:nth-child(3n+3), .content p.half:nth-child(3n+3){
	background: none;
	padding: 0;
}

.content2 h2{
	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
    text-transform: uppercase;
}

.content2 h2:first-child{ margin-top: 5px; }

.content2:nth-child(odd) h2{
	font-family: "Roboto", sans-serif;
font-weight: bold;
	font-style: normal;
}

hr + .content2:nth-child(odd) h2{
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.content2.light h2{ color: inherit; }

.content2 img{
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 3px;
	/*background: rgba(0,0,0,0.2);*/
}

.content2.light img{ /*background: rgba(255,255,255,0.4);*/ }

.content2 input[type='text'], .content textarea{
	border: none;
	background: transparent;
	background-color: #bbb;
	background-color: rgba(255,255,255,0.6);
	min-height: 20px;
	padding: 5px;
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	width: 50%;
	font-size: inherit;
	font-family: inherit;
	color: #222;
}

.content2 textarea{
	min-height: 80px;
	width: 70%;
}

.content2 .half img{
	max-width: 48%;
	margin: 0 0 2% 2%;
}

.content2 .half img:nth-child(odd){ margin: 0 2% 2% 0; }
#content-1.content2.nested{ margin-bottom: 40px; }

#content-1.content2.nested p{ width: 1000px; }

#content-1.content2.nested .nested{
	margin: 20px;
	width: 600px;
	height: 900px;
}

.contentmo{
	overflow: auto;
	position: relative;
	/*padding-top: 10px;*/
font-family: "Roboto", sans-serif;
	/*margin: 10px;*/
	margin-top: -20px;
	width: auto;
	/*max-width: 97%;*/
	height: 400px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.contentmo.hidden{ display: none; }

