/* ------------------------------------------------------------- */
/* ---------------------------BRKOR----------------------------- */
/* ------------------------------------------------------------- */

/* General Styles ---------------------------------------------- */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: url('../img/tecnology3.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #333;
    color: #fff;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding-top: 100px;
    padding-bottom: 170px;
}

@media only screen and (max-width: 768px) {
	body {
		background-attachment: initial;
		background-repeat: repeat-y;
	}
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    border-bottom: 1px solid transparent;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}


/* Burger menu ------------------------------------------------- */

.burger-menu {
    position: fixed;
    top: 150px;
    left: 82px;
    cursor: pointer;
    z-index: 999;
}

.burger {
    width: 23px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 3px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.burger-menu:hover .burger {
    background: #fff;
    margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
	.burger-menu {
	    position: fixed;
	    top: 5px;
	    left: 5px;
	    cursor: pointer;
	    z-index: 999;
	}
}

/* Nav ------------------------------------------------- */

nav {
    position: fixed;
    top: 200px;
    left: 60px;
    z-index: 999;
}

@media only screen and (max-width: 768px) {
	.navigation {
		display: none;
	}
	
	nav {
	    position: fixed;
	    top: 30px;
	    left: 5px;
	    z-index: 999;
	}
}

nav ul li {
    list-style: none;
    margin-bottom: 3px;
}

nav ul li:hover {
    list-style: none;
}

nav ul li a {
    color: #7e7e7e;
    font-weight: 300;
    padding-bottom: 5px;
    padding-right: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}

nav ul li a:hover {
    border-bottom: 1px dotted transparent;
}

.underline {
    position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -14px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.underline:before {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.underline:hover:before {
	left: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.tooltip.right {
    margin-left: 10px;
}

/* Spy ------------------------------------------------- */

nav ul li.active a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* Header ------------------------------------------------- */

header {
    margin-bottom: 100px;
}

.hexagon {
    overflow: hidden;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);

}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/david_clough_greyscale_1024x1024x72.jpg');
    background-size: 75%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.hexagon-in2:hover {
    background-image: url('../img/david_clough_1024x1024x72.jpg');
    background-position: 17% 13%;
    background-size: 100%;
}


.hexagon1 {
    width: 400px;
    height: 275px;
    margin: 0 auto;
    margin-bottom: -28px;
}

.shadow {
    background: url('../img/shadow.png');
    width: 256px;
    height: 88px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.intro {
    font-size: 18px;
    font-weight: 100;
}

.fat {
    font-weight: 900;
}

.question {
    width: 29px;
    height: 29px;
    background: url('../img/question.png');
    display: inline-block;
    margin: 15px 0 20px 0;
}

.intro-second {
    color: #808080;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dotted rgba(128, 128, 128, 0.2);
}

.intent {
    margin-left: -117px;
}

/* Skeleton ------------------------------------------------- */


ul {
    padding: 0;
    margin: 0;
    margin-left: -5px;
}

@media only screen and (max-width: 768px) {
	ul {
	    padding: inherit;
	}
}

ul li {
    list-style-image: url('../img/list-style.png');
    padding: 10px 0 10px 27px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

ul li:hover {
    list-style-image: url('../img/list-style-on.png');
}

ul li:last-child {
    margin-bottom: 50px;
}

.dark-txt {
    color: #7e7e7e;
    font-weight: 300;
}

.light-txt {
    color: #fff;
    font-weight: 300;
}

/* Category ------------------------------------------------- */

.category .title {
    position: relative;
    right: 110%;
    text-align: right;
    list-style: none;
}

@media only screen and (max-width: 768px) {
	.category .title {
	    right: 15%;
	}
}

.category .title-icon {
    position: relative;
    top: -23px;
    left: 105%;
    height: 29px;
    width: 29px;
    display: block;
}

.profile-icon {
    background: url('../img/profile.png');
}

.work-experience-icon {
    background: url('../img/work-experience.png');
}

.education-icon {
    background: url('../img/education.png');
}

.skills-icon {
    background: url('../img/skills.png');
}

.interests-icon {
    background: url('../img/interests.png');
}

.portfolio-icon {
    background: url('../img/portfolio.png');
}

.contact-icon {
    background: url('../img/contact.png');
}

/* Gallery ------------------------------------------------- */

.swiper-container {
    width: 200px;
    height: 350px;
    color: #fff;
    text-align: center;
    cursor: e-resize;
}

.swiper-slide {
    height: 100%;
    float: left;
    opacity: .4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-slide:hover {
    opacity: 1;
}

/* Animated words ------------------------------------------------- */

.rw-words{
	display: inline;
	text-indent: 10px;
    font-size: 18px;
    font-weight: 100;
}

@media only screen and (max-width: 768px) {
	.rw-words{
		display: block;
		text-indent: 10px;
	}
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	/*-webkit-animation: rotateWord 36s linear infinite 0s;
	-ms-animation: rotateWord 36s linear infinite 0s;
	animation: rotateWord 36s linear infinite 0s;*/
	animation-name: rotateWord;
  	animation-duration: 27s;
  	animation-iteration-count: infinite;
}

/*.rw-words-1 span:nth-child(1) {
    -webkit-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 3s;
}*/

.rw-words-1 span:nth-child(1) { animation-delay: 0s; }
.rw-words-1 span:nth-child(2) { animation-delay: 3s; }
.rw-words-1 span:nth-child(3) { animation-delay: 6s; }
.rw-words-1 span:nth-child(4) { animation-delay: 9s; }
.rw-words-1 span:nth-child(5) { animation-delay: 12s; }
.rw-words-1 span:nth-child(6) { animation-delay: 15s; }
.rw-words-1 span:nth-child(7) { animation-delay: 18s; }
.rw-words-1 span:nth-child(8) { animation-delay: 21s; }
.rw-words-1 span:nth-child(9) { animation-delay: 24s; }

@keyframes rotateWord {
	0% { opacity: 0; -webkit-transform: translateY(-30px); }
	2% { opacity: 1; -webkit-transform: translateY(0px); }
	15% { opacity: 0; -webkit-transform: translateY(30px); }	
}


/*@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    25% { opacity: 1; -webkit-transform: translateY(0px); }
	40% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    25% { opacity: 1; -ms-transform: translateY(0px); }
	40% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    25% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	40% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
*/
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}

/* Contact form ------------------------------------------------- */

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    background-color: rgba(45, 45, 45, 0);
    border: 1px solid rgba(204, 204, 204, 0.1);
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid rgba(204, 204, 204, 0.1);
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-success {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.1);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

#contact ul li:last-child {
    list-style: none;
}