/* CSS */
body
{
    background-color: #000000;
    margin: 0 auto;
    font-family: Arial;
    position: inherit;
}
a img
{
    border: none;
}
.left_panel
{
    background-color: #1e1e1e;
    width: 23%;
    min-height: 300px;
    float: left;
}
.right_panel
{
    width: 77%;
    min-height: 800px;
    background: url("../Images/bg1.jpg") no-repeat left -70px;
    float: right;
    background-size: 100%;
}
.logo
{
    margin: 40px 0;
    display: block;
}
.CalendarArrow
{
    position: absolute;
    right: -55px;
    top: 100px;
    z-index: 1;
}
.transparent_bar
{
    background-color: #000;
    opacity: .3;
    width: 100%;
    height: 20px;
}
.main_menu
{
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
    margin-left: 110px;
}
.main_menu ul
{
    margin: 0;
    padding: 0;
    line-height: 35px;
}
.main_menu ul li
{
    float: left;
    list-style: none;
    margin-right: 40px;
}
.main_menu ul li a
{
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}
.main_menu ul li a:hover
{
    background-color: #232323;
}
.main_menu ul li .selected
{
    background-color: #232323;
}
.search
{
    background-color: #FFFFFF;
    border: 1px solid #666666;
    float: right;
    height: 30px;
    margin-right: 115px;
    width: 240px;
    position:relative;
}
.search tr td
{
    padding:0!important;
    vertical-align: middle!important;
	
    }
.search a
{
    position:absolute;
    right:10px;
    top:5px;
    }

.search input
{
    border: none!important;
    margin: 0 5px;
    width: 200px;
}
.search button
{
    background-color: #FFFFFF;
    border: none;
    margin-top: 5px;
    padding: 0;
    cursor: pointer;
}
.SearchCriteria_Wrap
{
    border: 1px solid #3D3D3D;
    color: #807E7E;
    font-family: Arial;
    margin: 0 auto 20px;
    padding: 30px 20px;
    width: 67%;
    position: relative;
}
.SearchCriteria_Wrap .filters
{
    margin: 0 auto;
    width: 95% !important;
    z-index: 1;
}
.SearchCriteria_Wrap .filters .Title
{
    background-color: #E72E93;
    color: #FFFFFF;
    font-family: arial;
    font-size: 110%;
    height: 50px;
    line-height: 48px;
    text-align: center;
}
h3
{
    color: #E72E93;
    font-size: 16px;
    font-weight: normal;
}
.category
{
    background: url("../Images/List_Arrow.jpg") no-repeat scroll left 2px transparent;
    clear: both;
    color: #A2A2A2;
    font-size: 15px;
    margin: 0;
    padding: 0 5px 0 15px;
    text-decoration: none;
}
.category_select {
    background: url("../Images/List_Arrow.png") no-repeat scroll left 2px inactivecaptiontext !important;
    clear: both;
    color: #D7D7D7;
    font-size: 15px;
    margin: 0;
    padding: 0 5px 0 15px;
    text-decoration: none;
}
.category:hover
{
    text-decoration: underline;
}
.count
{
    float: right;
    font-size: 13px;
}
.float_right
{
    float: right;
}
.float_left
{
    float: left;
}
.clear
{
    clear: both;
}
.ImagesWrap
{
    left: 132%;
    position: absolute;
    top: 20px;
    width: 400%;
}
.ImagesWrap .image
{
    border: 3px solid #FFFFFF;
    box-shadow: 2px 4px 8px 0 #333333;
    float: left;
    height: 155px;
    margin: 15px;
    overflow: hidden;
    width: 19%;
}

.image
{
    position: relative;
    }
.ImagesWrap .image input, .ImagesWrap .image img
{
    width: 100%;
}
.send_card_wrap
{
    background-color: #DDDDDD;
    color: #666666;
    font-size: 84%;
    left: 132%;
    margin: 0 auto;
    padding: 35px;
    position: absolute;
    top: 30px;
    width: 350%;
    /*background: url("../Images/Transparent_Tile.png") repeat center center;*/
}
h4
{
    color: #D7D7D7;
    font-size: 25px;
    font-weight: 200;
    margin: 0 0 20px;
    text-shadow: 1px 1px 1px #000000;
}
.left
{
    /*border-right: 1px solid #333;
    width: 43%;
    height: 420px;*/
    left: 20%;
    padding: 0 3%;
    position: relative;
    width: 50%;
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
}
.left img
{
    border: 1px groove #666666;
    /*width: 90%;*/
    max-height:420px;
}
.left .final-card {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 7px #000000;
    padding: 13px;
}
.left .final-card img {
    float: left;
    width: 48%
}
.right
{
    float: right;
    padding: 0 2%;
    width: 44%;
}
.card_details
{
    color: #000000;
    float: left;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    width: 45.5%;
}
.card_details a
{
    /*background-color: infotext;*/
    color: #E7318B;
    font-size: 15px;
    padding: 2px 5px;
    text-decoration: none;
}
.card_details a:hover
{
    text-decoration: underline;
}
.send_card_wrap .button
{
    background-color: #DDDDDD;
    border: 2px solid #333333;
    cursor: pointer;
    margin: 10px 10px 10px 0;
    padding: 4px 10px;
}
.mypaging 
{
    float: right;
    font-size: 20px;
    font-weight: 200;
    position: absolute;
	right: 0;
	top:10px;
	width: 55px;
	
    }
button
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    cursor: pointer;
}
.mypaging span
{
    margin: 10px 0;	
    display:block;
    }
    

    .image_container
{
    float: left;
    height: 220px;
    margin: 20px;
    position: relative;
    width: 220px;
    }
    
.flip
{
    background-color: #efefef;
    border: 3px solid #A2A2A2;
    height: 180px;
    position: relative;
    text-align: center;
    width: 184px;
    cursor: pointer;
    padding:0!important;
    vertical-align: middle !important;
}
.cardImage table
{
    margin:12px;
    }

.panel
{
    background:url(../images/info_trans.png) repeat top left;
    border: 3px solid #A2A2A2;
    height: 470px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 195px;
    display: none;
    z-index: 10;
}
.info
{
    position:absolute;
    top:220px;
    word-wrap: break-word !important;
    *left:10px;
    max-width:195px;
    color:#a2a2a2;
    }
.info a
{
    font-size:12px;
    word-wrap: break-word !important;
    color:#a2a2a2;
    }
.info a:hover
{
    text-decoration:none !important;
    }

.info h3 {
    background: url("../image/divider_small.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    color: #f5f5f5;
    display: block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 7px;
    text-transform: uppercase;
    width:195px;
    margin-top: 5px;
}
.info .tags
{
    font-size:12px;
    border-top:1px dotted #959595;
    margin-top: 20px;
    padding-top: 10px;
    text-align:left;
    }
.info h3 span
{
    font-size:12px;
    }

.metaData
{
    font-size:12px;
    }
.socialNetwork
{
    bottom: 5px;
    position: absolute;
    right: 10px;
    }
.socialNetwork a
{
    text-decoration:none!important;
    }




.tag {
    background-color: #5B5B5B;
    border-radius: 3px;
    color: #FFFFFF;
    line-height: 23px;
    padding: 3px 5px;
    text-decoration: none;
}

.tag_select, .tag:hover {
	background-color: #CA016F;
    border-radius: 3px;
    color: #FFFFFF;
    line-height: 23px;
    padding: 3px 5px;
    text-decoration: none;
}

.activeCard 
{
    position: absolute;
	
	z-index:20;
}
.inActiveCard 
{
    position: absolute;
	

z-index:0;
}
.searchresults .tags,
.searchresults .metaData
{
    text-align:left;
    }
/* ------ New style 

------ */
.top_nav 
{
    border-bottom: 1px solid #666666;
    display: block;
    height: 80px;
    padding: 15px 70px 5px;
    position:relative;
    z-index:100px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow:0 4px 4px rgba(0, 0, 0, 0.48);
}
.top_nav .New_search .Button

{
    position: absolute;
    right: -15px;
    top: 0px;
}
.New_search
{
    background-color: #FFFFFF;
    border: 1px solid #666666;
    float: right;
    height: 30px;
    margin-right: 25px;
    margin-top: 25px;
    position: relative;
    width: 240px;
}
input:focus, textarea:focus{
outline: none;
}
.New_search tr td
{
    padding:0!important;
    vertical-align: middle!important;
	
    }
.New_search a
{
    position:absolute;
    right:10px;
    top:5px;
    }

.New_search input
{
    border: none!important;
    margin: 0 5px;
    width: 200px;
}
input::-ms-clear {
    display: none;
    width:0;
    height:0;
}
.New_socials 
{
    float:left;
    margin: 30px 15px 30px 0;
    cursor:pointer;
    }

.rotate 
{
    -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-size:50px;
          color:Red;
         /*float:left;*/
         cursor:pointer;
}
.filter1, .filter2, .filter3 
{
    position:relative;
    display:block;
    z-index:1000;
}
.filter1 span, .filter2 span, .filter3 span
{
    float:left;
}
.filter1 i, .filter2 i, .filter3 i
{
    color: #DC1585;
    float: left;
    margin-top: 0;
}
.filter1 .FilterContent, .filter2 .FilterContent, .filter3 .FilterContent
{
    margin-top:5px;
}
.filter1
{
    top:120px;
    left:-25px
}
.filter2
{
    top:260px;
    left: 5px;
}
.filter3
{
    left: 26px;
    top: 348px;
}
.filter1 .rotate 
{
    left: -40px;
    position: absolute;
    top: 75px;
}
.filter1 .FilterContent
{
    left: 75px;
    position: absolute;
    /*top: 9px;*/
    /*background: url("../Images/Transparent_Tile.png") repeat center center;*/
    background-color: rgba(0,0,0,.7);
    padding:15px 20px;
}
.filter1 .menu_arrow {
    left: 55px;
    position: absolute;
    top: 75px;
    z-index: 10;
}
.filter2 .rotate 
{
    left: -40px;
    position: absolute;
    top: 100px;
}
.filter2 .FilterContent
{
    position:absolute;
    left:44px;
    top:55px;
    /*background: url("../Images/Transparent_Tile.png") repeat center center;*/
    background-color: rgba(0,0,0,.7);
    padding:15px 20px;
}
.filter2 .menu_arrow {
    left: 24px;
    position: absolute;
    top: 75px;
    z-index: 10;
}
.filter3 .rotate 
{
    left: -39px;
    position: absolute;
    top: 125px;
}
.filter3 .FilterContent
{
    position:absolute;
    left:23px;
    top:102px;
    /*background: url("../Images/Transparent_Tile_Dark.png") repeat center center;*/
    padding:15px 20px;
    width: 90%;
    background-color: rgba(0,0,0,.7);
}
.filter3 .menu_arrow {
    left: 3px;
    position: absolute;
    top: 75px;
    z-index: 10;
}
.filter1 h3, .filter2 h3, .filter3 h3 
{
    background: none repeat scroll 0 0 #222222;
    border: 1px solid #111111;
    box-shadow: -3px 1px 4px #282828;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    /*text-shadow: 0 0 1px #FFFFFF;*/
}

/* -- IE 8 Fix --*/
@media \0screen {
  .filter1 .rotate 
  {
      left: 20px;
      position: absolute;
      top: 0px;
      }
      
  .filter2 .rotate 
  {
      left: -5px;
      position: absolute;
      top: 0px;
      }
  .filter3 .rotate 
  {
      left: -30px;
      position: absolute;
      top: 0px;
      }
}
/* -- End of IE 8 Fix --*/
.filter1 .category, .filter2 .category, .filter3 .category 
{
    background: url("../Images/New_Arrow.png") no-repeat -5px 2px ;
}
.filter1 .category:hover, .filter2 .category:hover, .filter3 .category:hover 
{
    background: url("../Images/List_Arrow.jpg") no-repeat scroll left 2px rgba(0, 0, 0, 0) ;
}
.txteditor 
{
    border-left: 1px solid #333333;
    float: right;
    margin-top: 6%;
    padding: 20px 40px;
    width: 48%;
}
.txteditor input,.txteditor textarea, .card_details input
{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid #666666;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 1px rgba(255, 255, 255, 0.06);
    color: #BBBBBB;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 3px 0;
    min-height: 35px;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #000000;
    overflow-y: auto;
} 
.txteditor textarea
{
    padding-bottom: 10px;
    padding-top: 5px;
    resize: none;
    }
.txteditor .button
{
    background: url("../Images/button_tile.jpg") repeat-x scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: 1px 1px 2px #000000;
    cursor: pointer;
    margin: 0 3px;
    min-height: 32px;
    }
.return
{
    background: url("../Images/button_tile.jpg") repeat-x scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: 1px 1px 2px #000000;
    color: #FFFFFF;
    cursor: pointer;
    display: list-item;
    list-style: none outside none;
    margin: 0 auto;
    min-height: 32px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    }
.card_details .button 
{
	margin-top: 20px;
}
.txteditor p
{
    font-size: 15px;
    margin: 10px;
}
.DetailsContainer 
{
    background: url("../Images/Transparent_Tile.png") repeat center center;
}
.paging_next img, .paging_Prev img
{
    border:none !important;
    box-shadow: none !important
    }
.paging_Prev 
{
    position:absolute;
    top:92px;
    left:-20px;
}
.paging_next
{
    position:absolute;
    top:92px;
    right:0;
}
.preview_next, .preview_prev 
{
    background:none !important;
    box-shadow:none !important;
    border:none;
}
/*.message
{
    background: url(../Images/message_bg.jpg) repeat center 34px; 
    display: block;
}
.message span cufon
{
    margin: 10px 0;
}*/
.card_back 
{
    background-color: White; 
    width: 400px; 
    padding: 10px;
}
.card_back_container 
{
    border: 1px solid #333333; 
    color: #333333; 
    font-size: 20px; 
    padding: 20px;
    height: 300px;
}

.pp_preview2 {
	position:fixed;
	top:20%;
	left:35%;
}
.wrapper 
{
    background:url("../Images/pattern.png") repeat scroll center center rgba(0, 0, 0, 0);
    width: 70%;
    height: 100%;   
    margin: 40px auto 0;
    padding: 40px;
    border: 1px solid #282828;
}
.edit 
{
    color: #D7D7D7;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000000;
}

.pp_descr img {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    float: right;
    margin-right: 10px;
    position: relative;
}
.pp_descr button {
	margin-top: 5px;
}
/*--- Font Embed ---*/
.Title
{
    font-family: 'OpenSans-Light';
    font-size-adjust: 0.6;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 2px 1px 0px #363636;
    margin: 0px auto; 
    padding-top: 120px; 
    line-height: 55px; 
    font-size: 30px; 
    text-align: left; 
    width: 60%;
    text-transform:uppercase;
}
center.Title
{
    /*display:none;*/
}
@font-face {
	font-family: 'Felix Titling';
	src: local('?'), url('FELIXTI.woff') format('woff'), url('FELIXTI.ttf') format('truetype'), url('FELIXTI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	src: url('FELIXTI.eot'); /* IE9 Compat Modes */
	src: url('FELIXTI.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('FELIXTI.woff') format('woff'), /* Modern Browsers */
	     url('FELIXTI.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('FELIXTI.svg#svgFelix Titling') format('svg'); /* Legacy iOS */
}
@font-face
{
    font-family: 'OpenSans-Light';
    src: url("OpenSans-Light.eot");
    src: url("OpenSans-Light.ttf");
    src: local('?'), url('OpenSans-Light.woff') format('woff'), url('OpenSans-Light.ttf') format('truetype'), url('OpenSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    src: url('OpenSans-Light.eot');
    src: url('OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('OpenSans-Light.woff') format('woff'), url('OpenSans-Light.ttf') format('truetype'), url('OpenSans-Light.svg#svgOpenSans-Light') format('svg');
}
@font-face {
	font-family: 'daniel';
	src: local('?'), url('fonts/daniel.woff') format('woff'), url('fonts/daniel.ttf') format('truetype'), url('fonts/daniel.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	src: url('fonts/daniel.eot'); /* IE9 Compat Modes */
	src: url('fonts/daniel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/daniel.woff') format('woff'), /* Modern Browsers */
	     url('fonts/daniel.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/daniel.svg#svgdaniel') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'goodfoot';
	src: local('?'), url('fonts/goodfoot.woff') format('woff'), url('fonts/goodfoot.ttf') format('truetype'), url('fonts/goodfoot.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	src: url('fonts/goodfoot.eot'); /* IE9 Compat Modes */
	src: url('fonts/goodfoot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/goodfoot.woff') format('woff'), /* Modern Browsers */
	     url('fonts/goodfoot.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/goodfoot.svg#svgdaniel') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'rabiohead';
	src: local('?'), url('fonts/rabiohead.woff') format('woff'), url('fonts/rabiohead.ttf') format('truetype'), url('fonts/rabiohead.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	src: url('fonts/rabiohead.eot'); /* IE9 Compat Modes */
	src: url('fonts/rabiohead.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/rabiohead.woff') format('woff'), /* Modern Browsers */
	     url('fonts/rabiohead.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/rabiohead.svg#svgdaniel') format('svg'); /* Legacy iOS */
}
.path{
    float: left;
    margin-left: 2.3%;
    position: relative;
    z-index :1000;
}
.path>div{
    float:left;
}
.path>div div{
    background-color: #222222;
    float: left;
    margin: 0 5px;
    padding: 7px 12px;
}
.path>div div a{
    background-color: inactivecaptiontext;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: cursive !important;
    font-size: 12px !important;
    line-height: 16px;
    margin-left: 7px;
    padding: 0 4px;
    text-decoration: none;
}
.dimmed {
    color: #434343 !important;
}
/*.links {
    margin-top:70px;
}*/
.switch{
    background:url("../Images/pattern.png") repeat scroll center center rgba(0, 0, 0, 0);
}
.Card-Title{
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    padding: 4px 9px;
    /*width: 100%;*/
}
.Card-Link{
    display: block;
    margin: 5px 0 5px 6px;
    text-decoration: underline !important;
    word-wrap: break-word;
    color: #575757;
}
hr {
    margin: 10px 0;
}
i {
    margin-top:10px;
}
.Welcome-Big{
    /*background-color: rgba(228, 48, 137, 0.75);
    font-size: 32px;
    line-height: 41px;
    margin-top: 50px;
    padding: 10px 20px;
    text-transform: capitalize;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 32px;
    line-height: 41px;
    margin-top: 50px;
    padding: 55px 20px;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 2px 2px 2px #000000;
    color: #F4F4F4;
}
.Welcome-Small {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    font-size: 20px;
    line-height: 32px;
    padding: 23px 20px;
    text-transform: none;
    text-align:center;
    text-shadow: 2px 2px 2px #000000;
    color: #F4F4F4;
}
.Welcome-Big > img{
    display: list-item;
    margin: 0 auto;
}
#slideshow {
    overflow: hidden;
    height: 100%;
    width:100%;
}

#slides, #slides li, #slides li img {
    -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */
    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}
.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #D2D2D2;
    color: #555555;
    font-weight: bold;
    opacity: 1;
}
.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all:hover {
    background:url("images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #DADADA;
    border: 1px solid #999;
    color: #212121;
}
.pp_next, .pp_prev {
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
.more-details {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 100;
}
.more-details a img {
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 50%;
    padding: 2px;
}
.Meta {
    /*background-color: #000000;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    left: -6px;
    padding: 10px;
    position: absolute;
    right: -8px;
    top: -38px;
    display:block;*/
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 14px;
    left: 14px;
    padding: 10px;
    position: absolute;
    right: 11px;
    top: 13px;
    word-wrap:break-word;
    z-index: 10;
}
.Meta.hide {
    display:none !important;
}
.Search-res, .error {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.4);
    /*border-radius: 12px 12px 0 0;*/
    color: #F4F4F4;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    text-shadow: 2px 1px 1px #000000;
    text-transform: capitalize;
    width: 40%;
    border-bottom:none;
}
.Search-res span, .error span {
    font-weight: normal;
}
.Search-res i, .error i {
    bottom: -14px;
    color: #FFFFFF;
    font-size: 24px;
    left: 50%;
    position: absolute;
}

.Search-count, .return-home {
    background-color: #434E54/*#D61585*/;
    border: 1px solid rgba(255, 255, 255, 0.4);
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 2px 1px 1px #000000;
    text-transform: none;
    width: 40%;
    border-top: 2px solid #fff;
}
.return-home a{
    color: #FFFFFF;
    text-decoration: none;
}
.return-home a:hover{
    text-decoration: underline;
}
/*.Meta > span {
    float: left;
}*/
.Meta span:last-child {
    word-wrap: break-word;
}
.social {
    margin-top: 10px;
}
.social a{
    display:inline-block;
    cursor:pointer;
}
#slides {
    margin: 0;
    padding: 0;
}
#slides li {
    display: block ;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 1000 !important;

    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
}
.links {
    width: 98%;
    position: relative;
    z-index: 200;
}
}
@media (max-width: 1300px) {
  .txteditor {
      margin-top: 5%;
  }
}
.Button.ClearSearch {
    margin-right: 53px;
    text-decoration: none;
}
.Button.ClearSearch i {
    color: #5D5D5D;
    margin-top: 4px;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 1001px) and (max-width: 1300px){
.Title {
    padding-top: 75px;
}
.filter1 {
    top: 70px;
}
.filter2 {
    top: 200px;
}

.filter3 {
    top: 278px;
}

.Welcome-Big {
    font-size: 30px;
    padding: 40px 20px;
}
.Welcome-Small {
    font-size: 19px;
}
.Title {
    width: 70%;
}
.pp_preview img:first-child {
    max-width: 220px !important;
    /*max-height: 250px !important;
    height: auto !important;*/
    height: auto !important;
}
.pp_gallery2 {
    overflow-y: auto;
    bottom: 66px;
}
.pp_next, .pp_prev {
    margin-top: -25px;
}
#pp_thumbContainer {
    bottom: -20px;
}
.pp_preview .more-details img,.pp_preview .social img  {
    width: auto !important;
    height: auto !important;
}
.smallPrev {
    left: 70px !important;
}
.smallNext{
    right: 27px !important;
}
.paging_Prev {
    left: -65px;
}
.paging_next {
    right: -68px;
}
#pp_thumbContainer img {
    max-width: 120px;
}
#pp_thumbContainer .content {
    top: 30px;
}
.pp_preview {
    margin-top: -200px !important;
}
.txteditor {
    border: none !important;
}
}

@media (max-width: 1000px) {
.top_nav {
    padding: 5px 25px !important;
}
.Title {
    font-size: 30px;
    margin: 0 auto;
    padding-top: 40px;
    width: 75%;
}
.Welcome-Big {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #F4F4F4;
    font-size: 25px;
    line-height: 41px;
    margin-top: 50px;
    padding: 25px 20px;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    text-transform: capitalize;
}
.Welcome-Small {
    color: #F4F4F4;
    font-size: 15px;
    line-height: 32px;
    padding: 23px 20px;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    text-transform: none;
}
.filter1 {
    left: -25px;
    top: 14px;
}
.filter2 {
    left: 6px;
    top: 141px;
}

.filter3 {
    left: 27px;
    top: 215px;
}
.pp_preview img:first-child {
    max-height: 200px !important;
    /*max-height: 250px !important;
    height: auto !important;*/
    width: auto !important;
}
.pp_preview .more-details img,.pp_preview .social img  {
    width: auto !important;
    height: auto !important;
}
.txteditor {
    margin-top: 2%;
    border: none !important;
}
.pp_gallery2 {
    top: 90px;
}
.smallPrev {
    left: 70px !important;
}
.smallNext{
    right: 27px !important;
}
.paging_Prev {
    left: -65px;
}
.paging_next {
    right: -68px;
}
#pp_thumbContainer img {
    max-width: 120px;
}
#pp_thumbContainer .content {
    top: 30px;
}
#pp_thumbContainer .album {
    bottom: 35px !important;
}
.pp_gallery2 {
    overflow-y:auto;
    bottom: 66px;
}
.pp_preview {
    margin-top: -175.5px !important;
}
.pp_next, .pp_prev {
    margin-top: -38px;
}
#pp_thumbContainer {
    bottom: -20px;
}
.left {
    width: 80%;
    left: 6%;
}
.card_details {
    margin-left: 10px;
    width: 48.5%;
}
.Message {
    max-height: 80px !important;
}
}
.Message {
    display: block;
    max-height: 200px;
    overflow-y: auto;
}
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #d7d7d7;
}

::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #666;
}

-moz-scrollbar {
    height: 12px;
    width: 12px;
    background: #d7d7d7;
}

-moz-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

-moz-scrollbar-corner {
    background: #666;
}

-o-scrollbar {
    height: 12px;
    width: 12px;
    background: #d7d7d7;
}

-o-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

-o-scrollbar-corner {
    background: #666;
}

@media (min-width:1000px) and (max-width: 1050px) {
    .card_details {
    width: 44.5%;       
}
}
@media (min-width:1650px) {
    .card_details {
    width: 48%;
}
    .Message {
    max-height: 330px;
}
}
.email-sent {
    font-family: arial;
    margin: 15px auto 0;
    position: relative;
    text-align: center;
    width: 50%;
}
.email-sent span{
    background-color: #CD1483;
    color: #FFFFFF;
    display: block;
    margin-bottom: 20px;
    padding: 15px;
}
.email-sent a{
    color: #000;
}
.email-sent a:hover{
    text-decoration: none;
}
.email-sent img {
    background-color: #000000;
    left: 27px;
    margin-top: -8px;
    padding: 7px;
    position: absolute;
    width: 130px;
}
h1
        {
            font-size: 50px;
            margin: 50px;
            color: #333;
        }
        span.reference
        {
            font-family: Arial;
            position: fixed;
            right: 10px;
            top: 10px;
            font-size: 15px;
        }
       span.reference a
        {
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
        }
       .iframe-container{
          
            display: block;
            height: 440px;
           
            margin:auto;
            position: absolute;
            
            width: 100%;
       }
       #iframeCont .close {top:20%; right:20%}
       #ifCard {
           bottom: 0;
            height: 100%;
            left: 0;
            margin: 15px auto 0;
            position: absolute;
            right: 0;
            top:30%;
            width: 60% !important;
            /*border: 5px solid #FFFFFF;*/
            box-shadow: 1px 2px 6px #000000;
            background-color:#064070;
            overflow: hidden;
       }
       .sl-slide, .sl-slides-wrapper, .sl-slide-inner {
    height: auto;
        }
       .sl-slider {
           height: auto;
       }
       .close {
            display: inline;
            padding: 3px;
            position: absolute;
            right: 9%;
            top: -3%;
               }
       .close i{
           float: left;
           margin:0 5px;
           line-height:12px;
           color:#DC1585;
       }
       .close a{
           text-decoration: none;
           color: #fff;
       }
       .close a:hover{
           text-decoration: underline;
       }
       #ifCard .container > header h1 {
           font-size:28px !important;
       }
       #ifCard .demo-2 .sl-slider-wrapper {
           height: 295px;
       }
       #ifCard .sl-slider{
           height:295px;
       }