
@font-face {
		font-family: "Montserrat-Light";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Montserrat-Light.otf") format("truetype");
	}


@font-face {
		font-family: "Montserrat-ExtraLight";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Montserrat-ExtraLight.otf") format("truetype");
	}

@font-face {
		font-family: "Ubuntu-Bold";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
	}





@font-face {
		font-family: "glyphicons-halflings-regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
	}




/* Generals*/

html, button, input, select, textarea {
	color: #666666;
	font-size: 0.9em;
	font-family: "Montserrat-Light";	
}

select {
	background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;  
    height: 26px;
   	font-family: "Montserrat-Light";	
}



html, body {
	height: 100%;
}



body {
  	font-family: 'Times New Roman';	
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.4;
	color: #555;
}


/*html, button, input, select, textarea {
   font-family: "Montserrat-Light";
	
}*/

hr {
	display: block;
	height: 2px;
	/*margin: 3em 0;*/
	margin: auto ;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 90%;
	/*left: 25%;*/
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}


.background{
   background: url(../theme/images/Background.jpg)  repeat ;
  /* background-size: cover;*/
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	/*width: 960px;*/
}

.row {
	margin-right: 0px;
	margin-left: 0px;
	/*margin-left: -15px;*/
	padding: 3px;
}


.container_img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}
.container_img > .crop {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}



textarea {
	resize: vertical;
}


.tab-active {
    position: relative;
    display: inline;
    float: left;  
    font-size: 12px;
    border: 1px solid #ddd;
        border-bottom-color: #ddd;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    z-index: 3;
    padding: 2px 15px 8px 15px;
    margin: 1px -6px -2px 0px;
    top: -2px;
    background: white;
	font-family: "Montserrat-Light";
	
}


.tab-active a {
    color: #084fb5;
    text-decoration: none;
    font-weight: bold;
}


.tab-normal {
    font-size: 12px;
    display: inline;
    margin: 1px -5px 1px 5px;
    float: left;
    padding: 3px 15px 4px 15px;
    background: #fff;	
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    z-index: 1;
    position: relative;
    top: 0;
	color: #666;
	font-family: "Montserrat-Light";
}

.tab-normal a:hover, .tab-normal a:focus {
   color: #E30613;
    text-decoration: none;
    font-weight: bold;
	font-family: "Montserrat-Light";
}

a:active, a:hover {
    outline: none;
}


.title-l {
	
	font-size: 1.7em;	
	font-weight: 400;
}

.title-m {	
	font-size: 1.5em;	
}

.title-s {	
	font-size: 1.2em;	
}

.text-m {	
	font-size: 1.2em;	
	padding: 0px 20px;
}

.text-s {	
	font-size: 1em;	
	padding: 0px 20px;
}

.text_present{	
		margin-top:80px;
	}

.table-responsive td,th {
  padding: 2px 5px;
	
}

/* Header */

.header-connect{
	/*padding-top: 10px;*/
	
}
.header-call p{
	color: #666666;
}
.header-call p span{
	margin-right: 15px;
	font-weight: 300;
}
.header-call p span i{
	margin-right: 3px;
	font-size: 18px
}
.header-social ul{
	/*padding-top: 5px*/
	 padding-right: 30px;
}

.header-social ul li {
	margin-right:43px;

}


.header-social ul li a{
	color: #333;
	font-size: 15px;

}
.header-social ul li a:hover{
	color:  #E30613;
	text-decoration: none;
}


.logoMAIN {
	width:205px;
	margin-left: 23px; 
	margin-top: -28px; 
	
}

.textMAIN {
	font-family: Montserrat-ExtraLight; 
	font-size:1.2em; 
	color:#555; 
	line-height: 1.5; 
	font-weight: 200; 
	padding-right:40px; 
}

/*.header-social ul li a:active{
	color:  #084F9D;
}*/

/******** navbar ********/

.navbar-default .navbar-nav > li > a{
	color: #202020;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	position: relative;
	

}
.navbar-nav > li > a {
  padding-right: 13px;
  padding-left: 13px;
  transition: color .3s cubic-bezier(0.55, 0, 0.55, 0.2) , font-size .3s cubic-bezier(0.55, 0, 0.55, 0.2) ;
}

.navbar-default .navbar-nav > li > a.active:after{

/* background-color: #084F9D;  menu_old*/
	background-color: #fff;
  top: 45px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
 /* transition: all 0.2s ease 0s;*/
  width: 100%;
  color: #141FE5;
}

.navbar-default .navbar-nav > li > a::after {
	/* background-color: #084F9D;  menu_old*/
  background-color: #fff;
  top: 45px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
/*  transition: all 0.2s ease 0s;*/
  width: 0%;
	
}

.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
	
}

.navbar-default .navbar-nav > li > a:hover {
	
	color:#E30613;  /*menu_new*/
	/*font-size: 1.2em;*/
	/*transition: all 0.4s ease;*/
	 
  
	transform: scale(1.1);
	font-weight: 700;
}





.navbar-nav.navbar-right:last-child{
	margin-right: 20px
}
.navbar-brand {
  padding-top: 10px;
}
.main-nav {
  /*padding-top: 10px;*/
}
.button.navbar-right {
 /* padding-top: 10px;*/
}
.nav-button {
  background-color: #fff;
  border: medium none;
  color: #333;
  font-size: 15px;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-button.login{
	background-color: #fff;
	margin-right: 5px;
}
.nav-button:hover{
	background-color: #E30613;
    color: #fff;
}
.navbar{
	margin-bottom: 0px;
	min-height: 80px;
}
.navbar-default {
  background-image: none;
  background-color: #fff;
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: none;
  border-color: #fff;
}


.navbar .container{
	/*padding-top: 15px*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	
    color:#084F9D ;  /*#E30613*/
  /*  border-bottom: 5px solid #084F9D ;  menu_old   */
	
	font-weight: 700;	
	background: #fff;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 10px;
}

.nav-tabs > li > a:hover {
    border-color: #fff;
	
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
	
}


.search-bar {
    width:510px;
   /* float: left;*/
  /*  position: relative;
    margin: 26px auto 0;*/
}
.search-bar input[type="text"] {
    width: 150px;
    padding: 5px 45px 5px 5px;
    border: 1px solid #ddd;
    background: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    vertical-align: -webkit-baseline-middle;
    color: #555;
    font-size: 0.9em;
}

.search-bar input[type="button"] {
    background: url(../theme/images/searchicon.png) no-repeat 0px 0px;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
   /* position: absolute;*/
    width: 24px;
 /*   height: 24px;*/
	margin-left: -30px;
	cursor: pointer;
    /*top: 7px;
    left: 206px;*/
}

#txtSearch{
    width: 300px;
    padding: 5px 45px 5px 5px;
    border: 1px solid #ddd;
    background: none;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
    vertical-align: -webkit-baseline-middle;
    color: #555;
    font-size: 1em;
	height: 34px;
}

#bSearch{
	background:  url(../theme/images/searchicon.png) no-repeat 0px 0px;
	
    outline: none;
    -webkit-appearance: none;
    border: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
   /* position: absolute;*/
    width: 24px;
 /*   height: 24px;*/
	/*margin-left: -50px;*/
	cursor: pointer;
    /*top: 7px;
    left: 206px;*/

}

/*********video***********/

video { max-width: 100%; height: auto; }



.text_present{
	/*background-color: #e7edf3;*/
	color: #555;
	font-size: 1.2em;
	line-height: 1.6;
	/*border: solid 1px #ddd;*/
}




/*********slider***********/


.slider-area{
	/*margin-top: 100px;*/
	margin-top: 10px;
	position: relative;
	/*height: 630px*/
	
}
#bg-slider .item img{
	width: 100%;
	/*height: 630px*/
}

.slider-content{
	position: absolute;
	width:40%;
	top:0;
	left: 30%;
	/*margin-left: -35%;*/
	text-align: left;
	color: #fff
}
.slider-content h2 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 5px;
  /*text-transform: uppercase;*/
}
.slider-content p {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
	margin-top:5px;
}

.slider .owl-theme .owl-controls {
  margin-top: 20px;
  position: relative;
  text-align: center;
}


.slider .owl-pagination {
  bottom: 280px;
  position: absolute;
  right: 10px;
  width: 40px;
}


.slider2 .owl-theme .owl-controls {
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.slider2 .owl-pagination {
  /*bottom: 10px;
  position: absolute;
  right: 10px;
  width: 90%;*/
  display:none;
}

.slider3 .owl-theme .owl-controls {
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.slider3 .owl-pagination {
  /*bottom: 10px;
  position: absolute;
  right: 10px;
  width: 90%;*/
  display:none;
}


.slider3 .owl-theme .owl-controls .owl-page span {	
    background: transparent;
}




/*-----------------------------------
         Owl content styling
-----------------------------------*/



.slide-content {	
	position: absolute;
	width:40%;
	top:60%;
	left: 30%;
	/*margin-left: -35%;*/
	text-align: left;
	color:  transparent;
	
}

.slide-content, 
.slide-content h3,
.slide-content h2,
.slide-content p,
.slide-content h3:before,
.slide-content h3:after {
  transition: all 2s ease;
}



.slide-content h2 {
  color:#fff;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 5px;
/*   transform: translate3d(100%, 0,1px); */
}
.slide-content p {
 font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top:5px;
  color:#fff;

}


/* animate content */
.owl-item.active .slide-content { 
  /*transform: translate(0, -80%) ;*/
  top:0;
	
  color: #fff;  
  transition-delay: 0s;
}

.owl-item.active .slide-content h2 {
   color:#fff; 

}

.owl-item.active h3,
.owl-item.active h2,
.owl-item.active p,
.owl-item.active h3:before,
.owl-item.active h3:after {
  transform: translate3d(0, 0,1px);
  transition-delay: 1s
}



.slider .owl-theme .owl-controls .owl-page span{
	background: #fff
}


.background-area{
	/*background:  url(../theme/images/) no-repeat 0px 0px;  */
	box-shadow: -5px 6px 15px #333; 
}



.search-form {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 0;
}
.form-inline .form-control, .form-inline .form-control {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 1px;
  color: #666666;
  font-style: italic;
  height: 40px;
  margin-right: 10px;
  width: 195px;
}
.form-inline input[type=submit]{
	background: #7290b8;
	color: #fff;
	height: 40px;
	width: 90px;
	border-radius: 1px;
	font-weight: bold;
	font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-inline input[type=submit]:hover{
	background: #00A2DE
}
.page-title {
	padding-top: 40px;
}
.page-title h5{
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0
}
.page-title h2 {
  font-family: "Ubuntu-Bold"; 	
  font-size: 25px;
  font-weight: 800;
  margin-top: 5px;
  text-transform: uppercase;
}
.page-title h2 span{
	color: #7290b8
}
.page-title p {
  color: #666666;
  line-height: 30px;
  padding: 0 20%;
  margin-top: 16px;
}




.imgRedonda_s {	
    width:30px;
    height:30px;
    border-radius:15px;
	border:1px solid #999;
}


.imgRedonda_m{	
    width:100px;
    height:100px;
    border-radius:50px;
	border:1px solid #999;
}

.imgRedonda_l {	
    width:150px;
    height:150px;
    border-radius:75px;
	border:1px solid #999;
}


/****** how-it-work *****/


.how-it-work{
	margin: 20px 0 80px
}

.single-work{
	padding: 20px 0 20px;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 2px solid #7290b8*/
}
.single-work h3{
	color: #202020;
	font-size: 20px;
	font-weight: 500;
/*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.single-work p {
  color: #666666;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  padding: 0 37px;
/*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.single-work.active{	
	/*background: #7290b8*/
}
.single-work.active h3{
	/*color: #fff*/
}
.single-work.active p{
	/*color: #eeeeee*/
}
.single-work:hover{
	/*background: #7290b8*/
	/*background: #eee*/
}
.single-work:hover h3{
	/*color: #fff*/
}
.single-work:hover p{
	/*color: #555;*/
}

/*works*/
#works{padding-top:6em;}
#works figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#works figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*works*/

/************ artworks list*************/

.artworks{
	margin-bottom: 60px
}
.artworks{
	margin-top: 50px
}

.artwork_type{
	font-size: 14px;
}

.artwork-name{
	font-size: 15px;
	font-weight: 600;
}

.table tr{

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.table tr.head {
	color: #555;
	background: #dedede;
}

.table tr.hide-artworks{
	display: none;
}
.table tr td h4{
	font-weight: 700;
	text-transform: capitalize;
}
.table tr td{
	padding:6px;
}
.table tr td h4 span{
	font-weight: 300;
	font-size: 14px
}
.table tr td p i{
	color: #7290b8
}
.table tr td p{
	font-size: 13px
}
.table tr td a{
	color: #fff;
	background: #7290b8;
	padding:12px 15px;
	border-radius: 5px;
	font-size: 13px;
	text-decoration: none;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.table tr:hover td a{
	background: #7290b8
}
.table tr:hover td a:hover{
	background: #7290b8;
	color: #eee;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: 0px;
	vertical-align: middle;
	padding: 15px
}
.table > tbody > tr > td.tbl-logo{
	padding-right: 0px
}
.table > tbody > tr > td.tbl-apply{
	padding-right: 10px;
	padding-left: 0px;
}
.table > tbody > tr > td.tbl-title{
	padding-left: 5px
}
.table tr.odd{
	background: #FAFAFA;
	border-bottom: #bbb ;
}
.table tr.odd:hover{
	background: #eee;
	color: #555;
}

.more-artworks{
	margin-top: 30px
}
.more-artworks a {
  background: none repeat scroll 0 0 #d1d1d1;
  color: #666666;
  padding: 14px 22px;
  border-radius: 2px;
  display: inline-block;
}
.more-artworks i{
	margin-right: 10px;
	font-size: 16px
}


.artwork-add{
	background: url(img/job-add.png);
	height: 500px;
}
.artwork-add h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  margin: 0;
  padding: 305px 20px 0;
  text-transform: uppercase;
}
.artwork-add a {
  background: none repeat scroll 0 0 #00aeef;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 30px 0 0 20px;
  padding: 21px 55px;
  font-size: 15px;
}

.table-responsive {
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}



/********collections  *************/

.view {
   width: 350px;
   height: 234px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff ;
}
.view .mask,.view .content {
   width: 350px;
   height: 234px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 1.5em;
   padding:8px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family:  'Montserrat-Light';
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}


.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height:393px;
    width: 361px;
    background: rgba(114, 144, 184, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom:-2px;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.view-ninth .content {
    background: rgba(0, 0, 0, 0.4);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 361px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}

.view-ninth .content1 {
    background: rgba(0, 0, 0, 0.4);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 361px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}


.view-ninth h2 {
	font-family: 'Ubuntu-Bold', sans-serif;
    background: transparent;
    margin-top: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth a.info {
    display: none;
}
.view-ninth:hover .content {
   height: 130px;
    width: 330px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 40px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}

.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}

.view-ninth .show {
	background: rgba(0, 0, 0, 0.2);
    height: 130px;
    width: 330px;
	font-size: 1.5em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 40px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}


/****** themes *****/


.view_theme {
   width: 100px;
   height: 100px;
   margin: 5px;
   float: left;
   border: 2px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff ;
}
.view_theme .mask,.view_theme .content {
   width: 100px;
   height: 100px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view_theme img {
   display: block;
   position: relative;
}
.view_theme h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 1.5em;
   padding:2px;
   background: rgba(0, 0, 0, 0.8);
   margin: 10px 0 0 0;
}
.view_theme p {
   font-family:  'Montserrat-Light';
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #666666;
   padding: 5px 10px 10px;
   text-align: center;
}
.view_theme a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view_theme a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}




/******** artists********/


.nav-tabs > li > a{
	color: #666;
	font-weight: 300;
    border-width: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: transparent transparent #084F9D;
  border-style: solid;
  border-width: 4px;
  color: #666666;
  cursor: default;
 /* font-weight: 700;*/
  outline: none;
}

.job-posting{
	/*padding: 60px 0*/
	padding:  0
}
.job-posting .tab-content{
	margin-top: 30px
}

.tab-content ul li {
	margin-right: 14px;
	overflow: hidden;
}
.tab-content ul li:last-child{
	margin-right: 0;
}

.tab-content ul li a{
	position: relative;
}

.tab-content ul li a:hover .overlay {
	opacity: 1
}
.overlay {
  background: -webkit-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* FF1.6+ */
  background:     -ms-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* IE10 */
  background:      -o-linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
  background:         linear-gradient(transparent 57%, rgba(0,0,0,1) 100%); /* W3C */
  border-radius: 2px;
  height: 189px;
  left: 0;
  position: absolute;
  top: -82px;
  width: 98%;
  opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.overlay > h3 {
  bottom: -50px;
  margin: 0;
  position: absolute;
  left: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tab-content ul li a:hover .overlay h3{
	bottom: 20px
}

.tab-content ul.job-seeker li a .overlay{
	
}
.tab-content ul.job-seeker li a .overlay h3 {
  bottom: -100px;
}
.tab-content ul.job-seeker li a:hover .overlay h3 {
  bottom: 35px;
}
.tab-content ul.job-seeker li a .overlay p {
  bottom: 3px;
  color: #fff;
  font-weight: 400;
  left: -100px;
  position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	-o-transition-delay:0.2s;
	transition-delay:0.2s;

}
.tab-content ul.job-seeker li a:hover .overlay p{
	left: 18px
}



/******** footer *************/





.footer-area{
	background: #efefef;
	border-top: 3px solid #d60613;
	padding-bottom: 0px;
    margin-top: 40px;
}
.footer{
	padding: 30px 0 0 0;
}
.single-footer{
	margin-top: 60px
}
.single-footer img{
	margin-bottom: 10px;
	padding-bottom:30px;
}
.single-footer p{
	color: #fff;
	line-height: 26px;
}
.single-footer h4{
	color: #fff;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 45px
}
.single-footer h5{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight:800;
}
.single-footer a{
	color: #fff;
	font-size: 1.1em;
	font-weight: 800;
}
.single-footer ul li{
	margin-bottom: 10px
}
.single-footer ul li a{
	color: #fff;
	font-weight: 800;
}
/*.single-footer ul li a:hover{
	color: #aaa;
	text-decoration: none;
}*/

.single-footer a:hover, .single-contact a:hover , .footer-social ul li a:hover,  .footer-copy p a:hover {
	color:  #E30613;
	text-decoration: none;
	font-weight: 800;
}

.single-contact {
    text-align:  left;
	padding-left:25px;	
}

.footer-social{
	text-align: right;
	padding-righ: 25px;
	
}




.single-contact  h5 ,.single-footer   h5{
	color: #fff;
	font-weight: 800;
	font-size: 1.1em;
}

.footer-copy{	
	color: #fff;
	font-weight: 800;
}

.footer-copy span{
	margin-right: 20px;
	margin-left: 20px;
}
.footer-copy span a, .footer-copy ul li a {
	color: #fff;
	font-weight: 800;
}


.footer-social ul{
	padding-top: 10px
}
.footer-social ul li a{
	color: #fff;	
	font-size: 1.8em;

}
/*.footer-social ul li a:hover{
	color: #aaa
}*/




/***********   grid  *********/

	
.grid .conteiner , .grid  .row , .grid .col-xs-12 , .grid .col-md-10{
	 padding: 0px;
}


.ui-jqgrid .ui-jqgrid-view {
    font-size: 1em;
	
}

.ui-jqgrid .ui-jqgrid-titlebar {
    font-size: 1em;
}


 

.ui-jqgrid tr.jqgrow td
{
    vertical-align:text-top;
}

 .ui-jqgrid tr.jqgrow td.wrap { 
	white-space: normal !important;
    height:auto;
    padding-top:2px;
	vertical-align: top;
}

/************* form ****************/

.form-edition .col-xs-12 , .form-edition .col-md-5 , .form-edition .col-md-7 , .form-edition .col-md-4 , .form-edition .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;   
}

.form-control-1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #666666;
    height: 26px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	font-family: "Montserrat-ExtraLight";
}

.form-control-2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #666666;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-family: "Montserrat-ExtraLight";
}


td, th {
    padding: 2px;
	vertical-align: top;
}

.white {
   color:#fff;
}

.gray {
   color:#ccc;
}

.brown{
   color: #666666;
}

.msg-error  {
	color: red;
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
	margin-left: 5px;
    font-weight: normal;
	 color: #444; 
	
}



/*************************************/


/*.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #ddd;
}*/



/**********ui-dialog***********/

.ui-dialog {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;

  overflow-y:  auto;
  /* background: #ccc none repeat scroll 0 0;*/
   border-radius: 2px; 

}

.ui-dialog-buttonpane {
   background: #fff  none repeat scroll 0 0;
	
}

.ui-dialog .ui-dialog-titlebar-close {
	
	background-image: url("../theme/images/ui-dialog-titlebar-close.png");
	background-position: 0px 0px; 
	
}


/*******************************/

.calendarBody {
  background-color: #eee ;	
  
}

.DatePicker{
  z-index: 1000;	
}

/**********.ui-widget ***********/


.ui-widget {
	font-family: 'Montserrat-Light';
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Montserrat-Light';
	font-size: 1em;
}


.ui-jqgrid .ui-jqgrid-view input, 
.ui-jqgrid .ui-jqgrid-view select, 
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
  font-family:'Montserrat-Light';
	font-size: 1em;
}


.ui-widget-header {
    background: #084F9D none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
}


.ui-widget-content {
	background: #ffffff;	
}

.ui-widget .ui-widget-content  {
   /* border-radius: 6px; */
}


.edition  {
 /* color: #555;*/
 /* background-color: #ccc;*/

}


/************  boton ********************/

.btn-home{
    color: #fff;
	font-size: 1em;
	font-weight: bold;
    background-color: transparent;
	border: 2px solid #fff;
	border-radius: 20px;	
	
	padding:7px 20px 7px 20px;
	vertical-align: middle;
    text-align: center;
	 font-style: italic;
}



.ui-dialog-buttonset button , 
.btn-default {
    color: #666;
    background-color: #eee;
   /* border-color: #bbb;
    border: 1px; 	*/
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 8px;	
	
  /*font-weight: bold;*/
  
}

.ui-dialog-buttonset button:focus , 
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #E30613;
  border-color:#E30613;
}

.ui-dialog-buttonset button:hover ,
 .btn-default:hover {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613;
	 
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #E30613;
  border-color: #E30613;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}


/****** @media *****/

@media screen and (min-width: 1200px) {
   
    .pull-right-lg {
        float: right;
    }
	
	 .h_horizontal{
	   display:block;
	 }
	 
	 .h_vertical{
	   display:none;
	 }
	
}

@media screen and (max-width: 767px) {
	 .h_horizontal{
	   display:block;
	 }
	 
	 .h_vertical{
	   display:none;
	 }
}


@media(max-width:480px){
	 
	.view {
	    width: 220px;
	    height: 140px;
	    margin: 10px;
	    border: 1px solid #fff;
	}
	.view h2 {
	    font-size: .80em;
	} 
	 
	.view p {
	    width: 75%;
	} 	 
	 
	.view-ninth .mask-1, .view-ninth .mask-2 {
      height: 400px;
      width: 400px;
    }
	 
    .view-ninth .mask-1 {
	/* left: auto;*/
   	    right: 1px;
	}
	 
	.view-ninth .mask-2 {
    	left: 1px;
	} 
	 
	.view-ninth .content {
	  width: 100px;
	  height: 234px;
	  left: -18px;
	}
	 
 	.view-ninth h2 {
	    width: 80%;
	}
	
	.view-ninth:hover .content {
	    top: 1px;
	}
	 
	.gallery-bottom {
	    margin: 0% auto 0;
	    width: 100%;
	    text-align: center;
	} 
	
	.header-social ul li {
	    margin-right:0px;
		margin-left:0px;

    }
	
	.header-social ul{
	/*padding-top: 5px*/
	    padding-right: 0px;
    }
	
	.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 {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
    }
	 
	 
	 .textMAIN {
		padding-top:20px; 
		padding-left:20px;
		font-family: Montserrat-ExtraLight; 
		font-size: .9em; 
		color:#555; 
		line-height: 1.5; 
		font-weight: 200; 
		padding-right:40px; 
	}
	
	
	.footer-area{	
        margin-top: 40px;
		
     }

	.footer{
		padding: 20px 0 0 0;
	}
	 
	.single-footer{
		margin-top: 30px
	}

	.single-footer a{	
		font-size: .9em;
		font-weight: 800;
	} 	 
	
	.single-footer a{
		color: #fff;
		font-size: .9em;
		font-weight: 800;
	} 	 
	 
	.single-contact  h5 ,.single-footer   h5{
		color: #fff;
		font-weight: 800;
		font-size: .9em;
	}
	 
	.single-contact {
		text-align: center;
		padding-left:0px;	
		padding-righ:0px;	
	}

	.footer-social{
		padding-top:30px;
		text-align: center;
		padding-left: 0px;
        padding-righ:0px;
	}
	
	.title-l {	
	font-size: 1.1em;	
	font-weight: 400;
	}

	.title-m {	
		font-size: 1.1em;	
	}

	.title-s {	
		font-size: .8em;	
	}

	.text-m {	
		font-size: .95em;	
		padding: 0px 25px;
	}

	.text-s {	
		font-size: .8em;	
		padding: 0px 20px;
	}
	
	.text_present{	
		margin-top:20px;
	}
	
	.h_horizontal{
	   display:none;
	 }
	 
	 .h_vertical{
	   display:block;
	 }
}

 @media(max-width:320px){
	 
	.view {
	    width: 220px;
	    height: 140px;
	    margin: 10px;
	    border: 1px solid #fff;
	}
	.view h2 {
	    font-size: .80em;
	} 
	 
	.view p {
	    width: 75%;
	} 	 
	 
	.view-ninth .mask-1, .view-ninth .mask-2 {
      height: 400px;
      width: 400px;
    }
	 
    .view-ninth .mask-1 {
	/* left: auto;*/
   	    right: 1px;
	}
	 
	.view-ninth .mask-2 {
    	left: 1px;
	} 
	 
	.view-ninth .content {
	  width: 100px;
	  height: 234px;
	  left: -18px;
	}
	 
 	.view-ninth h2 {
	    width: 80%;
	}
	
	.view-ninth:hover .content {
	    top: 1px;
	}
	 
	.gallery-bottom {
	    margin: 0% auto 0;
	    width: 100%;
	    text-align: center;
	} 
	 
	.header-social ul{
	/*padding-top: 5px*/
	     padding-right: 0px;
    }
	 
	 
	.header-social ul li {
	    margin-right:0px;
        margin-left:0px;
    } 
	 
	
	 
	.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 {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
    }
	 
	 
	 .textMAIN {
		padding-top:20px;
		padding-left:20px;
		font-family: Montserrat-ExtraLight; 
		font-size: .9em; 
		color:#555; 
	    line-height: 1.5; 
		font-weight: 200; 
		padding-right:40px; 
		
	}
	 
	.footer-area{	
        margin-top: 40px;
		
     }

	.footer{
		padding: 20px 0 0 0;
	}
	 
	.single-footer{
		margin-top: 30px
	}

	.single-footer a{	
		font-size: .9em;
		font-weight: 800;
	} 	 
	
	.single-footer a{
		color: #fff;
		font-size: .9em;
		font-weight: 800;
	} 	 
	 
	.single-contact  h5 ,.single-footer   h5{
		color: #fff;
		font-weight: 800;
		font-size: .9em;
	}
	 
	 
	.single-contact {
		text-align: center;
		padding-left:0px;	
		padding-righ:0px;	
	}

	.footer-social{
		padding-top:30px;
		text-align: center;
		padding-left: 0px;
        padding-righ:0px;
	}
	 
	.title-l {	
	font-size: 1.1em;	
	font-weight: 400;
	}

	.title-m {	
		font-size: 1.1em;	
	}

	.title-s {	
		font-size: .8em;	
	}

	.text-m {	
		font-size: .95em;	
		padding: 0px 20px;
	}

	.text-s {	
		font-size: .8em;	
		padding: 0px 20px;
	}
	 
	.text_present{	
		margin-top:20px;
	}
	 
	.h_horizontal{
	   display:none;
	 }
	 
	 .h_vertical{
	   display:block;
	 }
	 
	 
}



