/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #808080;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    text-transform: uppercase;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #000;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,0);
    }
}

.navbar .container{
max-width:960px;
}

.intro {
    margin:auto;
    display: table;
    width: 100%;
    height: 400px;
   /* padding: 100px 0;    position:absolute; display:block;*/
    text-align: center;
    color: #000;
   
    background: url('../img/COVER960.jpg') no-repeat top center;
   
}

/* :::::::::::ARTICLES	CUSTOMS 	:::::::::::::*/
#wrap{
    margin:auto;
height:100%;
padding:0;
text-align:center;
}

.intro-scroll-down{
position:relative;
text-align:center;
width:100%;
top:0px;
}

.scrollimg{
  margin:auto;
	display:block;
	width:82px;
	height:82px;
	text-align:center;
    background: url('../img/scrolldown.png') no-repeat top center;
}
.scrollimg:hover{
    background: url('../img/scrolldown_on.png') no-repeat top center;
}

.scrollimgup{
  margin:auto;
	display:block;
	width:82px;
	height:82px;
	text-align:center;
    background: url('../img/scrollup.png') no-repeat top center;
}
.scrollimgup:hover{
    background: url('../img/scrollup_on.png') no-repeat top center;
}

/*:::::::::::::ABOUT :::::::::::::*/
#about{
    margin:auto;
    text-align:center;
    width: 100%;
    padding: 0;
    text-indent: 0em;
    /* background-color: #000;
   background:url('../img/doubleline.png') no-repeat top center;*/

}
#about .container{
		

}
.abouttext{
background-color: #000;
	color:#fff;
    text-align:left;
    max-width:960px;
	height: 530px;
    margin:auto;
	padding:20px;
	 
}
.double-line-about{
   background:url("../img/about_cover.jpg") no-repeat top center;
    height:500px;
    width: 960px;
    margin:auto;
	margin-left:-20px; 
	background-color:#fff;
	position:absolute;    
}
/*:::::DISPLAY GRID WITH WORKS::::::
*/
#arts{
	margin:auto;
	width: 960px;
	
	padding:0;
}

#arts_wrap{
	height:100%;
	margin:auto;
}
#arts_wrap img{
	margin:auto; 
	margin-bottom:5px;
}


.art_overlay,.art_overlay a  {
    width:100%;
    height:253px;
	position: relative;
	vertical-align:top;
	margin-bottom:5px;
	cursor: pointer;
	
}

.art_overlay:after {
	width:310px;
    height:253px;
    content:'\A';       
	position:absolute;
    left:0;
    background:rgba(0,0,0,0.6);
	 background:url('../img/scrolldown_on.png') no-repeat  center;
    opacity:0;
    transition: all 0.2s;
    -webkit-transition: all 0.2;
}

.art_overlay:hover:after {

    opacity:1;
}

#scroll-but{
	width : 100%;
	text-align:center;
	padding: 50px;

}
/*::::::::::::::WORKS::::::::::::::::::::::

display single work in hidden div
*/
#exoverlay{
 	/*width: 100%; 
	padding:0;background-color: #000;
	background-color: #f6f6f6;
	z-index:100
	position:absolute;
	top:0;*/
	margin:auto;
	width: 100%;
    height: 100%;
   
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
	display:none;
	text-align:center;
    
}

div.excontentWrap {
	/*overflow-y:auto;*/
	text-align:left;
	
	margin : auto;
	/*margin-top:-60px;height:500px;   */
	
	max-width:900px;
	color:#808080;
	
  }
  
#closework{
/*width:100%;
height:100%;
text-align:right;
margin-right:-150px;
position:absolute;
left:940px;*/
}

.closeimgup{
  margin:auto;
	display:block;
	width:82px;
	height:82px;
	text-align:center;
    background: url('../img/close.png') no-repeat top center;
}
.closeimgup:hover{
    background: url('../img/close_on.png') no-repeat top center;
}


.white-background{
  background-color:#fff;
}
.reversed img{
	transform:rotate(180deg);
	behavior:url(-ms-transform.htc);
    /* Firefox */
    -moz-transform:rotate(180deg);
    /* Safari and Chrome */
    -webkit-transform:rotate(180deg);
    /* Opera */
    -o-transform:rotate(180deg);
    /* IE9 */
    -ms-transform:rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);

}


/*  ::::::::::::::::::::: ARTICLES END ::::::::::::::::::::::: */


@media(min-width:767px) {
    .intro {
       /* height: 100%;*/
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}



.content-section {
    padding-top: 100px;
}

.download-section {
    
}



@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
    }

    .download-section {
        padding: 100px 0;
    }

    

}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;

     width:100%;
     height : 30px;
    background-color:#000;
    vertical-align: bottom; 
    color:rgba(255,255,255,.6)
}

footer p {
    margin: 0;
    font-size:12px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}