#slvj-window{
	width: 100%;
	min-height: 100%;
	z-index: 30;

	background: rgba(0,0,0,0.8);

	position: fixed;
	top: 0;
	left: 0;
}

#slvj-window,
#slvj-window *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#slvj-background-close{
	width: 100%;
	min-height: 100%;
	z-index: 31;

	position: fixed;
	top: 0;
	left: 0;
}

#slvj-back-lightbox{
	width: 700px;
	height: 540px;
	margin: auto;

	z-index: 32;
}

.slvj-lightbox{
	position: relative; 

	width: 100%;
	height: 100%;
	padding: 30px;
	margin: 0;

	background-color: #FFFFFF;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	   		border-radius: 10px;

	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.3);
	z-index: 53;
}

#slvj-close-icon {
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 551;
}

#slvj-close-icon:hover{
	cursor: pointer;
}

/***************
Image Quick View
****************/
#imageQuickView {
	display:none;
	width:100%;
	height:100%;
	background:#333333;
	background:rgba(0,0,0,0.8);
	z-index:99999;
	position:fixed;
	top:0;
	left:0;
}
/*#imageQuickViewTable {
	display:table;
	width:100%;
	height:100%;
}*/
#imageQuickViewCell {
	/*display:inline-block;*/
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	width:100%;
	height:100%;
}
#imageQuickView img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.8);
	cursor: pointer;
}
#imageQuickView iframe {
	max-width: 80%;
	max-height: 80%;
	border: none;
}
#imageQuickView .caption {
	color:#FFFFFF;
	max-width:640px;
	margin:5px auto;
}

.ms-partialview-template {
	overflow: hidden;
}

@media (min-width: 768px) {
.ms-partialview-template {
	overflow: hidden;
	/*min-height: 300px;*/
}

}

.ms-partialview-template .ms-view {
	overflow: visible;
	background-color: transparent;
}

.ms-partialview-template .ms-slide {
	
}

.ms-partialview-template .ms-caro3d-template {
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 15%;
}

.ms-partialview-template .ms-slide-info {
	text-align: center;
	font-family: "Lato";
	margin-top: 20px;
}

.ms-partialview-template .ms-slide-info h3 {
	margin: 5px;
	font-weight: 300;
	font-size: 23pt;
	color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 10pt;
	margin: 6px;
}	

/* Layers */
.ms-layer.video-title {
    font-family: "Lato",sans-serif;
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}


body {
margin: 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height:25px;

    letter-spacing: 1px;
color: #5b5b5b;
background-color: #ffffff;
}

	/*========== DEFAULT BROWSER STYLE==========*/
	/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
	article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}
	a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, header, hgroup, html,i, iframe, img, ins,kbd, keygen, legend, li, meter,nav,object, ol, output, pre, progress,q, s, samp, section, small,source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{
	    /*background: transparent;*/
	    border: 0 none;
	    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	    vertical-align: top;
	}
	/*ul,ol
	{
		list-style: none;
	}*/
	ol,ul {
  padding-left: 30px;
}
	q
	{
		quotes: none;
	}
	b
	{
		font-weight: bold;

	}

	img{
		vertical-align:top;
	}

	input:focus, textarea:focus, keygen:focus, select:focus {
		outline-offset:0px;
	}

	input,button{
		outline: none;
		border:0;
	}

	button::-moz-focus-inner{
		border:0;
	}
	html,body{
		height:100%;
	}
	hr {
    border-color: #E8E8E8;
    border: 1px dotted #E3E1E1;
    margin-top: 50px;
    margin-bottom: 50px;
}

h4,h5,h6,h3
{


font-family: 'Crete Round', serif;
 line-height: 25px;
}
h1,h2
{font-family: 'Crete Round', serif;
 line-height: 44px;

}

	/*==========END DEFAULT BROWSER STYLE========== */



	/*==========       BASIC CLASSES     ==========*/

	/* ========================================= */
	/* =============SPACE CLASSES============== */
	/* ========================================= */
	.space5{
		margin-top: 5px;
	}
	.space10{
		margin-top: 10px;
	}
	.space15{
		margin-top: 15px;
	}
	.space20{
		margin-top: 20px !important;
	}
	.space25{
		margin-top: 25px;
	}
	.space30{
		margin-top: 30px;
	}
	.space40{
		margin-top: 40px;
	}
	.space50{
		margin-top: 50px;
	}
	.space60{
		margin-top: 60px;
	}
	.space70{
		margin-top: 70px;
	}
	.space80{
		margin-top: 80px;
	}
	.space100{
		margin-top: 100px;
	}


	/* ========================================= */
	/* =============PADDING CLASSES============== */
	/* ========================================= */
	.pad0{
		padding: 0px !important;
	}
	.pad-left
	{
		padding-left: 0px;
	}
	.pad-right
	{
		padding-right: 0px;
	}

	/* ========================================= */
	/* =============MARGIN CLASSES============== */
	/* ========================================= */
	.mbtm0{
		margin-bottom: 0px !important;
	}
	.mtop0{
		margin-top:0px;
	}
	.mtop10{
		margin-top:10px;
	}
	.mbtm10{
		margin-bottom:10px;
	}
	.mleft10{
		margin-left:10px;
	}
	.mright10{
		margin-right:10px;
	}
	.nomargin
	{
		margin: 0px !important;
	}
	.mauto img{
		margin: 0px auto !important;
		width: 100%  !important;
	}
	.mautomargin{
		margin: 0px auto !important;
	}
	.square
	{border-radius: 0px;}
	label
	{
		    color: #fff;
    font-weight: 100;
	}
	/* ========================================= */
	/* =============COLOR CLASSES============== */
	/* ========================================= */

	a
	{
color: #5b5b5b;

	}
	.whiteclr
	{
		color: #fff !important;
	}
	.blackclr{
		color: #000 !important;
	}
	.grayclr
    {
         color:#959595 !important;
    }
	.capital
	{
		text-transform: uppercase;
	}
	.themeclr
	{
		color:	#15365C !important;

	}
	.underline
	{
		text-decoration: underline;
	}
    .fa
    {line-height: 20px;}


	/* ========================================= */
	/* =============FONT SIZE CLASSES============== */
	/* ========================================= */
	.fsize8{
		font-size: 8px;
	}
	.fsize10{
		font-size: 10px;
	}

	.fsize16{
		font-size: 16px;
	}
	.fsize18{
		font-size: 18px
	}
	.fsize20
	{
		font-size: 20px !important;

	}
    .fsize60
    {
        font-size:60px;
    }

	/* ========================================= */
	/* =============FONT WEIGHT CLASSES============== */
	/* ========================================= */


	.f700{
		font-weight: 700;
	}

	/* ========================================= */
	/* =============BUTTON CLASSES============== */
	/* ========================================= */




	/* ============================================ */
	/* ============================================ */
	/* ============================================ */


	a:focus{
	text-decoration: none;
	}

p {
padding: 5px;
margin-bottom: 8px;

    font-size: 14px;
    color: #787878!important;
    line-height: 25px;


}
	body a:hover{
		text-decoration: none;
		cursor: pointer;

	}

	a:focus,.btn:focus,.btn:active:focus,
	button:focus,input[type="file"]:focus,
	input[type="radio"]:focus,
	input[type="checkbox"]:focus{
		outline: none;
	}

/*css for pre-header*/
/*header {
    background: url(../img/photo-1466428996289-fb355538da1b.png);
    background-size: cover;
         background-position: 40% 97%;
}*/
#topContainer {
  background: #fff;
    border-top: inherit;
    position: relative;
    padding: 10px 0px;
      border-bottom: 2px solid #d6d2d2;

}
.logo
{
    padding: 10px 0px;
}
.logo
{
    width: 150px;
    margin:0 auto;
}
.logo span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.navbar-brand {

    height: 60px;

}
.navbar-brand img {
    /* position: relative; */
    /* z-index: 999; */
    /* margin-top: -45px; */
    text-align: center;
	margin-left:10px;
}
/*.navbar-nav {
    float: none !important;
}*/
.navbar-nav li {
    float: none !important;
    display: inline-block !important;
}
.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}
#topContainer .headerButton {
    position: absolute;
    top: 100%;
    left: 3rem;
    background: #ac94e9;
    color: #fff;
    font-size: 2rem;
    padding: 1rem;
    z-index: 3;
    display: none;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.social-icons {
    margin-bottom: 0;
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.contact-details ul {
    padding: 0;
    list-style: none;
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    float: right;
    font-weight: 400;
    color: #575656;

    line-height: 4rem;

}
.contact-details ul
{
    margin-top: 8px !important;
}

.lang li a
{
   color: #000000;
  /*      line-height: 24px;*/
    font-weight: 400;
}
.lang li span {
    margin-right: 8px;
    color: #000000;
    font-size: 27px;
    vertical-align: middle;
}
.contact-details ul li:last-child
{
    border: none;
}
.contact-details ul li {
    font-weight: 400;
    float: left;
    padding-right: 1.4rem;
    margin-right: 1.4rem;
    border-right: 1px solid #ececec;
}
.contact-details ul li span {
    margin-right: 15px;
    color: #000000;
    vertical-align: middle;
}
.contact-details ul a {
        color: #000000;
  /*      line-height: 24px;*/
    font-weight: 400;
}
.contact-details ul span {
    color: #434a54;
        font-size: 32px;
}

/*new header css*/


  .navbar-brand {
    margin-top: -32%;
}
   .navbar
{
        background: #f1f1f1;

 /*   padding: 0px 12px 10px 12px;*/
    margin-bottom: 0px;
    border-bottom: 2px solid #000000;
}
@keyframes mbarmnuA {
         0% {
    transform: scale3d(1,1,1);
  }
  10% {
    transform: scale3d(0.64,1,1);
  }
  20% {
    transform: scale3d(2.17,1,1);
  }
  30% {
    transform: scale3d(1.76,1,1);
  }
  40% {
    transform: scale3d(0.88,1,1);
  }
  50% {
    transform: scale3d(0.58,1,1);
  }
  60% {
    transform: scale3d(1.41,1,1);
  }
  70% {
    transform: scale3d(1,1,1);
  }
  80% {
    transform: scale3d(1.23,1,1);
  }
  90% {
    transform: scale3d(1.88,1,1);
  }
  100% {
    transform: scale3d(1,1,1);
  }
    }
    @keyframes mbarmnuB {
         0% {
    transform: scale3d(1,1,1);
  }
  10% {
    transform: scale3d(0.64,1,1);
  }

  30% {
    transform: scale3d(1.76,1,1);
  }

  50% {
    transform: scale3d(0.58,1,1);
  }

  70% {
    transform: scale3d(1,1,1);
  }

  90% {
    transform: scale3d(1.88,1,1);
  }
  100% {
    transform: scale3d(1,1,1);
  }
    }
    @keyframes mbarmnuC {
         0% {
    transform: scale3d(1,1,1);
  }
  10% {
    transform: scale3d(0.6,1,1);
  }

  30% {
    transform: scale3d(1.0,1,1);
  }

  50% {
    transform: scale3d(0.5,1,1);
  }

  70% {
    transform: scale3d(1,1,1);
  }

  90% {
    transform: scale3d(1.88,1,1);
  }
  100% {
    transform: scale3d(1,1,1);
  }
    }
#topContainer {
    background: #fff;
    border-top: inherit;
    position: relative;
    padding: 10px 0px;
    border-bottom: 2px solid #f5f5f5;
}
 ul.qt-desktopmenu>li>a::before, ul.qt-desktopmenu>li>a::after {
    display: block;
    width: 13px !important;
    height: 8px;
    border-top: 2px solid #504d4d;
    border-bottom: 2px solid #504d4d;
    position: absolute;
    left: -6px;
    top: 2.414rem;
    content: " ";
    margin-top: 3px;
    -moz-animation: mbarmnuB 0.8s forwards;
    -webkit-animation: mbarmnuB 0.8s forwards;
    animation: mbarmnuB 0.8s forwards;
       -moz-animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;

    animation-duration: 1.8s;
        -moz-animation-iteration-count: 0;
    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
    opacity: 0.6;
}
.mainMenu > ul > li > a {
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 17px 22px;
}
ul.qt-desktopmenu>li:hover::after,  ul.qt-desktopmenu>li:hover>a::after,  ul.qt-desktopmenu>li:hover>a::before {
      -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
}
ul.qt-desktopmenu>li.active::after,  ul.qt-desktopmenu>li.active>a::after,  ul.qt-desktopmenu>li.active>a::before {
      -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
}
ul.qt-desktopmenu>li>a::after {
        -moz-animation: mbarmnuC 0.8s forwards;
    -webkit-animation: mbarmnuC 0.8s forwards;
    animation: mbarmnuC 0.8s forwards;

    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
     -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    width: 15px !important;
    margin-top: 6px;
}
.def-social-icons li a i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;

    -webkit-transition: top .4s ease-in-out 0s;
    -moz-transition: top .4s ease-in-out 0s;
    -ms-transition: top .4s ease-in-out 0s;
    -o-transition: top .4s ease-in-out 0s;
    transition: top .4s ease-in-out 0s;
}
.def-social-icons li a {
    display: block;
    background-color: #eef1f1;
    color: #000;
    position: relative;
    border-width: 0;
    font-size: 13px;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.lang li span {
    margin-right: 8px;
    color: #000000;
    font-size: 24px;
    vertical-align: middle;
}




.nicdark_btn {
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 6px 20px;
    font-size: 17px;
    box-shadow: 0px 4px 0px 0px #E3B922;
    background-color: #F9CF38;
    color: #fff;
    display: inline-block;
   	font-size: 18px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 15px;
}
.nicdark_press:hover {
    box-shadow: 0px 0px 0px 0px transparent !important;
    margin-top: 4px;
    margin-bottom: -4px;
}
.nicdark_press {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*css for header*/
.home .navbar-nav
{
    float: none;
        text-align: center;
}
.gray1
{
    background: #f1f1f1;
    padding: 60px 0px;
}

.mainMenu > ul > li > a {
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
        line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

 .navbar-toggle:hover,  .navbar-toggle:focus
{
background:none !important;

}
.nav > li > a:hover, .nav > li > a:focus
{
  background: none !important;
}

.navbar-brand
{
	padding: 2px;
        margin-left: 0px !important;
}
.navbar-toggle
{border-color: #000000 !important;
}
.navbar-toggle i {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
}

.navbar-collapse
{
  max-height:none !important;
      padding: 0px;
}

/* Pull up  */
.pullUp a:before {
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    top: 0px;
    content: '';
    background: #000000;
    opacity: 0.4;
    transition: all 0.3s;
}

.pullUp a:hover:before
{
    height: 100%;
}
/*.pullUp{
      margin-top: 15px;
}*/

.pullUp  li
{
    margin: 0px 5px;
}
/*css for social-icons-defult*/
.def-social-icons
{display: inline-block;
list-style: none;

margin-right: 20px;
padding: 0;
line-height: 0;
font-size: 0;
-webkit-transition: margin-top .1s ease-in-out 0s;
-moz-transition: margin-top .1s ease-in-out 0s;
-ms-transition: margin-top .1s ease-in-out 0s;
-o-transition: margin-top .1s ease-in-out 0s;
transition: margin-top .1s ease-in-out 0s;
-webkit-padding-start: 0;}
.def-social-icons li a:hover {
background:#000000;
color: #fff !important;
}
.contact-details a:hover,.contact-details a.active
{
    color: #000000;
}
/*.def-social-icons li a {
    display: block;
    background-color: #eef1f1;
    color: #000;
    position: relative;
    border-width: 0;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.def-social-icons li a i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;

    height: 50px;
        line-height: 50px;
    text-align: center;
    -webkit-transition: top .4s ease-in-out 0s;
    -moz-transition: top .4s ease-in-out 0s;
    -ms-transition: top .4s ease-in-out 0s;
    -o-transition: top .4s ease-in-out 0s;
    transition: top .4s ease-in-out 0s;
}*/
.navbar
{
        background: #f1f1f1;

 /*   padding: 0px 12px 10px 12px;*/
    margin-bottom: 0px;
    border-bottom: 2px solid #000000;
}
.tp-caption.black_thin_34 {
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 800 !important;
    padding: 13px !important;
    background: #000000 !important;
    line-height: 26px !important;
    font-family: 'Roboto', sans-serif !important;
}
.grey_heavy_72 {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 51px !important;
}
.searvice
{
    background: url(../img/bg-1.png);
    background-position: center center;
    background-size: cover;
    padding: 40px 0px;
}
.title
{
    color: #000000;
}
.awe-icon {
    position: relative;
    float: left;
    z-index: 5;
    margin-right: 30px;
}
.icon-box i {
    float: left;
    background: #f3f2f2;
    border-radius: 100%;
    font-size: 19px;
    border: 10px solid #e0e0e0;
     width: 60px;
    height: 60px;
    text-align: center;
    line-height: 42px;
    -webkit-transition: -webkit-transform ease-out 0.5s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.5s, background 0.5s;
    transition: transform ease-out 0.5s, background 0.5s;
    box-shadow: 0px 3px 8px #aaa;
}
.awe-icon span {
    position: absolute;
    width: 5px;
    height: 29px;
    background: #e0e0e0;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 53px;
    z-index: 0;
}
.description {
    overflow: hidden;
}
.description h4 {
    color: #000;
    font-family: 'Crete Round', serif;
    margin-bottom: 10px;
        font-size: 19px;
    margin-top: 17px;
}
.icon-box:hover i {
    background: #000000;
    border-radius: 100%;
    font-size: 23px;
    border: 10px solid #af6010;
      width: 60px;
    height: 60px;
    text-align: center;
    line-height: 42px;

    color: #fff;
    cursor: pointer;
}
.icon-box:hover h4 {
    color: #000000;
    cursor: pointer;
}
.icon-box:hover span {
    background: #af6010;
}
.studio
{
    padding: 80px 0px;
   background: #f1f1f1;
}
.sub-title
{
    color: #000000;
}
.owl-next
{
       left: 38px;

}
.owl-buttons > div {
    background-position: 9px 6px;
    background-repeat: no-repeat;

   position: absolute;
   top: 0px;
    color: rgba(0, 0, 0, 0);
    float: left;
    height: 24px;
    margin-bottom: 5px;
    margin-left: 11px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 27px;
}
.blockbtn {
    background: #333333;
    color: #ffffff !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 0px;
    width: 175px;
    text-align: center;
    border-radius: 0px;
}
.blockbtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blockbtn:hover:before, .blockbtn:focus:before, .blockbtn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #ffffff !important;
}

#profile
{
    background: url(../img/neu_m149.png);
    padding: 80px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nav-pills > li {
    float: none;
    display: inline-block;
}
/*css for gallary*/
.gallery-column {
float: left;
     border-bottom: 3px solid #905519;
/*margin-top: 30px;
margin-left: 30px;*/
overflow: hidden;
position: relative;
width: 100%;
/*-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;*/
}

#Grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 25px;
}
/*.item
{
    margin:10px;
}*/
.item h4 {
    font-size: 18px;
    line-height: 22px;
}
.item p {
    line-height: 18px;
    font-size: 12px;
}
.profile li  button
{
   background: none;
    color: #000;
    font-size: 16px;
}
.profile .btn:active,.profile .btn.active
{
    box-shadow: none;
}
.profile .btn.active
{
    color: #000000;
    outline: none;
}
.gallery-column > img {
display: block;
width: 100%;
}
.gallery-column:hover .date {
background: none repeat 0 0 rgba(0, 0, 0, 1);
}
.gallery-column:hover .date {
opacity: 0;
filter: alpha(opacity = 0);
}
.gallery-column .date {
background: none repeat 0 0 rgba(0, 0, 0, 0.9);
color: #FFFFFF;
float: left;
padding: 10px 15px;
text-align: center;
z-index: 1;
font-family: lato;
position: absolute;
left: 10px;
bottom: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
-webkit-transition: opacity 0.5s ease 0s;
-moz-transition: opacity 0.5s ease 0s;
-ms-transition: opacity 0.5s ease 0s;
-o-transition: opacity 0.5s ease 0s;
transition: opacity 0.5s ease 0s;
}
.three .gallery-column .img-title {
font-size: 14px;
font-weight: 500;
padding: 13px;
}
.img-title, .post-img:after, .video-title, .team-intro, .product-img > a:hover, .portfolio-style-img:before {
background-color: rgba(53, 153, 219, 0.9);
}
.img-title {
padding: 15px;
font-family: roboto;
font-size: 16px;
font-weight: 500;
float: left;
color: #fff;
line-height: 15px;
z-index: 1;
position: absolute;
left: 118px;
bottom: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.gallery-column:hover .onhover {
opacity: 1;
filter: alpha(opacity = 100);
}
.onhover {
height: 100%;
width: 100%;
    background: none repeat scroll 0 0 rgba(78, 55, 135, 0.35);
opacity: 0;
filter: alpha(opacity = 0);
position: absolute;
left: 0;
top: 0;
-webkit-transition: opacity 0.5s ease 0.2s;
-moz-transition: opacity 0.5s ease 0.2s;
-ms-transition: opacity 0.5s ease 0.2s;
-o-transition: opacity 0.5s ease 0.2s;
transition: opacity 0.5s ease 0.2s;
}
.gallery-column:hover .img-title {
left: 50px!important;
}

/*section#portfolio .gallery-column{
cursor: url(../images/crosshair.png), auto;
}*/

 .gallery-column:hover .img-link {
right: 59%;
-webkit-transition: all 0.5s ease 0.3s;
-moz-transition: all 0.5s ease 0.3s;
-ms-transition: all 0.5s ease 0.3s;
-o-transition: all 0.5s ease 0.3s;
transition: all 0.5s ease 0.3s;
}
/*@media (min-width: 1200px){
.onhover a {
top: 47%;
}
}*/
.onhover a {
/*background: none repeat scroll 0 0 black;*/
display: inline-block;
height: 34px;
position: absolute;
top: 39%;
width: 34px;
color: #3498db;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.img-link {
right: 999px;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.gallery-column:hover .img-magnify {
left: 42%;
-webkit-transition: all 0.5s ease 0.3s;
-moz-transition: all 0.5s ease 0.3s;
-ms-transition: all 0.5s ease 0.3s;
-o-transition: all 0.5s ease 0.3s;
transition: all 0.5s ease 0.3s;
}
.img-magnify {
left: 999px;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
#imageQuickView img {
    max-width: 79%;
    max-height: 74%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.8);
    cursor: pointer;
}
.footer-top {
    background: #e8e8e8;
    border-bottom: 1px solid #414f5a;
    color: #A1A1A1;
    padding: 50px 0;
        border-top: 3px solid #000000;
}
#tweets-1 li {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
}
#tweets-1 li:before {
    color: #727272;
    content: "\f099";
    float: left;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin: 0 0 0 -28px;
}
.contact-us {
    margin: 15px 0 0;

}
.contact-us li i {
    color: #666;
    float: left;
    margin: 7px 7px;
}
.main-speaker
{
    background: url(../img/slide-1.jpg);
    background-size: cover;
    padding: 80px 0px;
    background-position: center center;
}
.speaker li
{
    margin:6px 0px;
}
.speaker li a
{
        color: #fff;
        padding: 10px;
        font-size: 12px;
}
.speaker i
{
        vertical-align: middle;
    color: #fff;
}
/*contact pages*/
.head
{
    background: url(../img/IMG_8411.png);
    background-size: cover;
    padding: 80px 0px;
    background-position: center center;
}

.large
{
    color: #000000;
}
.bread_crumb  li,.bread_crumb li a{
    color: #fff;
}
.icon_small_arrow.right_gray {
    background-image: url(../img/breadcrumbs-divider.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.Flexible-container {
        padding-bottom: 64.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.con-details
{
background: #f1f1f1;
padding: 60px 0px;
}
.form-horizontal label {
    color: #333;
    font-weight: 400;
}


.contact-data li {
    padding: 10px;
    color: #666;
        font-size: 14px;
    border-bottom: 1px solid #E0E0E0;
}
.contact-data li i
{
    vertical-align: middle;
}

.testimonial
{
    background: url(../img/main_testimonials.png);
    padding:70px 0px;
    background-size: cover;
    background-position: center center;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    border:none !important;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 35px;
    height: 35px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#quote-carousel .item p {
    font-size: 16px;
    color: #fff !important;
    line-height: 24px;
}
#quote-carousel small
{
        color: #000000;
}
.info {


    padding: 0px 20px;
    background: red;
    background: -webkit-linear-gradient(left, #f27e21 , #dd520f , #c7732e , #bb6825 );
    background: -o-linear-gradient(right, #f27e21 , #dd520f , #c7732e , #bb6825 );
    background: -moz-linear-gradient(right, #f27e21 , #dd520f , #c7732e , #bb6825 );
    background: linear-gradient(to right, #f27e21 , #dd520f , #c7732e , #bb6825 );

}

.right.carousel-control,.left.carousel-control
{
        top: 44%;
    background: #000000;
    opacity: 1;
    width: 41px;
    height: 42px;
    line-height: 50px;
    text-align: center;
}
.right.carousel-control i,.left.carousel-control i{
line-height: 38px;
    font-size: 28px;
}
.round img
{
        width: 399px;
    height: 400px;
    /* border-radius: 100%; */
    margin: 0 auto;
}
.round img
{
        border-radius: 100%;
}
.info li
{
        line-height: 18px;
    padding: 12px 0px;
    color: #fff;
}
.inf0
{
    background: #f1f1f1;
    padding: 60px 0px;
}


.inf0-list li {
    padding: 12px 0px;
    position: relative;
}
.inf0-list span {
    position: absolute;
    width: 20px;
    left: -18px;
    color: #000000;
    margin-top: 4px;
}
/* Common style */
.grid figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    /* width: 48%; */
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 22px 15px 10px 15px;
    height: 2.75em;
    background: #e8e7e7;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
figure.effect-zoe h2 {
    float: left;
    line-height: 14px;
    font-size: 16px;
    margin: 0px;
}
figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 13px;
    padding: 0px 10px;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
    color: #000000;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*csss for service page*/
.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.service-icon .hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.servicebox-7 .service-icon i {
    font-size: 46px;
    padding: 20px;
    width: 100px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid #e0e0e0;
    color: #000000;
    height: 100px;
    line-height: 63px;
}
.service-icon:hover .hover-shadow, .service-icon .hover-shadow:focus, .service-icon .hover-shadow:active {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.line {
    width: 50px;
    border-bottom: 1px solid #000000;
    text-align: center;
    margin: auto;
    border-width: 3px;
    margin-bottom: 17px;
    margin-top: 17px;
}
.service-icon:hover .hover-shadow:before, .service-icon .hover-shadow:focus:before, .service-icon .hover-shadow:active:before {
    opacity: .4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}


.service-icon
{
        /*height: 400px;*/
}
.project-name {
    background: #000000;
    padding: 10px;
    margin-top: 0px;
    color: #fff;
    font-weight: 300;
    border-bottom: 3px solid #905519;
    font-size: 12px;
}
.ms-slide-info
{
display: none;
}
/*  animation for fade in */
@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
    100% {
    opacity:1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
    100% {
    opacity:1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
    100% {
    opacity:1;
  }
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
    100% {
    opacity:1;
  }
}


/* Hover Shadow */
@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

/*css for blog pages*/
 .single-blog{
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.single-blog img{

        transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-blog:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
        transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-blog-title {
    border-bottom: 1px solid #E0DFDF;
    display: inline-block;
    margin-bottom: 15px;
    color: #000;
    padding-bottom: 15px;
}
.blog-meta > a:hover,a.read-more:hover
{
    color: #000000;
}
.blog-meta > a {
    color: #959595;
    font-size: 12px;
    margin-right: 10px;
        text-transform: uppercase;
    line-height: 30px;
}
.blog-meta > a i.fa {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
}
a.read-more {
    color: #959595;
    font-size: 18px;

    font-weight: 400;
    margin-top: 10px;
}
a.read-more i.fa {
    margin-left: 5px;
    margin-top: 4px;
}
.pad-3
{
    padding-left: 3px;
}

.audio-container
{
        height: 240px;
}
.audio-container audio {
 position: relative;
    top: -32px;
    left: 0px;
    width: 100%;
}

.audio-container-neu {

height: 150px;
idth: 400px;
border-style: dashed;
border-width: 4px 2px 0px 2px;
border-color: black;

}

.audio-container-neu audio {
 position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
}


.audio-container-neu p {
padding: 5px;
margin-bottom: 8px;

    font-size: 16px;
    color: #B71616!important;
    line-height: 25px;


}

@media(min-width:1024px) and (max-width: 2100px){
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.big-img
{
height: 100%;
}
}
@media(min-width:1024px) and (max-width: 1200px){
.pad-3 {
    padding-left: 0px;
    padding-right: 0px;
}
#footer-1 p
{    font-size: 11px;

    }
     .gallery-column
    {
            height: 150px;

    }

.mainMenu > ul > li > a
{
    font-size: 13px;
}
}

@media(min-width:992px) and (max-width: 1024px){

.pad-3 {
    padding-left: 0px;
    padding-right: 0px;
}

}
@media(min-width:767px) and (max-width: 992px){

.pad-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-brand {
    margin-top: -48%;
}
.mainMenu > ul > li > a {
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 17px 17px;
}
.navbar-brand > img {
    display: block;
    width: 100px;
}

ul.qt-desktopmenu>li>a::before, ul.qt-desktopmenu>li>a::after {

    left: -10px;

}


ul.qt-desktopmenu>li>a::after {
     -moz-animation: mbarmnuC 0.8s forwards;
    -webkit-animation: mbarmnuC 0.8s forwards;
    animation: mbarmnuC 0.8s forwards;
        -moz-animation-iteration-count: 0;
    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
     -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    width: 20px !important;
    margin-top: 6px;
}

}
@media(min-width:768px) and (max-width: 1024px){
    .gallery-column {

    height: 150px;
}
.grey_heavy_72 {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 30px !important;
}
.pad-3
{
    padding-left: 15px;
    padding-right: 15px;
}
#footer-1 p
{    font-size: 11px;

    }

.pullUp li {
    margin: 0px 5px;
}



}
@media(min-width:0px) and (max-width: 767px){

    .audio-container audio
    {
        top: 0px;
    }
    ul.qt-desktopmenu>li>a::before, ul.qt-desktopmenu>li>a::after {

    left: 36%;

}


.home .navbar-nav {
    float: none;
    text-align: center;
    margin: 0px;
}

    .navbar-brand > img {
    display: block;
        width: 88px;
}
.navbar-right
{
float: right;
}
.navbar-brand
{
    margin-top: 0px;
}
.audio-container {
     height: 100%;

}
.pad-3
{
    padding-left: 15px;
    padding-right: 15px;
}
    header .pull-right,.contact-details ul li,   header .pull-left
    {
        float: none !important;
        text-align: center;
    }


    #Grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 25px;
    width: 100%;
}
    .navbar-brand
    {
        height: 0px;
    }
   .navbar-nav li {
   text-align: center;
    display: block !important;
}
.navbar-nav
{
    float: left;
}
    .tp-caption.black_thin_34 {
   display: none;
}
.grey_heavy_72 {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}
}

@media(min-width:0px) and (max-width: 580px){
    .round img {
    width: 250px;
    height: 250px;
    /* border-radius: 100%; */
    margin: 0 auto;
}
ul.qt-desktopmenu>li>a::before, ul.qt-desktopmenu>li>a::after {

    left: 31%;

}

.sub-title
{
        font-size: 27px;
        line-height: 33px;
}
.nav.nav-pills .btn
{
       padding: 6px 10px;
}
}

@media(min-width:0px) and (max-width: 374px){
   .speaker li a {
    color: #fff;
    padding: 1px;
    font-size: 10px;
}
.description h4 {
    color: #000;
    font-family: 'Crete Round', serif;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 17px;
}
.description p
{
        font-size: 11px;
    color: #787878!important;
    line-height: 21px;
}
.profile li button {
    background: none;
    color: #000;
    font-size: 13px;
}
.nav.nav-pills .btn
{
       padding: 6px 7px;
}

}

/** 
 *  Master Slider
 *	version 1.5
 * 	Core css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}

.master-slider.ms-fullheight{height: 100%;}

.master-slider.before-init{}

.master-slider img {max-width:none;}

.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url("grab.png"), move;}
.ms-grabbing-cursor{cursor: url("grabbing.png"), move;}
.ms-ie .ms-grab-cursor{cursor: url("../masterslider/style/grab.cur"), move;}
.ms-ie .ms-grabbing-cursor {cursor: url("../masterslider/style/grabbing.cur"), move;}

.ms-view { 
	margin:0px auto;
	overflow:hidden;
	background:black;
	position:relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	height:100%;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-bgvideocont{
	z-index: 5;
	height: 100%;
}

.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	-moz-transform: translateZ(0.3px);
	-ms-transform: translateZ(0.3px);
	-o-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}


.ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-layer{position:absolute;}

.ms-slide .ms-slide-layers{
	position: absolute;
	overflow:hidden;
	width:100%;
	height: 100%;
	z-index: 10;
	top:0px;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 11;
	background:black;
	padding:0;
	margin: 0;
	border: none;

}

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 10;
}

.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 10;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 13;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 13;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
	-webkit-transform: translateZ(0.44px);
	-moz-transform: translateZ(0.44px);
	-ms-transform: translateZ(0.44px);
	-o-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor:pointer;
	float: left;
	overflow: hidden;
}

.ms-bullet{cursor:pointer;float: left;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	-ms-transition: width 120ms linear;
	-o-transition: width 120ms linear;
	transition: width 120ms linear;

}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}


/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(../img/black-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(../img/black-skin-1.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	width: 46px;
	background: url(../img/black-skin-1.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: -33px;
	margin-top: -26px;
	position: absolute;
	z-index: 10;
}

@media (max-width: 768px){
	.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	left:30px;
}

.ms-skin-black-1 .ms-nav-next {
	right:30px !important;
}

}
.ms-skin-black-1 .ms-nav-next {
	right: -33px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-black-1 .ms-thumb-frame-selected {
	opacity: 0.6;
}

.ms-skin-black-1 .ms-thumb-list.ms-dir-h {
	bottom: -60px;
	width: 100%;
	height: 60px;
}

.ms-skin-black-1 .ms-thumb-list.ms-dir-v {
	height: 100%;
	width: 60px;
	right: -60px;
	top: 0;
}

.ms-skin-black-1 .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 60px;
	height: 60px;
	margin: 1px 0 0 1px;
	overflow: hidden;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-1 .ms-bullet {
	width: 9px;
	height: 9px;
	background: white;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: black;
}

.ms-skin-black-1 .ms-sbar {
	position: absolute;
}

.ms-skin-black-1 .ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-skin-black-1 .ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-skin-black-1 .ms-sbar .ms-bar {
	height: 4px;
	background: #DD00FF;
	border-radius: 4px;
}

.ms-skin-black-1 .ms-sbar.ms-dir-v .ms-bar {
	width: 4px;
}

.ms-skin-black-1 .ms-timerbar {
	width: 100%;
	bottom: 0px;
	background: black;
	position: absolute;
	height: 2px;
}

.ms-skin-black-1 .ms-time-bar {
	height: 1px;
	margin-top: 1px;
	background: #FFFFFF;
}

.ms-skin-black-1 .ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-skin-black-1 .ms-ctimer-bullet {}

.ms-skin-black-1 .ms-tooltip{
	position: absolute;
	z-index: 110;
	cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: white;
	border-top-color: rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: white;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: white;
	border-right-color: rgba(0, 0, 0, 0.8);
	left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: black;
	border-left-color: rgba(0, 0, 0, 0.8);
	right: -10px;
}

@keyframes point-anim{
	0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
	100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
	0% 		{-webkit-transform: scale(0.5); opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
}

.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #444444;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 5;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: white;
	background: rgba(255, 255, 255, 0.9);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android.ms-skin-black-1 .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}

.ms-skin-black-1  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
	padding: 10px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0px black;
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-1 .ms-video-btn,
	.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-1 .ms-nav-next,
	.ms-skin-black-1 .ms-nav-prev{
		background-image:url(black-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}

div.error {
	position: absolute;
	background: #FF0078;
	color: #f7ecb5;
	padding: 0 8px;
}